Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-04 07:00:01
Changelog for FileZilla 3 (8068 changes):
2012-12-01 20:29 codesquid, revision 48572012-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
2012-11-13 21:36 codesquid, revision 4836Use CSizeFormat to format rates. Bug reported by gronsaken.
2012-11-13 20:24 codesquid, revision 4835At least on MSW, task bar icon has an internal wxFrame. Explicitly destroy task bar icon first before iterating over top level windows.
2012-11-13 07:46 codesquid, revision 4834Small patch by XhmikosR
2012-11-12 19:39 codesquid, revision 4833Improve check for C++11 support.
Small performance improvement.