1. 05a308a setupapi: Implement SetupGetInfFileListA. by Stefan Leichter · 15 years ago
  2. 6836990 setupapi: Only cleanup fake dlls once the whole section has been executed. by Alexandre Julliard · 15 years ago
  3. f6b3dba setupapi: Add support for creating registry symlinks from a .inf file. by Alexandre Julliard · 15 years ago
  4. 9db754f setupapi: Implement SetupGetInfFileListW. by Stefan Leichter · 15 years ago
  5. 381221d setupapi: Add stub and some tests for SetupGetInfFileListW. by Stefan Leichter · 15 years ago
  6. 4ae262d setupapi: Create fake dlls before performing dll registration. by Alexandre Julliard · 15 years ago
  7. 11d66a8 setupapi: Use a global buffer to read fake dll files and free it only once we are done with all the fake dlls. by Alexandre Julliard · 15 years ago
  8. 8b3f3ef setupapi: Use FAILED instead of !SUCCEEDED. by Michael Stefaniuc · 16 years ago
  9. b7fe5e0 setupapi: Implement FLG_PROFITEM_GROUP. by Vincent Povirk · 16 years ago
  10. 23f54c9 setupapi: Add a matching CoUninitialize call. by Vincent Povirk · 16 years ago
  11. 6c38046 setupapi: Implement ProfileItems directive. by Vincent Povirk · 16 years ago
  12. c7e661b setupapi: Install services in InstallHinfSection. by Alexandre Julliard · 17 years ago
  13. cf78e6c setupapi: Implemented SetupInstallServicesFromInfSectionW. by Alexandre Julliard · 17 years ago
  14. f14eecd setupapi: Forward SetupInstallServicesFromInfSectionA to W-function. by Paul Vriens · 17 years ago
  15. 4d721de setupapi: Add stub for SetupInstallServicesFromInfSectionW. by Chris Robinson · 17 years ago
  16. 1c7891f setupapi: Add stub for SetupInstallServicesFromInfSectionA. by Louis Lenders · 17 years ago
  17. 28025d6 setupapi: Use NtDeleteKey instead of an invalid RegDeleteKeyW. by Damjan Jovanovic · 18 years ago
  18. 0e36958 setupapi: Simplify code as native setupapi does not handle quoted paths. by Misha Koshelev · 18 years ago
  19. 41fd380 setupapi: Handle unquoted paths in InstallHinfSection as native. by Misha Koshelev · 18 years ago
  20. 66d5cb2 setupapi: The inf file containing the SourceDisksFiles and SourceDisksNames sections is the same as hinf if there is no layout file specified. by Rob Shearman · 18 years ago
  21. 8cfd025 setupapi: Fix handling of 'CopyFiles=@file'. by Francois Gouget · 18 years ago
  22. 709735e setupapi: The inf section suffix that corresponds to __x86_64 is .ntamd64. by Hans Leidekker · 18 years ago
  23. ab83183 setupapi: Fix a typo. by Dmitry Timoshkov · 18 years ago
  24. 79ecfaf setupapi: Win64 printf format warning fixes. by Michael Stefaniuc · 18 years ago
  25. 3b7fb55 setupapi: Fix handling of inf paths that are quoted (due to spaces, typically). by Francois Gouget · 19 years ago
  26. 5602629 Remove more redundant NULL checks before HeapFree (found by Smatch). by Michael Stefaniuc · 19 years ago
  27. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  28. 8b478a7 setupapi: Added support for creating fake dlls at install time. by Alexandre Julliard · 19 years ago
  29. c67728f setupapi: Added support for calling executables in a RegisterDlls section. by Alexandre Julliard · 19 years ago
  30. 4f128fa Added support for optional section.ntx86 and section.nt in by Alexandre Julliard · 19 years ago
  31. 748d23a Base of REG_DWORD entries must be auto-detected. by Ge van Geldorp · 20 years ago
  32. 0a25896 Const correctness fixes. by Eric Pouech · 20 years ago
  33. 8887d74 SPINST_UNREGSVR must use the UnregisterDlls section, not the RegisterDlls one. by Alexandre Julliard · 21 years ago
  34. 5a15762 Implemented InstallHinfSection (based on a patch by Chris Morgan). by Alexandre Julliard · 21 years ago
  35. cb28348 Added support for the RegisterDlls section (partly based on a patch by by Alexandre Julliard · 21 years ago
  36. b2b7262 Porting fixes. by Steven Edwards · 22 years ago
  37. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  38. 0704955 Use strtoulW instead of strtolW for DWORD conversion. by Huw Davies · 22 years ago
  39. b34fb35 Fixed warnings caused by conversion to -DSTRICT. by Alexandre Julliard · 22 years ago
  40. 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
  41. 5de3334 When processing the reg section we need to delete before adding. by Aric Stewart · 23 years ago
  42. 9b6f433 Implemented strtolW/strtoulW in libwine_unicode and used it to replace by Alexandre Julliard · 23 years ago
  43. 5068347 Implemented a large number of the 32-bit setupapi functions. by Alexandre Julliard · 23 years ago