1 rizwank 1.1 ----------------------------------------------------------------
|
2 cs130_tom 1.24 2005-03-15 Thomas Kho <tkho@ucla.edu>
3 * dlls/winsock/socket.c:
4 Added test_UDP()
|
5 cs130_tom 1.25 Implemented Dan Kegel's changes in 3/15 email
|
6 cs130_tom 1.23 2005-03-10 Thomas Kho <tkho@ucla.edu>
7 * dlls/winsock/socket.c:
8 Fixed bug in getservbyname() that returned different pointers
|
9 cs130_tom 1.21 2005-03-09 Thomas Kho <tkho@ucla.edu>
10 * dlls/winsock/tests/sock.c:
11 Implemented Dan Kegel's suggestions in his 3/9 email
12 Added check for select()'s return value and server again sends
13 and receives data in parallel
|
14 cs130_tom 1.22 Added test for getservbyname()
|
15 cs130_tom 1.20 2005-03-08 Thomas Kho <tkho@ucla.edu>
16 * dlls/winsock/tests/sock.c:
17 fixed error select_server() code that accepts connections
18 reintroduced requirement to read all data into server before
19 echoing--otherwise server sends bad data
|
20 cs130_tom 1.19 2005-03-07 Thomas Kho <tkho@ucla.edu>
21 * dlls/winsock/tests/sock.c:
22 moved code for do_nonblocking_send() and do_nonblocking_recv()
23 into select_server().
24 select_server() now sends and receives test data in any order
|
25 cs130_tom 1.18 2005-03-06 Thomas Kho <tkho@ucla.edu>
26 * dlls/winsock/tests/sock.c:
27 added select() server
|
28 cs130_tom 1.17 2005-02-28 Thomas Kho <tkho@ucla.edu>
29 * dlls/wsock32/tests/wsock32_main.c:
30 Commited changes suggested from wine-devel list
|
31 cs130_tom 1.12 2005-02-24 Thomas Kho <tkho@ucla.edu>
32 * dlls/wsock32/tests/wsock32_main.c:
33 Removed unnecessary client bind()
|
34 cs130_tom 1.13 Implemented Dan Kegel's refactoring ideas
|
35 cs130_tom 1.14 Server connections are now treated more like objects
|
36 cs130_tom 1.15 Added Dan Kegel's boilerplate patch
|
37 cs130_tom 1.16 Test now generates test data
|
38 cs130_tom 1.8 2005-02-23 Thomas Kho <tkho@ucla.edu>
39 * dlls/wsock32/tests/wsock32_main.c:
|
40 cs130_tom 1.11 Added cleanup test, cleaned up code
41 using WaitForSingleObject() for thread synchronization
42 added test timeout, standardized naming convention
|
43 cs130_tom 1.5 2005-02-22 Thomas Kho <tkho@ucla.edu>
44 * dlls/wsock32/tests/wsock32_main.c:
|
45 cs130_tom 1.6 Code cleanup, support for multiple client/server threads
|
46 cs130_tom 1.7 Implemented Dan Kegel's suggestions
|
47 cs130_tom 1.4 2005-02-21 Thomas Kho, Fredy Garcia, Douglas Rosenberg
48 * dlls/wsock32/tests/wsock32_main.c:
49 Expanded client/server to send and receive data
|
50 cs130_tom 1.3 2005-02-20 Thomas Kho <tkho@ucla.edu>
51 * dlls/wsock32/tests/wsock32_main.c, dlls/wsock32/tests/Makefile.in:
52 Using CreateThread instead of _beginthread
53 Started basic client/server test
|
54 rizwank 1.1 2005-02-03 Thomas Kho <tkho@ucla.edu>
|
55 cs130_tom 1.4 * dlls/wsock32/tests/ChangeLog, dlls/wsock32/tests/News:
|
56 rizwank 1.1 Added these two housekeeping files
|
57 cs130_tom 1.4 * configure.ac:
|
58 rizwank 1.2 Modified this file so that dlls/wsock32/tests/Makefile.in is processed
|