1. 81b8ee8 makefiles: Add a standard header for all makefiles to replace the common variable initializations. by Alexandre Julliard · 15 years ago
  2. b86d515 dlls: Remove explicit imports of kernel32 and ntdll. by Alexandre Julliard · 15 years ago
  3. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  4. 7dc9ea8 ws2_32: Make winsock.dll into a stand-alone 16-bit module. by Alexandre Julliard · 16 years ago
  5. 8c44e25 ws2_32: Delay import iphlpapi. by Juan Lang · 17 years ago
  6. 4800089 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. by Rob Shearman · 17 years ago
  7. e958dc2 ws2_32: Win64 printf format fixes. by Alexandre Julliard · 18 years ago
  8. 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
  9. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  10. 5cf75e6 makefiles: Only run test and documentation targets in directories that need them. by Alexandre Julliard · 19 years ago
  11. 1089260 configure: Only link against libpoll where really necessary. by Alexandre Julliard · 19 years ago
  12. eb8a40c libs: Merged libwine_unicode into libwine. by Alexandre Julliard · 19 years ago
  13. af781f3 winsock: Renamed the winsock directory to ws2_32. by Alexandre Julliard · 19 years ago[Renamed from dlls/winsock/Makefile.in]
  14. d48f50b Move user32 to delay loaded imports. by Dmitry Timoshkov · 20 years ago
  15. 34fa35d Added rules for building import libraries in the individual dll by Alexandre Julliard · 20 years ago
  16. 19def5f Implement WSAAddressToString{A,W}. by Hans Leidekker · 20 years ago
  17. f4b0051 Move implementation of EnumProtocols{A,W} from wsock32 to ws2_32. by Hans Leidekker · 21 years ago
  18. b459952 Avoid some non-portable makefile constructs, and get rid of the by Alexandre Julliard · 21 years ago
  19. 0d7bdc7 Moved the 16-bit code out of socket.c and into a separate file. by Alexandre Julliard · 21 years ago
  20. fbdfd91 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. by Dimitrie O. Paun · 21 years ago
  21. fe0bae3 Added version information. by Francois Gouget · 22 years ago
  22. 090f597 Use iphlpapi to implement SIO_GET_INTERFACE_LIST in WSAIoctl, and by Juan Lang · 22 years ago
  23. e048ada List 16-bit spec files explicitly to avoid problems with some versions of make. by Alexandre Julliard · 22 years ago
  24. 9fc8b11 - Define SOCKET as UINT_PTR for Win64 (thanks to P. Stridvall). by Martin Wilck · 22 years ago
  25. 23bb371 Added support for building certain dlls with -DSTRICT. by Alexandre Julliard · 22 years ago
  26. edeee89 Create separate makefiles for tests for more flexibility. by Alexandre Julliard · 23 years ago
  27. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  28. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  29. b28f933 Added unit test for winsock. by Martin Wilck · 23 years ago
  30. 81f2a73 Send message for WSAAsyncSelect sockets directly from the server, by Alexandre Julliard · 23 years ago
  31. c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
  32. 2720231 Make winsock.h and winsock2.h independent from the Unix headers. by Francois Gouget · 23 years ago
  33. 1a3f705 Added import of ntdll. by Alexandre Julliard · 24 years ago
  34. e514103 Added imports of kernel32.dll where necessary. by Alexandre Julliard · 25 years ago
  35. 6c9d83a Added imports of user32/gdi32/kernel32 wherever necessary. by Alexandre Julliard · 25 years ago
  36. c607532 Created separate libraries for dplay, shfolder, shlwapi, wow32 and by Alexandre Julliard · 25 years ago
  37. 6953d67 For dlls, derive SPEC_SRCS from MODULE and ALTNAMES. by Alexandre Julliard · 25 years ago
  38. 829405a Created an initial Winsock 2 (ws2_32) DLL. Makes use of the Winsock 1 by James Hatheway · 25 years ago
  39. 82a2b18 Added support for creating extra symlinks for .so files that contain by Alexandre Julliard · 25 years ago
  40. d0edc5f Moved dll-specific make rules to a separate Makedll.rules file. by Alexandre Julliard · 25 years ago
  41. 318f4ce Build most dlls as separate shared libraries. by Alexandre Julliard · 25 years ago
  42. de07869 Moved winsock implementation to dlls/winsock. by Alexandre Julliard · 25 years ago