Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2005-06-22 18:43 botg, revision 410

fixed parsing of unix style listings with given time, year was off by one

2005-06-20 18:41 botg, revision 409

another typo

2005-06-17 05:40 botg, revision 408

typo: missing backslash

2005-06-16 22:13 botg, revision 407

compile fixes

2005-06-16 22:12 botg, revision 406

don't crash on null directory listing

2005-06-15 16:27 botg, revision 405

fixed includes

2005-06-14 16:39 botg, revision 404

updated

2005-06-11 18:31 botg, revision 403

some cleanup, moved private stuff from CFileZillaEngine to CFileZillaEnginePrivate

2005-06-11 14:13 botg, revision 402

fixed memory leak and fixed some detections, ported over new formats recognized by FZ2.

2005-06-04 18:17 botg, revision 401

proper cleanup of the ITEMIDLIST returned by SHGetSpecialFolderLocation

2005-06-04 17:08 botg, revision 400

bump required wx version to 2.6.1

2005-06-03 14:26 botg, revision 399

update status lines when scrolling

2005-06-03 14:25 botg, revision 398

remove signed/unsigned warning

2005-06-03 13:18 botg, revision 397

add dialogex.cpp/.h for common dialog code.

2005-06-03 13:17 botg, revision 396

add OnBeginLabelEdit

2005-06-02 20:01 botg, revision 395

added precompiled header support, configure with --enable-precomp

2005-06-02 00:36 botg, revision 394

typo

2005-06-02 00:19 botg, revision 393

added ee_EE, updated nl

2005-06-01 21:37 botg, revision 392

check for GNU gettext tools

2005-05-31 18:01 botg, revision 391

Added Danish translation, updated Dutch translation.

2005-05-26 23:02 botg, revision 390

more checks for invalid arguments

2005-05-24 16:50 botg, revision 389

filter out . and ..

2005-05-24 16:50 botg, revision 388

fix a couple of problems under Linux

2005-05-22 20:33 botg, revision 387

added Norwegian Bokmal translation

2005-05-22 12:41 botg, revision 386

use wxRename instead of wxRenameFile. wxRenameFile internally calls wxRename, but does use wxCopy if wxRename fails. I dislike this.