version 1.18, 2005/03/06 21:46:38
|
version 1.24, 2005/03/15 15:48:17
|
|
|
---------------------------------------------------------------- | ---------------------------------------------------------------- |
|
2005-03-15 Thomas Kho <tkho@ucla.edu> |
|
* dlls/winsock/socket.c: |
|
Added test_UDP() |
|
2005-03-10 Thomas Kho <tkho@ucla.edu> |
|
* dlls/winsock/socket.c: |
|
Fixed bug in getservbyname() that returned different pointers |
|
2005-03-09 Thomas Kho <tkho@ucla.edu> |
|
* dlls/winsock/tests/sock.c: |
|
Implemented Dan Kegel's suggestions in his 3/9 email |
|
Added check for select()'s return value and server again sends |
|
and receives data in parallel |
|
Added test for getservbyname() |
|
2005-03-08 Thomas Kho <tkho@ucla.edu> |
|
* dlls/winsock/tests/sock.c: |
|
fixed error select_server() code that accepts connections |
|
reintroduced requirement to read all data into server before |
|
echoing--otherwise server sends bad data |
|
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> | 2005-03-06 Thomas Kho <tkho@ucla.edu> |
* dlls/winsock/tests/sock.c: | * dlls/winsock/tests/sock.c: |
added select() server | added select() server |