Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 18:50:01
Changelog for FileZilla 3 (8047 changes):
2019-03-13 09:30 codesquid, revision 9131- M /FileZilla3/trunk/src/interface/resources/xrc/update.xrc
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
2019-03-07 15:26 codesquid, revision 9130A little bit of XRC removal.
2019-03-06 19:11 codesquid, revision 9129Update name of Help menu on macOS.
2019-03-06 19:07 codesquid, revision 9128Bump to 3.41.1
2019-03-06 10:05 codesquid, revision 9127Initiate a shutdown even when downloading, appareantly there are servers actually waiting to a reply to their shutdown, which is needlessly slow.
2019-03-06 09:32 codesquid, revision 9126Bump to 3.41.0
- M /FileZilla3/trunk/locales/ca.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/ja_JP.po
- M /FileZilla3/trunk/locales/vi_VN.po
2019-03-03 11:06 codesquid, revision 9124Updated translations
2019-03-02 21:20 codesquid, revision 9123Spelling
2019-03-02 14:57 codesquid, revision 9122Remove unused variable.
2019-03-01 14:44 codesquid, revision 9121Add override keyword.
2019-02-28 17:48 codesquid, revision 9120Add missing nullptr check
- M /FileZilla3/trunk/src/engine/ftp/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftp/logon.cpp
- M /FileZilla3/trunk/src/engine/ftp/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/http/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.h
- M /FileZilla3/trunk/src/engine/tlssocket_impl.cpp
- M /FileZilla3/trunk/src/engine/tlssocket_impl.h
2019-02-28 17:28 codesquid, revision 9119Get rid of CTlsSocket::Init, let it be handled automatically by Handshake
2019-02-28 17:23 codesquid, revision 9118Keep socket around at the end of a transfer. closesocket does not deliver pending data and perform a graceful shutdown if new data is received from the peer after the call to closesocket.
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.h
- M /FileZilla3/trunk/src/engine/tlssocket_impl.cpp
- M /FileZilla3/trunk/src/engine/tlssocket_impl.h
2019-02-28 11:09 codesquid, revision 9117Add flag to silence read errors after successfully sending the closure alert.
2019-02-28 10:57 codesquid, revision 9116Even when uploading try to read from the socket.
2019-02-26 11:34 codesquid, revision 9115Untangle read-side and write-side code.
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/sl_SI.po
- M /FileZilla3/trunk/locales/uk_UA.po
2019-02-26 10:42 codesquid, revision 9114Updated translations
2019-02-25 17:30 codesquid, revision 9113Bump to 3.41.0-rc1
2019-02-24 20:05 codesquid, revision 9112Fix an assertion if destroying the engine while the worker thread is busy trying to invalidate the current working directory.
2019-02-24 20:00 codesquid, revision 9111Fix data dir and tool detection on mac
2019-02-22 15:31 codesquid, revision 9110Resolve symbolic links when looking for dylibs.
2019-02-22 10:05 codesquid, revision 9109Improve finding the locales.
2019-02-22 09:51 codesquid, revision 9108Fix another compile error on Mac
2019-02-22 08:53 codesquid, revision 9107Get rid of wxFileName and wxStandardPaths::GetInstallPrefix
2019-02-22 08:50 codesquid, revision 9106Fix compile error on Windows
Fix compile error on mac