don't use obsolete functions (mostly copystring() and Count()), remove their document...
[wxWidgets.git] / src / common / ftp.cpp
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2006-12-11  Kevin HockAs per discussion in bug #1612106, change default socke...
2006-07-02  Stefan NeisFixed typos in comments (patch #1515724)
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2004-11-22  Włodzimierz SkibaWarning fixes.
2004-10-29  Ryan Nortonsomewhat modded [ 1056879 ] use wxURI::Unescape vs...
2004-10-27  Julian SmartNow possible to compile with wxURL disabled
2004-10-05  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-18  Robin DunnUnicode compilation fix
2004-09-18  Vadim Zeitlinactive mode support for wxFTP (extremely heavily modifi...
2004-09-14  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-18  Stefan Csomorswitching to host / network ordering swapping
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-04-12  Vadim Zeitlinbug/typo fixed: function returning a pointer should...
2001-12-30  Vadim Zeitlinadded wxUSE_PROTOCOL[_XXX] and wxUSE_URL settings
2001-11-25  Václav SlavíkwxT(), not _()
2001-07-07  Gilles Depeyrotcorrected WXWIN_COMPATIBILITY conditional tests
2001-04-22  Vadim Zeitlindetabified
2001-03-29  Ove KaavenUnicode compilation fixes.
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2001-01-24  Vadim Zeitlin1. patch from Søren Erland Vestø implementing wxFTP...
2001-01-04  Vadim Zeitlinuse default timeout of 1 minute
2001-01-03  Vadim Zeitlina fix for new wu-ftpd
2000-12-19  Vadim Zeitlintons of wxFTP fixes and compilation fix for wxBase
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-19  Vadim ZeitlinwxFTP::Close() shouldn't hide base wxSocket function
2000-03-15  Vadim Zeitlin1. wxFTP works (somehow)
2000-03-06  Guillermo Rodrigue... Use IsConnected instead of m_connected
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-04  Robert Roebling String changes for translations,
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-07  Vadim Zeitlinsome fixes after global _T() => T() change
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-05  Guilhem LavauxUpdated wxSocket documentation
1999-07-28  Guilhem LavauxAdded wxInternetFilesystemModule to fs_inet.cpp
1999-07-24  Vadim ZeitlinwxHTML compilation fixes
1999-07-22  Guilhem LavauxAdded GSocket for Unix (only GTK for the moment)
1999-06-22  Robert Roebling Some #include and #if wxUSE_XX things
1999-05-25  Guilhem Lavaux* wxThread fixes
1999-04-26  Guilhem Lavaux* Committing new wxSocket core (socket.cpp sckint.cpp...
1999-04-13  Ove KaavenGot some compiler warnings in non-Unicode build. Fixed...
1999-04-13  Ove KaavenUnicode interface (the communication itself is still...
1999-02-28  Guilhem Lavaux* Added "--with-sockets" and made wxSocket optionnal.
1999-02-27  Guilhem Lavaux* wxSocket fixes: FTP, HTTP works really now. GTK fixes...
1999-02-25  Guilhem Lavaux* Added a small wxHTTP description
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-10  Guilhem Lavaux* Doc updates
1999-01-07  Julian SmartWatcom C++ mods
1999-01-01  Stefan Csomormac support as stubs added
1998-12-21  Stefan CsomorCW Win32 support
1998-10-26  Julian SmartMotif and other mods
1998-10-20  Unknown (UG)fix for precompiled headers
1998-10-20  Unknown (UG)fix for precompiled headers
1998-10-17  Unknown (UG)no message
1998-10-14  Guilhem Lavaux* wxSocket fixes
1998-09-06  Guilhem Lavaux* Added wxsocket lib and sample (I hope I don't forget...