prettify and simplify the URL test; use a URL more likely to run a web server than...
[wxWidgets.git] / samples / sockets / server.cpp
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-11-18  Vadim Zeitlinexperimental IPv6 implementation (patch 1771429)
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-02  Julian SmartUse standard ids
2005-03-30  Włodzimierz SkibaWrong #pragma interface/implementation warning fixes.
2004-07-19  Włodzimierz SkibaFixes for wxUSE_STATUSBAR.
2004-06-02  Włodzimierz Skiba-1->wxID_ANY, TRUE->true and FALSE->false replacements.
2004-05-25  Julian SmartMore name changes
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-03-21  Julian SmartAdded __WXX11__ tests where appropriate
2001-09-21  Mattia BarbonUnicode compilation fixes.
2001-08-20  Vadim Zeitlinfixed bug with calling Destroy() on the NULL wxSocket
2001-07-22  Gilles Depeyrotcorrection for Mac OS X compilation
2000-03-15  Guillermo Rodrigue... Fixed typo
2000-03-15  Guillermo Rodrigue... Fixed a endianness stupidity in the sample
2000-03-14  Guillermo Rodrigue... Changed Socket() and SocketEvent() to Get... in the...
2000-03-12  Robert Roebling Added debuf printf()s to GSocket,
2000-03-08  Guillermo Rodrigue... All IO calls take void* instead of char*
2000-03-04  Guillermo Rodrigue... Oh well..
2000-03-04  Guillermo Rodrigue... Fixed (my own) stupidity in Connect() mini-tutorial...
2000-03-03  Guillermo Rodrigue... small mods
2000-01-21  Guillermo Rodrigue... Socket sample:
2000-01-08  Vadim Zeitlinrenaming and moving samples around