Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2014-02-01 10:52 codesquid, revision 5376

Add Corsican translation.

2014-02-01 10:27 codesquid, revision 5375

Add Kabyle translation.

2014-01-09 19:00 codesquid, revision 5340

Adapt Automake files wrt. Visual Studio project file changes. Spotted by XhmikosR.

2014-01-05 20:04 codesquid, revision 5336

Continue cleanup of Visual Studio workspace files.

2014-01-05 17:00 codesquid, revision 5335

First round of workspace file cleanup.

2014-01-05 16:48 codesquid, revision 5334

Remove all support for non-unicode enabled wx.

2014-01-05 16:47 codesquid, revision 5333

Speed up adding messages to the log on Windows.

2014-01-05 08:25 codesquid, revision 5332

Rename configure.in to configure.ac

2014-01-03 22:29 codesquid, revision 5331

Get it to compile.

2014-01-03 22:17 codesquid, revision 5330

Merge PuTTy commit 9759 to support hmac-sha2-256

2013-12-21 08:40 codesquid, revision 5301

When importing sites, consider the <Name> element.

2013-12-16 07:07 codesquid, revision 5289

Fix a weird typo.

2013-12-14 13:14 codesquid, revision 5288

When converting to lowercase ascii, also convert Turkish dotless lowercase i and dottet uppercase i.

2013-12-14 13:06 codesquid, revision 5287

Fix parsing type fact if locale is set to Turkish.

2013-12-14 11:20 codesquid, revision 5286

Change checkbox to "Remember password until FileZilla is closed" so that the text is less technical.

2013-12-14 11:19 codesquid, revision 5285

When switching engines, ask for password if needed.

2013-12-12 07:40 codesquid, revision 5284

Add a testcase.

2013-12-12 07:35 codesquid, revision 5283

Add support for os.unix=symlink in MLSD listings.

2013-12-05 07:19 codesquid, revision 5277

Don't use wxStat, MinGW's stat suffers from the DST problem as well.

2013-12-05 06:24 codesquid, revision 5276

Add missing include.

2013-12-04 19:06 codesquid, revision 5274

When setting local filetimes, also avoid using wxFileName.

2013-12-03 19:56 codesquid, revision 5273

Additional DST fixes by not using wxFileName::GetModificationTime.

2013-12-02 07:41 codesquid, revision 5272

Fix compile error.

2013-12-02 07:11 codesquid, revision 5271

Cast to time_t to avoid ambiguous overload.

2013-12-01 20:30 codesquid, revision 5270

If starting FileZilla while the queue is still being written to, the queries could not prepared. Handle SQLITE_BUSY returned by sqlite3_prepare_v2.