Francois Gouget
|
0edbaf7e80
|
Remove spaces before '\n' in traces.
|
2005-11-10 12:14:56 +00:00 |
Saulius Krasuckas
|
75506229c9
|
Added last error code for XP SP1.
|
2005-11-08 10:56:27 +00:00 |
Saulius Krasuckas
|
f9c82654be
|
- Stricten cases for NT in a two tests.
- WSAAddressToString[AW] don't fail on Win9x for those.
- Modify it to pass new tests.
|
2005-11-05 10:43:27 +00:00 |
Saulius Krasuckas
|
551e243c5b
|
Make 4 WSAStringToAddress* tests don't fail on Win9x.
|
2005-11-04 11:14:12 +00:00 |
Hans Leidekker
|
4f36cae4dd
|
Avoid using the obsolete inet_addr.
|
2005-08-27 09:20:24 +00:00 |
Mike McCormack
|
93ab695a5c
|
Fix gcc 4.0 warnings.
|
2005-08-26 08:53:31 +00:00 |
Stefan Huehner
|
06822b8977
|
Fix some write-strings warnings.
|
2005-07-15 09:58:36 +00:00 |
Stefan Huehner
|
03cc8c4181
|
Remove some -Wstrict-prototypes warnings.
|
2005-06-17 10:11:37 +00:00 |
Francois Gouget
|
6b10c324c5
|
Assorted spelling fixes.
|
2005-03-30 17:08:31 +00:00 |
Thomas Kho
|
2a7fce1ce2
|
Added tests for sendto, recvfrom, and getservbyname.
|
2005-03-21 11:21:31 +00:00 |
Jakob Eriksson
|
7670aa128b
|
More trace info.
|
2005-03-17 13:58:06 +00:00 |
Thomas Kho
|
e95de008e3
|
Added select_server() test that uses select() in serving clients.
|
2005-03-11 12:53:12 +00:00 |
Mike McCormack
|
4a0f999859
|
Use CreateEventW in preference to CreateEventA for unnamed events.
|
2005-01-07 15:40:09 +00:00 |
Hans Leidekker
|
19def5f7af
|
Implement WSAAddressToString{A,W}.
Add tests for WSAAddressToString{A,W} and WSAStringToAddress{A,W}.
Add TRACEs to WSAStringToAddress{A,W}.
|
2004-11-04 21:05:48 +00:00 |
Rein Klazes
|
fd19a1f9e8
|
- Fix WS_getsockopt for the options SO_LINGER, SO_RCVTIMEO and
SO_SNDTIMEO by adding data conversion from Unix to windows.
- Added a test for this.
|
2004-10-06 18:52:51 +00:00 |
Hans Leidekker
|
dbb3e14748
|
Fix signed/unsigned comparison warnings.
|
2004-08-09 18:52:18 +00:00 |
Francois Gouget
|
f229c911b5
|
Add trailing '\n's to ok() calls.
|
2004-01-23 02:10:33 +00:00 |
Alexandre Julliard
|
774304da90
|
Authors: Jeremy White <jwhite@codeweavers.com>, Francois Gouget <fgouget@codeweavers.com>
Test the behavior of bind() wrt. SO_REUSEADDR.
|
2004-01-13 05:12:46 +00:00 |
Daniel Marmier
|
ee1eb63b31
|
Fixed warnings with gcc option "-Wwrite-strings".
|
2003-10-07 03:30:47 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Alexandre Julliard
|
9ee2413700
|
Handle htonl() and friends like select(), this will hopefully avoid
conflicts with Unix headers.
|
2003-04-02 01:38:42 +00:00 |
Francois Gouget
|
9b0b1e078a
|
Remove (POINTER)NULL casts.
|
2003-01-14 23:43:41 +00:00 |
Martin Wilck
|
b5fc589f44
|
Set the socket to overlapped mode.
|
2002-12-05 19:02:20 +00:00 |
Martin Wilck
|
2a5f290ce1
|
Fixed test to run fine (0 errors) on Win NT.
|
2002-12-03 21:36:58 +00:00 |
Francois Gouget
|
71f8fc27e5
|
IDI_APPLICATIONW does not exist on Windows. Use IDI_APPLICATION
instead and cast to LPWSTR.
Fixed type cast warnings.
|
2002-09-17 00:05:34 +00:00 |
Alexandre Julliard
|
75de8fe16c
|
Added printf format checking to the ok() and trace() macros, and fixed
the resulting warnings.
|
2002-06-22 00:08:10 +00:00 |
Francois Gouget
|
4c314000b9
|
Make the tests compile with Visual C++.
|
2002-05-23 02:40:07 +00:00 |
Francois Gouget
|
ac70c40fb6
|
Add mswsock.h, move relevant definitions to this header.
|
2002-05-22 01:51:41 +00:00 |
Martin Wilck
|
b28f933b60
|
Added unit test for winsock.
|
2002-04-27 01:27:34 +00:00 |