Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 07:50:01
Changelog for FileZilla 3 (8047 changes):
2016-01-12 19:02 codesquid, revision 72502016-01-12 14:17 codesquid, revision 7249Require libfilezilla 0.3.0 or higher.
2016-01-12 14:17 codesquid, revision 7248We no longer need to link against wxnet.
2016-01-12 10:18 codesquid, revision 7244Fix compile error on non-MSW.
2016-01-12 09:54 codesquid, revision 7243Get rid of wxIPV4address
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.h
2016-01-12 09:54 codesquid, revision 7242Use our own socket implementation instead of wxSocket in the network configuration wizard.
2016-01-11 22:09 codesquid, revision 7241Need to call remove_handler in destructor of external IP address resolver.
2016-01-10 14:21 codesquid, revision 7240Use custom winsock initialization and request Winsock 2.2 instead of 1.1 as wx does.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/volume_enumerator.cpp
- M /FileZilla3/trunk/src/interface/volume_enumerator.h
2016-01-10 13:52 codesquid, revision 7239Get rid of wxThread from the interface.
2016-01-10 13:37 codesquid, revision 7238Eliminate wxThread from the engine.
2016-01-10 09:40 codesquid, revision 7237Use fz::thread instead of wxThread.
2016-01-08 12:48 codesquid, revision 7236Fix an assert when incrementing an erased vector iterator.
- M /FileZilla3/trunk/src/pugixml/pugiconfig.hpp
- M /FileZilla3/trunk/src/pugixml/pugixml.cpp
- M /FileZilla3/trunk/src/pugixml/pugixml.hpp
2016-01-04 00:03 codesquid, revision 7229Update built-in pugixml copy.
2016-01-03 23:36 codesquid, revision 7228Explicitly link against ws2_32, it's needed when building for MSW on some platforms.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/interface/dndobjects.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/file_utils.cpp
- M /FileZilla3/trunk/src/interface/ipcmutex.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/systemimagelist.cpp
- M /FileZilla3/trunk/src/interface/volume_enumerator.cpp
2016-01-03 19:23 codesquid, revision 7227Fix compilation on MSW if wxWidgets has been configured with the non-standard --enable-stl
2016-01-03 18:57 codesquid, revision 7226Small performance improvement.
2016-01-01 18:52 codesquid, revision 7223Small fixes to the search dialog: Only process listings if in a recursive list. When deleting, use the correct paths.
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2016-01-01 11:09 codesquid, revision 7222Additional cleanup of setting up recursive operations.
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/search.h
- M /FileZilla3/trunk/src/interface/state.cpp
2015-12-30 23:17 codesquid, revision 7221Allow processing of unrelated directories from search dialog.
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2015-12-18 13:05 codesquid, revision 7220Clean up the way recursive operations are started.
2015-12-18 12:14 codesquid, revision 7219Improve compatibility with broken servers omitting the mandatory 1yz reply to the transfer commands as specified in RFC959 .
2015-12-18 10:13 codesquid, revision 7218Vastly speed up writing of ASCII files to local disk. My large test file transfers 100 times faster.
2015-12-16 17:13 codesquid, revision 7217Fix compile error SIMULATE_IO debug configuration.
2015-12-16 17:06 codesquid, revision 7216Apply patch for Debian FTBFS bug 805869.
2015-12-08 19:14 codesquid, revision 7215Fix typo, reported by Adrien Cunin.
Remove MIDL sections from project file.