Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-09-19 16:10:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8033 changes):

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.

2008-07-03 13:08 botg, revision 2437

Fix AddressToString

2008-07-03 10:36 botg, revision 2436

Accepted socket needs to be marked nonblocking. Also fixes compile error.

2008-07-02 22:36 botg, revision 2435

Delete socket threads, some misc cleanup.

2008-07-01 21:18 botg, revision 2434

Remove async host resolver, not needed anymore. Asynchronous host resolution is done by the new socket class itself.

2008-07-01 17:28 botg, revision 2433

Update external-ip resolver.

2008-07-01 15:42 botg, revision 2432

Close notification.

2008-07-01 11:03 botg, revision 2431

Even more compile errors and warnings. Too many differences between different compilers imo.

2008-06-30 21:47 botg, revision 2430

More compile errors

2008-06-30 18:11 botg, revision 2429

Fix compile errors and do some cleanup.

2008-06-30 14:26 botg, revision 2428

Implement listening sockets and get active mode working.

2008-06-29 12:42 botg, revision 2427

Update CTlsSocket to use new socket semantics.

2008-06-28 19:37 botg, revision 2426

Implement GetLocalIP and GetPeerIP.

2008-06-28 15:56 botg, revision 2425

Implement Read and Write. Next to implement: GetLocalIP and GetPeerIP.

2008-06-28 13:36 botg, revision 2424

Work in heavy progress: IPv6 support. Doesn't really do much yet, might not even compile.

2008-06-24 22:11 botg, revision 2423

Display number of filtered out items if directory appears empty.

2008-06-23 15:15 botg, revision 2422

Fix "[ 2000727 ] reversed Hebrew in gui window". Unfortunately this return the flicker on RTL languages. I can't see any other solution.

2008-06-22 23:19 botg, revision 2421

Fix panesize problem with widescreen and blackboard styles.

2008-06-21 20:06 botg, revision 2420

Less code duplication.

2008-06-20 20:20 botg, revision 2419

Don't allow main section to be unselected.

2008-06-19 15:34 botg, revision 2418

Rest of [ 1986536 ] Added file exist actions

2008-06-19 15:07 botg, revision 2417

More of [ 1986536 ] Added file exist actions

2008-06-19 14:41 botg, revision 2416

Don't concatenate path and filename, use FormatFilename, fixes [ 1997186 ] missing path separater on file exists dialog

2008-06-19 12:27 botg, revision 2415

Parse URLs containing IPv6 addresses

2008-06-18 22:46 botg, revision 2414

LISTDEBUG was left enabled by default. Was a noop though.

2008-06-17 13:08 botg, revision 2413

Part of patch [ 1986536 ], use the available enum instead of an int.

2008-06-15 14:01 botg, revision 2412

Version bump

2008-06-15 13:57 botg, revision 2411

Update translations