Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-19 08:30:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2006-10-31 18:10 botg, revision 1062

If reversing sort direction, simply reverse the index mapping.

2006-10-31 14:44 botg, revision 1061

Couple of FZ_AUTOUPDATECHECK related fixes

2006-10-31 09:03 botg, revision 1060

m_currentFilterSet did not always get set in LoadFilters

2006-10-30 13:45 botg, revision 1059

Clarified nightly warning, fixed fzsftp detection.

2006-10-30 13:23 botg, revision 1058

make sure input field has initial focus

2006-10-29 21:55 botg, revision 1057

fix copy operator

2006-10-29 19:11 botg, revision 1056

remove redundant checks

2006-10-29 18:44 botg, revision 1055

Fixed ApplyCurrentFilter

2006-10-28 14:00 botg, revision 1054

Added configure flags to disable the update checks.

2006-10-27 08:00 botg, revision 1053

updated

2006-10-26 15:58 botg, revision 1052

Implement reference counting.

2006-10-26 14:28 botg, revision 1051

Step 2: Use [] operator instead of accessing m_pEntries directly

2006-10-26 09:18 botg, revision 1050

Step 1 of implementing refcounted listing: Make m_entryCount protected, add accessors.

2006-10-25 15:03 botg, revision 1049

Fix compile errors.

2006-10-25 14:33 botg, revision 1048

A few servers don't support PWD or have a broken implementation of it. Try to guess correct path instead.

2006-10-25 12:39 botg, revision 1047

Slightly reduce queue file size, fixed creation of empty directory if connection to server was already established.

2006-10-24 16:30 botg, revision 1046

Fix month for Italian "ott"

2006-10-24 15:04 botg, revision 1045

Shaved off some few CPU cycles

2006-10-24 14:58 botg, revision 1044

speed improvement

2006-10-24 13:52 botg, revision 1043

Move selection handling if items get added/removed

2006-10-22 14:04 botg, revision 1042

implement remote empty directory creation

2006-10-22 12:32 botg, revision 1041

small speed improvement on non-msw systems, they already use buffered DCs by default

2006-10-22 10:49 botg, revision 1040

typos

2006-10-21 13:27 botg, revision 1039

removed unneeded code. Did cause problems under wxGTK if using nonstandard backgorund colours

2006-10-21 09:39 botg, revision 1038

Empty remote directories can be added to queued now to be created locally.