Sign in
goma
/
wine
/
f4c0524ec67fac6bdceaac6cc218dc0f53f54378
/
dlls
/
iphlpapi
7e22be4
We are no longer generating .dbg.c files.
by Alexandre Julliard
· 20 years ago
f8ee161
Fixed some traces to use the right printf format and avoid typecasts.
by Alexandre Julliard
· 20 years ago
cc4da88
Explicitly import kernel32 in tests that use it.
by Alexandre Julliard
· 20 years ago
49b7fdc
Removed the broken mmap64 configure check, and moved the
by Alexandre Julliard
· 20 years ago
257c337
gcc 4.0 -Wpointer-sign fixes (Reg* functions).
by Mike McCormack
· 20 years ago
17ed553
Fix some more -Wmissing-declarations warnings.
by Stefan Huehner
· 20 years ago
809edab
Const correctness fixes.
by Eric Pouech
· 20 years ago
9213d56
Make some function static.
by Stefan Huehner
· 20 years ago
629352b
Moved network configuration parameters to HKCU\Software\Wine\Network.
by Alexandre Julliard
· 20 years ago
2e4bca9
Added magic comments to all Wine-specific registry accesses to make
by Alexandre Julliard
· 20 years ago
4fee526
Fix size passed to lstrcpynA function - sizeof(string) == 4 not 16 as needed.
by Robert Shearman
· 20 years ago
34fa35d
Added rules for building import libraries in the individual dll
by Alexandre Julliard
· 20 years ago
d62356a
Added rules to build import libraries in the individual dll makefiles.
by Alexandre Julliard
· 20 years ago
e732fc0
Janitorial: Get rid of strncpy/strncpyW.
by Peter Berg Larsen
· 20 years ago
9ed61de
Get rid of HeapAlloc casts.
by Jakob Eriksson
· 20 years ago
5ad7d85
Do not check for non NULL pointer before HeapFree'ing it. It's redundant.
by Michael Stefaniuc
· 20 years ago
76d8779
- use Heap functions rather than libc for mem allocation
by Juan Lang
· 20 years ago
fe442b2
Fix signed/unsigned comparison warnings.
by Hans Leidekker
· 21 years ago
56193ec
It's OK to have dwNumEntries == 0 if there is no network connection.
by Dmitry Timoshkov
· 21 years ago
cfc3943
Make our ascii strings static const.
by Francois Gouget
· 21 years ago
9e4ed64
.spec.c files are no longer used for 32-bit dlls.
by Alexandre Julliard
· 21 years ago
8901df7
Don't include config.h.
by Hans Leidekker
· 21 years ago
589e115
We no longer use the .exe.spec.c files.
by Alexandre Julliard
· 21 years ago
e8a339c
Portability fixes for LSB compatibility.
by Alexandre Julliard
· 21 years ago
ede82e3
Fixed some issues found by winapi_check.
by Patrik Stridvall
· 21 years ago
6d5ba7d
Remove dead comment.
by Juan Lang
· 21 years ago
d03300e
Define INADDR_NONE if needed (reported by Robert Lunnon).
by Alexandre Julliard
· 21 years ago
761fce5
Corrected code to acquire mtu under Solaris.
by Robert Lunnon
· 21 years ago
fcd9732
Remove some unused headers.
by Hans Leidekker
· 21 years ago
e6f491a
Fixed the dwBCastAddr member of MIB_IPADDRROW, added a test program.
by Juan Lang
· 21 years ago
cb759ba
Add tracing, add WINS configuration to GetAdaptersInfo, correct
by Juan Lang
· 21 years ago
50b7cf0
- fixes thread safety issues
by Juan Lang
· 21 years ago
84ad10b
Switched a + to a - so that it makes sense when marking the last node
by Aric Stewart
· 21 years ago
2581db8
Fixed some problems found while compiling and linking Wine under Cygwin.
by Dmitry Timoshkov
· 21 years ago
fbdfd91
Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
by Dimitrie O. Paun
· 21 years ago
a613de2
Use #ifdef instead of #if for all feature tests.
by Daniel Marmier
· 22 years ago
1155531
- Fix buffer overrun in GetNetworkParams.
by Juan Lang
· 22 years ago
e37c6e1
Fixed header dependencies to be fully compatible with the Windows
by Alexandre Julliard
· 22 years ago
5cab2b3
Fixed bug parsing /proc/net/arp for arp table.
by Juan Lang
· 22 years ago
ba78aac
Fixed some issues found by winapi_check.
by Patrik Stridvall
· 22 years ago
00c74e9
Fixed some compile problems under Solaris.
by Robert Lunnon
· 22 years ago
9b5cde8
Fixed a few bugs in network interface handling (code & test).
by Eric Pouech
· 22 years ago
8da2cba
Unbreak getTcpTable() on Linux-based systems and make it work on BSD
by Gerald Pfeifer
· 22 years ago
b168f12
Fixed wrong length argument in getInterfacePhysicalByName.
by Alexandre Julliard
· 22 years ago
30f84a3
Include arpa/nameser.h before resolv.h.
by Pierre d'Herbemont
· 22 years ago
6d1a1d4
In getTcpTable(), guard Linux-specific constants by #ifdef.
by Gerald Pfeifer
· 22 years ago
9512ba5
Add missing #includes for non-Linux systems.
by Gerald Pfeifer
· 22 years ago
18ae9b3
Fixed some string overflows.
by Alexandre Julliard
· 22 years ago
2bed48d
Added iphlpapi.spec.def.
by Alexandre Julliard
· 22 years ago
38fa5ad
Added an implementation of iphlpapi.dll; most Get* functions
by Juan Lang
· 22 years ago