Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8007 changes):

2016-01-03 18:57 codesquid, revision 7226

Small fixes to the search dialog: Only process listings if in a recursive list. When deleting, use the correct paths.

2016-01-01 18:52 codesquid, revision 7223

Additional cleanup of setting up recursive operations.

2016-01-01 11:09 codesquid, revision 7222

Allow processing of unrelated directories from search dialog.

2015-12-30 23:17 codesquid, revision 7221

Clean up the way recursive operations are started.

2015-12-18 13:05 codesquid, revision 7220

Improve compatibility with broken servers omitting the mandatory 1yz reply to the transfer commands as specified in RFC959 .

2015-12-18 12:14 codesquid, revision 7219

Vastly speed up writing of ASCII files to local disk. My large test file transfers 100 times faster.

2015-12-18 10:13 codesquid, revision 7218

Fix compile error SIMULATE_IO debug configuration.

2015-12-16 17:13 codesquid, revision 7217

Apply patch for Debian FTBFS bug 805869.

2015-12-16 17:06 codesquid, revision 7216

Fix typo, reported by Adrien Cunin.

2015-12-08 19:14 codesquid, revision 7215

Remove MIDL sections from project file.

2015-12-08 19:10 codesquid, revision 7214

Update svn:ignore

2015-11-29 21:14 codesquid, revision 7211

Remove extraneous %, fixes #10706

2015-11-26 10:07 codesquid, revision 7209

IP functions have been moved to libfilezilla.

2015-11-26 09:34 codesquid, revision 7208

Remove no longer needed tests, those code is now in libfilezilla

2015-11-23 12:18 codesquid, revision 7199

Minor refactoring.

2015-11-21 20:17 codesquid, revision 7198

Need to convert commands sent to fzputtygen to UTF-8 instead of system encoding.

2015-11-21 19:12 codesquid, revision 7197

Fix link error in tools.

2015-11-20 14:33 codesquid, revision 7196

Handle keyfile paths containing non-ASCII characters.

2015-11-20 11:42 codesquid, revision 7195

Fix mutex locking violation if logfile cannot be initialized. #10704

2015-11-19 16:21 codesquid, revision 7194

Fix a bunch of compiler warnings, mostly about unused parameters.

2015-11-18 10:41 codesquid, revision 7184

Adapt to changed semantics of recursive_remove::remove

2015-11-17 14:04 codesquid, revision 7181

Fix a compile error on *nix

2015-11-17 13:25 codesquid, revision 7180

Use the local_filesys and recursive_remove classes from libfilezilla.

2015-11-16 11:11 codesquid, revision 7177

Further local_filesys cleanup.

2015-11-16 10:50 codesquid, revision 7176

Revert accidental commit that uncovered a compiler bug in Visual Studio.

2015-11-16 10:49 codesquid, revision 7175

Rename CLocalFileSystem to fz::local_filesys

2015-11-15 09:56 codesquid, revision 7174

Use xrc_call in a few more places

2015-11-15 09:49 codesquid, revision 7173

Use xrc_call for added robustness.

2015-11-12 09:28 codesquid, revision 7172

Updated translations

2015-11-09 09:37 codesquid, revision 7170

Add function to set a client certificate.

2015-11-06 09:10 codesquid, revision 7168

fzstring.h has been moved to libfilezilla.

2015-11-06 08:57 codesquid, revision 7165

Mention that date/time formatting system defaults depend on selected language. Fixes #10684

2015-10-29 08:38 codesquid, revision 7147

Apply patch by twu2: Add missing directory comparison checkbox in new bookmark dialog.

2015-10-28 08:28 codesquid, revision 7143

Adjust path to libfilezilla in VS project file.

2015-10-26 17:25 codesquid, revision 7139

Set appid on desktop icon.

2015-10-23 15:54 codesquid, revision 7133

Fix compile error with some wx configuration not having implicit conversion to char const*

2015-10-23 14:53 codesquid, revision 7132

Fix compile error due to mismatched arguments to the ternary operator.

2015-10-23 08:57 codesquid, revision 7130

If run stand-alone, e.g. in the unit test, m_pControlSocket can be 0. Check for it.

2015-10-23 08:53 codesquid, revision 7129

Replace some wxString and wxChar usages with std::wstring and wchar_t

2015-10-16 09:51 codesquid, revision 7109

Bump to 3.14.1

2015-10-16 09:39 codesquid, revision 7108

Updated translations

2015-10-15 13:08 codesquid, revision 7106

Fail if pkg-config cannot be found

2015-10-15 12:44 codesquid, revision 7105

Show helpful URL if libfilezilla has not been found.

2015-10-15 12:41 codesquid, revision 7104
  • D /FileZilla3/trunk/m4/libgnutls.m4

Remove no longer needed libgnutls.m4

2015-10-15 12:41 codesquid, revision 7103

Update pkg.m4 from upstream.

2015-10-15 12:17 codesquid, revision 7102

Document libfilezilla dependency.

2015-10-15 12:07 codesquid, revision 7100

If opening local file fails, report a critical error so that no automatic retry is performed. Fixes #10668

2015-10-14 11:49 codesquid, revision 7097

Fix a hypothetical memory leak.

2015-10-14 07:42 codesquid, revision 7096

Merge upstream PuTTY changes.

2015-10-13 14:45 codesquid, revision 7095

Always quote $enableval

2015-10-13 14:44 codesquid, revision 7094

Applied patch submitted by Nicolas Chauvet <kwizart@gmail.com> with some small modifications: Add configure flag to use GnuTLS system ciphers.

2015-10-13 14:33 codesquid, revision 7093

Display a warning if a used algorithm is insecure.

2015-10-13 13:50 codesquid, revision 7092

Add warning flags in case an insecure algorithm is used.

2015-10-13 09:32 codesquid, revision 7091

Instead of faking changing layout options in the settings dialog, directly set the options and revert in case of cancel.

2015-10-13 08:36 codesquid, revision 7090

Fix changing of icon themes and simplify updating message log settings.

2015-10-07 18:51 codesquid, revision 7083

The SSH_FXP_STATUS packet contains a human-readable error description. If receiving unexpected errors, print the description.

2015-10-06 23:25 codesquid, revision 7081

Update to accomodate lib changes.

2015-10-06 16:12 codesquid, revision 7077

Remove tests which are now part of libfilezilla

2015-10-05 17:59 codesquid, revision 7066

Update Visual Studio solution and project files.

2015-10-05 17:59 codesquid, revision 7065

Don't use size_t, it still is 32bit on too many systems. Just use int64_t.

2015-10-05 14:31 codesquid, revision 7061

Fix test compilation.

2015-10-05 12:37 codesquid, revision 7051

Use standalone libfilezilla.

2015-10-04 08:46 codesquid, revision 7048

Fix compile errors.

2015-10-04 08:39 codesquid, revision 7047

Move file class to library.

2015-10-04 08:07 codesquid, revision 7046

Don't overqualify namespace.

2015-10-04 08:06 codesquid, revision 7045

Make sure _UNICODE is defined prior to including <windows.h>

2015-10-03 18:45 codesquid, revision 7043

Fix compilation on *nix.

2015-10-03 18:09 codesquid, revision 7042

Move process class to library.

2015-09-30 20:55 codesquid, revision 7041

Rename GetRandomNumber to random_number and move to lib.

2015-09-30 20:55 codesquid, revision 7040

Rename GetRandomNumber to random_number and move to lib.

2015-09-30 14:50 codesquid, revision 7039

Fix compile error

2015-09-30 14:45 codesquid, revision 7038

Move event loop to library.

2015-09-30 14:25 codesquid, revision 7037

Add sleep function.

2015-09-30 14:06 codesquid, revision 7036

Fix accidental revert.

2015-09-30 14:04 codesquid, revision 7035

Cleanup event_handler and event_loop.

2015-09-30 12:07 codesquid, revision 7034

Move event.h to library

2015-09-30 10:08 codesquid, revision 7033

Fix compile error.

2015-09-30 09:56 codesquid, revision 7032

Move event loop into fz namespace.

2015-09-30 09:23 codesquid, revision 7031

Use std::index_sequence instead of our custom integer sequence.

2015-09-29 21:57 codesquid, revision 7030

Need to include errno.h for symbolic error codes.

2015-09-29 21:48 codesquid, revision 7029

Need to include cstdlib for std::abort

2015-09-29 21:47 codesquid, revision 7028

#include <errno.h> since we use errno

2015-09-29 18:04 codesquid, revision 7027

Implement string conversion on *nix.

2015-09-29 16:19 codesquid, revision 7026

Remove stray \v that doesn't belong in translated strings.

2015-09-29 16:17 codesquid, revision 7025

Update svn:ignore

2015-09-29 08:38 codesquid, revision 7024

Fix declaration of thread_proc callback.

2015-09-28 14:15 codesquid, revision 7021

Add the MinGW implementation for the threads.

2015-09-28 14:14 codesquid, revision 7020

Add libfilezilla.lib to release builds.

2015-09-28 08:58 codesquid, revision 7019

Add a thread class since std::thread is unusable on some platforms. Non-std::thread implementation not yet implemented.

2015-09-27 17:08 codesquid, revision 7018

Remove mutex.cpp from engine makefile.

2015-09-27 17:02 codesquid, revision 7017

Move mutex class to libfilezilla.

2015-09-27 14:26 codesquid, revision 7016

Fix compile errors on *nix

2015-09-27 14:15 codesquid, revision 7015

Fix compile error on MinGW

2015-09-27 14:13 codesquid, revision 7014

Set svn:eol-style

2015-09-27 14:12 codesquid, revision 7013

Finish datetime cleanup and move into library.

2015-09-27 10:34 codesquid, revision 7012

Rename some additional datetime functions.

2015-09-25 12:33 codesquid, revision 7011

#include <strings.h> for strcasecmp

2015-09-25 11:42 codesquid, revision 7010

Fix forward-declaration of fz::datetime.

2015-09-25 11:36 codesquid, revision 7009

Fix a warning.

2015-09-25 11:34 codesquid, revision 7008

Fix compile error on non-MSW.