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