Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

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