Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-02 09:10:01
Changelog for FileZilla 3 (8063 changes):
2008-09-22 11:57 botg, revision 27252008-09-22 11:54 botg, revision 2724Call gnutls_global_deinit even if gnutls_global_init fails, else further connections will attempt to use a partially initialized gnutls with undefined behaviour.
2008-09-21 23:44 botg, revision 2723Call gnutls_global_deinit even if gnutls_global_init fails, else further connections will attempt to use a partially initialized gnutls with undefined behaviour.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/optionspage_sizeformatting.cpp
2008-09-21 17:52 botg, revision 2722Less code duplication.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/optionspage_sizeformatting.cpp
- M /FileZilla3/trunk/src/interface/optionspage_sizeformatting.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2008-09-21 17:43 botg, revision 2721Add configuration option for number of decimal places in filesize formatting.
2008-09-21 13:50 botg, revision 2720Can't use precompiled headers if dependency tracking is disabled.
2008-09-21 12:51 botg, revision 2719Version bump
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/uk_UA.po
- M /FileZilla3/trunk/locales/zh_TW.po
2008-09-21 12:45 botg, revision 2718Updated translations
2008-09-19 14:59 botg, revision 2717Minor fix without real world relevance.
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/src/include/local_filesys.h
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.h
2008-09-19 12:29 botg, revision 2716Speedup of CRecursiveOperation::ProcessDirectoryListing
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
- M /FileZilla3/trunk/tests/dirparsertest.cpp
2008-09-19 11:51 botg, revision 2715Add another exotic directory listing format.
2008-09-19 09:46 botg, revision 2714Remove a debug printf
2008-09-18 23:00 botg, revision 2713Increase idle disconnect time a bit.
- M /FileZilla3/trunk/src/putty/int64.c
- M /FileZilla3/trunk/src/putty/Makefile.am
- M /FileZilla3/trunk/src/putty/MERGEREVISION
- M /FileZilla3/trunk/src/putty/putty.h
- M /FileZilla3/trunk/src/putty/settings.c
- M /FileZilla3/trunk/src/putty/ssh.c
- A /FileZilla3/trunk/src/putty/sshgss.h
- M /FileZilla3/trunk/src/putty/unix/uxnet.c
- M /FileZilla3/trunk/src/putty/unix/uxproxy.c
2008-09-17 23:11 botg, revision 2712Merge in upstream changes.
2008-09-17 22:51 botg, revision 2711Send connection failure event if TryConnectHost always immediately returns. Most likely cause: User has a broken firewall.
2008-09-17 16:57 botg, revision 2710Fix small memory leak.
2008-09-16 21:07 botg, revision 2709The req == reqq asserts can be triggered by the server, change them to gracefully fail without triggering the operating system's crash handler. Fixes #3780
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2008-09-16 20:50 botg, revision 2708Don't stay in the connected state if the very first connection attempt fails.
2008-09-16 15:25 botg, revision 2707Fix a crash if hostname could not be converted into local charset.
2008-09-15 16:49 botg, revision 2706Explicitly request wxBITMAP_TYPE_ICO in GetIconBundle to avoid crash on OS X if bundle path contains non-ASCII character
2008-09-15 15:00 botg, revision 2705Updated translation
2008-09-15 13:58 botg, revision 2704Missed -rc1 suffix
2008-09-15 13:57 botg, revision 2703Version bump
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_CN.po
2008-09-15 12:16 botg, revision 2702Updated translations
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filezillaapp.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
2008-09-14 19:16 botg, revision 2701Fix a segfault on shutdown
Do not retry failed cancel commands.