Sign in
goma
/
wine
/
f6848fb6825db1b1917fd56fab96a87369eb60ae
/
dlls
/
iphlpapi
9c4a128
iphlpapi: Fix byte ordering of Linux ports.
by Mark Adams
· 18 years ago
2569635
iphlpapi: Add support for GetTcpTable on Mac OS X.
by Mark Adams
· 18 years ago
5a8fc34
Assorted spelling fixes.
by Francois Gouget
· 18 years ago
dfebf1b
iphlpapi: Only call res_init() once per process.
by Hans Leidekker
· 18 years ago
9dd1f1e
Added version information for a number of dlls.
by Alexandre Julliard
· 18 years ago
c41e09e
iphlpapi: Avoid printf format warnings.
by Alexandre Julliard
· 18 years ago
641abc9
iphlpapi: Support for non-linux platforms, including Mac OS X.
by Mark Adams
· 18 years ago
1e263e6
iphlpapi: Filter out no-ip addresses when building ip address table.
by Mark Adams
· 18 years ago
a91d691
iphlpapi: Clarify interface counting.
by Mark Adams
· 18 years ago
6b033cc
iphlpapi: Fixed a problem with enumerating network interfaces.
by Ken Thomases
· 18 years ago
bb8e625
Assorted spelling fixes.
by Francois Gouget
· 18 years ago
5731967
iphlpapi: Fix GetAdaptersInfo return value for IpMask.
by Stephen R. Veit
· 18 years ago
2c8aeb6
iphlpapi: NetBSD needs sys/param.h.
by Marcus Meissner
· 18 years ago
f5095df
iphlpapi: Win64 printf format warning fixes.
by Hans Leidekker
· 18 years ago
85ce511
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
by Michael Stefaniuc
· 19 years ago
32ab895
makefiles: Generate the dependencies line to avoid some code duplication.
by Alexandre Julliard
· 19 years ago
5cf75e6
makefiles: Only run test and documentation targets in directories that need them.
by Alexandre Julliard
· 19 years ago
eebb111
configure: Only link against libresolv where necessary.
by Alexandre Julliard
· 19 years ago
0fa8baa
make_dlls: Recursively ignore .ok files in all tests directories.
by Alexandre Julliard
· 19 years ago
edd100b
make_dlls: Recursively ignore testlist.c in all tests directories.
by Alexandre Julliard
· 19 years ago
5258e06
make_dlls: Ignore generated import libraries from the top-level .gitignore.
by Alexandre Julliard
· 19 years ago
cc2b3b4
Take advantage of the recursive nature of .gitignore for Makefile entries.
by Alexandre Julliard
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
a875200
janitorial: Remove redundant NULL pointer checks before HeapFree'ing them.
by Michael Stefaniuc
· 19 years ago
f382722
iphplapi: Define IF_NAMESIZE if missing.
by Vitaly Lipatov
· 19 years ago
b970b22
iphlpapi: Allocate space enough to handle all the possible ipv4 addresses.
by Marcus Meissner
· 19 years ago
540dca3
iphlpapi: Reimplement interface enumeration.
by Juan Lang
· 19 years ago
201cdcc
iphlpapi: Remove one IP address per interface restriction.
by Juan Lang
· 19 years ago
5cd6b34
iphlpapi: Clean up memory allocation.
by Juan Lang
· 19 years ago
53e634b
iphlpapi: Remove redundant comments and fix typos.
by Juan Lang
· 19 years ago
36ac9f8
iphlpapi: Fix a couple of file descriptor leaks.
by Juan Lang
· 19 years ago
0ec7e1a
Renamed all .cvsignore files to .gitignore.
by Alexandre Julliard
· 19 years ago
6d442ae
Assorted spelling fixes.
by Francois Gouget
· 19 years ago
b213461
Add, reformat API documentation.
by Markus Amsler
· 19 years ago
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