1. b86d515 dlls: Remove explicit imports of kernel32 and ntdll. by Alexandre Julliard · 15 years ago
  2. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  3. 6164ce2 makefiles: Use the standard C_SRCS variable as the list of test files. by Alexandre Julliard · 15 years ago
  4. c5112d9 rasapi32/tests: Fix some test failures on Win9x. by Paul Vriens · 15 years ago
  5. 0666c8e rasapi32/tests: Remove superfluous void* cast. by Marcin Baczyński · 15 years ago
  6. 3af523f rasapi32/tests: Add a FreeLibrary. by Paul Vriens · 16 years ago
  7. e475ef8 rasapi32: Make rasapi16.dll into a stand-alone 16-bit module. by Alexandre Julliard · 16 years ago
  8. 388841f rasapi32/tests: Trace the correct variable. by Detlef Riekenberg · 17 years ago
  9. d82d5d6 rasapi32: Fix several failing tests in win98. by James Hawkins · 17 years ago
  10. 66f010e rasapi32: Fix tests on platforms winme and some win98. by Stefan Leichter · 17 years ago
  11. 3ad8b7e rasapi: Fix test failure on platforms vista, w2k8. by Stefan Leichter · 17 years ago
  12. 548abf3 rasapi32: Skip RasEnumDevicesA tests on configuration problems. by Stefan Leichter · 17 years ago
  13. cc494c4 rasapi32: Fix building the tests with MSVC (based on a patch by Reece Dunn). by Stefan Leichter · 17 years ago
  14. 67201a1 rasapi32: RasEnumDevicesA test: initialize the input parameters before each call, make sure the return buffer is big enough. by Stefan Leichter · 17 years ago
  15. 5e15187 rasapi32: Added some more tests for RasEnumDevicesA, fix Wine not to crash on the tests. by Stefan Leichter · 17 years ago
  16. b8c6d8e rasapi32: Added some tests for RasEnumDevicesA (based on a patch by Austin English), by Stefan Leichter · 17 years ago
  17. 4800089 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. by Rob Shearman · 17 years ago
  18. 69a9621 rasapi32: RasEnumConnections now returns correct buffer size (zero) when there are zero connections available. by John Klehm · 18 years ago
  19. 7a89060 rasapi32: Win64 printf format warning fixes. by Michael Stefaniuc · 18 years ago
  20. 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
  21. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  22. 5258e06 make_dlls: Ignore generated import libraries from the top-level .gitignore. by Alexandre Julliard · 19 years ago
  23. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  24. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  25. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  26. 7e22be4 We are no longer generating .dbg.c files. by Alexandre Julliard · 20 years ago
  27. 9f1c6de We are no longer generating .spec.c files. by Alexandre Julliard · 20 years ago
  28. 9484e56 Declare and fix function prototypes. by Mike McCormack · 20 years ago
  29. 34fa35d Added rules for building import libraries in the individual dll by Alexandre Julliard · 20 years ago
  30. d62356a Added rules to build import libraries in the individual dll makefiles. by Alexandre Julliard · 20 years ago
  31. 0e39462 Avoid dumping the contents of output strings. by Alexandre Julliard · 20 years ago
  32. e121d50 Stub implementations for RasConnectionNotification{A,W}, by Hans Leidekker · 20 years ago
  33. b459952 Avoid some non-portable makefile constructs, and get rid of the by Alexandre Julliard · 21 years ago
  34. 9e4ed64 .spec.c files are no longer used for 32-bit dlls. by Alexandre Julliard · 21 years ago
  35. 8160170 Added stub for RasGetEntryPropertiesA. by Christian Costa · 21 years ago
  36. 8f9b09e Fixed some issues found by winapi_check. by Patrik Stridvall · 21 years ago
  37. fbdfd91 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. by Dimitrie O. Paun · 21 years ago
  38. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  39. a8ec541 Removed ordinals that differ between Windows versions. by Alexandre Julliard · 22 years ago
  40. c8ad3cb Add stubs for RasDeleteSubEntry* (new in WinMe/WinXP). by Francois Gouget · 22 years ago
  41. 6d9e148 Added RasEnumEntriesW stub. by Aric Stewart · 22 years ago
  42. 686e7d7 Improve error message for RAS not being supported. by Gerald Pfeifer · 22 years ago
  43. e048ada List 16-bit spec files explicitly to avoid problems with some versions of make. by Alexandre Julliard · 22 years ago
  44. 114a31a Take advantage of new winebuild syntax to remove redundant function by Alexandre Julliard · 22 years ago
  45. dbf8b78 Added .spec.def files. by Alexandre Julliard · 22 years ago
  46. d0a58e2 New structures: RASIPADDR, RASDEVINFO, RASENTRY. by Marcus Meissner · 22 years ago
  47. 54c023f Added RasValidateEntryNameA stub. by Marcus Meissner · 22 years ago
  48. 1cd8154 Add stub for RasEnumConnectionsW. by Ryan Cumming · 22 years ago
  49. b34fb35 Fixed warnings caused by conversion to -DSTRICT. by Alexandre Julliard · 22 years ago
  50. 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
  51. 7cae558 Removed some more trailing whitespace. by Alexandre Julliard · 23 years ago
  52. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  53. 2ab7625 Removed most imports of ntdll since we no longer import Wine internal by Alexandre Julliard · 23 years ago
  54. ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
  55. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  56. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  57. c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
  58. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  59. 74e4d21 Avoid wildcards in .cvsignore. by Patrik Stridvall · 23 years ago
  60. 7f7c647 - don't forget to initialize number of connections to 0 by Andreas Mohr · 23 years ago
  61. e9782fa Documentation fixes. by Patrik Stridvall · 24 years ago
  62. 140cec5 Stub some rasapi functions. by Mike McCormack · 24 years ago
  63. ce03ac8 Moved HRASCONN from windef.h. by François Gouget · 24 years ago
  64. ea18679 Remove libXXXX.so.1.0 lines from .cvsignore files. by David Elliott · 24 years ago
  65. 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
  66. c95b1aa Avoid linking with ntdll where possible. by Alexandre Julliard · 24 years ago
  67. 27939f0 Start using import tables for dlls that can already support it. by Alexandre Julliard · 24 years ago
  68. eb58e1d Declare debug channels in all dlls that need them; added imports of by Alexandre Julliard · 24 years ago
  69. 1a3f705 Added import of ntdll. by Alexandre Julliard · 24 years ago
  70. 76d3671 Added 'owner' field to 16-bit spec files to specify the name of the by Alexandre Julliard · 25 years ago
  71. 6713541 Added stub for RasHangUpA(). by Ove Kaaven · 25 years ago
  72. 6953d67 For dlls, derive SPEC_SRCS from MODULE and ALTNAMES. by Alexandre Julliard · 25 years ago
  73. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  74. 82a2b18 Added support for creating extra symlinks for .so files that contain by Alexandre Julliard · 25 years ago
  75. d0edc5f Moved dll-specific make rules to a separate Makedll.rules file. by Alexandre Julliard · 25 years ago
  76. 318f4ce Build most dlls as separate shared libraries. by Alexandre Julliard · 25 years ago
  77. bade58f Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore that need them. by Marcus Meissner · 25 years ago
  78. f90b60e Complete stub for RasEnumEntries by saying we have 0 entries. by Gerard Patel · 25 years ago
  79. bb558b7 Minor fixes. by Patrik Stridvall · 25 years ago
  80. 34a02f1 Added stubs for RasEnumEntriesA and RasGetEntryDialParamsA. by Rein Klazes · 25 years ago
  81. 8336cc9 Adapted to glue code generation changes. by Ulrich Weigand · 26 years ago
  82. 6c6da67 Moved various DLLs to dlls/ by Ulrich Weigand · 26 years ago
  83. daed93e Moved .spec files to corresponding dlls/ directory. by Ulrich Weigand · 26 years ago
  84. 9fe7a25 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  85. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  86. 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
  87. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  88. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  89. b6eda08 Added Makefile. by Alexandre Julliard · 26 years ago
  90. 30ef877 Added RasEnumConnections stub. by Marcus Meissner · 26 years ago