Define __VISUALC__ for ICC under Windows again.
[wxWidgets.git] / include / wx / protocol /
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-25  Vadim ZeitlinAllow using custom method names in wxHTTP.
2012-01-20  Vadim ZeitlinAdd SetPostBuffer(wxMemoryBuffer) and SetPostText(...
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2010-06-17  Vadim ZeitlinAllow specifying non default port for wxFTP connections.
2010-06-09  Francesco MontorsiImplement wx-prefixed macros versions of DECLARE/IMPLEM...
2009-10-09  Paul Cornettreplace TRUE/FALSE with true/false
2009-09-26  Julian SmartApplied modified #10655 (Added Cookie (receive) support...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-07  Vadim Zeitlinadded wxProtocolLog class for logging network requests...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-16  Francesco MontorsiMove SetDefaultTimeout to wxProtocol and set it to...
2009-01-16  Francesco Montorsimake wxSocketBase::SetTimeout virtual and make it prote...
2008-10-20  Vadim Zeitlinfix virtual function hiding warnings introduced to...
2007-07-13  Václav Slavíkremoved broken and global GetLine() function from wx...
2007-06-26  Vadim Zeitlinremove .cvsignore files, they're useless with svn
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2006-12-06  Vadim Zeitlinwe don't need to include wx/url.h from the header,...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-01-19  Julian SmartApplied patch [ 1381420 ] wxHTTP Basic authentication...
2006-01-18  Julian SmartReverted semicolons patch
2006-01-18  Julian SmartApplied patch [ 1399013 ] More removals of extraneous...
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-09-18  Vadim Zeitlinactive mode support for wxFTP (extremely heavily modifi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-08  Mattia Barbon When wxUSE_STL == 1 and STL provides quasi-standard...
2003-09-20  Vadim ZeitlinwxHTTP::GetResponse() added (patch 794394)
2003-09-11  Julian SmartApplied patch [ 794760 ] Majority of "... hides virtual...
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-07-27  Václav Slavíksplit wxBase into wxBase and wxNet libraries
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-10  Vadim Zeitlin(blindly) fixed header case confusion (replacement...
2003-07-09  Vadim Zeitlinadded support for POST method and alternate ports ...
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-05  Václav SlavíkDLL compilation fixes
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-01-03  Vadim Zeitlinfixed memory leak in wxHTTP
2001-12-30  Vadim Zeitlinadded wxUSE_PROTOCOL[_XXX] and wxUSE_URL settings
2001-07-07  Gilles Depeyrotcorrected WXWIN_COMPATIBILITY conditional tests
2001-04-22  Vadim Zeitlindetabified
2001-02-23  Václav Slavíkusing wxURL now enforces linking http.o, ftp.o and...
2001-01-24  Vadim Zeitlin1. patch from Søren Erland Vestø implementing wxFTP...
2000-12-19  Vadim Zeitlintons of wxFTP fixes and compilation fix for wxBase
2000-03-19  Vadim ZeitlinwxFTP::Close() shouldn't hide base wxSocket function
2000-03-15  Vadim Zeitlin1. wxFTP works (somehow)
1999-08-12  Robert Roebling Augmented beta to 9,
1999-07-29  Robert Roebling Now its possible to run wxHTML without wxSockets
1999-07-28  Guilhem LavauxAdded wxInternetFilesystemModule to fs_inet.cpp
1999-07-25  Guilhem LavauxAdded GSocket_Init and GSocket_Cleanup
1999-07-09  Vadim Zeitlinadded wxUSE_FS_INET/ZIP
1999-06-07  Robert Roebling Ignore.
1999-06-02  Vadim Zeitlinremoving (finally) autogenerated files
1999-06-02  Vadim Zeitlinheaders are now installed by automake too
1999-04-13  Ove KaavenUnicode support.
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-07  Julian SmartWatcom C++ mods
1998-09-08  Robert Roebling It's now possible to drag a listbox filled with entries
1998-09-06  Guilhem Lavaux* Added wxsocket lib and sample (I hope I don't forget...