| 2007-01-07 |  Stefan Neis | Attempt at fixing deepCopyHostent/Servent. | blob | commitdiff | raw | 
| 2006-08-09 |  Michael Wetherell | Detect and use sys/select.h required by POSIX for select | blob | commitdiff | raw | diff to current | 
| 2006-08-06 |  Angel Vidal Veiga | Backporting from my SoC branch, fix for remotely closed... | blob | commitdiff | raw | diff to current | 
| 2006-02-22 |  Kevin Hock | Rearrange and simplify read and error checks, and remov... | blob | commitdiff | raw | diff to current | 
| 2006-02-11 |  Kevin Hock | Respect the REUSEADDR flag to allow rebinding; bind... | blob | commitdiff | raw | diff to current | 
| 2006-01-25 |  Stefan Neis | Fixed "typo". | blob | commitdiff | raw | diff to current | 
| 2006-01-25 |  Stefan Neis | Cleaned attempts at fixing NetBSD compilation commited... | blob | commitdiff | raw | diff to current | 
| 2006-01-23 |  Stefan Neis | Yet another attempt at making the getservbyname_r proto... | blob | commitdiff | raw | diff to current | 
| 2006-01-14 |  Stefan Neis | Ensure "reasonable" return values even if none of the... | blob | commitdiff | raw | diff to current | 
| 2006-01-08 |  Stefan Neis | Replaced get{host,serv}by{name,addr} by the threadsafe... | blob | commitdiff | raw | diff to current | 
| 2006-01-03 |  Stefan Neis | Added thread-safe wrappers for get{host,serv}by{name... | blob | commitdiff | raw | diff to current | 
| 2005-12-01 |  David Surovell | minor cleanup: corrected typos, etc. | blob | commitdiff | raw | diff to current | 
| 2005-10-05 |  Kevin Hock | When recv returns 0, the connection has been remotely... | blob | commitdiff | raw | diff to current | 
| 2005-10-05 |  Kevin Hock | Do not allow events to fire after socket is closed... | blob | commitdiff | raw | diff to current | 
| 2005-09-25 |  Vadim Zeitlin | first round of Intel compiler warning fixes: down from... | blob | commitdiff | raw | diff to current | 
| 2005-09-24 |  Vadim Zeitlin | set error to GSOCK_TIMEOUT if the socket timed out... | blob | commitdiff | raw | diff to current | 
| 2005-09-19 |  Julian Smart | Missing end of comment | blob | commitdiff | raw | diff to current | 
| 2005-09-19 |  Kevin Hock | Make sure Enable_Events is called when a connection... | blob | commitdiff | raw | diff to current | 
| 2005-09-13 |  Vadim Zeitlin | use extern C around signal handler declaration (fixes... | blob | commitdiff | raw | diff to current | 
| 2005-09-09 |  Julian Smart | Applied patch [ 1283943 ] Fix crash in GSocket::Select | blob | commitdiff | raw | diff to current | 
| 2005-09-03 |  Vadim Zeitlin | include wx/defs.h (and hence wx/platform.h and so reall... | blob | commitdiff | raw | diff to current | 
| 2005-08-31 |  Stefan Neis | Replaced SOCKLEN_T by WX_SOCKLEN_T to resolve conflict... | blob | commitdiff | raw | diff to current | 
| 2005-07-26 |  Włodzimierz Skiba | Better 'missing WXUNUSED' workaround (perhaps unnecessa... | blob | commitdiff | raw | diff to current | 
| 2005-07-26 |  Włodzimierz Skiba | Corrections for future OW 1.4. Warning fixes. | blob | commitdiff | raw | diff to current | 
| 2005-07-21 |  Włodzimierz Skiba | wxOS2 with Open Watcom: correct PCH usage, missing... | blob | commitdiff | raw | diff to current | 
| 2005-05-31 |  Julian Smart | Olly Betts' typo patch | blob | commitdiff | raw | diff to current | 
| 2005-05-07 |  Stefan Csomor | now it's uint32 on mac | blob | commitdiff | raw | diff to current | 
| 2005-05-04 |  Julian Smart | Added licence/copyright information | blob | commitdiff | raw | diff to current | 
| 2005-03-28 |  Stefan Neis | Fixed compilation error on unknown type "in_addr_t". | blob | commitdiff | raw | diff to current | 
| 2005-03-16 |  Kevin Hock | Added comments explaining more about the changes in... | blob | commitdiff | raw | diff to current | 
| 2005-03-14 |  David Elliott | Dammit, try it again this time actually removing it... | blob | commitdiff | raw | diff to current | 
| 2005-03-14 |  David Elliott | Reverted 1.32.  This breaks my Tiger builds which is... | blob | commitdiff | raw | diff to current | 
| 2005-03-09 |  Kevin Hock | Automatic use of MSG_NOSIGNAL or SO_NOSIGPIPE (checked... | blob | commitdiff | raw | diff to current | 
| 2005-03-06 |  Vadim Zeitlin | fix warning about comparing (signed) -1 with (unsigned... | blob | commitdiff | raw | diff to current | 
| 2005-02-04 |  Ryan Norton | fix warnings on cocoa 10.2 also | blob | commitdiff | raw | diff to current | 
| 2005-02-03 |  Ryan Norton | fix pointer conversion warnings on OSX 10.2 | blob | commitdiff | raw | diff to current | 
| 2005-01-26 |  Stefan Neis | Fixed a compilation problem on AIX. | blob | commitdiff | raw | diff to current | 
| 2005-01-18 |  Vadim Zeitlin | fixed crash if an error happened inside WaitConnection... | blob | commitdiff | raw | diff to current | 
| 2004-12-28 |  David Elliott | Some platforms that use socklen_t don't use it for... | blob | commitdiff | raw | diff to current | 
| 2004-11-09 |  David Elliott | Cast 4th parameter of getsockopt to char* and of setsoc... | blob | commitdiff | raw | diff to current | 
| 2004-10-21 |  David Webster | Removed temp OS/2 fix.  Header now fixed. | blob | commitdiff | raw | diff to current | 
| 2004-10-20 |  David Webster | getservbyname under INNOTEK gcc needs a (char*), not... | blob | commitdiff | raw | diff to current | 
| 2004-09-27 |  Vadim Zeitlin | initialize m_reusable (patch 1035725) | blob | commitdiff | raw | diff to current | 
| 2004-09-24 |  Ryan Norton | PATCH:  [ 1033006 ] Fix: socket s timeout of < 1s doesn... | blob | commitdiff | raw | diff to current | 
| 2004-09-23 |  Ryan Norton | OK - Robin's right, it is already a SOCKLEN_T | blob | commitdiff | raw | diff to current | 
| 2004-09-23 |  Ryan Norton | Fix warning on OSX - its on int on mac/msw and a sockle... | blob | commitdiff | raw | diff to current | 
| 2004-09-23 |  Robin Dunn | Compile fix | blob | commitdiff | raw | diff to current | 
| 2004-09-23 |  Ryan Norton | SOCKLEN_T handling for OSX - it seems to be defined... | blob | commitdiff | raw | diff to current | 
| 2004-08-08 |  Stefan Neis | Get rid of warning about select being undeclared on... | blob | commitdiff | raw | diff to current | 
| 2004-08-08 |  David Elliott | Use bool instead of int.  Replace TRUE/FALSE with true... | blob | commitdiff | raw | diff to current | 
| 2004-08-08 |  David Elliott | Removed incorrect struct qualifier from GSocketGUIFunct... | blob | commitdiff | raw | diff to current | 
| 2004-08-07 |  Robin Dunn | At least correct the compile error until we decide... | blob | commitdiff | raw | diff to current | 
| 2004-08-06 |  David Elliott | Use delete foo; instead of GSocket_destroy(foo); | blob | commitdiff | raw | diff to current | 
| 2004-08-03 |  David Elliott | Accidently left in an extra {} and also had wrong licen... | blob | commitdiff | raw | diff to current | 
| 2004-08-03 |  David Elliott | Revert original UNIX C->C++ conversion and instead... | blob | commitdiff | raw | diff to current | 
| 2004-07-27 |  David Elliott | Incorporated src/unix/gsocket.c 1.86 to 1.92 changes... | blob | commitdiff | raw | diff to current | 
| 2004-07-26 |  Vadim Zeitlin | removed _GSocket::m_oriented | blob | commitdiff | raw | diff to current | 
| 2004-07-24 |  David Elliott | Incorporated gsocket.c 1.80 to 1.86 changes | blob | commitdiff | raw | diff to current | 
| 2004-05-23 |  Julian Smart | Use old licence name | blob | commitdiff | raw | diff to current | 
| 2004-05-23 |  Julian Smart | Name and version changes | blob | commitdiff | raw | diff to current | 
| 2004-01-19 |  David Elliott | Reverting wxAppTraits GSocket patch | blob | commitdiff | raw | diff to current | 
| 2004-01-18 |  David Elliott | * Add my name to authors as the new maintainer. | blob | commitdiff | raw | diff to current | 
| 2004-01-18 |  David Elliott | Move GSocketBSDGUIShim from source file to header ... | blob | commitdiff | raw | diff to current | 
| 2004-01-18 |  David Elliott | Add virtual methods to GSocketBSD for calling the event... | blob | commitdiff | raw | diff to current | 
| 2004-01-18 |  David Elliott | Initial move from C to C++.  The functionality of the... | blob | commitdiff | raw | diff to current | 
| 2004-01-17 |  David Elliott | Copied gsocket.c revision 1.80 | blob | commitdiff | raw | diff to current | 
|  |