Split this out from other changes to keep things sane..
[wxWidgets.git] / src / common / http.cpp
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-08-11  Robert Roebling Added wxString::FromAscii() wxString::ToAscii().
2002-02-21  Robin DunnFix so the Host: header in wxHTTP really works. With...
2002-01-11  Vadim Zeitlinmore Sun C++ compiler warning fixes: in particular...
2002-01-03  Vadim Zeitlinfixed memory leak in wxHTTP
2001-12-30  Vadim Zeitlinadded wxUSE_PROTOCOL[_XXX] and wxUSE_URL settings
2001-12-18  Václav Slavíksend Host header in HTTP requests
2001-11-21  Vadim Zeitlin1. removed wxObject::CopyObject() and Clone() - some...
2001-11-02  Vadim Zeitlinreplaced a static buffer with wxString
2001-08-24  Stefan Csomoradded connect sequence for mac
2000-10-16  Julian SmartFixed memory leak
2000-10-06  Václav Slavíkchanged \n\r to \r\n
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-06  Guillermo Rodrigue... Changed another NONE to wxSOCKET_NONE
2000-02-29  Guillermo Rodrigue... Changed to use current wxSocket flag names instead...
2000-02-09  Robin Dunnplugged memory leak
2000-02-08  Robin DunnFix in parse headers so it wouldn't always store an...
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-18  David WebsterSome minor modifications for VA 4.0 support
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-08-06  Julian SmartChanges for BC++
1999-07-29  Guilhem LavauxTypos.
1999-07-28  Guilhem LavauxAdded wxInternetFilesystemModule to fs_inet.cpp
1999-07-23  Ove KaavenCouple of unicode fixes (the #if should be wxUSE_UNICOD...
1999-07-22  Guilhem LavauxAdded GSocket for Unix (only GTK for the moment)
1999-07-15  Guilhem Lavaux* wxMemoryStreams updates
1999-07-09  Guilhem Lavaux* wxStream doc update
1999-07-07  Guilhem Lavaux* New wxStreams (to be documented), new classes: wxBuff...
1999-06-22  Robert Roebling Some #include and #if wxUSE_XX things
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-06-13  Robert Roebling Added OS/2 patches to wxGTK.
1999-05-30  Robert Roebling Compile fix.
1999-05-26  Guilhem Lavaux* Small fix in wxHTTP::BuildRequest
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* Big memory bug fixed in socket/getline fixed.
1999-02-25  Guilhem Lavaux* Added a small wxHTTP description
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-07  Julian SmartWatcom C++ mods
1998-11-26  Vadim Zeitlinsome sprintf()s replaced with wxString::Printf
1998-11-25  Robert Roebling wxFrame size bug
1998-11-25  Robin DunnFixed an issue related to the new wxList.
1998-09-07  Julian SmartMade wxSocket compile using makefiles; #ifdefed out...
1998-09-06  Guilhem Lavaux* Added wxsocket lib and sample (I hope I don't forget...