Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8047 changes):

2006-12-16 15:09 botg, revision 1151

Updated

2006-12-16 00:26 botg, revision 1150

Display all available protocols

2006-12-16 00:24 botg, revision 1149

Add functions to convert wxString <-> enum ServerProtocol

2006-12-15 18:52 botg, revision 1148

Forgot to remove debug code

2006-12-14 14:27 botg, revision 1147

Follow the "NoDrives" group policy

2006-12-14 09:40 botg, revision 1145

Another fix

2006-12-14 01:34 botg, revision 1144

version bump

2006-12-14 01:31 botg, revision 1143

Fix segfaults and assertions

2006-12-13 16:30 botg, revision 1141

Fix an assertion

2006-12-13 14:34 botg, revision 1140

Fix disconnect notifications

2006-12-13 08:58 botg, revision 1139

Don't actually retry if connection attempt was successful.

2006-12-12 18:56 botg, revision 1138

fix Cancel

2006-12-12 18:21 botg, revision 1137

Fix segfault if server refuses to initialize SFTP

2006-12-12 17:45 botg, revision 1136

version bump

2006-12-12 17:27 botg, revision 1135

updated

2006-12-12 15:17 botg, revision 1134

Implement Copy button

2006-12-12 14:38 botg, revision 1133

extract strings making use of wxPLURAL

2006-12-12 11:25 botg, revision 1132

Implement automatic retries if connection attempt fails

2006-12-12 00:29 botg, revision 1131

Clean up CControlSocket::ResetOperation, initialize m_pCurOpData earlier in Connect.

2006-12-11 00:25 botg, revision 1130

Busy state should depend on command queue, not on engine.

2006-12-10 10:18 botg, revision 1129

Fix timeout if listing a huge directories

2006-12-10 00:38 botg, revision 1128

Fix issue causing the local file list to stop responding to mouseclicks

2006-12-07 12:05 botg, revision 1127

Moved some code into a new class

2006-12-07 11:14 botg, revision 1126

Updated

2006-12-06 19:48 botg, revision 1125

Bump required wxWidgets version to 2.8.0, remove 2.6 compatibility #ifdefs and fix some warnings.

2006-12-06 18:21 botg, revision 1124

missed a parameter

2006-12-06 18:14 botg, revision 1123

Add retry options

2006-12-06 14:12 botg, revision 1122

Unneeded variable

2006-12-06 12:50 botg, revision 1121

Some servers only send a bare list of filenames (bug [ 1433792 ]). If unable to parse anything at all, treat parsed data as bare file list.

2006-12-05 17:18 botg, revision 1120

some cleanup

2006-12-05 17:16 botg, revision 1119

Fix segfault

2006-12-04 13:45 botg, revision 1118

Don't force IP refresh, would cause too much traffic.

2006-12-03 18:37 botg, revision 1117

Remember last used resolved IP address. Don't resolve if local address == last resolved one,

2006-12-02 21:13 botg, revision 1116

Layout improvements

2006-12-02 18:23 botg, revision 1115

log failure of the gnutls_x509_crt_get_*dn functions

2006-12-02 18:17 botg, revision 1114

If AUTH TLS fails, try AUTH SSL

2006-12-02 18:11 botg, revision 1113

Don't start handshake prior to successful connection establishment of the underlaying socket.

2006-12-01 23:24 botg, revision 1112

Don't store expired certificates and the likes.

2006-12-01 23:24 botg, revision 1111

Fix another assertion

2006-12-01 22:49 botg, revision 1110

Working certificate storage

2006-12-01 22:30 botg, revision 1109

several fixes: - fix assertion - fix nullpointer fereference - wxFileName's = operator cannot handle self-copy

2006-12-01 14:42 botg, revision 1108

add a useful helper class

2006-11-29 13:16 botg, revision 1107

Renamed ar_EG into ar, updated others

2006-11-28 17:33 botg, revision 1106

Some broken servers send single-quoted PWD reply.

2006-11-28 16:19 botg, revision 1105

Make sure panel has correct initial size.

2006-11-27 00:39 botg, revision 1104

Updatechecks weren't disabled properly if version information was missing.

2006-11-26 16:01 botg, revision 1103

fix improper mutex use

2006-11-26 11:11 botg, revision 1102

Return FZ_REPLY_CRITICALERROR if login fails with a 5yz command.

2006-11-25 23:04 botg, revision 1101

typo

2006-11-25 22:50 botg, revision 1100

Add new fallback option to netconfwizard as well.