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-04-16 11:00 botg, revision 622- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
2006-04-16 10:22 botg, revision 621mask password in log
2006-04-15 12:31 botg, revision 620updated
2006-04-14 06:42 botg, revision 619trim whitespace from hostname
2006-04-13 23:17 botg, revision 618typo
2006-04-13 21:01 botg, revision 617revert last change, doesn't work properly
2006-04-11 21:06 botg, revision 616fix OS X application bundle creation
2006-04-11 19:51 botg, revision 615add --enable-localesonly flag, if passed to configure, only locales will be created during make
2006-04-09 17:14 botg, revision 614minor improvement
- M /FileZilla3/trunk/src/tinyxml/tinystr.cpp
- M /FileZilla3/trunk/src/tinyxml/tinystr.h
- M /FileZilla3/trunk/src/tinyxml/tinyxml.cpp
- M /FileZilla3/trunk/src/tinyxml/tinyxml.h
- M /FileZilla3/trunk/src/tinyxml/tinyxmlerror.cpp
- M /FileZilla3/trunk/src/tinyxml/tinyxmlparser.cpp
2006-04-09 13:18 botg, revision 613Updated to TinyXml 2.4.3
2006-04-07 12:27 botg, revision 612Call the ::EndMenu function under windows in ShowModal to close open popup menus. Else application will freeze
2006-04-07 12:21 botg, revision 611fixes for wxNotebook wrapping
2006-04-07 09:02 botg, revision 610layout fix
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
2006-04-06 17:13 botg, revision 609Now works under wxGTK as well.
2006-04-05 20:54 botg, revision 608Care about borders, keyboard accelerators and fix an off-by-two problem with wxStaticText
2006-04-04 23:46 botg, revision 607Fix flawed logic, I hope this one is better.
- M /FileZilla3/trunk/AUTHORS
- M /FileZilla3/trunk/locales/bg.po
- M /FileZilla3/trunk/locales/ca_ES.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/fr_FR.po
- M /FileZilla3/trunk/locales/sk.po
2006-04-04 21:56 botg, revision 606*** empty log message ***
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/state.cpp
2006-04-04 21:52 botg, revision 605If changing directory succeeds but list fails, display empty directory listing with an informational message instead of staying in old directory.
2006-03-29 16:46 botg, revision 604support for MVS listing with **NONE** as date
- M /FileZilla3/trunk/AUTHORS
- M /FileZilla3/trunk/locales/cs.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/it_IT.po
- A /FileZilla3/trunk/locales/sk.po
- M /FileZilla3/trunk/locales/sl.po
- M /FileZilla3/trunk/locales/zh_TW.po
2006-03-28 23:47 botg, revision 603updated
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
2006-03-28 23:25 botg, revision 602implement test for servers not supporting resume of files > 2/4 GB
- M /FileZilla3/trunk/src/engine/asynchostresolver.cpp
- M /FileZilla3/trunk/src/engine/iothread.cpp
- M /FileZilla3/trunk/src/engine/iothread.h
- M /FileZilla3/trunk/src/engine/Makefile.am
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- A /FileZilla3/trunk/src/engine/threadex.cpp
- M /FileZilla3/trunk/src/include/asynchostresolver.h
- M /FileZilla3/trunk/src/include/FileZilla.h
- M /FileZilla3/trunk/src/include/Makefile.am
- A /FileZilla3/trunk/src/include/threadex.h
2006-03-26 21:12 botg, revision 601added wxThreadEx class, which works around a design flaw of wxThread::Wait
- M /FileZilla3/trunk/src/interface/optionspage_filetype.cpp
- M /FileZilla3/trunk/src/interface/optionspage_language.cpp
2006-03-25 23:26 botg, revision 600clear contents if reloading settings
2006-03-25 15:02 botg, revision 599fix layout of final page
- M /FileZilla3/trunk/src/engine/Makefile.am
- A /FileZilla3/trunk/src/engine/servercapabilities.cpp
- A /FileZilla3/trunk/src/engine/servercapabilities.h
2006-03-25 15:00 botg, revision 598small class to store the capabilities servers are capable of
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
- M /FileZilla3/trunk/src/include/commands.h
Merge the common code for FTP filetransfer and list command.