]> git.saurik.com Git - wxWidgets.git/history - src/unix/gsocket.cpp
Added licence/copyright information
[wxWidgets.git] / src / unix / gsocket.cpp
2005-05-04  Julian SmartAdded licence/copyright information
2005-03-28  Stefan NeisFixed compilation error on unknown type "in_addr_t".
2005-03-16  Kevin HockAdded comments explaining more about the changes in...
2005-03-14  David ElliottDammit, try it again this time actually removing it...
2005-03-14  David ElliottReverted 1.32. This breaks my Tiger builds which is...
2005-03-09  Kevin HockAutomatic use of MSG_NOSIGNAL or SO_NOSIGPIPE (checked...
2005-03-06  Vadim Zeitlinfix warning about comparing (signed) -1 with (unsigned...
2005-02-04  Ryan Nortonfix warnings on cocoa 10.2 also
2005-02-03  Ryan Nortonfix pointer conversion warnings on OSX 10.2
2005-01-26  Stefan NeisFixed a compilation problem on AIX.
2005-01-18  Vadim Zeitlinfixed crash if an error happened inside WaitConnection...
2004-12-28  David ElliottSome platforms that use socklen_t don't use it for...
2004-11-09  David ElliottCast 4th parameter of getsockopt to char* and of setsoc...
2004-10-21  David WebsterRemoved temp OS/2 fix. Header now fixed.
2004-10-20  David Webstergetservbyname under INNOTEK gcc needs a (char*), not...
2004-09-27  Vadim Zeitlininitialize m_reusable (patch 1035725)
2004-09-24  Ryan NortonPATCH: [ 1033006 ] Fix: socket s timeout of < 1s doesn...
2004-09-23  Ryan NortonOK - Robin's right, it is already a SOCKLEN_T
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