Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 13:30:01
Changelog for FileZilla 3 (8047 changes):
2004-12-14 14:53 botg, revision 2472004-12-14 14:52 botg, revision 246new class for an interprocess mutex, only implemented under windows yet.
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/include/FileZilla.h
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.h
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.h
2004-12-12 19:15 botg, revision 245Load and save transfer queue, separate settings, queue and sitemanager storage files.
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- A /FileZilla3/trunk/src/interface/filezillaapp.h
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/led.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- A /FileZilla3/trunk/src/interface/xmlfunctions.cpp
- A /FileZilla3/trunk/src/interface/xmlfunctions.h
2004-12-11 22:12 botg, revision 244code cleanup
2004-12-11 14:48 botg, revision 243minor improvements
2004-12-11 11:39 botg, revision 242added AddTextElement function and cleaned up SetServer
2004-12-11 11:13 botg, revision 241translated all strings
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/include/serverpath.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
2004-12-10 16:15 botg, revision 240implemented adding files to queue for upload. Fast and not blocking the ui. Only drawback: Poor performance in debug mode.
2004-12-04 14:45 botg, revision 239improved mingw flag parsing
- M /FileZilla3/trunk/Makefile.am
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/resources/16x16/Makefile.am
- M /FileZilla3/trunk/src/interface/resources/32x32/Makefile.am
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
2004-12-03 09:27 botg, revision 238Mac improvements
2004-12-03 08:45 botg, revision 237this time the fix works
2004-12-02 21:36 botg, revision 236segfault if sizeof(long) != sizeof(int)
2004-12-02 17:29 botg, revision 235stats target does not work everywhere, so remove it from the all target
2004-12-02 17:15 botg, revision 234hopefully this really fixes all problems
2004-12-02 09:57 botg, revision 233added more helpful text, especially if aclocal fails.
2004-12-02 00:14 botg, revision 232compiles again on FreeBSD
2004-12-01 17:15 botg, revision 231use proper charsets for conversion from local charset to server charset (currently hardcoded ISO8859-1)
- D /FileZilla3/trunk/docs/toto.txt
2004-12-01 17:15 botg, revision 230todo list
2004-11-30 18:01 botg, revision 229todo list
2004-11-29 11:45 botg, revision 228fixes for mingw builds
- M /FileZilla3/trunk/configure.in
- M /FileZilla3/trunk/locales/Makefile.am
- M /FileZilla3/trunk/src/engine/Makefile.am
- M /FileZilla3/trunk/src/interface/Makefile.am
2004-11-29 11:00 botg, revision 227fixed a couple of bugs, make distcheck now works
- D /FileZilla3/trunk/locales/filezilla.pot
2004-11-29 10:52 botg, revision 226obsolete
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/it_IT.po
- M /FileZilla3/trunk/locales/lt.po
- M /FileZilla3/trunk/locales/nl_BE.po
- M /FileZilla3/trunk/locales/sl.po
2004-11-29 01:39 botg, revision 225converted to UTF-8
2004-11-29 01:32 botg, revision 224one more file which need to be cleaned
- M /FileZilla3/trunk/autogen.sh
- M /FileZilla3/trunk/configure.in
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- A /FileZilla3/trunk/src/interface/prefix.cpp
- A /FileZilla3/trunk/src/interface/prefix.h
- M /FileZilla3/trunk/wxwin.m4
2004-11-28 00:21 botg, revision 223improved resource dir detection using BinReloc
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
Make sure OnConnect get's always called first.