Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2007-03-01 11:05 botg, revision 1278

Fix [ 1665321 ]

2007-02-28 15:22 botg, revision 1277

Small enhancement to prepare fixing bug [ 1665321 ]

2007-02-28 15:03 botg, revision 1276

fix == operator

2007-02-26 17:37 botg, revision 1275

Add missing file

2007-02-26 17:34 botg, revision 1274

Log target file, update 64bit DLL

2007-02-26 16:56 botg, revision 1273

Add function to log wide character strings.

2007-02-26 13:04 botg, revision 1272

Temporary path may be in 8+3 notation, normalize it,

2007-02-25 20:38 botg, revision 1271

Add Hungarian, update some others

2007-02-25 00:24 botg, revision 1270

removed obsolete style

2007-02-25 00:20 botg, revision 1269

fix include and library paths for gnutls

2007-02-21 15:09 botg, revision 1268

updated a little bit

2007-02-20 08:47 botg, revision 1267

Remove deprecated syle-flag

2007-02-19 12:53 botg, revision 1265

version bump

2007-02-19 11:58 botg, revision 1264

Updated

2007-02-18 23:12 botg, revision 1263

Implement queue as valid drop target.

2007-02-18 21:01 botg, revision 1262

Fix typo

2007-02-18 14:27 botg, revision 1261

Finish drag source implementation

2007-02-18 13:33 botg, revision 1260

properly align filesize

2007-02-18 13:30 botg, revision 1259

Fix initial positioning of send/recv indicators under wxMac.

2007-02-17 23:29 botg, revision 1258

Small cleanup

2007-02-17 18:19 botg, revision 1257

Implement local drag source for tree

2007-02-17 18:07 botg, revision 1256

Finish drop target implementation

2007-02-17 12:38 botg, revision 1255

RemoveAll could cause m_totalQueueSize to become negative

2007-02-16 13:52 botg, revision 1254

Partial implementation of remote drop target.

2007-02-14 00:30 botg, revision 1253

Updated

2007-02-13 17:38 botg, revision 1252

Make local tree a valid drop target

2007-02-13 14:12 botg, revision 1251

small rephrase

2007-02-13 13:20 botg, revision 1250

Close FileZilla if starting setup program

2007-02-11 15:41 botg, revision 1249

Cache PWD replies.

2007-02-10 14:15 botg, revision 1248

Disable menu items in context menu on empty listings or if busy.

2007-02-10 10:59 botg, revision 1247

Fix the dialog from not appearing under OS X

2007-02-10 09:10 botg, revision 1246

Fix a typo

2007-02-09 15:40 botg, revision 1245

Pressing Enter anywhere under OSX resulted in quickconnect, for example also in view headers. Attempt to fix this problem.

2007-02-09 12:12 botg, revision 1244

Fix warning

2007-02-09 12:11 botg, revision 1243

Fix CQueueView::QueueFiles

2007-02-06 14:32 botg, revision 1242

Fix [ 1651702 ] Filter the directory Listing 3.0.0 Beta5

2007-02-05 19:03 botg, revision 1241

small cleanup

2007-02-05 18:37 botg, revision 1240

Updated

2007-02-05 12:28 botg, revision 1239

Fix [ 1649757 ] Wrong folder sorting after upload

2007-02-04 10:11 botg, revision 1238

Add reconnect/disconnect items to menu. Closes bug [ 1625061 ]

2007-02-02 16:50 botg, revision 1237

Implement CTRL+A to select all items

2007-02-02 14:04 botg, revision 1236

Finish implementation of Drag&Drop from remote file list into the local file list. Todo: Add a remote folder scan to the queue, would simplify things.

2007-02-02 00:40 botg, revision 1235

Added Finnish, updated some others

2007-02-01 00:29 botg, revision 1234

Strip revision from VMS directories

2007-01-30 11:43 botg, revision 1233

Fix bug [ 1099949 ] Remote file listing auto scrolled down

2007-01-29 11:56 botg, revision 1232

Display a meaningful error message if trying to connect to an SFTP server using FTP protocol.

2007-01-27 12:32 botg, revision 1230

Implement moving of remote files using d&d.

2007-01-27 10:14 botg, revision 1229

During recursive delete, remove directories as early as possible and not after deleting all files.

2007-01-26 20:54 botg, revision 1228

Fix a timing issue where wxSOCKE_INPUT was received prior to wxSOCKET_CONNECTION, part 2.

2007-01-26 16:57 botg, revision 1227

Fix a timing issue where wxSOCKE_INPUT was received prior to wxSOCKET_CONNECTION

2007-01-26 15:44 botg, revision 1226

m_itemCount could get negative.

2007-01-23 13:46 botg, revision 1225

Add some code to register fzshellext_64.dll on 64-bit systems. It looks a little bit ugly, but it works.

2007-01-23 00:21 botg, revision 1224

MinGW cannot build 64bit programs/libraries. So provide a precompiled 64bit version of the shell extension.

2007-01-21 09:49 botg, revision 1223

Exchange list of files

2007-01-21 09:41 botg, revision 1222

Exchange list of files

2007-01-20 17:33 botg, revision 1221

Get remote data object to work to some extent.

2007-01-20 16:14 botg, revision 1220

Add path to CRemoteDataObject

2007-01-20 16:09 botg, revision 1219

Prompt to reboot if necessary.

2007-01-20 15:54 botg, revision 1218

updated

2007-01-19 17:39 botg, revision 1216

more fixes to make it actually compile

2007-01-19 13:22 botg, revision 1215

Compile version information

2007-01-18 09:56 botg, revision 1214

Wild guess how to fix NSIS compilation under Linux

2007-01-16 11:54 botg, revision 1213

Fix typo and small wrapping glitch

2007-01-16 10:58 botg, revision 1212

Register shell extension

2007-01-15 15:57 botg, revision 1211

Add the shell extension

2007-01-14 18:25 botg, revision 1210

More work on the drag&drop support.

2007-01-14 11:49 botg, revision 1208

Forgot to commit

2007-01-14 11:18 botg, revision 1207

Fix configure error

2007-01-13 21:28 botg, revision 1206

Work in progress: - Add remote data object class, partially implemented - helper class to communicate with the explorer shell extension. (disabled for now) - Initialize drag&drop using wxDataObjectComposite

2007-01-13 13:24 botg, revision 1205

Fix tree width under OS X

2007-01-12 12:25 botg, revision 1204

Add a new helper function and use it

2007-01-11 16:56 botg, revision 1202

Version bump

2007-01-11 16:55 botg, revision 1201

updated

2007-01-11 16:48 botg, revision 1200

Add functions to read/write xml files into memory

2007-01-11 16:43 botg, revision 1199

Fix format string vulnerabilities reported in bug [1633285]

2007-01-11 15:26 botg, revision 1198

API cleanup

2007-01-09 16:22 botg, revision 1197

Fix nullpointer dereference

2007-01-08 16:45 botg, revision 1194

Added Russian translation, updated some others

2007-01-08 16:25 botg, revision 1193

Fix some warnings

2007-01-07 20:28 botg, revision 1190

cleanup

2007-01-07 19:04 botg, revision 1189

Fix a case in which a timeout did not close the connection.

2007-01-06 16:53 botg, revision 1187

Add missing copy constructor

2007-01-05 13:51 botg, revision 1185

apply filter on recursive downloads

2007-01-05 13:16 botg, revision 1184

Add missing copy constructor. Fixes double-frees of the regular expression object.

2007-01-04 11:08 botg, revision 1183

Require account if using account logontype

2007-01-03 11:33 botg, revision 1182

compile fix

2006-12-31 13:10 botg, revision 1181

Fix assertion if dragging unsupported format.

2006-12-30 20:47 botg, revision 1180

Merged in upstream changes

2006-12-30 14:57 botg, revision 1179

Implement local copy/move on non-msw platforms

2006-12-30 13:20 botg, revision 1178

Fix an assertion

2006-12-29 11:43 botg, revision 1177

Make local list view accept files from explorer

2006-12-29 11:36 botg, revision 1176

minor cleanup

2006-12-29 11:34 botg, revision 1175

Make the path canonicalization reusable

2006-12-28 10:39 botg, revision 1174

Fix bug [1622232]

2006-12-27 23:04 botg, revision 1173

updated

2006-12-27 10:00 botg, revision 1172

Fix charset conversion to properly fall back.

2006-12-26 13:32 botg, revision 1171

Don't follow symlinks to directories on recursive upload.

2006-12-26 13:05 botg, revision 1170

Fix another case in which local list view could freeze up

2006-12-26 12:46 botg, revision 1169

Fix nullpointer dereference

2006-12-26 11:27 botg, revision 1168

pass toplevel window to modal dialog

2006-12-26 00:24 botg, revision 1167

Implement dragging of files from Explorer (or it's equivalent on other platforms) into the remote file list.

2006-12-26 00:15 botg, revision 1166

Fix endless loop

2006-12-23 21:47 botg, revision 1165

Don't use precompiled headers on GCC < 4 due to a compiler bug.

2006-12-23 16:45 botg, revision 1164

Fix warnings

2006-12-23 16:45 botg, revision 1163

Add new class for message boxes which can be prevented from popping up again. Use it to warn user if he entered a raw ftp command prefixed with "quote".

2006-12-23 13:36 botg, revision 1162

recreate quickconnect bar and notify wrapping engine if language changes

2006-12-23 10:42 botg, revision 1161

Fix "update available" menu item appearing on the first start directly after an update.

2006-12-21 15:04 botg, revision 1157

Fix initial size of condition list.

2006-12-20 14:34 botg, revision 1156

Fix initial size of tree if it contains many items.

2006-12-20 14:22 botg, revision 1155

Fix wrapping problems with Chinese language, the very last part of the text could exceed maxLength.

2006-12-18 19:50 botg, revision 1154

Fix conversion of replies to local character set.

2006-12-17 10:11 botg, revision 1153

Implement new sorting for remote listing as well

2006-12-17 00:47 botg, revision 1152

Sort file lists using std::sort

2006-12-16 15:09 botg, revision 1151

Updated

2006-12-16 00:26 botg, revision 1150

Display all available protocols

2006-12-16 00:24 botg, revision 1149

Add functions to convert wxString <-> enum ServerProtocol

2006-12-15 18:52 botg, revision 1148

Forgot to remove debug code

2006-12-14 14:27 botg, revision 1147

Follow the "NoDrives" group policy

2006-12-14 09:40 botg, revision 1145

Another fix

2006-12-14 01:34 botg, revision 1144

version bump

2006-12-14 01:31 botg, revision 1143

Fix segfaults and assertions

2006-12-13 16:30 botg, revision 1141

Fix an assertion

2006-12-13 14:34 botg, revision 1140

Fix disconnect notifications

2006-12-13 08:58 botg, revision 1139

Don't actually retry if connection attempt was successful.

2006-12-12 18:56 botg, revision 1138

fix Cancel

2006-12-12 18:21 botg, revision 1137

Fix segfault if server refuses to initialize SFTP

2006-12-12 17:45 botg, revision 1136

version bump

2006-12-12 17:27 botg, revision 1135

updated

2006-12-12 15:17 botg, revision 1134

Implement Copy button

2006-12-12 14:38 botg, revision 1133

extract strings making use of wxPLURAL

2006-12-12 11:25 botg, revision 1132

Implement automatic retries if connection attempt fails

2006-12-12 00:29 botg, revision 1131

Clean up CControlSocket::ResetOperation, initialize m_pCurOpData earlier in Connect.

2006-12-11 00:25 botg, revision 1130

Busy state should depend on command queue, not on engine.

2006-12-10 10:18 botg, revision 1129

Fix timeout if listing a huge directories

2006-12-10 00:38 botg, revision 1128

Fix issue causing the local file list to stop responding to mouseclicks

2006-12-07 12:05 botg, revision 1127

Moved some code into a new class

2006-12-07 11:14 botg, revision 1126

Updated

2006-12-06 19:48 botg, revision 1125

Bump required wxWidgets version to 2.8.0, remove 2.6 compatibility #ifdefs and fix some warnings.

2006-12-06 18:21 botg, revision 1124

missed a parameter

2006-12-06 18:14 botg, revision 1123

Add retry options

2006-12-06 14:12 botg, revision 1122

Unneeded variable

2006-12-06 12:50 botg, revision 1121

Some servers only send a bare list of filenames (bug [ 1433792 ]). If unable to parse anything at all, treat parsed data as bare file list.

2006-12-05 17:18 botg, revision 1120

some cleanup

2006-12-05 17:16 botg, revision 1119

Fix segfault

2006-12-04 13:45 botg, revision 1118

Don't force IP refresh, would cause too much traffic.

2006-12-03 18:37 botg, revision 1117

Remember last used resolved IP address. Don't resolve if local address == last resolved one,

2006-12-02 21:13 botg, revision 1116

Layout improvements

2006-12-02 18:23 botg, revision 1115

log failure of the gnutls_x509_crt_get_*dn functions

2006-12-02 18:17 botg, revision 1114

If AUTH TLS fails, try AUTH SSL

2006-12-02 18:11 botg, revision 1113

Don't start handshake prior to successful connection establishment of the underlaying socket.

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