The rounded corners look really dumb at this size.
[wxWidgets.git] / samples / sockets / baseserver.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-05-17  Vadim ZeitlinFix wrong format specifiers in the samples.
2012-05-16  Vadim ZeitlinMake variable containing port number an ushort in the...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2009-01-12  Jouk JansenFixing/Testing sockets on OpenVMS
2009-01-02  Vadim Zeitlindon't call DoWrite() if we have nothing to send (not...
2009-01-01  Vadim Zeitlinfix a bug in EventWorker::DoRead(): if both signature...
2009-01-01  Vadim ZeitlinLogWorker() was always called with m_peer as first...
2009-01-01  Vadim Zeitlinno changes, just reformat and avoid unnecessary uses...
2008-10-03  Vadim Zeitlinfix VC6 compilation problems due to its for variables...
2007-12-20  Vadim Zeitlinshow the message about test2 being unsupported on the...
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...