compilation fixes for 64 bit platforms
[wxWidgets.git] / tests / net / socket.cpp
2009-01-16  Vadim Zeitlincompilation fixes for 64 bit platforms
2008-12-30  Vadim Zeitlinfix memory leak in URL test
2008-12-30  Vadim Zeitlinrun wxURL test both with and without the event loop too
2008-12-30  Vadim Zeitlinadded wxURL test
2008-12-27  Vadim Zeitlinmake the test really use the event loop in its second...
2008-12-26  Vadim Zeitlintest sockets both with and without event loop
2008-11-23  Vadim Zeitlinfix (harmless) VC7 warnings about auto_ptr assignment
2008-11-03  Vadim Zeitlinreally fix VC6 compilation of all testsi (without break...
2008-10-12  Vadim Zeitlincreate local event loop for the operations which need...
2008-10-12  Vadim ZeitlinwxUSE_STL compilation fix
2008-10-12  Vadim Zeitlindon't allocate a too big buffer on stack
2008-10-12  Vadim Zeitlinadd simple (and disabled by default) wxSocket client...