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):
2006-12-06 18:21 botg, revision 11242006-12-06 18:14 botg, revision 1123missed a parameter
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/optionspage_connection.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2006-12-06 14:12 botg, revision 1122Add retry options
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
2006-12-06 12:50 botg, revision 1121Unneeded variable
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
2006-12-05 17:18 botg, revision 1120Some servers only send a bare list of filenames (bug [ 1433792 ]). If unable to parse anything at all, treat parsed data as bare file list.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
2006-12-05 17:16 botg, revision 1119some cleanup
2006-12-04 13:45 botg, revision 1118Fix segfault
2006-12-03 18:37 botg, revision 1117Don't force IP refresh, would cause too much traffic.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/optionsbase.h
- M /FileZilla3/trunk/src/interface/Options.cpp
2006-12-02 21:13 botg, revision 1116Remember last used resolved IP address. Don't resolve if local address == last resolved one,
2006-12-02 18:23 botg, revision 1115Layout improvements
2006-12-02 18:17 botg, revision 1114log failure of the gnutls_x509_crt_get_*dn functions
2006-12-02 18:11 botg, revision 1113If AUTH TLS fails, try AUTH SSL
2006-12-01 23:24 botg, revision 1112Don't start handshake prior to successful connection establishment of the underlaying socket.
2006-12-01 23:24 botg, revision 1111Don't store expired certificates and the likes.
2006-12-01 22:49 botg, revision 1110Fix another assertion
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.h
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.h
2006-12-01 22:30 botg, revision 1109Working certificate storage
2006-12-01 14:42 botg, revision 1108several fixes: - fix assertion - fix nullpointer fereference - wxFileName's = operator cannot handle self-copy
2006-11-29 13:16 botg, revision 1107add a useful helper class
- M /FileZilla3/trunk/AUTHORS
- A /FileZilla3/trunk/locales/ar.po
- D /FileZilla3/trunk/locales/ar_EG.po
- M /FileZilla3/trunk/locales/it_IT.po
- M /FileZilla3/trunk/locales/ne.po
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/sk.po
- M /FileZilla3/trunk/locales/sl.po
2006-11-28 17:33 botg, revision 1106Renamed ar_EG into ar, updated others
2006-11-28 16:19 botg, revision 1105Some broken servers send single-quoted PWD reply.
2006-11-27 00:39 botg, revision 1104Make sure panel has correct initial size.
2006-11-26 16:01 botg, revision 1103Updatechecks weren't disabled properly if version information was missing.
2006-11-26 11:11 botg, revision 1102fix improper mutex use
2006-11-25 23:04 botg, revision 1101Return FZ_REPLY_CRITICALERROR if login fails with a 5yz command.
2006-11-25 22:50 botg, revision 1100typo
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/resources/netconfwizard.xrc
Add new fallback option to netconfwizard as well.