Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2006-12-01 23:24 botg, revision 1112

Don't store expired certificates and the likes.

2006-12-01 23:24 botg, revision 1111

Fix another assertion

2006-12-01 22:49 botg, revision 1110

Working certificate storage

2006-12-01 22:30 botg, revision 1109

several fixes: - fix assertion - fix nullpointer fereference - wxFileName's = operator cannot handle self-copy

2006-12-01 14:42 botg, revision 1108

add a useful helper class

2006-11-29 13:16 botg, revision 1107

Renamed ar_EG into ar, updated others

2006-11-28 17:33 botg, revision 1106

Some broken servers send single-quoted PWD reply.

2006-11-28 16:19 botg, revision 1105

Make sure panel has correct initial size.

2006-11-27 00:39 botg, revision 1104

Updatechecks weren't disabled properly if version information was missing.

2006-11-26 16:01 botg, revision 1103

fix improper mutex use

2006-11-26 11:11 botg, revision 1102

Return FZ_REPLY_CRITICALERROR if login fails with a 5yz command.

2006-11-25 23:04 botg, revision 1101

typo

2006-11-25 22:50 botg, revision 1100

Add new fallback option to netconfwizard as well.

2006-11-25 12:21 botg, revision 1099

Fix problems with sticky bit and the likes.

2006-11-25 11:56 botg, revision 1098

Add new option to completely disable the alternative transfer mode

2006-11-24 18:46 botg, revision 1097

Added Nepali translation, updated others.

2006-11-24 11:37 botg, revision 1096

Moved passive mode settings onto own page, added strings for reconnection settings

2006-11-24 11:35 botg, revision 1095

fix warning

2006-11-23 00:31 botg, revision 1094

Partial certificate verification dialog.

2006-11-22 13:59 botg, revision 1093

Patch by Andreas Jacobs to create .lproj directories inside application bundle.

2006-11-21 12:11 botg, revision 1092

support for "migrated" files on MVS servers. Whatever that means.

2006-11-20 12:05 botg, revision 1091

Add new servertype, don't translate names.

2006-11-20 11:55 botg, revision 1090

New servertype, bug [ 1105269 ]

2006-11-20 11:20 botg, revision 1089

Don't timeout while waiting for async request reply

2006-11-20 11:13 botg, revision 1088

workaround for servers not understanding CDUP command

2006-11-17 16:46 botg, revision 1087

Handle usernames containing @ signs.

2006-11-16 23:47 botg, revision 1086

Add infrastructure for naive certificate validation

2006-11-12 17:38 botg, revision 1085

updated again, previous commit was from wrong sourcetree.

2006-11-12 17:31 botg, revision 1084

updated

2006-11-12 11:23 botg, revision 1083

Fix assertion

2006-11-12 11:23 botg, revision 1082

Protocol selection did not work

2006-11-10 21:08 botg, revision 1081

Add support for VMS servers sending it's listings with yet another field order

2006-11-09 21:52 botg, revision 1080

fix warning

2006-11-09 21:52 botg, revision 1079

errno.h needs to be included on some systems

2006-11-09 08:43 botg, revision 1078

fix compile errors/warnings

2006-11-08 15:03 botg, revision 1077

implement TLS/SSLv3 support. No certificate validation yet.

2006-11-08 14:57 botg, revision 1076

check for GnuTLS

2006-11-07 19:52 botg, revision 1075

fix ChangePath on VMS servers

2006-11-07 17:01 botg, revision 1074

Cleanup

2006-11-07 16:31 botg, revision 1073

Fix spurious compiler warning

2006-11-07 12:39 botg, revision 1072

add backend.h

2006-11-07 12:39 botg, revision 1071

fix detection of FZS

2006-11-07 12:25 botg, revision 1070

Add virtual CBackend class, providing a common interface for reading/writing of data from/to a backend, e.g. a socket.

2006-11-07 09:45 botg, revision 1069

Fix warning

2006-11-05 23:35 botg, revision 1068

updated

2006-11-04 11:29 botg, revision 1067

Fix assertion

2006-11-01 14:55 botg, revision 1066

Missing commit of "small cleanup, added CDirectoryListing::Assign(const std::list<CDirentry>&) method"

2006-11-01 14:54 botg, revision 1065

add ftps:// and ftpes:// protocols

2006-11-01 13:34 botg, revision 1064

small speedup

2006-11-01 13:33 botg, revision 1063

small cleanup, added CDirectoryListing::Assign(const std::list<CDirentry>&) method

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.

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