]> git.saurik.com Git - wxWidgets.git/history - src/unix/gsocket.cpp
reverted wxSocket changes of rev 48723 as they broke linking under non-Unix systems
[wxWidgets.git] / src / unix / gsocket.cpp
2007-09-17  Vadim Zeitlinreverted wxSocket changes of rev 48723 as they broke...
2007-09-16  Vadim Zeitlinmore fixes for using wxSocket in console applications...
2007-07-14  Vadim Zeitlincreate the single global IO dispatcher in wxFDIODispatc...
2007-07-04  Vadim Zeitlinadded support for broadcasting to UDP sockets (patch...
2007-06-09  Vadim Zeitlingenerate disconnection event if recv() returns 0 in...
2007-03-30  Vadim Zeitlindon't handle orderly socket shutdown by the peer as...
2007-03-17  Vadim Zeitlinshutdown sockets gracefully instead of doing it with...
2007-03-10  Vadim Zeitlinset SO_REUSEADDR before binding for UDP sockets too...
2007-01-07  Stefan NeisAttempt at fixing deepCopyHostent/Servent.
2006-08-09  Michael WetherellDetect and use sys/select.h required by POSIX for select
2006-08-06  Angel Vidal VeigaBackporting from my SoC branch, fix for remotely closed...
2006-02-22  Kevin HockRearrange and simplify read and error checks, and remov...
2006-02-11  Kevin HockRespect the REUSEADDR flag to allow rebinding; bind...
2006-01-25  Stefan NeisFixed "typo".
2006-01-25  Stefan NeisCleaned attempts at fixing NetBSD compilation commited...
2006-01-23  Stefan NeisYet another attempt at making the getservbyname_r proto...
2006-01-14  Stefan NeisEnsure "reasonable" return values even if none of the...
2006-01-08  Stefan NeisReplaced get{host,serv}by{name,addr} by the threadsafe...
2006-01-03  Stefan NeisAdded thread-safe wrappers for get{host,serv}by{name...
2005-12-01  David Surovellminor cleanup: corrected typos, etc.
2005-10-05  Kevin HockWhen recv returns 0, the connection has been remotely...
2005-10-05  Kevin HockDo not allow events to fire after socket is closed...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-24  Vadim Zeitlinset error to GSOCK_TIMEOUT if the socket timed out...
2005-09-19  Julian SmartMissing end of comment
2005-09-19  Kevin HockMake sure Enable_Events is called when a connection...
2005-09-13  Vadim Zeitlinuse extern C around signal handler declaration (fixes...
2005-09-09  Julian SmartApplied patch [ 1283943 ] Fix crash in GSocket::Select
2005-09-03  Vadim Zeitlininclude wx/defs.h (and hence wx/platform.h and so reall...
2005-08-31  Stefan NeisReplaced SOCKLEN_T by WX_SOCKLEN_T to resolve conflict...
2005-07-26  Włodzimierz SkibaBetter 'missing WXUNUSED' workaround (perhaps unnecessa...
2005-07-26  Włodzimierz SkibaCorrections for future OW 1.4. Warning fixes.
2005-07-21  Włodzimierz SkibawxOS2 with Open Watcom: correct PCH usage, missing...
2005-05-31  Julian SmartOlly Betts' typo patch
2005-05-07  Stefan Csomornow it's uint32 on mac
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