]> git.saurik.com Git - wxWidgets.git/history - include/wx/unix/gsockunx.h
reverted wxSocket changes of rev 48723 as they broke linking under non-Unix systems
[wxWidgets.git] / include / wx / unix / gsockunx.h
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...
2005-05-04  Julian SmartAdded licence/copyright information
2004-08-10  David ElliottRemove some cruft
2004-08-08  David ElliottUse bool instead of int. Replace TRUE/FALSE with true...
2004-08-06  David ElliottGet rid of inline C compatibility methods
2004-08-06  David ElliottGet rid of wxUSE_GSOCKET_CPLUSPLUS
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-25  Vadim Zeitlincompilation fixes
2004-03-09  Stefan NeisC++ comments transformed to C comments.
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...
2003-08-07  Václav Slavíkfixed wxBase and GUI separation for sockets code
2001-05-10  Guillermo Rodrigue... Private gsocket files were using 'typedef int bool...
2000-03-16  Guillermo Rodrigue... Removed bool params and retvalues in GSocket interface...
2000-03-14  Guillermo Rodrigue... src\unix\gsocket.c
2000-01-21  Guillermo Rodrigue... GSocket:
1999-09-30  Guillermo Rodrigue... bugfixes
1999-09-12  Guillermo Rodrigue... Added _GSocket_Configure()
1999-09-06  Guilhem LavauxMoved gsockunx.h from src/unix to include/wx/unix