1. 9c4a128 iphlpapi: Fix byte ordering of Linux ports. by Mark Adams · 18 years ago
  2. 2569635 iphlpapi: Add support for GetTcpTable on Mac OS X. by Mark Adams · 18 years ago
  3. 5a8fc34 Assorted spelling fixes. by Francois Gouget · 18 years ago
  4. dfebf1b iphlpapi: Only call res_init() once per process. by Hans Leidekker · 18 years ago
  5. 9dd1f1e Added version information for a number of dlls. by Alexandre Julliard · 18 years ago
  6. c41e09e iphlpapi: Avoid printf format warnings. by Alexandre Julliard · 18 years ago
  7. 641abc9 iphlpapi: Support for non-linux platforms, including Mac OS X. by Mark Adams · 18 years ago
  8. 1e263e6 iphlpapi: Filter out no-ip addresses when building ip address table. by Mark Adams · 18 years ago
  9. a91d691 iphlpapi: Clarify interface counting. by Mark Adams · 18 years ago
  10. 6b033cc iphlpapi: Fixed a problem with enumerating network interfaces. by Ken Thomases · 18 years ago
  11. bb8e625 Assorted spelling fixes. by Francois Gouget · 18 years ago
  12. 5731967 iphlpapi: Fix GetAdaptersInfo return value for IpMask. by Stephen R. Veit · 18 years ago
  13. 2c8aeb6 iphlpapi: NetBSD needs sys/param.h. by Marcus Meissner · 18 years ago
  14. f5095df iphlpapi: Win64 printf format warning fixes. by Hans Leidekker · 18 years ago
  15. 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
  16. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  17. 5cf75e6 makefiles: Only run test and documentation targets in directories that need them. by Alexandre Julliard · 19 years ago
  18. eebb111 configure: Only link against libresolv where necessary. by Alexandre Julliard · 19 years ago
  19. 0fa8baa make_dlls: Recursively ignore .ok files in all tests directories. by Alexandre Julliard · 19 years ago
  20. edd100b make_dlls: Recursively ignore testlist.c in all tests directories. by Alexandre Julliard · 19 years ago
  21. 5258e06 make_dlls: Ignore generated import libraries from the top-level .gitignore. by Alexandre Julliard · 19 years ago
  22. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  23. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  24. a875200 janitorial: Remove redundant NULL pointer checks before HeapFree'ing them. by Michael Stefaniuc · 19 years ago
  25. f382722 iphplapi: Define IF_NAMESIZE if missing. by Vitaly Lipatov · 19 years ago
  26. b970b22 iphlpapi: Allocate space enough to handle all the possible ipv4 addresses. by Marcus Meissner · 19 years ago
  27. 540dca3 iphlpapi: Reimplement interface enumeration. by Juan Lang · 19 years ago
  28. 201cdcc iphlpapi: Remove one IP address per interface restriction. by Juan Lang · 19 years ago
  29. 5cd6b34 iphlpapi: Clean up memory allocation. by Juan Lang · 19 years ago
  30. 53e634b iphlpapi: Remove redundant comments and fix typos. by Juan Lang · 19 years ago
  31. 36ac9f8 iphlpapi: Fix a couple of file descriptor leaks. by Juan Lang · 19 years ago
  32. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  33. 6d442ae Assorted spelling fixes. by Francois Gouget · 19 years ago
  34. b213461 Add, reformat API documentation. by Markus Amsler · 19 years ago
  35. 7e22be4 We are no longer generating .dbg.c files. by Alexandre Julliard · 20 years ago
  36. f8ee161 Fixed some traces to use the right printf format and avoid typecasts. by Alexandre Julliard · 20 years ago
  37. cc4da88 Explicitly import kernel32 in tests that use it. by Alexandre Julliard · 20 years ago
  38. 49b7fdc Removed the broken mmap64 configure check, and moved the by Alexandre Julliard · 20 years ago
  39. 257c337 gcc 4.0 -Wpointer-sign fixes (Reg* functions). by Mike McCormack · 20 years ago
  40. 17ed553 Fix some more -Wmissing-declarations warnings. by Stefan Huehner · 20 years ago
  41. 809edab Const correctness fixes. by Eric Pouech · 20 years ago
  42. 9213d56 Make some function static. by Stefan Huehner · 20 years ago
  43. 629352b Moved network configuration parameters to HKCU\Software\Wine\Network. by Alexandre Julliard · 20 years ago
  44. 2e4bca9 Added magic comments to all Wine-specific registry accesses to make by Alexandre Julliard · 20 years ago
  45. 4fee526 Fix size passed to lstrcpynA function - sizeof(string) == 4 not 16 as needed. by Robert Shearman · 20 years ago
  46. 34fa35d Added rules for building import libraries in the individual dll by Alexandre Julliard · 20 years ago
  47. d62356a Added rules to build import libraries in the individual dll makefiles. by Alexandre Julliard · 20 years ago
  48. e732fc0 Janitorial: Get rid of strncpy/strncpyW. by Peter Berg Larsen · 20 years ago
  49. 9ed61de Get rid of HeapAlloc casts. by Jakob Eriksson · 20 years ago
  50. 5ad7d85 Do not check for non NULL pointer before HeapFree'ing it. It's redundant. by Michael Stefaniuc · 20 years ago
  51. 76d8779 - use Heap functions rather than libc for mem allocation by Juan Lang · 20 years ago
  52. fe442b2 Fix signed/unsigned comparison warnings. by Hans Leidekker · 21 years ago
  53. 56193ec It's OK to have dwNumEntries == 0 if there is no network connection. by Dmitry Timoshkov · 21 years ago
  54. cfc3943 Make our ascii strings static const. by Francois Gouget · 21 years ago
  55. 9e4ed64 .spec.c files are no longer used for 32-bit dlls. by Alexandre Julliard · 21 years ago
  56. 8901df7 Don't include config.h. by Hans Leidekker · 21 years ago
  57. 589e115 We no longer use the .exe.spec.c files. by Alexandre Julliard · 21 years ago
  58. e8a339c Portability fixes for LSB compatibility. by Alexandre Julliard · 21 years ago
  59. ede82e3 Fixed some issues found by winapi_check. by Patrik Stridvall · 21 years ago
  60. 6d5ba7d Remove dead comment. by Juan Lang · 21 years ago
  61. d03300e Define INADDR_NONE if needed (reported by Robert Lunnon). by Alexandre Julliard · 21 years ago
  62. 761fce5 Corrected code to acquire mtu under Solaris. by Robert Lunnon · 21 years ago
  63. fcd9732 Remove some unused headers. by Hans Leidekker · 21 years ago
  64. e6f491a Fixed the dwBCastAddr member of MIB_IPADDRROW, added a test program. by Juan Lang · 21 years ago
  65. cb759ba Add tracing, add WINS configuration to GetAdaptersInfo, correct by Juan Lang · 21 years ago
  66. 50b7cf0 - fixes thread safety issues by Juan Lang · 21 years ago
  67. 84ad10b Switched a + to a - so that it makes sense when marking the last node by Aric Stewart · 21 years ago
  68. 2581db8 Fixed some problems found while compiling and linking Wine under Cygwin. by Dmitry Timoshkov · 21 years ago
  69. fbdfd91 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. by Dimitrie O. Paun · 21 years ago
  70. a613de2 Use #ifdef instead of #if for all feature tests. by Daniel Marmier · 22 years ago
  71. 1155531 - Fix buffer overrun in GetNetworkParams. by Juan Lang · 22 years ago
  72. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  73. 5cab2b3 Fixed bug parsing /proc/net/arp for arp table. by Juan Lang · 22 years ago
  74. ba78aac Fixed some issues found by winapi_check. by Patrik Stridvall · 22 years ago
  75. 00c74e9 Fixed some compile problems under Solaris. by Robert Lunnon · 22 years ago
  76. 9b5cde8 Fixed a few bugs in network interface handling (code & test). by Eric Pouech · 22 years ago
  77. 8da2cba Unbreak getTcpTable() on Linux-based systems and make it work on BSD by Gerald Pfeifer · 22 years ago
  78. b168f12 Fixed wrong length argument in getInterfacePhysicalByName. by Alexandre Julliard · 22 years ago
  79. 30f84a3 Include arpa/nameser.h before resolv.h. by Pierre d'Herbemont · 22 years ago
  80. 6d1a1d4 In getTcpTable(), guard Linux-specific constants by #ifdef. by Gerald Pfeifer · 22 years ago
  81. 9512ba5 Add missing #includes for non-Linux systems. by Gerald Pfeifer · 22 years ago
  82. 18ae9b3 Fixed some string overflows. by Alexandre Julliard · 22 years ago
  83. 2bed48d Added iphlpapi.spec.def. by Alexandre Julliard · 22 years ago
  84. 38fa5ad Added an implementation of iphlpapi.dll; most Get* functions by Juan Lang · 22 years ago