1. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  2. 0edbaf7 Remove spaces before '\n' in traces. by Francois Gouget · 19 years ago
  3. 7e22be4 We are no longer generating .dbg.c files. by Alexandre Julliard · 19 years ago
  4. 3853794 Stubs for GetAddressByName{A,W}. by Hans Leidekker · 20 years ago
  5. 34fa35d Added rules for building import libraries in the individual dll by Alexandre Julliard · 20 years ago
  6. d62356a Added rules to build import libraries in the individual dll makefiles. by Alexandre Julliard · 20 years ago
  7. 2444f4a Replace calloc() by HeapAlloc(). by Alexandre Julliard · 20 years ago
  8. 001a936 Assorted memleak fixes. Found on Michael Stefaniuc smatch list. by Peter Berg Larsen · 20 years ago
  9. d0ee9f9 Avoid spaces before preprocessor directives, that's not portable. by Alexandre Julliard · 20 years ago
  10. 5c38e1b Version resources cleanup. by Tom Wickline · 20 years ago
  11. f4b0051 Move implementation of EnumProtocols{A,W} from wsock32 to ws2_32. by Hans Leidekker · 21 years ago
  12. 8fc374d Make Unicode strings 'static const'. by Francois Gouget · 21 years ago
  13. ebf0eb3 Make static Unicode strings const. by Francois Gouget · 21 years ago
  14. 9e4ed64 .spec.c files are no longer used for 32-bit dlls. by Alexandre Julliard · 21 years ago
  15. 97fb0d8 Porting fixes. by Hans Leidekker · 21 years ago
  16. 6b6ed72 Add missing '\n's to debug traces. by Francois Gouget · 21 years ago
  17. e1e6295 Removed unused structure declaration. by Juan Lang · 21 years ago
  18. 94670d4 Implement the TCP table query, netstat.exe now shows TCP listening and by Juan Lang · 21 years ago
  19. fbdfd91 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. by Dimitrie O. Paun · 21 years ago
  20. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  21. b9ed79c Implemented arp table querying through WsControl, and fixed problem I by Juan Lang · 22 years ago
  22. c24fc00 - improve WsControl error checking by Juan Lang · 22 years ago
  23. fe0bae3 Added version information. by Francois Gouget · 22 years ago
  24. 6dae7c2 Changed wsock32 to use the new iphlpapi for interface and route by Juan Lang · 22 years ago
  25. 836ce4b Undef if_type, if_mtu and if_lastchange for darwin. by Pierre d'Herbemont · 22 years ago
  26. ceb86a9 - Map winsock sockopts to the POSIX equivalents for IP multicast. by Mike Hearn · 22 years ago
  27. 2ee8b5b Replaced mkstemp by mkstemps from libiberty. by Alexandre Julliard · 22 years ago
  28. 114a31a Take advantage of new winebuild syntax to remove redundant function by Alexandre Julliard · 22 years ago
  29. cd4234a Documentation updates. by Jon Griffiths · 22 years ago
  30. a9c51cb Replaced forwards by normal function declarations. by Alexandre Julliard · 22 years ago
  31. 1f7dbca Provide stub implementations of GetTypeByNameA and SetServiceA. by Andrew John Hughes · 22 years ago
  32. dbf8b78 Added .spec.def files. by Alexandre Julliard · 22 years ago
  33. 72e1c64 Added list of symbols to ignore by default in winebuild. by Alexandre Julliard · 22 years ago
  34. d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
  35. cd6b50e Moved the #ifdefs for the getnetby* etc. functions directly into the by Alexandre Julliard · 23 years ago
  36. 88773cd Removed C++ style comments. by Gregg Mattinson · 23 years ago
  37. 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
  38. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  39. 5e6943f Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  40. 2ab7625 Removed most imports of ntdll since we no longer import Wine internal by Alexandre Julliard · 23 years ago
  41. ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
  42. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  43. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  44. 9e881be Fix for the unistd.h vs. winsock.h problem in Winelib applications. by Francois Gouget · 23 years ago
  45. c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
  46. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  47. 5f30ee0 Comment out/ifdef out unused code and variables. by Francois Gouget · 23 years ago
  48. 9cc52b3 Fix NetBSD compilation errors. by Bang Jun-Young · 23 years ago
  49. 6e04f59 Fix the Solaris and FreeBSD compilation errors introduced by the by Francois Gouget · 23 years ago
  50. 2720231 Make winsock.h and winsock2.h independent from the Unix headers. by Francois Gouget · 23 years ago
  51. 070e749 Don't prefix %p with 0x. Various English fixes. by Francois Gouget · 23 years ago
  52. 96ffcae Fix recv prototype for WSARecvEx. by Francois Gouget · 24 years ago
  53. 9dc5b97 Only use winsock2.h in Wine. by Francois Gouget · 24 years ago
  54. 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
  55. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  56. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  57. 07b4422 Add stdcall->cdecl thunks for inet_network and getnetbyname. by Dmitry Timoshkov · 24 years ago
  58. 3f7e282 On NetBSD if_type is defined as a macro in /usr/include/net/if.h. by Bang Jun-Young · 24 years ago
  59. 793e117 Use of proper test gets rid of a signed/unsigned warning. by Joerg Mayer · 24 years ago
  60. 7fa17d2 Implemented WsControl command with id 0x101. by Michael Stefaniuc · 24 years ago
  61. f4d5fef Add <string.h> to files that needed it. by James Juran · 24 years ago
  62. 4ab1558 - Remove <string.h> from winnt.h. by Jon Griffiths · 24 years ago
  63. 4bed826 In WsControl, don't mix Linux and Wine socket calls. Always use Wine calls. by James Hatheway · 24 years ago
  64. 73db900 Implemented EnumProtocolA/W. by Stefan Leichter · 24 years ago
  65. dcd9c37 Returning success for unknown WSCNTL_TCPIP_QUERY_INFO code makes win98 by Mike McCormack · 24 years ago
  66. 719c3a8 Use ioctlsocket() instead of ioctl() so that we can import ws2_32.dll by Alexandre Julliard · 24 years ago
  67. 3a0f8b7 Finished separation of shell32 and wsock32. by Alexandre Julliard · 24 years ago
  68. ea18679 Remove libXXXX.so.1.0 lines from .cvsignore files. by David Elliott · 24 years ago
  69. eb58e1d Declare debug channels in all dlls that need them; added imports of by Alexandre Julliard · 24 years ago
  70. bf3e2e9f Portability fixes. by James Hatheway · 25 years ago
  71. c9d2582 Adds an initial WSAIoctl function with support for only the by James Hatheway · 25 years ago
  72. c607532 Created separate libraries for dplay, shfolder, shlwapi, wow32 and by Alexandre Julliard · 25 years ago