Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8047 changes):

2004-12-14 14:53 botg, revision 247

new class for an interprocess mutex, only implemented under windows yet.

2004-12-14 14:52 botg, revision 246

Load and save transfer queue, separate settings, queue and sitemanager storage files.

2004-12-12 19:15 botg, revision 245

code cleanup

2004-12-11 22:12 botg, revision 244

minor improvements

2004-12-11 14:48 botg, revision 243

added AddTextElement function and cleaned up SetServer

2004-12-11 11:39 botg, revision 242

translated all strings

2004-12-11 11:13 botg, revision 241

implemented adding files to queue for upload. Fast and not blocking the ui. Only drawback: Poor performance in debug mode.

2004-12-10 16:15 botg, revision 240

improved mingw flag parsing

2004-12-04 14:45 botg, revision 239

Mac improvements

2004-12-03 09:27 botg, revision 238

this time the fix works

2004-12-03 08:45 botg, revision 237

segfault if sizeof(long) != sizeof(int)

2004-12-02 21:36 botg, revision 236

stats target does not work everywhere, so remove it from the all target

2004-12-02 17:29 botg, revision 235

hopefully this really fixes all problems

2004-12-02 17:15 botg, revision 234

added more helpful text, especially if aclocal fails.

2004-12-02 09:57 botg, revision 233

compiles again on FreeBSD

2004-12-02 00:14 botg, revision 232

use proper charsets for conversion from local charset to server charset (currently hardcoded ISO8859-1)

2004-12-01 17:15 botg, revision 231
  • D /FileZilla3/trunk/docs/toto.txt

todo list

2004-12-01 17:15 botg, revision 230

todo list

2004-11-30 18:01 botg, revision 229

fixes for mingw builds

2004-11-29 11:45 botg, revision 228

fixed a couple of bugs, make distcheck now works

2004-11-29 11:00 botg, revision 227
  • D /FileZilla3/trunk/locales/filezilla.pot

obsolete

2004-11-29 10:52 botg, revision 226

converted to UTF-8

2004-11-29 01:39 botg, revision 225

one more file which need to be cleaned

2004-11-29 01:32 botg, revision 224

improved resource dir detection using BinReloc

2004-11-28 00:21 botg, revision 223

Make sure OnConnect get's always called first.

2004-11-28 00:19 botg, revision 222

calculate initial position for the status line control since Windows can't be created hidden.

2004-11-27 11:10 botg, revision 221

some comments and small cleanup

2004-11-26 22:52 botg, revision 220

slovenian translation by Martin Srebotnjak

2004-11-20 18:34 botg, revision 219

display total queue size in status bar

2004-11-16 18:45 botg, revision 218

Italian translation by Andrea Sanavia

2004-11-16 18:44 botg, revision 217

commented out AC_LIBTOOL_DLOPEN, seems to be unneccessary

2004-11-16 18:19 botg, revision 216

touch .po files if they are being updated

2004-11-16 17:42 botg, revision 215

make stats target depend on allpo target

2004-11-13 19:44 botg, revision 214

detect available locales in a more portable way. Should now work on FreeBSD as well.

2004-11-11 00:17 botg, revision 213

fixed gcc compile errors

2004-11-08 17:27 botg, revision 212

Make use of new queue

2004-11-08 16:42 botg, revision 211

fixed some small problems with the makefiles

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

2004-10-10 00:07 botg, revision 185

typo

2004-10-09 22:28 botg, revision 184

windres may produce incomplete output files, write to temp file instead

2004-10-09 18:35 botg, revision 183

logontype did set the fields not according to the current selection but according to the previous on some systems

2004-10-09 18:11 botg, revision 182

Check for wxrc in $PATH

2004-10-08 13:12 botg, revision 181

send led position on non-windows systems

2004-10-04 12:54 botg, revision 180

Prototyped parts of the queue interface

2004-10-04 09:06 botg, revision 179

custom commands

2004-10-03 16:21 botg, revision 178

mscv fix

2004-10-03 06:51 botg, revision 177

server.png added

2004-10-02 21:02 botg, revision 176

added nsis installer script, mingw compile fixes

2004-10-02 16:47 botg, revision 175

*** empty log message ***

2004-10-02 16:46 botg, revision 174

use hex representation for all non-ascii characters to make GCC 3.4 happy

2004-10-02 08:35 botg, revision 173

handle item doubleclick in site tree

2004-10-02 08:31 botg, revision 172

implemented INTERACTIVE logon type

2004-10-01 18:34 botg, revision 171

implemented ASK logontype, added sitemanager icons

2004-10-01 10:30 botg, revision 170

open folder icon specs

2004-09-30 15:00 botg, revision 169

make use of CServer::GetPasvMode

2004-09-30 14:32 botg, revision 168

load/store the values on the Advanced and Transfer pages

2004-09-30 10:55 botg, revision 167

first page of site manager fully functional

2004-09-30 10:54 botg, revision 166

fixed crash

2004-09-30 10:54 botg, revision 165

fixed compiler warning

2004-09-29 14:37 botg, revision 164

Abort make if wxrc can't be found; updated German translation

2004-09-29 14:01 botg, revision 163

partial Sitemanager implementation

2004-09-28 12:49 botg, revision 162

fixed unicode errors, compile warnings

2004-09-26 23:27 botg, revision 161

use directory cache if changing directories

2004-09-25 09:43 botg, revision 160

added MVS support, the code is much cleaner as in FZ2 and yet should work better

2004-09-25 07:57 botg, revision 159

use wxFileOffset for file sizes

2004-09-24 12:19 botg, revision 158

Updated directory listing parser: - fixed some bugs - parse IBM MVS style listings - parse WfFtp listings

2004-09-23 13:33 botg, revision 157

implemented transfer status notifications

2004-09-22 15:23 botg, revision 156

append path to filenames for wxStat and starting transfers

2004-09-20 19:26 botg, revision 155

improved mingw detection

2004-09-20 00:35 botg, revision 154

! operator does not work on strings, even if wxWidgets docs tell otherwise

2004-09-20 00:19 botg, revision 153

compiles again using GCC

2004-09-18 10:25 botg, revision 152

implemented the LEDs indicating activity

2004-09-17 23:23 botg, revision 151

remaining memory leaks

2004-09-17 14:11 botg, revision 150

fixed memory leaks

2004-09-16 13:06 botg, revision 149

working reconnect button

2004-09-14 10:12 botg, revision 148

proper homedir detection under non wxMSW