Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-09-08 02:30:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8030 changes):

2006-07-19 19:58 botg, revision 780

lots of improvements

2006-07-19 13:38 botg, revision 779

ensure final releases have higher version number than rc or beta versions

2006-07-19 13:28 botg, revision 778

fix warning

2006-07-19 10:19 botg, revision 777

Renamed GetBuildDate into GetBuildDateString, added new GetBuildDate with return type wxDateTime

2006-07-18 17:21 botg, revision 776

Remove a continue, thanks SyberSnooP for spotting this.

2006-07-18 11:16 botg, revision 775

helper function to convert version strings into 64-bit numbers for easy comparison.

2006-07-17 14:55 botg, revision 774

Move some code into the new CBuildInfo class

2006-07-16 21:01 botg, revision 773

added GetBuildType function

2006-07-16 00:11 botg, revision 772

make sure users enter a valid IP address in the configuration dialog.

2006-07-15 23:56 botg, revision 771

move IsIpAddress into misc.c

2006-07-15 23:48 botg, revision 770

add --enable-buildtype switch. Used to indicate official builds or nightly builds.

2006-07-14 22:55 botg, revision 769

updated

2006-07-14 20:11 botg, revision 768

add "No new version found" page

2006-07-13 21:12 botg, revision 767

compile fix

2006-07-12 18:25 botg, revision 766

Add a failure page

2006-07-12 14:54 botg, revision 765

partially implement update check

2006-07-12 12:39 botg, revision 764

enable use of http socket

2006-07-12 12:38 botg, revision 763

send data notifications

2006-07-12 12:28 botg, revision 762

updated

2006-07-12 10:15 botg, revision 761

Parse Content-Length heade field, proper handling of OnClose

2006-07-11 09:50 botg, revision 760

added chunked transfer encoding

2006-07-11 09:03 botg, revision 759

limit number of redirects

2006-07-10 13:50 botg, revision 758

Redirects are working now

2006-07-10 12:56 botg, revision 757

fix "pure virtual function call" crash.

2006-07-10 09:16 botg, revision 756

work in progress: http client

2006-07-10 08:45 botg, revision 755

updated

2006-07-09 23:24 botg, revision 754

increment socket id after every call to ResetSocket, needed for http redirects to work.

2006-07-08 17:17 botg, revision 753

small changes to pave the way for the http implementation

2006-07-06 13:27 botg, revision 752

fix receiving of partial replies

2006-07-04 14:23 botg, revision 751

Log OnClose

2006-07-04 13:40 botg, revision 750

fix minor problems

2006-07-04 00:06 botg, revision 749

fix refresh problems

2006-07-03 18:42 botg, revision 748

fixes for folder processing

2006-07-03 14:04 botg, revision 747

added "begins/ends with" conditions

2006-06-28 14:34 botg, revision 746

proper measurement under wxGTK

2006-06-28 14:33 botg, revision 745

Fix possible segfaults

2006-06-27 15:07 botg, revision 744

massive speed improvement under wxGTK

2006-06-27 15:06 botg, revision 743

Massive speed improvement under wxGTK

2006-06-25 13:40 botg, revision 742

removed debug code

2006-06-24 12:53 botg, revision 741

infrastructure for memory downloads

2006-06-24 11:49 botg, revision 740

Cambodian translation

2006-06-23 17:40 botg, revision 739

compile fix

2006-06-23 14:14 botg, revision 738

change cmd_private into cmd_cwd

2006-06-23 13:58 botg, revision 737

minor cleanup

2006-06-21 21:34 botg, revision 736

added HTTP server type

2006-06-21 21:28 botg, revision 735

added FZ_REPLY_NOTSUPPORTED

2006-06-21 12:06 botg, revision 734

updatewizard prototype

2006-06-21 09:02 botg, revision 733

updated

2006-06-20 13:02 botg, revision 732

sizeof(int) may be different than sizeof(void*), thus use %p to log pointer values

2006-06-19 06:59 botg, revision 731

fix conditional chmod for the directly selected items