Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 13:50:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8047 changes):

2008-08-24 13:24 botg, revision 2657

Fix case

2008-08-24 13:08 botg, revision 2656

Work around problems in uint64_make on some 64bit platforms. Similar to the recent wxLongLong problem in wxWidgets. Upstream has been notified.

2008-08-24 12:47 botg, revision 2655

Implement kiosk mode. No more saved passwords if enabled.

2008-08-24 12:18 botg, revision 2654

PuTTY's psftp component did happily upload data to a server that has ran out of diskspace due to not checking the return value of xfer_upload_gotpkt properly. This fix corrects this, upstream has been notified.

2008-08-24 12:15 botg, revision 2653

Add option to disable update checks via fzdefaults.xml

2008-08-21 14:11 botg, revision 2652

Missing break

2008-08-21 13:30 botg, revision 2651

Don't process failed listings. Might be the true cause of #2049709

2008-08-21 13:23 botg, revision 2650

Minor cleanup

2008-08-21 13:05 botg, revision 2649

Fix instance in which modified flag was incorrectly set on sending listing.

2008-08-20 18:42 botg, revision 2648

One more place to call ConvertDomainName. Fixes #2062712

2008-08-20 15:35 botg, revision 2647

Resume TLS session if possible for faster handshake.

2008-08-20 14:51 botg, revision 2646

Don't crash if server does not support resuming of large files.

2008-08-20 14:17 botg, revision 2645

Send connection event before read/write events.

2008-08-20 09:26 botg, revision 2644

Stopping queue processing will change a recursive operation from recursive_download into recursive_addtoqueue mode. Fixes #2038386

2008-08-20 08:36 botg, revision 2643

Process queue toolbar button was not reset in all cases.

2008-08-19 13:41 botg, revision 2642

VER field of user/pass auth method is 1, not 5. Fixes #2057591

2008-08-18 20:51 botg, revision 2641

Fix some harmless warnings.

2008-08-18 20:44 botg, revision 2640

Fix creating of NSIS installer script if configured with --disable-locales

2008-08-18 16:58 botg, revision 2639

Hopefully fixes #2049709

2008-08-17 18:36 botg, revision 2638

Use LookupFile.

2008-08-17 13:03 botg, revision 2637

Refcount findmap to use COW semantics.

2008-08-17 12:18 botg, revision 2636

Make more use of GetSelectedItemCount

2008-08-15 15:00 botg, revision 2635

Update filecount at most 5 times every second.

2008-08-15 14:28 botg, revision 2634

Improve performance of subsequent calls to CDirectoryCache::LookupFile

2008-08-15 13:12 botg, revision 2633

Another nice performance boost