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