Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8047 changes):

2014-03-13 20:37 codesquid, revision 5464

Bump version.

2014-03-13 20:37 codesquid, revision 5463

Updated translations.

2014-03-13 20:17 codesquid, revision 5462

Move some logic from dialog into updater. Handle the corner case of an available update but downloaded file missing.

2014-03-13 19:53 codesquid, revision 5461

Handling of relative URIs in redirects and some code cleanup.

2014-03-13 07:37 codesquid, revision 5460

Use gnutls_session_get_data2 instead of gnutls_session_get_data to simplify the code.

2014-03-13 07:25 codesquid, revision 5459

Make use of SNI.

2014-03-10 22:15 codesquid, revision 5458

Version bump.

2014-03-10 22:14 codesquid, revision 5457

Updated translations.

2014-03-10 21:09 codesquid, revision 5456

If download fails, allow user to retry.

2014-03-10 21:09 codesquid, revision 5455

Trigger dialog via timer, this avoids nasty reentrancy.

2014-03-10 21:08 codesquid, revision 5454

Only download updates if buildtype is official or nightly.

2014-03-10 19:34 codesquid, revision 5453

Fix FD_CLOSE handling to be more reliable.

2014-03-09 17:27 codesquid, revision 5452

Fix #8381 based on patch by jorrit.

2014-03-09 10:42 codesquid, revision 5451

Wait a bit after installer finishes.

2014-03-09 08:49 codesquid, revision 5450

Add update.xrc to distribution.

2014-03-08 19:18 codesquid, revision 5449

Small fix to filename extraction.

2014-03-08 13:55 codesquid, revision 5448

Make dialog a tad bit more lofty.

2014-03-08 13:54 codesquid, revision 5447

Fix compile error

2014-03-08 13:48 codesquid, revision 5446

Fix a bunch of warnings.

2014-03-08 13:27 codesquid, revision 5445

Fix building without update check support.

2014-03-08 13:23 codesquid, revision 5444

Move GetDownloadDir() to file_utils

2014-03-08 13:19 codesquid, revision 5443

Add language header where missing.

2014-03-08 13:06 codesquid, revision 5442

Remove unneeded file.

2014-03-08 12:59 codesquid, revision 5441

Move some file operation related code into common file, update svn:ignore.

2014-03-08 11:50 codesquid, revision 5440

wx' GetDocumentsDir is broken, it does not unescape paths. Work around it.

2014-03-08 10:43 codesquid, revision 5439

Opening the update dialog now starts a check if downloaded file is not complete or the information is stale. If no file has been downloaded, show a link to the FileZilla website on new version.

2014-03-08 10:42 codesquid, revision 5438

Don't start downloading automatically if auto-update is not compiled in.

2014-03-08 10:41 codesquid, revision 5437

Trigger update dialog only if auto-update is compiled in.

2014-03-03 21:00 codesquid, revision 5436

Re-implement auto-popup of update dialog if a new version is available.

2014-03-03 20:19 codesquid, revision 5435
  • D /FileZilla3/trunk/src/interface/updatewizard.cpp
  • D /FileZilla3/trunk/src/interface/updatewizard.h

Old update wizard goes the way of the dodo.

2014-03-03 20:18 codesquid, revision 5434

Honor autoupdate override from fzdefaults.xml and the --disable-autoupdatecheck configure option.

2014-03-03 20:15 codesquid, revision 5433

Remove a fixme that bacame obsolete since removal of non-Unicode builds.

2014-03-03 18:47 codesquid, revision 5432

Update settings dialog and make the updater honor the settings.

2014-03-03 13:56 codesquid, revision 5431

Remove old update wizard from .xrc

2014-03-03 13:44 codesquid, revision 5430

Get the error page working.

2014-03-03 11:58 codesquid, revision 5429

Handle icon sets without gifs.

2014-03-03 11:43 codesquid, revision 5428

Fix NSIS compile error.

2014-03-03 11:35 codesquid, revision 5427

Install .gifs

2014-03-03 11:32 codesquid, revision 5426

Another compile error.

2014-03-03 11:27 codesquid, revision 5425

Add newline at end of file.

2014-03-03 11:23 codesquid, revision 5424

Add download progress.

2014-03-03 10:38 codesquid, revision 5423

Partial implementation of the new updater dialog.

2014-03-03 07:11 codesquid, revision 5422

Fix another stupid error in the same line as before.

2014-03-02 14:25 codesquid, revision 5421

Fix compile error.

2014-03-02 14:16 codesquid, revision 5420

Fix compile error.

2014-03-02 14:15 codesquid, revision 5419

Need to use DetailPrint, not LogText.

2014-03-02 13:43 codesquid, revision 5418

Fix calling uninstaller, add some logging.

2014-03-02 13:05 codesquid, revision 5417

Auto-close installer and start FileZilla on update.

2014-03-02 11:43 codesquid, revision 5416

Allow /update switch to work regardless of old version.

2014-03-02 11:24 codesquid, revision 5415

Make use of new update mechanism.

2014-03-01 16:10 codesquid, revision 5414

Beginnings of a new updater that can download updates in the background, with logic outside of GUI.

2014-03-01 09:07 codesquid, revision 5413

Add 256x256 and 48x48 with 32bit color depth, as suggested by XhmikosR.

2014-02-28 17:02 codesquid, revision 5412

Add resume support.

2014-02-28 09:27 codesquid, revision 5411

Some cleanup and an additional debug message if getting control connection's peer address fails.

2014-02-28 09:26 codesquid, revision 5410

Add utility function to get file size.

2014-02-25 19:03 codesquid, revision 5409

Fix OS X compile.

2014-02-23 18:38 codesquid, revision 5408

Fix another warning.

2014-02-23 18:36 codesquid, revision 5407

Fix compile errors and warnings.

2014-02-23 18:14 codesquid, revision 5406

Fix warning

2014-02-23 17:42 codesquid, revision 5405

Small cleanup.

2014-02-23 17:39 codesquid, revision 5404

Refactor most code to use CDateTime instead of wxDateTime.

2014-02-23 10:10 codesquid, revision 5403

Add another constructor.

2014-02-23 10:02 codesquid, revision 5402

Make use of new class in directory listing parser.

2014-02-23 08:42 codesquid, revision 5401

Add a time class that tracks accuracy information.

2014-02-17 20:04 codesquid, revision 5399

Apply #9269 to fix compile error on OS X 10.9

2014-02-15 21:25 codesquid, revision 5398

Refactor CFileZillaEngine::GetNextNotification() to be simpler and faster. Todo: Need to test this with GUI controls that wxYield()

2014-02-11 19:23 codesquid, revision 5397

Version bump

2014-02-11 18:39 codesquid, revision 5396

Minor fix for last selected site path and some code cleanup.

2014-02-11 07:36 codesquid, revision 5395

Fixes for site-specific bookmark handling.

2014-02-10 21:56 codesquid, revision 5394

Updated translations.

2014-02-10 18:55 codesquid, revision 5393

Avoid wxFileName to check modification times.

2014-02-10 18:40 codesquid, revision 5392

Fix precision of ConvertFileTimeToWxDateTime and ConvertWxDateTimeToFileTime to be in milliseconds.

2014-02-09 20:17 codesquid, revision 5391

Another update.

2014-02-09 19:37 codesquid, revision 5390

Updated translations.

2014-02-09 19:09 codesquid, revision 5389

Bump

2014-02-09 19:06 codesquid, revision 5388

Updated translations.

2014-02-09 18:40 codesquid, revision 5387

Apply #7303 by lucrus, to handle the set user id bit.

2014-02-09 18:37 codesquid, revision 5386

Applied #8048: SOCKS4 support.

2014-02-09 18:12 codesquid, revision 5385

Apply #8852, fixes build order in Makefile.

2014-02-09 18:10 codesquid, revision 5384

Fix test failure.

2014-02-09 18:03 codesquid, revision 5383

Apply #9048 by bogdro to recognize additional encodings for October in Polish.

2014-02-09 17:44 codesquid, revision 5382

Set the path in CSiteManagerDialog::GetServer

2014-02-06 20:10 codesquid, revision 5381

0x15 is newline in EBCDIC, support it in addition to 0x25 (linefeed)

2014-02-01 11:03 codesquid, revision 5380

Version bump

2014-02-01 11:02 codesquid, revision 5379

Update copyright year, part 2.

2014-02-01 10:59 codesquid, revision 5378

Update copyright year.

2014-02-01 10:58 codesquid, revision 5377

Updated translations

2014-02-01 10:52 codesquid, revision 5376

Add Corsican translation.

2014-02-01 10:27 codesquid, revision 5375

Add Kabyle translation.

2014-01-09 19:00 codesquid, revision 5340

Adapt Automake files wrt. Visual Studio project file changes. Spotted by XhmikosR.

2014-01-05 20:04 codesquid, revision 5336

Continue cleanup of Visual Studio workspace files.

2014-01-05 17:00 codesquid, revision 5335

First round of workspace file cleanup.

2014-01-05 16:48 codesquid, revision 5334

Remove all support for non-unicode enabled wx.

2014-01-05 16:47 codesquid, revision 5333

Speed up adding messages to the log on Windows.

2014-01-05 08:25 codesquid, revision 5332

Rename configure.in to configure.ac

2014-01-03 22:29 codesquid, revision 5331

Get it to compile.

2014-01-03 22:17 codesquid, revision 5330

Merge PuTTy commit 9759 to support hmac-sha2-256

2013-12-21 08:40 codesquid, revision 5301

When importing sites, consider the <Name> element.

2013-12-16 07:07 codesquid, revision 5289

Fix a weird typo.

2013-12-14 13:14 codesquid, revision 5288

When converting to lowercase ascii, also convert Turkish dotless lowercase i and dottet uppercase i.