Austin English
|
cb2274e690
|
Spelling fixes.
|
2008-04-04 11:51:40 +02:00 |
Gerald Pfeifer
|
25301a76e6
|
icmp: Correctly handle underflow in IcmpSendEcho().
|
2007-12-06 12:05:29 +01:00 |
Damjan Jovanovic
|
0cc74835b9
|
icmp: Changed select to poll.
|
2006-11-06 12:29:23 +01:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Mike McCormack
|
a107234dcd
|
gcc 4.0 warning fixes.
|
2005-08-29 09:38:19 +00:00 |
Alexandre Julliard
|
e22ae15773
|
Avoid using gettimeofday.
|
2004-09-29 21:33:05 +00:00 |
Filip Navara
|
2392a36370
|
Get rid of non-standard ERROR_UNKNOWN value.
|
2004-04-12 23:15:11 +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
|
df1c50d447
|
Removed the commented out winsock support, it can't work anyway.
|
2003-04-04 19:33:07 +00:00 |
Alexandre Julliard
|
274836861c
|
Install ipexport.h and icmpapi.h with the other Windows includes.
|
2002-12-03 22:08:14 +00:00 |
Patrik Stridvall
|
d016f819f1
|
Added include protection for unistd.h and sys/time.h.
|
2002-08-17 00:43:16 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Andreas Mohr
|
01c8ec3a9c
|
Spelling/error messages fixes.
|
2002-04-02 19:47:30 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Rein Klazes
|
26a5261a6f
|
Don't check the checksum of the original echo request packet in the
received reply packet.
|
2002-01-15 20:28:34 +00:00 |
Francois Gouget
|
9dc5b97b35
|
Only use winsock2.h in Wine.
|
2001-08-28 18:39:03 +00:00 |
Patrik Stridvall
|
8b216b3d02
|
Documentation ordinal fixes.
|
2001-06-19 18:20:47 +00:00 |
Patrik Stridvall
|
7a4e599780
|
Fixed some issues found by winapi_check.
|
2000-12-01 23:53:46 +00:00 |
Dimitrie O. Paun
|
529da54394
|
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
|
2000-11-27 23:54:25 +00:00 |
Hidenori Takeshima
|
5d1a6385e1
|
Added checking for netdb.h.
Don't include arpa/inet.h and sys/socket.h if system doesn't have these headers.
|
2000-11-26 04:00:53 +00:00 |
Francois Gouget
|
7b217a67f5
|
Replace the calls to malloc by calls to HeapAlloc and friends.
|
2000-05-19 03:37:21 +00:00 |
Gerald Pfeifer
|
0a89272744
|
Use <stdlib.h> instead of the deprecated and non-portable <malloc.h>.
|
2000-05-01 14:21:39 +00:00 |
Patrik Stridvall
|
f0deb8a17e
|
Fixed some issues reported by winapi_check.
|
2000-04-15 20:44:21 +00:00 |
Patrik Stridvall
|
fcfacb95a7
|
Added/fixed some documentation reported by winapi_check.
|
2000-03-24 20:46:04 +00:00 |
Patrik Stridvall
|
0ee98cc39f
|
Fixed ANSI C violations.
|
2000-02-26 13:17:55 +00:00 |
Francois Gouget
|
cb9c964952
|
Modified IcmpCloseHandle and IcmpSendEchoRequest so that we don't
crash if the handle is INVALID_HANDLE_VALUE.
|
1999-12-25 22:46:22 +00:00 |
Niels Kristian Bech Jensen
|
1d5bc469cc
|
Removed extra #include statements.
|
1999-11-21 02:14:36 +00:00 |
Ulrich Weigand
|
ca6e3361d0
|
u_int[16|32]_t might not be defined.
|
1999-11-21 00:48:06 +00:00 |
Francois Gouget
|
85e1f22e26
|
Removed leftover #undefs.
|
1999-11-14 19:44:25 +00:00 |
Francois Gouget
|
ae5e93e365
|
Use BSD headers for ICMP portability.
|
1999-11-13 23:02:06 +00:00 |
Patrik Stridvall
|
f11d29e2ca
|
Solaris compile fixes.
|
1999-11-10 20:21:37 +00:00 |
Francois Gouget
|
edf3e434b0
|
Added ICMP DLL implementation.
|
1999-11-07 21:22:17 +00:00 |