Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-03-28 20:30:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8007 changes):

2008-11-09 11:56 botg, revision 2839

Don't store the full path for every item in the forest, it's enough to store the path for the roots.

2008-11-08 19:41 botg, revision 2838

Fix for #3949 wasn't complete, missed a spot.

2008-11-07 18:33 botg, revision 2837

Avoid trying to read 0 bytes.

2008-11-07 13:55 botg, revision 2836

Revert accidental commit.

2008-11-04 13:00 botg, revision 2835

Remove leftover strings

2008-11-04 10:45 botg, revision 2834

Some systems have neither MSG_NOSIGNAL nor SO_NOSIGPIPE. Need to block SIGPIPE the old fashioned way.

2008-11-03 10:45 botg, revision 2833

Fix #3930, don't crash if clearing quickconnect bar while it is hidden.

2008-10-31 18:32 botg, revision 2831

Don't use filter manager inside the worker thread. wxString isn't threadsafe.

2008-10-30 14:38 botg, revision 2830

Updated translations

2008-10-30 10:52 botg, revision 2829

Fix #3949, deleting a subdirectory did not remove the item from the tree since it is still selected when RefreshItem is called.

2008-10-29 16:46 botg, revision 2828

#3937 fix typo.

2008-10-28 19:42 botg, revision 2827

Fix #3900, duplicate help menu under OS

2008-10-28 15:38 botg, revision 2826

Fix requirements.

2008-10-25 17:35 botg, revision 2825

Fix possible double-free.

2008-10-25 17:34 botg, revision 2824

Fix bug in parsing chunk length.

2008-10-24 16:44 botg, revision 2823

Fix #3922, don't show message boxes on silent installers.

2008-10-24 16:20 botg, revision 2822

Remove a debugging return that should not be there.

2008-10-23 22:31 botg, revision 2821

Minor cleanup inspired by #3927

2008-10-23 22:28 botg, revision 2820

Need to deallocate buffer with delete [], fixes #3926

2008-10-23 21:08 botg, revision 2819

Need to deallocate buffer with delete [], fixes #3925

2008-10-22 09:45 botg, revision 2817

Version bump

2008-10-22 09:45 botg, revision 2816

Updated translations

2008-10-22 09:03 botg, revision 2815

Fix buffer size

2008-10-21 20:36 botg, revision 2814

Fix #3913, numpad keys in prefix search.

2008-10-21 18:25 botg, revision 2813

Busted by const police.