]> git.saurik.com Git - wxWidgets.git/history - src/unix/gsocket.cpp
Fix warning on OSX - its on int on mac/msw and a socklen_t on others
[wxWidgets.git] / src / unix / gsocket.cpp
2004-09-23  Ryan NortonFix warning on OSX - its on int on mac/msw and a sockle...
2004-09-23  Robin DunnCompile fix
2004-09-23  Ryan NortonSOCKLEN_T handling for OSX - it seems to be defined...
2004-08-08  Stefan NeisGet rid of warning about select being undeclared on...
2004-08-08  David ElliottUse bool instead of int. Replace TRUE/FALSE with true...
2004-08-08  David ElliottRemoved incorrect struct qualifier from GSocketGUIFunct...
2004-08-07  Robin DunnAt least correct the compile error until we decide...
2004-08-06  David ElliottUse delete foo; instead of GSocket_destroy(foo);
2004-08-03  David ElliottAccidently left in an extra {} and also had wrong licen...
2004-08-03  David ElliottRevert original UNIX C->C++ conversion and instead...
2004-07-27  David ElliottIncorporated src/unix/gsocket.c 1.86 to 1.92 changes...
2004-07-26  Vadim Zeitlinremoved _GSocket::m_oriented
2004-07-24  David ElliottIncorporated gsocket.c 1.80 to 1.86 changes
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-01-19  David ElliottReverting wxAppTraits GSocket patch
2004-01-18  David Elliott* Add my name to authors as the new maintainer.
2004-01-18  David ElliottMove GSocketBSDGUIShim from source file to header ...
2004-01-18  David ElliottAdd virtual methods to GSocketBSD for calling the event...
2004-01-18  David ElliottInitial move from C to C++. The functionality of the...
2004-01-17  David ElliottCopied gsocket.c revision 1.80