Philip Nilsson
|
65dbd2b114
|
ws2_32/tests: Add a testcase for binding with IPv6 and IPv4 on the same port.
|
2007-09-25 13:51:47 +02:00 |
Tijl Coosemans
|
1233b4b27b
|
ws2_32/tests: Don't wait for FD_CONNECT event when non-blocking connect() was successful.
|
2007-09-19 11:41:49 +02:00 |
Kai Blin
|
d89f2b4810
|
ws2_32: Return WSAEINVAL for unhandled address families in WSAStringToAddress.
Prepare for IPv6 support.
|
2007-06-29 13:47:30 +02:00 |
Damjan Jovanovic
|
1cf9436efe
|
ws2_32: getsockname should fail on unbound socket.
|
2007-06-15 12:40:20 +02:00 |
Damjan Jovanovic
|
b23d90a543
|
ws2_32: gethostbyname("") should work.
|
2007-06-01 12:40:40 +02:00 |
Damjan Jovanovic
|
8178f8fc88
|
ws2_32: Simplify some socket tests by adding a function that generates a pair of connected sockets.
|
2007-05-25 20:20:58 +02:00 |
Paul Vriens
|
f570fd314c
|
ws2_32/tests: Add required parameter to CreateThread (for Win9x and WinME).
|
2007-04-25 12:44:09 +02:00 |
Michael Stefaniuc
|
57d2002351
|
ws2_32/tests: Remove redundant NULL check before HeapFree().
|
2007-04-11 11:20:40 +02:00 |
Damjan Jovanovic
|
e39dca6af6
|
ws2_32: WSASendTo should always re-enable the FD_WRITE event.
|
2007-03-22 11:28:16 +01:00 |
Damjan Jovanovic
|
665e8a5e64
|
ws2_32: In some cases send should block until the entire buffer is sent.
|
2007-03-20 12:39:17 +01:00 |
Hans Leidekker
|
bde4e36208
|
ws2_32: Handle NULL argument in inet_addr.
|
2007-02-26 13:37:59 +01:00 |
Francois Gouget
|
f54caadc49
|
ws2_32/tests: Use '%d' to print GetLastError().
|
2007-01-04 11:26:25 +01:00 |
Kai Blin
|
6055c667e9
|
ws2_32: ws_sockaddr_u2ws should zero the sockaddr_in.sin_zero field.
|
2006-12-20 15:47:31 +01:00 |
Damjan Jovanovic
|
526e1353e6
|
ws2_32: Added tests for closesocket cancelling pending I/O operations.
|
2006-12-04 18:02:17 +01:00 |
Kai Blin
|
2a4df56548
|
ws2_32: Rewrite getsockopt to make it more readable.
|
2006-12-04 13:43:10 +01:00 |
Kai Blin
|
7e6b7d21b9
|
ws2_32: Implement SO_GET_MAX_MSG_SIZE for getsockopt.
|
2006-11-29 12:36:35 +01:00 |
Michael Stefaniuc
|
a279570d15
|
ws2_32/tests: Win64 printf format warning fixes.
|
2006-10-09 12:55:39 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Alexandre Julliard
|
0fa8baafcb
|
make_dlls: Recursively ignore .ok files in all tests directories.
|
2006-07-10 21:26:50 +02:00 |
Alexandre Julliard
|
edd100b899
|
make_dlls: Recursively ignore testlist.c in all tests directories.
|
2006-07-10 21:19:42 +02:00 |
Alexandre Julliard
|
cc2b3b48e6
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
|
2006-07-10 20:47:54 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
af781f398a
|
winsock: Renamed the winsock directory to ws2_32.
|
2006-03-15 09:57:30 +01:00 |