Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 13:20:01
Changelog for FileZilla 3 (8047 changes):
2006-10-10 23:25 botg, revision 9982006-10-08 13:25 botg, revision 997require a username if not using Anonymous account type
2006-10-08 13:21 botg, revision 996CFolderProcessingThread needs to check for filtered filenames.
2006-10-07 13:22 botg, revision 995Flicker reduction
- M /FileZilla3/trunk/locales/ar_EG.po
- M /FileZilla3/trunk/locales/ca_ES.po
- M /FileZilla3/trunk/locales/cs.po
2006-10-07 13:11 botg, revision 994updated
2006-10-07 13:10 botg, revision 993add "-nightly" to version on nightly builds
2006-10-07 12:33 botg, revision 992filter conditions weren't applied properly
2006-10-07 11:39 botg, revision 991compile fix for visual c++
2006-10-07 11:32 botg, revision 990sftpRead was sent too often.
2006-10-07 09:44 botg, revision 989add "-nightly" to version on nightly builds
2006-10-06 21:43 botg, revision 988remove bad assertion
2006-10-06 15:43 botg, revision 987fix transparency
2006-10-06 15:18 botg, revision 986Abort early if authentication fails. Print nicer message for new/changed hostkey command.
2006-10-06 14:51 botg, revision 985close connection on timeout, don't just reset operation
2006-10-05 16:25 botg, revision 983fix "Updates available" to never go away
2006-10-05 14:25 botg, revision 982fix compile error
- M /FileZilla3/trunk/src/engine/engine.vcproj
- M /FileZilla3/trunk/src/FileZilla.sln
- M /FileZilla3/trunk/src/interface/interface.vcproj
2006-10-05 14:24 botg, revision 981If there's one good thing about Visual Studio, then it's the debugger. Update the workspace files.
2006-10-05 14:23 botg, revision 980version bump
2006-10-05 14:22 botg, revision 979Fix typo
2006-10-05 14:14 botg, revision 978updated
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
2006-10-05 13:27 botg, revision 977Add a new greeting message
2006-10-05 13:23 botg, revision 976small fix
- M /FileZilla3/trunk/configure.in
- M /FileZilla3/trunk/src/interface/resources/filezilla.rc
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/version.rc.in
2006-10-05 10:32 botg, revision 975add version information to executable for Win32 builds
2006-10-04 14:34 botg, revision 974disable remote combobox initially
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/directorycache.h
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/engineprivate.h
2006-10-03 14:48 botg, revision 973Second half of directory listing notification cleanup.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/notification.cpp
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2006-10-02 22:05 botg, revision 972First half of listing notification cleanup. Don't send full listings in the notifications, instead the listing has to be requested from the engine explicitly. TODO: Cleanup code, unify SendDirectoryListing and ResendModifiedListings
- 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/sftpcontrolsocket.cpp
2006-10-02 11:54 botg, revision 971Partial directoy cache locking. As of now, it only prevents that two engines list the very same directory at the same time.
2006-10-02 00:18 botg, revision 970Experimental function to refresh listings if idle engine exists. However, for this to work properly, engin internal locking needs to be implemented.
2006-10-01 23:45 botg, revision 969Fix transfer logic
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.h
2006-10-01 13:53 botg, revision 968Don't use references to objects stored in a vector, reallocations might destroy them.
2006-10-01 10:56 botg, revision 967wxWidgets 2.6.x has no case sensitive wxControlWithItems::FindString
- 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-10-01 00:35 botg, revision 966updated to TinyXml 2.5.2
2006-10-01 00:33 botg, revision 965Fix beeping under wxGTK
2006-09-30 23:21 botg, revision 964quote paths containing spaces, nicer error message
2006-09-30 21:57 botg, revision 963fix compile error
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/optionsbase.h
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filezillaapp.h
- M /FileZilla3/trunk/src/interface/Options.cpp
2006-09-30 18:53 botg, revision 962Add option for path to fzsftp, try to search for it and display a notice if the search fails.
2006-09-30 17:51 botg, revision 961Don't pass -f to automake, this overwrites INSTALL and similar files.
2006-09-30 15:22 botg, revision 960The design of wxStandardPaths is totally broken.
2006-09-29 22:39 botg, revision 959improved detection of fzsftp executable under linux
2006-09-29 22:37 botg, revision 958Only initialize required xrc handlers, reduced executable size
2006-09-29 20:27 botg, revision 957fix uninitialized variable
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/directorycache.h
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2006-09-29 20:22 botg, revision 956Avoid copying full directory listings even if we're only interested in a single file. This greatly improves performance if handling huge directories.
2006-09-29 20:20 botg, revision 955same problem as before
2006-09-29 20:20 botg, revision 954implemented dropdown comboboxes
2006-09-28 15:27 botg, revision 953fix segfault, had to use prefix incrementor instead of postfix one
2006-09-28 12:13 botg, revision 952remove some unused code
2006-09-28 09:50 botg, revision 951Fix assertion under OS X: For the dropdown menu, start with id 1 since menu items with id 0 don't work under OS X
2006-09-27 14:59 botg, revision 950Under OS X, try to get path to fzsftp within the application bundle
2006-09-27 14:01 botg, revision 949fix infinite loop
2006-09-27 13:11 botg, revision 948set wxTE_PROCESS_ENTER style
fix segfault under platforms where vsnprintf modifies passed va_list