Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / samples / sockets / server.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2012-01-20  Dimitri SchoolwerthRemoved ellipsis from "About..." occurrences.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-01-02  Vadim ZeitlinRemove calls to wxApp::SetTopWindow() from the samples...
2010-06-20  Vadim ZeitlinRemove unnecessary mondrian.{ico,xpm} files from sample...
2009-08-21  Vadim ZeitlinDo wait for connection in the server socket.
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-05-09  Vadim Zeitlinadded UDP test (see #10717)
2009-05-09  Vadim Zeitlinadd tests for GetLocal() and GetPeer() (see #10779)
2009-01-02  Vadim Zeitlinshow the string received from client in test 2 correctl...
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