Split this out from other changes to keep things sane..
[wxWidgets.git] / src / common / socket.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-07-29  Ron LeeThe world should not end if a server has no peer. ...
2002-02-24  Vadim Zeitlinonly call GSocket_Init() when needed and do call it...
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2001-11-21  Vadim Zeitlinreplaced wxSocketEvent::CopyObject() with Clone()
2001-02-20  Vadim Zeitlinfixed memory leak in Accept()
2001-02-19  Vadim Zeitlinfixed wxSocket::_Wait() for worker threads in an MT...
2000-03-17  Vadim Zeitlin1. wxGetFullHostName() does return the full host name...
2000-03-16  Guillermo Rodrigue... Removed bool params and retvalues in GSocket interface...
2000-03-16  Guillermo Rodrigue... Removed bool params and retvalues in GSocket interface...
2000-03-15  Guillermo Rodrigue... Fixed _Read() when waitall was not set and there was...
2000-03-15  Guillermo Rodrigue... Added a warning for unknown events
2000-03-12  Robert Roebling Added debuf printf()s to GSocket,
2000-03-11  Vadim Zeitlinsome warnings fixed in the sockets code
2000-03-10  Guillermo Rodrigue... Ups, mismatch between header and source wrt InterruptWait()
2000-03-10  Guillermo Rodrigue... Finally deprecated callbacks.
2000-03-08  Guillermo Rodrigue... All IO calls take void* instead of char*
2000-03-07  Guillermo Rodrigue... First set of changes toward wxBase compliance :-)
2000-03-04  Guillermo Rodrigue... Stupidity fixed in WaitOnConnect()
2000-03-03  Guillermo Rodrigue... Added Destroy()
2000-02-25  Vadim Zeitlinattempts at making wxSocket work with wxBase - it doesn...
2000-02-13  Guillermo Rodrigue... Still with the same 'read after close' thing...
2000-02-10  Guillermo Rodrigue... - wxSocket no loner automatically Closes() the socket...
2000-02-09  Guillermo Rodrigue... let's see it it works now...
2000-02-08  Guillermo Rodrigue... Changed the order in which events are checked, so that...
2000-01-21  Guillermo Rodrigue... GSocket:
2000-01-14  Guillermo Rodrigue... wxSocekt now uses wxPostEvent.
2000-01-10  Guillermo Rodrigue... Important changes to avoid dependence on events inside...
2000-01-05  Vadim Zeitlinmore fixes to compilation warnings from HP-UX build...
1999-12-20  Guillermo Rodrigue... Stupid timeout bug fixed
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-04  Robert Roebling String changes for translations,
1999-11-05  Stefan CsomorCW5.2 Pro Adaptions, wxMac starting to move in
1999-10-29  Ove KaavenwxT() for a Spanish(?) debug message
1999-10-21  Vadim ZeitlinwxMotif compilation fixes for wxDataObject and PROCESS_...
1999-10-21  Vadim Zeitlinand the compilation fix which really compiles, finally
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-05  David WebsterwxOS2 updates for 10/5/99
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-02  Guillermo Rodrigue... PROCESS_EVENTS macro added
1999-09-30  Guillermo Rodrigue... Several changes and updates
1999-09-18  Vadim Zeitlinunused parameter warnings suppressed
1999-09-17  Guillermo Rodrigue... - NOWAIT flag now implemented
1999-09-15  David WebsterUpdated makefiles for VisualAge C++ V3.0
1999-09-15  Guillermo Rodrigue... Various small bugfixes
1999-09-11  Guillermo Rodrigue... - Completed WaitOnAccept
1999-09-09  Guillermo Rodrigue... Fixed WaitOnConnect().
1999-09-07  Guillermo Rodrigue... wxSocketClient::Connect() now honours the 'wait' parameter.
1999-09-05  Guilhem LavauxUpdated wxSocket documentation
1999-09-05  Guilhem LavauxChanged some more name in wxSocket (internal)
1999-09-05  Guilhem LavauxAdded GSocket/wxSocket alias to socket.h to prevent...
1999-08-02  Guilhem LavauxBetter memory errors handler (added GSOCK_MEMERR)
1999-07-30  Guilhem LavauxRenamed GSocket_SetBlocking to GSocket_SetNonBlocking...
1999-07-29  Guilhem LavauxTypos.
1999-07-28  Guilhem LavauxAdded wxInternetFilesystemModule to fs_inet.cpp
1999-07-27  Guilhem LavauxChanged void GSocket_Init() to bool GSocket_Init()
1999-07-27  Robert Roebling wxSocket compilation
1999-07-25  Guilhem LavauxAdded GSocket_Init and GSocket_Cleanup
1999-07-24  Vadim ZeitlinwxHTML compilation fixes
1999-07-23  Vadim Zeitlin1. more wxMotif fixes
1999-07-23  Guilhem LavauxAdded GSocket motif (it compiles but I didn't tested it)
1999-07-22  Guilhem LavauxAdded GSocket for Unix (only GTK for the moment)
1999-06-11  Vadim ZeitlinIRIX compile fixes
1999-05-25  Guilhem Lavaux* wxThread fixes
1999-05-23  Guilhem Lavaux* wxSocket seems to work with the async requester turne...
1999-05-17  Guilhem Lavaux* prgodlgg.h: Update() use wxString instead of 'char *'
1999-05-08  Guilhem Lavaux* implemented VZ's idea about creating and destroying...
1999-05-07  Guilhem Lavaux* Created a new wxObject method: wxObject::CopyObject...
1999-04-27  Guilhem Lavaux* Fixed a compilation problem on Windows
1999-04-26  Guilhem Lavaux* Committing new wxSocket core (socket.cpp sckint.cpp...
1999-04-23  Ove KaavenMore fixes to make Borland compile this in Unicode...
1999-03-12  Vadim Zeitlincompilation fix (another typo...)
1999-03-12  Vadim Zeitlincompilation fix
1999-03-12  Vadim Zeitlinmore things are done by configure: checks for bool...
1999-03-12  Vadim Zeitlinsome fixes for AIX compilation
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-27  Guilhem Lavaux* Big memory bug fixed in socket/getline fixed.
1999-02-10  Guilhem Lavaux* Doc updates
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-01-24  Vadim Zeitlin1. wxLoad/SaveFileSelector return "wxString" instead...
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-13  Karsten BallüderFixes for compilation problems on Solaris(!).
1999-01-10  Julian SmartAdded some makefiles, cured some wxMotif bugs
1999-01-08  Robert Roebling minor Configure / makefiles updates
1999-01-01  Julian SmartLots of wxMotif fixes
1999-01-01  Stefan Csomormac support as stubs added
1998-12-30  Robert Roebling sockets work now an all platforms
1998-12-30  Julian SmartIntroduced wxSOCKET_INT to socket.cpp. The previous...
1998-12-29  Robert Roebling Tried to fix some socket things. Wasn't enough.
1998-12-28  Julian SmartFixes to wxMotif scrolling and colours (wxTreeCtrl...
1998-12-28  Julian SmartChanges for 16-bit BC++ (not there yet), GnuWin32;...
1998-12-26  Robert Roebling Makefile tweaks
1998-12-03  Unknown (UG)no message
1998-11-28  Guilhem Lavaux* Fixed some "memory leak"
1998-11-11  Guilhem Lavaux* Fixes.
1998-10-14  Guilhem Lavaux* wxSocket fixes
1998-09-17  Julian SmartDnd constant name changes because names like Copy can...
1998-09-16  Julian SmartMade wxStubs compile on Unix.
next