Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 12:50:01
Changelog for FileZilla 3 (8047 changes):
2015-01-23 10:44 codesquid, revision 6388- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/quickconnectbar.xrc
2015-01-22 12:36 codesquid, revision 6387Fix description of what the ftp:// prefix does.
2015-01-21 19:55 codesquid, revision 6386Don't call the expensive GetSafePath twice.
2015-01-21 19:24 codesquid, revision 6385Fix over-qualification. Patch by XhmikosR.
2015-01-21 18:01 codesquid, revision 6384Fix editing the same local file multiple times.
2015-01-21 17:46 codesquid, revision 6383Deleting items does not trigger the selection changed event. Manually call SetCtrlState in this case.
2015-01-21 16:04 codesquid, revision 6382Use wxTextCtrl::ChangeValue instead of wxTextCtrl::SetValue. Fix small bug where the default port is needlessly displayed in the port field during drag&drop operations.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.h
2015-01-21 13:56 codesquid, revision 6381Improve display of GNUTLS_E_PULL_ERROR and GNUTLS_E_PUSH_ERROR, it was confusing users: While the error occurred in the push/pull function, it does not mean that either function is faulty. Silence the TLS error reporting and pass the socket error to higher layers instead of the generic ECONNABORTED.
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/resources/xrc/certificate.xrc
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
2015-01-21 13:31 codesquid, revision 6380Display subject alternative names in certificate dialog.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/notification.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.h
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/include/socket.h
2015-01-21 10:38 codesquid, revision 6379Include subject alternative names in certificate structure.
2015-01-20 14:52 codesquid, revision 6378Instead of hiding alert details in debug messages, directly show the alert at the intended output level.
2015-01-20 14:52 codesquid, revision 6377Cleanup destruction of hidden items.
2015-01-20 14:23 codesquid, revision 6376Check for null m_pContextControl
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/interface.vcxproj
- M /FileZilla3/trunk/src/interface/Makefile.am
- D /FileZilla3/trunk/src/interface/xh_menu_ex.cpp
- D /FileZilla3/trunk/src/interface/xh_menu_ex.h
2015-01-20 14:07 codesquid, revision 6375Remove some old code only needed for compatibility with wx <= 2.8.10
2015-01-20 09:47 codesquid, revision 6374Return early in UpdateSpeedLimitsIcon if the icon could not be loaded.
2015-01-18 11:42 codesquid, revision 6373The time has come to disable RC4.
2015-01-17 14:08 codesquid, revision 6372Use the parent window to get the screen as the dialog isn't realized yet.
- M /FileZilla3/trunk/src/engine/notification.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/certificate.xrc
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
2015-01-17 09:06 codesquid, revision 6371Display SHA-256 certificate fingerprint instead of MD5 fingerprint.
2015-01-16 15:30 codesquid, revision 6369Check return value of wxDisplay::GetFromWindow to avoid an assert. Addresses #10099. Root cause why it returns wxNOT_FOUND is unknown still.
2015-01-16 15:29 codesquid, revision 6368Bump to 3.10.0.2
2015-01-16 15:20 codesquid, revision 6367Updated translation
2015-01-16 10:22 codesquid, revision 6366In rare cases a freshly deleted directory cannot be instantly recreated. Postpone stale directory cleanup until after creating the working directory.
2015-01-16 10:02 codesquid, revision 6365Simplify buffer handling if sending doesn't send everything. At that point we know that there had been no previous buffer.
2015-01-16 09:55 codesquid, revision 6364Fix a handle leak.
- M /FileZilla3/trunk/src/engine/commands.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/include/commands.h
2015-01-15 10:27 codesquid, revision 6363Add some consts and replace some reinterpret_casts with static_cast
Remove a bit of dead code.