Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8047 changes):

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.

2006-10-20 20:43 botg, revision 1037

Partial implementation of the new CFolderItem which will be used to create empty directories.

2006-10-20 16:15 botg, revision 1036

rename CFolderItem -> CFolderScanItem, QueueItemType_Folder -> QueueItemType_FolderScan

2006-10-20 15:06 botg, revision 1035

Create empty directories on recursive download operations.

2006-10-20 14:46 botg, revision 1034

Add a special codepath for faster processing of file deletion in huge listings

2006-10-19 14:09 botg, revision 1033

added == operator

2006-10-19 13:58 botg, revision 1032

Added original listing time and a more fine grained m_hasUnsureEntries. Will be used by the remote list view to simply sorting. For example there is no need to resort the entire directory listing just because a single file got removed.

2006-10-19 12:45 botg, revision 1031

Pretty speed improvements

2006-10-19 09:48 botg, revision 1030

Fix some strings which were untranslateable

2006-10-19 09:34 botg, revision 1029

fix infinite loop

2006-10-19 09:07 botg, revision 1028

updated

2006-10-18 23:43 botg, revision 1027

stupid typo

2006-10-18 23:16 botg, revision 1026

Attempt to fix upload progress.

2006-10-18 13:35 botg, revision 1025

fix download progress

2006-10-18 13:24 botg, revision 1024

Fix local directory creation for sftp downloads, don't try to create if resuming (as file already exists). Based on patch #1579553

2006-10-18 13:15 botg, revision 1023

fix couple of cache issues, properly handle nonexisting directories for sftp uploads

2006-10-18 13:11 botg, revision 1022

returnvalue fixes

2006-10-18 11:45 botg, revision 1021

fix an assertion

2006-10-18 11:25 botg, revision 1020

actually, we can allow unsure listings from cache, it's checked for later on

2006-10-18 11:23 botg, revision 1019

fix memory leak and a small logic bug

2006-10-17 18:17 botg, revision 1018

handle cmd_mkdir in SendNextCommand

2006-10-17 15:36 botg, revision 1017

fix bug in canonify, putty authors have been informed.

2006-10-16 13:03 botg, revision 1016

small mistake

2006-10-16 13:02 botg, revision 1015

This should work better under OS X to display proper filetype in file save dialog.

2006-10-16 12:38 botg, revision 1014

Display friendly error message if directory cannot be changed.

2006-10-15 17:52 botg, revision 1013

better handling of mnemonics

2006-10-14 23:34 botg, revision 1012

updated

2006-10-14 20:34 botg, revision 1011

Properly wrap download page in update wizard

2006-10-14 17:17 botg, revision 1009

reverse accidental commit

2006-10-14 13:34 botg, revision 1008

version bump: 3.0.0-beta2

2006-10-14 13:34 botg, revision 1007

updated

2006-10-14 13:23 botg, revision 1006

Add sorting by date/time

2006-10-13 22:17 botg, revision 1005

Get rid of CDirentry::t_date and t_time structures in favor of wxDateTime

2006-10-13 14:29 botg, revision 1004

Allow WrapText to fail, remove some debug code

2006-10-12 11:40 botg, revision 1003

Don't try to display UNC paths in tree

2006-10-12 11:36 botg, revision 1002

Fixes for proper UNC path handling

2006-10-12 10:36 botg, revision 1001

Fix autocompletion if entering UNC paths

2006-10-11 15:56 botg, revision 1000

Like quickconnect bar, don't show default port. Thus changing protocol changes port unless the user did specify a custom port.

2006-10-11 15:11 botg, revision 999

updated

2006-10-10 23:25 botg, revision 998

require a username if not using Anonymous account type

2006-10-08 13:25 botg, revision 997

CFolderProcessingThread needs to check for filtered filenames.

2006-10-08 13:21 botg, revision 996

Flicker reduction

2006-10-07 13:22 botg, revision 995

updated

2006-10-07 13:11 botg, revision 994

add "-nightly" to version on nightly builds

2006-10-07 13:10 botg, revision 993

filter conditions weren't applied properly

2006-10-07 12:33 botg, revision 992

compile fix for visual c++

2006-10-07 11:39 botg, revision 991

sftpRead was sent too often.

2006-10-07 11:32 botg, revision 990

add "-nightly" to version on nightly builds

2006-10-07 09:44 botg, revision 989

remove bad assertion

2006-10-06 21:43 botg, revision 988

fix transparency

2006-10-06 15:43 botg, revision 987

Abort early if authentication fails. Print nicer message for new/changed hostkey command.

2006-10-06 15:18 botg, revision 986

close connection on timeout, don't just reset operation

2006-10-06 14:51 botg, revision 985

fix "Updates available" to never go away

2006-10-05 16:25 botg, revision 983

fix compile error

2006-10-05 14:25 botg, revision 982

If there's one good thing about Visual Studio, then it's the debugger. Update the workspace files.

2006-10-05 14:24 botg, revision 981

version bump

2006-10-05 14:23 botg, revision 980

Fix typo

2006-10-05 14:22 botg, revision 979

updated

2006-10-05 14:14 botg, revision 978

Add a new greeting message

2006-10-05 13:27 botg, revision 977

small fix

2006-10-05 13:23 botg, revision 976

add version information to executable for Win32 builds

2006-10-05 10:32 botg, revision 975

disable remote combobox initially

2006-10-04 14:34 botg, revision 974

Second half of directory listing notification cleanup.

2006-10-03 14:48 botg, revision 973

First 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

2006-10-02 22:05 botg, revision 972

Partial directoy cache locking. As of now, it only prevents that two engines list the very same directory at the same time.

2006-10-02 11:54 botg, revision 971

Experimental function to refresh listings if idle engine exists. However, for this to work properly, engin internal locking needs to be implemented.

2006-10-02 00:18 botg, revision 970

Fix transfer logic

2006-10-01 23:45 botg, revision 969

Don't use references to objects stored in a vector, reallocations might destroy them.

2006-10-01 13:53 botg, revision 968

wxWidgets 2.6.x has no case sensitive wxControlWithItems::FindString

2006-10-01 10:56 botg, revision 967

updated to TinyXml 2.5.2

2006-10-01 00:35 botg, revision 966

Fix beeping under wxGTK

2006-10-01 00:33 botg, revision 965

quote paths containing spaces, nicer error message

2006-09-30 23:21 botg, revision 964

fix compile error

2006-09-30 21:57 botg, revision 963

Add option for path to fzsftp, try to search for it and display a notice if the search fails.

2006-09-30 18:53 botg, revision 962

Don't pass -f to automake, this overwrites INSTALL and similar files.

2006-09-30 17:51 botg, revision 961

The design of wxStandardPaths is totally broken.

2006-09-30 15:22 botg, revision 960

improved detection of fzsftp executable under linux

2006-09-29 22:39 botg, revision 959

Only initialize required xrc handlers, reduced executable size

2006-09-29 22:37 botg, revision 958

fix uninitialized variable

2006-09-29 20:27 botg, revision 957

Avoid 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:22 botg, revision 956

same problem as before

2006-09-29 20:20 botg, revision 955

implemented dropdown comboboxes

2006-09-29 20:20 botg, revision 954

fix segfault, had to use prefix incrementor instead of postfix one

2006-09-28 15:27 botg, revision 953

remove some unused code

2006-09-28 12:13 botg, revision 952

Fix 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-28 09:50 botg, revision 951

Under OS X, try to get path to fzsftp within the application bundle

2006-09-27 14:59 botg, revision 950

fix infinite loop

2006-09-27 14:01 botg, revision 949

set wxTE_PROCESS_ENTER style

2006-09-27 13:11 botg, revision 948

fix segfault under platforms where vsnprintf modifies passed va_list