]> git.saurik.com Git - wxWidgets.git/history - src/msw/gsocket.cpp
extract (and expand and clean up and document) the header window implementation used...
[wxWidgets.git] / src / msw / gsocket.cpp
2008-11-28  Vadim Zeitlinremove wxSocketManager::CreateSocket() function, we...
2008-11-28  Vadim Zeitlinrename various gsock* files to sock* (except for MSW...
2008-11-28  Vadim ZeitlinStreamline wxSocket code: wxSocketBase now uses wxSocke...
2008-11-26  Vadim Zeitlinmove wx/gsocket.h to wx/private/gsocket.h
2008-11-25  Vadim Zeitlintrying to resolve GSocketManager API mess: the meaning...
2008-11-23  Vadim Zeitlinmove more socket functions common to Winsock and BSD...
2008-11-23  Vadim Zeitlincontinuation of GSocket/wxSocket merge: always create...
2008-11-23  Vadim Zeitlindon't duplicate GSocket creation/destruction and shutdo...
2008-11-23  Vadim Zeitlindo not require a running event loop, even under MSW...
2008-03-14  Julian SmartFixed bug for chars with ASCII value > 127, explicitly...
2007-12-31  Vadim Zeitlinensure that gsockmsw.obj is linked in, it was optimized...
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-11-18  Vadim Zeitlinexperimental IPv6 implementation (patch 1771429)
2007-11-17  Vadim Zeitlinadded SetInitialSocketBuffers() to allow changing the...
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-04  Vadim Zeitlinadded support for broadcasting to UDP sockets (patch...
2007-03-17  Vadim Zeitlinshutdown sockets gracefully instead of doing it with...
2007-03-07  Vadim Zeitlinfix handling of wxSOCKET_REUSEADDR in wxDatagramSocket...
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
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-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2005-09-24  Vadim Zeitlinset error to GSOCK_TIMEOUT if the socket timed out...
2005-08-31  Stefan NeisReplaced SOCKLEN_T by WX_SOCKLEN_T to resolve conflict...
2005-06-13  Włodzimierz Skiba'[1219035] cleanup: miscellaneous' and minor source...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-04  Julian SmartAdded licence/copyright information
2005-04-12  Ryan NortonFix warning on CYGWIN for sockets
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-08-26  Włodzimierz SkibaSource cleaning: whitespaces & tabs, ::, TRUE/true...
2004-08-11  Václav Slavíkreverted my last change, pch problem is deeper and...
2004-08-10  Václav Slavíkdon't use precompiled headers for gsocket code
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-06  David ElliottUse delete foo; instead of GSocket_destroy(foo);
2004-08-05  Włodzimierz SkibaUnused parameters markup.
2004-08-04  Włodzimierz SkibaBlind fix to precompiled headers verified by author...
2004-08-03  David Elliott* Made GSocket::GetError() exp/imp from net library...
2004-08-03  David ElliottReal C++(ish) code
2004-07-29  David ElliottC/C++ differences
2004-07-29  David ElliottCopied from src/msw/gsocket.c revision 1.61