version 1.8, 2005/02/24 01:15:56
|
version 1.19, 2005/03/08 00:10:38
|
|
|
---------------------------------------------------------------- | ---------------------------------------------------------------- |
|
2005-03-07 Thomas Kho <tkho@ucla.edu> |
|
* dlls/winsock/tests/sock.c: |
|
moved code for do_nonblocking_send() and do_nonblocking_recv() |
|
into select_server(). |
|
select_server() now sends and receives test data in any order |
|
2005-03-06 Thomas Kho <tkho@ucla.edu> |
|
* dlls/winsock/tests/sock.c: |
|
added select() server |
|
2005-02-28 Thomas Kho <tkho@ucla.edu> |
|
* dlls/wsock32/tests/wsock32_main.c: |
|
Commited changes suggested from wine-devel list |
|
2005-02-24 Thomas Kho <tkho@ucla.edu> |
|
* dlls/wsock32/tests/wsock32_main.c: |
|
Removed unnecessary client bind() |
|
Implemented Dan Kegel's refactoring ideas |
|
Server connections are now treated more like objects |
|
Added Dan Kegel's boilerplate patch |
|
Test now generates test data |
2005-02-23 Thomas Kho <tkho@ucla.edu> | 2005-02-23 Thomas Kho <tkho@ucla.edu> |
* dlls/wsock32/tests/wsock32_main.c: | * dlls/wsock32/tests/wsock32_main.c: |
Added cleanup test |
Added cleanup test, cleaned up code |
|
using WaitForSingleObject() for thread synchronization |
|
added test timeout, standardized naming convention |
2005-02-22 Thomas Kho <tkho@ucla.edu> | 2005-02-22 Thomas Kho <tkho@ucla.edu> |
* dlls/wsock32/tests/wsock32_main.c: | * dlls/wsock32/tests/wsock32_main.c: |
Code cleanup, support for multiple client/server threads | Code cleanup, support for multiple client/server threads |