Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2014-12-27 15:14 codesquid, revision 6289

Rearrange members of CFileItem and set type of some enums to further reduce memory footprint.

2014-12-27 14:46 codesquid, revision 6288

Cleanup folder processing thread and use a flag bit to remember binary attribute to save memory.

2014-12-27 14:45 codesquid, revision 6287

Use CLocalPath instead of wxString to remember local path.

2014-12-27 14:05 codesquid, revision 6286

SetLocalDir now accepts CLocalPath as argument.

2014-12-27 13:50 codesquid, revision 6285

Share local path data.

2014-12-27 11:16 codesquid, revision 6284

Get rid of m_bEmpty, instead check whether the data object is set.

2014-12-27 10:26 codesquid, revision 6283

Get rid of the indentation tracking. We only have two levels.

2014-12-23 14:39 codesquid, revision 6282

Update svn:ignore

2014-12-23 14:04 codesquid, revision 6281

Merge upstream changes

2014-12-21 11:58 codesquid, revision 6280

Don't free the returned conf value, it's not a copy.

2014-12-21 11:45 codesquid, revision 6279

Set pointer to NULL after freeing the keyfiles list.

2014-12-21 11:34 codesquid, revision 6278

Fix a crash with latest wx sources when creating the toolbar. Since dropdown tool support is now part of wx, we no longer need this ugly hack.

2014-12-20 16:54 codesquid, revision 6277

Fix a handle leak: For every command executed, one event and one thread handle was leaked.

2014-12-20 15:45 codesquid, revision 6276

Fix a couple of memory/resource leaks and some memory corruption. Upstream has been notified.

2014-12-20 14:34 codesquid, revision 6275

Don't free the config subkey.

2014-12-20 14:03 codesquid, revision 6274

Fix memory leak.

2014-12-20 09:43 codesquid, revision 6273

Fix version number in manifest. Windows requires it to have 4 components.

2014-12-20 09:36 codesquid, revision 6272

Update Manifest to indicate Windows 10 support.

2014-12-19 15:04 codesquid, revision 6270

Bump to beta3

2014-12-19 15:04 codesquid, revision 6269

Updated translations

2014-12-19 14:05 codesquid, revision 6268

Disable connection sharing.

2014-12-19 13:48 codesquid, revision 6267

Reimplement support for multiple keyfiles.

2014-12-19 09:55 codesquid, revision 6266

Restore proxy support.

2014-12-19 09:47 codesquid, revision 6265

Use the new packet handling functions in the (ch)mtime commands.

2014-12-18 16:08 codesquid, revision 6264

Fix compile error

2014-12-18 15:58 codesquid, revision 6263

Fix list of common source files.

2014-12-18 15:38 codesquid, revision 6262

Update fzputtygen

2014-12-18 15:14 codesquid, revision 6261

Merge upstream PuTTY changes. Thinks not yet updated or known to be broken: fzputtygen, keyfile support, proxy support.

2014-12-18 09:56 codesquid, revision 6260

Do not unconditionally set TCP_NODELAY on the data connection.

2014-12-18 09:49 codesquid, revision 6259

Do not send PBSZ 0 and PROT P if the server denies both AUTH TLS and AUTH SSL. Fixes #9949.

2014-12-13 09:46 codesquid, revision 6258

Slightly speed up converting received data to local character encoding.

2014-12-13 09:30 codesquid, revision 6257

Fix compile error.

2014-12-12 10:01 codesquid, revision 6255

Add checkboxes to find files and directories to the search dialog.

2014-12-12 09:26 codesquid, revision 6254

Prevent flicker when a processed directory did not add new content to the search results.

2014-12-11 16:28 codesquid, revision 6253

Slightly improve parsing speed of large directory listings.

2014-12-11 09:00 codesquid, revision 6252

Fix applying the file exist action to notifications already in the request queue.

2014-12-11 08:53 codesquid, revision 6251

Split overly long function.

2014-12-09 14:45 codesquid, revision 6250

Fix assert

2014-12-09 13:47 codesquid, revision 6249

Refresh local listing after creating directory.

2014-12-09 13:44 codesquid, revision 6248

Add Ctrl+Shift+N hotkey to create new directory.

2014-12-08 17:10 codesquid, revision 6247

Fix toolbar icon size on 24x24 themes.

2014-12-08 10:11 codesquid, revision 6245

Signed the 64bit shell extension.

2014-12-08 08:35 codesquid, revision 6244

Further minification of new theme by XhmikosR.

2014-12-07 10:32 codesquid, revision 6243

Add new theme from #9933

2014-12-06 10:52 codesquid, revision 6242

Fix cppcheck warnings. Patch by XhmikosR with small modification.

2014-12-06 10:50 codesquid, revision 6241

Whitespace cleanup. Patch by XhmikosR.

2014-12-06 10:49 codesquid, revision 6240

Formatting. Patch by XhmikosR.

2014-12-05 09:20 codesquid, revision 6238

Bump to 3.10.0-beta2

2014-12-05 09:15 codesquid, revision 6237

Updated translations

2014-12-05 09:00 codesquid, revision 6236

Fix preview of themes with nonstandard sizes.

2014-12-05 08:22 codesquid, revision 6235

Reset queued logs if canceling while waiting for the retry timer.

2014-12-04 16:40 codesquid, revision 6234

Protect transfer status with a mutex.

2014-12-04 15:28 codesquid, revision 6233

Take sub-second information into account when calculating speeds to smooth out displayed speeds.

2014-12-04 11:10 codesquid, revision 6232

Don't directly set numValue and strValue of the options cache.

2014-12-04 10:37 codesquid, revision 6231

Increase linker subsystem and osversion to 6.0 (Vista) on Windows.

2014-12-04 09:56 codesquid, revision 6230

Fix timeout when uploading files.

2014-12-04 09:34 codesquid, revision 6229

Fix a timing issue when checking for updates.

2014-12-03 13:20 codesquid, revision 6225

Bump 3.10.0-beta1

2014-12-03 13:19 codesquid, revision 6224

Updated translations.

2014-12-03 09:44 codesquid, revision 6223

Adjust top item rect if negative, add some asserts.

2014-12-03 09:35 codesquid, revision 6222

Fix GetNextItemSimple, we actually need to loop.

2014-12-02 21:41 codesquid, revision 6221

Only show an abbreviated message log by default. Only show details in case of an error or when explicitly enabled.

2014-12-02 13:15 codesquid, revision 6220

We no longer need to copy the error through a wxChar pointer.

2014-12-02 10:08 codesquid, revision 6219

Slightly change order of function calls when using FTP over TLS, so that sending of the USER command is displayed after the message that the TLS connection has been established.

2014-12-02 10:03 codesquid, revision 6218

Refer to TLS instead of TLS/SSL, as the latter is no longer supported.

2014-12-02 10:01 codesquid, revision 6217

Likewise, state which directory has been listed.

2014-12-02 10:01 codesquid, revision 6216

State which directory is being listed in log output.

2014-12-01 14:05 codesquid, revision 6215

Add missing .m4

2014-12-01 09:59 codesquid, revision 6214

Better error handling when creating directories when a file with same name exists.

2014-12-01 08:46 codesquid, revision 6213

Disable string coalescer. It's not yet thread-safe.

2014-12-01 08:36 codesquid, revision 6212

Initialize variable.

2014-11-30 09:54 codesquid, revision 6211

Require wx3.0.2, fix documentation.

2014-11-30 09:47 codesquid, revision 6210

Only check for libidn if there's no AI_IDN.

2014-11-30 09:09 codesquid, revision 6209

Fix a typo, minor formatting.

2014-11-30 09:04 codesquid, revision 6208

If getaddrinfo supports AI_IDN we do not need libidn.

2014-11-30 09:03 codesquid, revision 6207

Fix conversion error.

2014-11-29 19:57 codesquid, revision 6206

Check for nullpointer earlier.

2014-11-29 09:57 codesquid, revision 6204

Increase limit of in-flight requests to match the size of the TCP advertised receive window.

2014-11-28 15:13 codesquid, revision 6203

Fix quoting of command to execute.

2014-11-28 10:25 codesquid, revision 6202

Reduce code duplication.

2014-11-28 10:22 codesquid, revision 6201

At least for now, do not enable preallocation by default. Preallocation has unfortunate consequences in case the program crashes.

2014-11-28 10:21 codesquid, revision 6200

Use SetCheckFromOption to set check from option.

2014-11-28 10:20 codesquid, revision 6199

Fix duplicate mnemonic, p is already taken.

2014-11-28 10:19 codesquid, revision 6198

Fix compile error with Visual Studio.

2014-11-28 10:11 codesquid, revision 6197

Apply patch #8094: Preallocate space to avoid fragmentation.

2014-11-27 19:49 codesquid, revision 6196

Fix a typo

2014-11-27 14:09 codesquid, revision 6195

Disable timezone offset detection for SFTP as the reference times are now all in UTC.

2014-11-27 14:04 codesquid, revision 6194

Do not assume the mtime field is initialized if the ACMODTIME flag is not present.

2014-11-27 14:02 codesquid, revision 6193

Make use of the SSH_FILEXFER_ACMODTIME attribute in directory listings. It is required by the specifications to be in UTC.

2014-11-25 13:09 codesquid, revision 6192

Make use of SOCK_CLOEXEC, cleanup socket error handling.

2014-11-25 09:16 codesquid, revision 6191

Add shortcut for Cancel.

2014-11-25 09:15 codesquid, revision 6190

Minor cleanup.

2014-11-24 12:39 codesquid, revision 6189

Fix sending of notifications.

2014-11-24 08:33 codesquid, revision 6188

Remove an unused option.

2014-11-22 11:07 codesquid, revision 6187

pimpl the engine to better abstract internals.

2014-11-22 09:57 codesquid, revision 6186

Apply #9851 by Richard Hughes with a few small changes: Install filezilla.appdata.xml

2014-11-21 14:59 codesquid, revision 6185

As we require at least Windows Vista, bump minimum IE headers to IE7, as 6 isn't available on Vista to keep it consistent.

2014-11-21 14:54 codesquid, revision 6184

Remove some unneeded defines.

2014-11-21 14:53 codesquid, revision 6183

Minor refactoring.

2014-11-21 14:35 codesquid, revision 6182

Remove the experimental chunked event processing code, it's no longer needed with a threaded engine.