Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8047 changes):

2008-07-12 08:50 botg, revision 2489

Updated translations

2008-07-12 08:47 botg, revision 2488

Need to use closesocket on MSW.

2008-07-12 08:43 botg, revision 2487

Correct copy&paste error, fixes [ 2002883 ] Filecount and deleting files in remote view

2008-07-11 23:55 botg, revision 2486

Windows is weird. Without this, sockets could hang. I so much want a working select + pipe.

2008-07-11 23:05 botg, revision 2485

Silence a trace

2008-07-11 07:57 botg, revision 2484

Need to call WSAStartup on some Windows versions

2008-07-10 17:33 botg, revision 2482

Fix one error, uncover another. Like peeling an onion...

2008-07-10 17:20 botg, revision 2481

Typo

2008-07-10 16:37 botg, revision 2480

Aftermath from wxSocket removal

2008-07-10 16:18 botg, revision 2479

Picky GCC.

2008-07-10 15:14 botg, revision 2478

Version bump

2008-07-10 15:14 botg, revision 2477

Updated translation

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.