Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2008-02-22 14:56 botg, revision 2139

Install fzputtygen.

2008-02-21 18:30 botg, revision 2138

Compile fix

2008-02-21 16:09 botg, revision 2137

Speed up local file listing. Under *nix, previous code called stat twice. Under win it called GetFileAttributes twice and stat once. New code just calls stat once on *nix and GetFileAttributes once on Windows.

2008-02-21 15:01 botg, revision 2136

Initial import of fzputtygen. It will later be used by the SFTP page in the settings dialog to verify and convert private keys into PuTTY's native format.

2008-02-21 11:35 botg, revision 2135

Fail if server sends multiple prompts. Requires interactive login.

2008-02-20 00:12 botg, revision 2134

Apply [ 1896533 ] New FTP Sub-Category in the "Connection" Dialog

2008-02-19 22:00 botg, revision 2133

Don't crash if resources could not be loaded.

2008-02-19 16:57 botg, revision 2131

Sync with 3.0.7.x branch

2008-02-19 16:03 botg, revision 2119

Fix timeouts if keep-alive enabled

2008-02-19 15:21 botg, revision 2118

Language id might changedepending on wx version, use language code instead in wrapping engine.

2008-02-18 17:27 botg, revision 2117

Fix some warnings

2008-02-18 14:25 botg, revision 2116

Fix [ 1895058 ] File rename bug

2008-02-17 23:39 botg, revision 2115

Updated translations

2008-02-17 17:14 botg, revision 2114

Fix [ 1891263 ] Site Manager: tab doesn't work with no site selected

2008-02-16 16:33 botg, revision 2113

Spelling

2008-02-16 09:29 botg, revision 2112

Small fix for tz detection.

2008-02-16 09:27 botg, revision 2111

Automatic timezone offset detection.

2008-02-15 18:34 botg, revision 2110

Implement mtime command

2008-02-15 13:23 botg, revision 2109

Update wording.

2008-02-15 13:22 botg, revision 2108

Preserve file modification times. TODO: mtime command, auto timezone detection.

2008-02-15 00:01 botg, revision 2107

Fix warnings

2008-02-14 23:48 botg, revision 2106

Third and final part of patch [ 1893787 ] Bypass proxy settings feature

2008-02-14 23:37 botg, revision 2105

Second part of [ 1893787 ] Bypass proxy settings feature

2008-02-14 23:36 botg, revision 2104

Part of patch [ 1893787 ] Bypass proxy settings feature

2008-02-14 23:19 botg, revision 2103

Remove dead code, fix menu state.