Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-18 07:40:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2008-07-10 14:52 botg, revision 2476

Always ask system for external address on IPv6 connections.

2008-07-10 13:54 botg, revision 2475

Remove the last bits of wxSocket from the engine.

2008-07-10 13:27 botg, revision 2474

Convert http class to use the new socket.

2008-07-10 13:26 botg, revision 2473

Missing argument name

2008-07-10 09:19 botg, revision 2472

Fix [ 2014739 ] Crash if getting disconnected during OnMenuEdit handler

2008-07-08 15:21 botg, revision 2471

[ 2012394 ] Add a "Open Existing File" to edit existing file dialog

2008-07-08 15:03 botg, revision 2470

Suppress boring trace.

2008-07-08 13:43 botg, revision 2469

Silly typo

2008-07-08 08:34 botg, revision 2468

Compile fixes for FreeBSD: Missed a header and slightly different error codes on getaddrinfo.

2008-07-07 20:40 botg, revision 2467

Buffer size setting

2008-07-07 16:37 botg, revision 2466

Another round of compile fixes

2008-07-07 16:33 botg, revision 2465

Add some error codes, check if AI_NUMERICSERV is defined on all platforms.

2008-07-06 21:43 botg, revision 2464

Implement flags (keepalive, nodelay) and fix GetLocalIP, GetPeerIP and GetAddressFamily on IPv6 connections.

2008-07-06 21:24 botg, revision 2463

Don't use wxSocketEvent anymore

2008-07-06 09:36 botg, revision 2462

Fix file descriptor leak.

2008-07-05 14:06 botg, revision 2461

Backport revision 2459: Version bump

2008-07-05 13:42 botg, revision 2446

Parse EPSV reply

2008-07-05 13:42 botg, revision 2445

Fix listening under *nix

2008-07-05 13:03 botg, revision 2444

Add IPv6 support to IsRoutableAddress function, add testcase.

2008-07-04 13:42 botg, revision 2443

Use EPSV/EPRT on IPv6 connections.

2008-07-04 12:40 botg, revision 2442

Release possible capture before showing change notification. Don't do modification check from timer if there's a capture.

2008-07-04 07:09 botg, revision 2441

Fix compile error

2008-07-03 18:44 botg, revision 2440

Implement select loop on non-Windows systems

2008-07-03 13:17 botg, revision 2439

Missed a line of debug output.

2008-07-03 13:15 botg, revision 2438

Get TLS working again.