Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8047 changes):

2011-07-11 20:16 codesquid, revision 4081

Fix Debian bug 631718, explicitly convert string to UTF-8 instead of locale specific multi-byte encoding.

2011-06-26 21:43 codesquid, revision 4072

Compile fixes

2011-06-26 21:33 codesquid, revision 4071

Resolve a conflict

2011-06-26 13:53 codesquid, revision 4070

Merge upstream changes

2011-06-25 13:52 codesquid, revision 4069

Strip formatting from pasted text

2011-06-06 20:24 codesquid, revision 4063

Don't save server list if kiosk mode is 2.

2011-06-01 19:34 gathoye, revision 4053

- String shortened to avoid line-break in menu item - French adaptation with "delay" and "number of days"

2011-05-31 20:27 codesquid, revision 4052

Fix display of site list menu if there are predefined sites but sitemanager.xml does not exist.

2011-05-24 19:25 codesquid, revision 4049

Didn't want to remove this.

2011-05-24 06:15 codesquid, revision 4048

Fix a typo

2011-05-23 20:49 codesquid, revision 4046

Add version information to installer. Based on patch by XhmikosR with a few modifications.

2011-05-23 20:33 codesquid, revision 4045

Merged upstream changes into built-in TinyXML.

2011-05-22 18:36 codesquid, revision 4044

In control panel add/remove, display installed size and publisher. Based on patch by XhmikosR with some modifications.

2011-05-22 18:31 gathoye, revision 4043

Update strings for debug informations (back to English)

2011-05-22 17:18 codesquid, revision 4042

Typo

2011-05-22 16:06 codesquid, revision 4040

Version bump

2011-05-22 16:02 codesquid, revision 4039

Updated translations

2011-05-22 16:02 codesquid, revision 4038

Fix test

2011-05-20 21:09 codesquid, revision 4036

Detect libtool wrappers and copy the real thing instead.

2011-05-20 20:32 codesquid, revision 4035

Check for -std=gnu++0x as well.

2011-05-20 20:32 codesquid, revision 4034

Get rid of output that shouldn't be there.

2011-05-20 20:01 codesquid, revision 4033

Get rid of some dead code. Patch by XhmikosR with some small modifications.

2011-05-20 16:56 codesquid, revision 4032

Delete left-over resources, patch by XhmikosR

2011-05-16 22:31 codesquid, revision 4031

- Detect theme change and update header height accordingly - Work around a nasty bug in Windows where the scoll position changes without any window message telling the control about it

2011-05-16 20:56 codesquid, revision 4030

Don't create queue.xml anymore.

2011-05-15 21:37 codesquid, revision 4028

Bump

2011-05-15 21:34 codesquid, revision 4027

Updated translations

2011-05-15 15:21 codesquid, revision 4026

Add option to strip VMS revisions on VMS servers.

2011-05-15 10:25 codesquid, revision 4025

Fix a division by zero if benchmarking an empty coalescer.

2011-05-09 14:51 gathoye, revision 4024

French translation update for FileZilla 3.5.0.

2011-05-08 17:45 codesquid, revision 4023

Version bump

2011-05-08 13:29 codesquid, revision 4022

Updated translations.

2011-05-08 13:09 codesquid, revision 4019

Basic error reporting

2011-05-07 20:45 codesquid, revision 4018

Remove dead code

2011-05-07 12:23 codesquid, revision 4017

Need to load existing queues from queue.xml still, cannot just throw away users' queues.

2011-05-07 12:07 codesquid, revision 4016

Set initial focus to user input box if there is no user.

2011-05-01 20:50 codesquid, revision 4015

Preliminary changelog

2011-05-01 19:30 codesquid, revision 4014

Restore saving/loading of entries for empty directories.

2011-05-01 14:47 codesquid, revision 4013

Fix crash reported in Ubuntu Bug #764360

2011-05-01 12:18 codesquid, revision 4012

Get rid of a deprecated function call. Debian bug #624057

2011-05-01 10:22 codesquid, revision 4011

Also use unordered_map in the queue storage for the path to id maps. Vacuum the database after loading.

2011-05-01 07:44 codesquid, revision 4010

Compile fix

2011-04-30 20:03 codesquid, revision 4009

Squeeze out some cycles populating the queue.

2011-04-30 19:46 codesquid, revision 4008

Slowest aspect of saving/loading very large queues was actually waiting on disk I/O. Instead of always saving the full paths, keep an index.

2011-04-27 17:16 codesquid, revision 4007

Compile fix

2011-04-27 16:34 codesquid, revision 4006

Fix

2011-04-27 15:07 codesquid, revision 4005

Actually do look in the tr1/ subdir...

2011-04-27 15:01 codesquid, revision 4004

Typo

2011-04-27 14:57 codesquid, revision 4003

Small fix

2011-04-27 14:46 codesquid, revision 4002

Check for unordered_map