version 1.9, 2005/02/24 02:52:29
|
version 1.15, 2005/02/25 06:39:52
|
|
|
---------------------------------------------------------------- | ---------------------------------------------------------------- |
|
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 |
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, cleaned up code, using WaitForSingleObject() for |
Added cleanup test, cleaned up code |
thread synchronization |
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 |