Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2016-01-04 00:03 codesquid, revision 7229

Explicitly link against ws2_32, it's needed when building for MSW on some platforms.

2016-01-03 23:36 codesquid, revision 7228

Fix compilation on MSW if wxWidgets has been configured with the non-standard --enable-stl

2016-01-03 19:23 codesquid, revision 7227

Small performance improvement.

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