Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-05-02 16:40:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

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.