1 rizwank 1.1 ----------------------------------------------------------------
|
2 cs130_tom 1.12 2005-02-24 Thomas Kho <tkho@ucla.edu>
3 * dlls/wsock32/tests/wsock32_main.c:
4 Removed unnecessary client bind()
|
5 cs130_tom 1.13 Implemented Dan Kegel's refactoring ideas
|
6 cs130_tom 1.14 Server connections are now treated more like objects
|
7 cs130_tom 1.15 Added Dan Kegel's boilerplate patch
|
8 cs130_tom 1.16 Test now generates test data
|
9 cs130_tom 1.8 2005-02-23 Thomas Kho <tkho@ucla.edu>
10 * dlls/wsock32/tests/wsock32_main.c:
|
11 cs130_tom 1.11 Added cleanup test, cleaned up code
12 using WaitForSingleObject() for thread synchronization
13 added test timeout, standardized naming convention
|
14 cs130_tom 1.5 2005-02-22 Thomas Kho <tkho@ucla.edu>
15 * dlls/wsock32/tests/wsock32_main.c:
|
16 cs130_tom 1.6 Code cleanup, support for multiple client/server threads
|
17 cs130_tom 1.7 Implemented Dan Kegel's suggestions
|
18 cs130_tom 1.4 2005-02-21 Thomas Kho, Fredy Garcia, Douglas Rosenberg
19 * dlls/wsock32/tests/wsock32_main.c:
20 Expanded client/server to send and receive data
|
21 cs130_tom 1.3 2005-02-20 Thomas Kho <tkho@ucla.edu>
22 * dlls/wsock32/tests/wsock32_main.c, dlls/wsock32/tests/Makefile.in:
23 Using CreateThread instead of _beginthread
24 Started basic client/server test
|
25 rizwank 1.1 2005-02-03 Thomas Kho <tkho@ucla.edu>
|
26 cs130_tom 1.4 * dlls/wsock32/tests/ChangeLog, dlls/wsock32/tests/News:
|
27 rizwank 1.1 Added these two housekeeping files
|
28 cs130_tom 1.4 * configure.ac:
|
29 rizwank 1.2 Modified this file so that dlls/wsock32/tests/Makefile.in is processed
|