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
Changelog for FileZilla 3 (8047 changes):
2008-07-12 08:50 botg, revision 2489- M /FileZilla3/trunk/locales/ca.po
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/pt_PT.po
2008-07-12 08:47 botg, revision 2488Updated translations
2008-07-12 08:43 botg, revision 2487Need to use closesocket on MSW.
2008-07-11 23:55 botg, revision 2486Correct copy&paste error, fixes [ 2002883 ] Filecount and deleting files in remote view
2008-07-11 23:05 botg, revision 2485Windows is weird. Without this, sockets could hang. I so much want a working select + pipe.
2008-07-11 07:57 botg, revision 2484Silence a trace
2008-07-10 17:33 botg, revision 2482Need to call WSAStartup on some Windows versions
2008-07-10 17:20 botg, revision 2481Fix one error, uncover another. Like peeling an onion...
2008-07-10 16:37 botg, revision 2480Typo
2008-07-10 16:18 botg, revision 2479Aftermath from wxSocket removal
2008-07-10 15:14 botg, revision 2478Picky GCC.
2008-07-10 15:14 botg, revision 2477Version bump
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/ko_KR.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/ru.po
- M /FileZilla3/trunk/locales/uk_UA.po
- M /FileZilla3/trunk/locales/zh_CN.po
2008-07-10 14:52 botg, revision 2476Updated translation
2008-07-10 13:54 botg, revision 2475Always ask system for external address on IPv6 connections.
- M /FileZilla3/trunk/src/engine/backend.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/include/FileZilla.h
- M /FileZilla3/trunk/src/interface/netconfwizard.h
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
2008-07-10 13:27 botg, revision 2474Remove the last bits of wxSocket from the engine.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/socket.h
2008-07-10 13:26 botg, revision 2473Convert http class to use the new socket.
2008-07-10 09:19 botg, revision 2472Missing argument name
2008-07-08 15:21 botg, revision 2471Fix [ 2014739 ] Crash if getting disconnected during OnMenuEdit handler
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2008-07-08 15:03 botg, revision 2470[ 2012394 ] Add a "Open Existing File" to edit existing file dialog
2008-07-08 13:43 botg, revision 2469Suppress boring trace.
2008-07-08 08:34 botg, revision 2468Silly typo
2008-07-07 20:40 botg, revision 2467Compile fixes for FreeBSD: Missed a header and slightly different error codes on getaddrinfo.
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/socket.h
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
2008-07-07 16:37 botg, revision 2466Buffer size setting
2008-07-07 16:33 botg, revision 2465Another round of compile fixes
2008-07-06 21:43 botg, revision 2464Add some error codes, check if AI_NUMERICSERV is defined on all platforms.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/socket.h
Implement flags (keepalive, nodelay) and fix GetLocalIP, GetPeerIP and GetAddressFamily on IPv6 connections.