put GetEscapeId() inside #if wxABI_VERSION > 20601
[wxWidgets.git] / include / wx / gsocket.h
2005-05-04  Julian SmartAdded licence/copyright information
2005-03-16  Włodzimierz SkibaUse defs.h (and automatically setup.h and chkconf.h...
2005-02-24  Vadim Zeitlinadded missing virtual dtors to base classes (patch...
2004-08-20  Dimitri Schoolwerthremoved stray comma at end of enum
2004-08-08  David ElliottRemoved incorrect struct qualifier from GSocketGUIFunct...
2004-08-06  David ElliottGet rid of wxUSE_GSOCKET_CPLUSPLUS
2004-08-06  David ElliottOS/2 now uses C++ gsocket.
2004-08-06  David Elliottinclude wx/mac/gsockmac.h when compiling wxMac CFM
2004-08-04  David ElliottUse new C++ sockets for everything except OS/2
2004-08-03  David ElliottRevert original UNIX C->C++ conversion and instead...
2004-08-03  David Elliott* Made GSocket::GetError() exp/imp from net library...
2004-08-03  David ElliottPrepare headers for C->C++ migration
2004-07-26  Vadim Zeitlinremoved GSocket_[Un]Streamed(), GSocket_SetNonOriented...
2004-07-25  Vadim Zeitlinreplaced my recent GSocket_SetReuseAddr() addition...
2004-07-25  Vadim Zeitlindon't set SO_REUSEADDR by default; added GSocket_SetReu...
2004-07-25  Vadim Zeitlinbasic UDP support (patch 835128)
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)