Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 13:40:01
Changelog for FileZilla 3 (8047 changes):
2012-12-03 22:43 codesquid, revision 48622012-12-02 13:06 codesquid, revision 4860Fix memory leak
- M /FileZilla3/trunk/src/interface/led.cpp
- M /FileZilla3/trunk/src/interface/led.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
2012-12-01 20:34 codesquid, revision 4859Apply patch #1982 by gronsaken with a few minor modifications.
2012-12-01 20:30 codesquid, revision 4858Mention right-click on platforms without dropdown menu.
2012-12-01 20:29 codesquid, revision 4857SSL is a deprecated name. Rename FTP over SSL into FTP over TLS.
2012-11-29 21:30 codesquid, revision 4856List supported protocols in tooltip of quickconnect bar's host field.
2012-11-29 21:28 codesquid, revision 4855Version bump
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/da_DK.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/he_IL.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_CN.po
2012-11-29 18:51 codesquid, revision 4854Updated translations.
2012-11-29 17:53 codesquid, revision 4853Formatting.
2012-11-28 22:22 codesquid, revision 4852CTlsSocket::Write was only one of 5 instances where the partial write problem could occur. We need to also handle partial writes when trying to continue after an EAGAIN. In addition, this needs to be done for handshakes and shutdowns.
2012-11-25 22:34 codesquid, revision 4851The push function semantics changed wrt. partial writes in recent GnuTLS versions. Take care of this change.
2012-11-25 22:34 codesquid, revision 4850Add more precise logging.
2012-11-25 21:48 codesquid, revision 4849Get rid of some testing code accidentally left in.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/Makefile.am
- A /FileZilla3/trunk/src/engine/rtt.cpp
- A /FileZilla3/trunk/src/engine/rtt.h
2012-11-25 21:29 codesquid, revision 4848Measure RTT of connection.
2012-11-25 16:52 codesquid, revision 4847Add a synchronous read-ready callback.
2012-11-25 15:06 codesquid, revision 4846Add comments and small refactoring to make code easier to read.
2012-11-25 15:04 codesquid, revision 4845Slightly improve performance enumerating local files.
2012-11-18 13:25 codesquid, revision 4844Add another debug log.
2012-11-18 10:23 codesquid, revision 4843Version bump, part 2.
2012-11-18 10:22 codesquid, revision 4842Version bump
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/it.po
- A /FileZilla3/trunk/locales/ky.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/tr.po
2012-11-18 10:05 codesquid, revision 4841Updated translations.
2012-11-18 09:26 codesquid, revision 4840Improve error logging and add a workaround for old versions of GnuTlS not supporting multiple level keywords.
2012-11-18 09:20 codesquid, revision 4839Trim host. Fixes #8192
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2012-11-14 19:52 codesquid, revision 4838If server doesn't support UTF-8, add some more logging. Ensure transfer connection behaves the same as browsing connection wrt. encoding.
2012-11-14 19:50 codesquid, revision 4837wxFileName is slow. Use faster way to get extension.
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
Use CSizeFormat to format rates. Bug reported by gronsaken.