removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic...
[wxWidgets.git] / include / wx / socket.h
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-04-02  Kevin HockMake the Connect that also takes a local bind port...
2006-02-28  Kevin HockMake SetLocal actually work instead of crashing immedia...
2006-02-11  Kevin HockAdd SetLocal method; overload Connect to accept a local...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-08  Włodzimierz SkibaCasting fix for events. Needs check by ARM eVC4 users.
2005-02-14  Vadim Zeitlindefine wxFooHandler() macros for all wxFooEvents to...
2004-09-22  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-08-06  David ElliottUse native C++ GSocket interface
2004-07-25  Vadim Zeitlinreplaced my recent GSocket_SetReuseAddr() addition...
2004-07-25  Vadim Zeitlindon't include wx/wxprec.h from the headers (patch 993136)
2004-07-25  Vadim Zeitlinbasic UDP support (patch 835128)
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-10  Vadim Zeitlinuse static_cast<> in event table macros for type safety...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-27  Václav Slavíksplit wxBase into wxBase and wxNet libraries
2003-07-22  Václav Slavíkcompilation fixes for Vadim's changes and Borland C++
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-01-11  Mattia Barbon Fix linking problems with MSVC 5.
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-09-04  Mattia BarbonMissing #include
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-06-30  Ron Leeadded export decls for MSW
2002-02-24  Vadim Zeitlinonly call GSocket_Init() when needed and do call it...
2001-11-21  Vadim Zeitlinreplaced wxSocketEvent::CopyObject() with Clone()
2001-01-31  Vadim Zeitlin1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE...
2001-01-26  Robert Roebling Updated ten thousand macros for new event type code.
2000-03-16  Guillermo Rodrigue... Removed bool params and retvalues in GSocket interface...
2000-03-10  Guillermo Rodrigue... Finally deprecated callbacks.
2000-03-08  Guillermo Rodrigue... All IO calls take void* instead of char*
2000-03-07  Guillermo Rodrigue... Ops, stupid me.
2000-03-07  Guillermo Rodrigue... First set of changes toward wxBase compliance :-)
2000-03-03  Guillermo Rodrigue... Added Destroy()
2000-01-14  Guillermo Rodrigue... wxSocekt now uses wxPostEvent.
2000-01-10  Guillermo Rodrigue... Important changes to avoid dependence on events inside...
1999-10-21  Vadim Zeitlinand the compilation fix which really compiles, finally
1999-10-21  Vadim Zeitlina better compilation fix
1999-10-21  Vadim Zeitlincompilation fix - as nobody else doesn't seem to want...
1999-09-30  Guillermo Rodrigue... bugfixes
1999-09-15  Guillermo Rodrigue... wxSocketBase::OnRequest is non.virtual now (and there...
1999-09-11  Guillermo Rodrigue... Prototypes for some _internal_ functions had to be...
1999-09-09  Guillermo Rodrigue... Accept, AcceptWith -> wait parameter
1999-09-09  David WebsterLatest OS/2 compiler bug fixes for common and generic
1999-09-05  Guilhem LavauxUpdated wxSocket documentation
1999-09-05  Guilhem LavauxChanged some more name in wxSocket (internal)
1999-09-05  Guilhem LavauxAdded GSocket/wxSocket alias to socket.h to prevent...
1999-08-20  Robert Roebling Changed a few #include <xxx.h> to #include "xxx.h"
1999-07-30  Guilhem LavauxRenamed GSocket_SetBlocking to GSocket_SetNonBlocking...
1999-07-29  David Webster*** empty log message ***
1999-07-23  Guilhem LavauxAdded GSocket motif (it compiles but I didn't tested it)
1999-07-22  Guilhem LavauxAdded GSocket for Unix (only GTK for the moment)
1999-06-26  Robert Roebling Added wxGTK-only cmn dialogs.
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-05-25  Guilhem Lavaux* wxThread fixes
1999-05-07  Guilhem Lavaux* Created a new wxObject method: wxObject::CopyObject...
1999-04-27  Guilhem Lavaux* Fixed a compilation problem on Windows
1999-04-26  Guilhem Lavaux* Committing new wxSocket core (socket.cpp sckint.cpp...
1999-03-01  Julian SmartAdded dummy OnIdle to wxWindow in wxGTK; doc tweaks
1999-02-27  Guilhem Lavaux* wxSocket fixes: FTP, HTTP works really now. GTK fixes...
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-01  Stefan Csomormac support as stubs added
1998-12-29  Robert Roebling Tried to fix some socket things. Wasn't enough.
1998-11-28  Guilhem Lavaux* Fixed some "memory leak"
1998-10-14  Guilhem Lavaux* wxSocket fixes
1998-09-10  Julian SmartEliminated some warnings under Windows; wxGetHomeDir...
1998-09-06  Guilhem Lavaux* Added wxsocket lib and sample (I hope I don't forget...