Use old licence name
[wxWidgets.git] / include / wx / gsocket.h
2004-03-09  Stefan NeisC++ comments transformed to C comments.
2004-01-18  David ElliottInitial move from C to C++. The functionality of the...
2003-10-22  Václav Slavíkinclude wx/platform, to get __WINDOWS__ etc
2003-10-16  Vadim Zeitlinmoved DLL import/export declarations from wx/defs.h...
2003-08-07  Václav Slavíkfixed wxBase and GUI separation for sockets code
2003-07-27  Václav Slavíksplit wxBase into wxBase and wxNet libraries
2003-07-12  Julian SmartAdded net stuff, some fixes to gsock code for WinCE
2002-09-12  Vadim Zeitlinfix for cygwin warning in winsock.h about sys/types...
2002-07-31  Mattia BarbonPatch [ 588837 ] Fixes comment style in gsocket.*
2002-07-02  Ron Leeand yet once more to fix gtk compilation.. this is...
2002-07-01  Robin DunnFixed "different linkage" compile error
2002-05-09  Vadim Zeitlinapplied patch to build wxMSW with CW7 (patch 550445)
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2000-08-09  Stefan Csomormerge of wxMac into main repository
2000-03-16  Guillermo Rodrigue... Removed bool params and retvalues in GSocket interface...
2000-03-14  Guillermo Rodrigue... Changed declaration of functions taking an empty arglis...
2000-01-21  Guillermo Rodrigue... GSocket:
1999-09-17  Guillermo Rodrigue... typedef unsigned int bool (instead of int) for consiste...
1999-09-15  Guillermo Rodrigue... Checking for wxUSE_SOCKETS and __GSOCKET_STANDALONE__...
1999-09-11  Guillermo Rodrigue... Added GSocket_Select() and removed some unused functions
1999-09-05  Guilhem LavauxUpdated wxSocket documentation
1999-08-09  Guilhem LavauxRemoved unnecessary lines from threadpsx
1999-08-06  Robert Roebling Distrib things,
1999-08-02  Guilhem LavauxBetter memory errors handler (added GSOCK_MEMERR)
1999-08-01  Guilhem LavauxwxMemoryStream doc updated
1999-07-30  Guilhem LavauxRenamed GSocket_SetBlocking to GSocket_SetNonBlocking...
1999-07-29  Guilhem LavauxTypos.
1999-07-27  Guilhem LavauxChanged void GSocket_Init() to bool GSocket_Init()
1999-07-25  Guilhem LavauxAdded GSocket_Init and GSocket_Cleanup
1999-07-24  Guilhem LavauxUpdated wxDataStream (added ByteOrder)
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)