Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8007 changes):

2006-08-17 08:50 botg, revision 857

silence warnings

2006-08-16 13:00 botg, revision 856

keep request queue clean

2006-08-16 10:32 botg, revision 855

Added "none" matchtype, fixed some bugs.

2006-08-16 09:51 botg, revision 854

Item in debug menu to clear layout cache

2006-08-16 09:50 botg, revision 853

fix more assertions, add function to clear layout cache

2006-08-16 09:20 botg, revision 852

don't always send REST 0 on LIST

2006-08-16 08:57 botg, revision 851

fix timeouts

2006-08-15 15:37 botg, revision 850

fixes for vms parser

2006-08-15 15:31 botg, revision 849

cache monthname map

2006-08-15 13:46 botg, revision 848

last commit was from wrong source tree, this is the real.

2006-08-15 13:26 botg, revision 847

updated

2006-08-15 09:22 botg, revision 846

2.6.x doesn't have wxWindowUpdateLocker

2006-08-14 10:24 botg, revision 845

don't delete status line windows, just show/hide them

2006-08-14 09:16 botg, revision 844

added new constant for the number of log message types

2006-08-13 12:55 botg, revision 843

Removed most flicker, should slightly increase speed.

2006-08-13 12:38 botg, revision 842

Speedup of message log which is one of the major CPU hogs.

2006-08-13 09:59 botg, revision 841

fixed assertion

2006-08-13 09:57 botg, revision 840

Really fixed assertion/logmessage this time

2006-08-13 09:52 botg, revision 839

Slightly reduced flicker.

2006-08-12 23:59 botg, revision 838

Implement debug levels for message log.

2006-08-12 23:56 botg, revision 837

Implemented debug menu

2006-08-12 22:42 botg, revision 836

typo

2006-08-12 16:47 botg, revision 835

enable large file support for fzsftp

2006-08-12 16:29 botg, revision 834

Merged with latest PuTTY source.

2006-08-12 12:27 botg, revision 833

New page for debug settings

2006-08-12 12:10 botg, revision 832

cleanup and two new options

2006-08-12 09:52 botg, revision 831

Fix another assertion if language files can't be found.

2006-08-12 09:49 botg, revision 830

Check that locales dir could be opened in LoadCache, fixes assertion.

2006-08-12 09:43 botg, revision 829

moved setting of socket options into OnConnect, fixes assertion

2006-08-11 23:03 botg, revision 828

skip all pending replies if an operation gets reset

2006-08-11 22:56 botg, revision 827

fix wrong options name

2006-08-11 11:51 botg, revision 826

typo

2006-08-11 11:47 botg, revision 825

remove assertion, return instead

2006-08-11 07:56 botg, revision 824

updated

2006-08-09 14:34 botg, revision 823

fix warnings

2006-08-08 12:24 botg, revision 822

Don't use FormatISO* functions. They don't work if the application uses different optimization flags than library. (Compiler bug maybe?)

2006-08-08 11:44 botg, revision 821

fix more warnings

2006-08-08 11:34 botg, revision 820

fixed warnings

2006-08-08 11:31 botg, revision 819

fix warning

2006-08-07 13:15 botg, revision 818

fix stupid segfault

2006-08-06 21:10 botg, revision 817

implement automatic update checks

2006-08-06 21:02 botg, revision 816

New options for use by the automatic update checks

2006-08-06 21:00 botg, revision 815

Display host

2006-08-06 20:58 botg, revision 814

Fix speed issues due to too small send buffer inside the network stack. Enlarge it to 128k.

2006-08-06 20:58 botg, revision 813

Socket could get closed prematurely

2006-08-06 20:56 botg, revision 812

Add canonical host to CBuildInfo

2006-08-04 15:04 botg, revision 811

Add a new variant for vms style listings

2006-08-04 11:25 botg, revision 810

updated

2006-08-04 10:26 botg, revision 809

Fix cancel operation. Keep track of the amount of pending replies and skip the proper amount.

2006-08-03 22:53 botg, revision 808

fix memory corruption