Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2004-11-08 13:34 botg, revision 210

memory DC wasn't blitted into paint DC in one case

2004-11-08 11:01 botg, revision 209

finished queueitem status line

2004-11-06 15:46 botg, revision 208

create status line controls for active transfers

2004-11-06 11:15 botg, revision 207

- added Dutch_Belgium (nl_BE) translation by Nathan Samson - updated configure script to autodetect available catalogs

2004-11-04 19:34 botg, revision 206

queue can now be stopped and resumed later, fixed some bugs

2004-11-04 19:31 botg, revision 205

make m_activeStatusRecv and m_activeStatusSend static so that the activity indicators will work for the queue as well.

2004-10-29 14:08 botg, revision 204

default port on quickconnect wasn't used

2004-10-27 13:52 botg, revision 203

fixed case of Mainfrm.h in an include

2004-10-26 22:22 botg, revision 202

don't change m_activeMode in TryStartNextTransfer, only check it there

2004-10-26 20:12 botg, revision 201

fix situation where the second reply to LIST/RETR/... commands could be skipped, just getting out-of-sync

2004-10-26 20:10 botg, revision 200

don't delete memory twice

2004-10-26 16:22 botg, revision 199

updated makefiles for mac port

2004-10-24 12:38 botg, revision 198

fixed queue related crashes if closing application

2004-10-24 11:05 botg, revision 197

fixed strange warning about deletion of still running thread

2004-10-23 17:17 botg, revision 196

improved directorylisting parser to handle VxWorks based servers used by some Nortel routers

2004-10-20 14:15 botg, revision 195

`make stats` finally works

2004-10-20 14:12 botg, revision 194

Lithuanian translation

2004-10-20 14:05 botg, revision 193

don't return FZ_REPLY_WOULDBLOCK if cancel does do nothing

2004-10-20 14:04 botg, revision 192

pasv mode did not work properly

2004-10-19 20:07 botg, revision 191

fixed memory corruption

2004-10-18 18:16 botg, revision 190

implemented working transfer queue

2004-10-18 18:15 botg, revision 189

proper member initialization

2004-10-18 18:10 botg, revision 188

let CControlSocket::ResetOperation delete m_pCurOpData, called by CControlSocket destructor

2004-10-16 17:48 botg, revision 187

partial transfer queue implementation, not functional yet

2004-10-10 23:21 botg, revision 186

updated required wxWidgets version now that version 2.5.3 has been released