1. af183df advapi32: Add and use LSTATUS. by Francois Gouget · 18 years ago
  2. 1da7a32 advapi32: Add more RegGetValue() conformance tests, and fix Wine accordingly. by Francois Gouget · 18 years ago
  3. 88b6bc4 advapi32: Added implementation of RegDeleteTreeA/W. by Stefan Leichter · 18 years ago
  4. d347ebe advapi32: Spelling fixes. by Lei Zhang · 18 years ago
  5. a2e7c32 advapi32: Replace inline static with static inline. by Andrew Talbot · 18 years ago
  6. 81e7d69 advapi32: Implement RegGetKeySecurity with NtQuerySecurityObject. by Juan Lang · 18 years ago
  7. 60cb73b advapi32: RegGetKeySecurity needs to pass length of struct to caller. by Dan Kegel · 18 years ago
  8. fdff5c3 ntdll: Fix NtUnloadKey to match the DDK. by Bang Jun-Young · 18 years ago
  9. e5b4b47 advapi32: Make some data const. by Dmitry Timoshkov · 18 years ago
  10. 3d73173 advapi32: Fixed last error check in RegSaveKey. by Alexandre Julliard · 18 years ago
  11. 30e44c8 Assorted spelling fixes. by Francois Gouget · 18 years ago
  12. 4dfd319 advapi32: Plug a couple of memory leaks. by Eric Pouech · 18 years ago
  13. e852f19 advapi32: Cast-qual warning fix. by Alexandre Julliard · 18 years ago
  14. 2730fe6 advapi32: Make internal functions static. by James Hawkins · 18 years ago
  15. 4301816 advapi32: Win64 printf format warning fixes. by Hans Leidekker · 18 years ago
  16. bc590e8 advapi32: Add tests for RegQueryValueEx to show that it sets the data by Robert Shearman · 19 years ago
  17. 0542e83 advapi32: Fix registry API prototypes to match the PSDK. by Bang Jun-Young · 19 years ago
  18. 52aaddc advapi32: Implement RegDisablePredefinedCache. by Robert Shearman · 19 years ago
  19. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  20. a875200 janitorial: Remove redundant NULL pointer checks before HeapFree'ing them. by Michael Stefaniuc · 19 years ago
  21. ac615ce advapi32: Implemented RegLoadMUIString[AW]. by Michael Jung · 19 years ago
  22. 9108063 advapi32: Fix for RegNotifyChangeKeyValue. by Aric Stewart · 19 years ago
  23. 62b69d6 advapi32: RegCreateKeyEx fix. by Rein Klazes · 19 years ago
  24. 1a1583a Match PSDK STATUS_* definitions. by Ge van Geldorp · 19 years ago
  25. ec35052 Improve c2man Documented-Total count. Changes: by Markus Amsler · 19 years ago
  26. d45811c Improve c2man Documented-Total count. by Markus Amsler · 19 years ago
  27. c16e705 - Set the LastError in OpenSCManager in case of errors; by Rein Klazes · 20 years ago
  28. 261e376 Fixed a number of pointer to integer conversions that wouldn't work by Alexandre Julliard · 20 years ago
  29. 280bcf6 Fix gcc 4.0 warnings. by Mike McCormack · 20 years ago
  30. e14569d Correct RegCreateKeyEx[A/W] prototype to match the PSDK. by Steven Edwards · 20 years ago
  31. 48533ae Implement RegGetValueA/W. by Felix Nawothnig · 20 years ago
  32. 257c337 gcc 4.0 -Wpointer-sign fixes (Reg* functions). by Mike McCormack · 20 years ago
  33. 5b2d5fd Use HANDLE instead of HKEY in the NT API. by Mike McCormack · 20 years ago
  34. efbea2e Implement RegNotifyChangeKeyValue on top of NtNotifyChangeKey. by Robert Shearman · 20 years ago
  35. 45d47c4 Fix RegDeleteKey{A,W} to open the specified key with the DELETE access right. by Robert Shearman · 20 years ago
  36. a9d5de8 RegDeleteKey fails if the lpSubKey param is NULL. by James Hawkins · 20 years ago
  37. f74b0ad Move save_registry and unload_key server calls to ntdll. by Robert Shearman · 20 years ago
  38. 580ded6 - Implement NtLoadKey. - Forward RegLoadKey to NtLoadKey. by James Hawkins · 20 years ago
  39. e8d1e2f Fix RegOpen/CloseKey. by James Hawkins · 20 years ago
  40. d5e2b7c Add RegOpenKey, RegCloseKey tests. by James Hawkins · 20 years ago
  41. 4a0f999 Use CreateEventW in preference to CreateEventA for unnamed events. by Mike McCormack · 20 years ago
  42. 5ad7d85 Do not check for non NULL pointer before HeapFree'ing it. It's redundant. by Michael Stefaniuc · 20 years ago
  43. 0a25896 Const correctness fixes. by Eric Pouech · 20 years ago
  44. bbde53f RegQueryValueW must return count in bytes for empty string too. by Alexandre Julliard · 20 years ago
  45. 411fc5f Fix signed/unsigned comparison warnings. by Hans Leidekker · 21 years ago
  46. 8e9d88c1 Fix full name of HKEY_CURRENT_CONFIG. by Huw Davies · 21 years ago
  47. bba76fc Don't crash on NULL data in RegSetValueExA (reported by Mike Hearn and by Alexandre Julliard · 21 years ago
  48. 6a358c4 Added and cleaned API docs. by James Hawkins · 21 years ago
  49. 50ce084 Documentation fixes. by Jon Griffiths · 21 years ago
  50. ae176d1 Allow RegConnectRegistryW to the local machine name. by Juan Lang · 21 years ago
  51. 65e8182 Partially implement RegOpenUserClassesRoot. by Robert Shearman · 21 years ago
  52. 43cb03b Implemented RegFlushKey and NtFlushKey. by Mike Hearn · 21 years ago
  53. 8f63a71 Try not to display uninitialized data in traces (found by Valgrind). by Francois Gouget · 21 years ago
  54. f9be2f3 Removed some unnecessary includes. by Alexandre Julliard · 21 years ago
  55. c33e4c4 RegCreateKeyEx{A,W}: state that class string is constant. by Daniel Marmier · 21 years ago
  56. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  57. 5ac945c Implement registry key unloading. by Mike McCormack · 22 years ago
  58. 9591836 'sizeof type' is best avoided as it won't always compile (e.g. 'int by Francois Gouget · 22 years ago
  59. cd4234a Documentation updates. by Jon Griffiths · 22 years ago
  60. 4550b8b Janitorial. Get rid of W->A calls. by Tony Lambregts · 22 years ago
  61. 6f2a071 Remove some calls to HEAP_strdupAtoW from advapi32. by Matthew Davison · 22 years ago
  62. 11f4b44 Implemented registry change notifications. by Mike McCormack · 22 years ago
  63. cdb9be7 Work with the correct subkey with loading keys. Not a true fix to the by Aric Stewart · 22 years ago
  64. cbacde5 Compile the advapi32 dll with -DSTRICT. by Michael Stefaniuc · 22 years ago
  65. 5cf56a3 Removed LPxxx handle types that don't exist under Windows. by Alexandre Julliard · 22 years ago
  66. f2ef2c2 Handle special registry root keys directly in advapi32, and avoid by Alexandre Julliard · 23 years ago
  67. a929873 Fixed requested access rights in RegDeleteKey[AW]. by Alexandre Julliard · 23 years ago
  68. 09570ed MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
  69. 7375597 Fixed some handle type mismatches and added a few casts in prevision by Alexandre Julliard · 23 years ago
  70. 751c454 Implemented RegQueryMultipleValues. by Dominik Strasser · 23 years ago
  71. c1dddbe RegEnumValue[AW] need to update the data size on buffer overflow by Alexandre Julliard · 23 years ago
  72. a010932 More explicit initialization of info_size for stupid compilers. by Alexandre Julliard · 23 years ago
  73. 0bb6fdd Check for NULL keyvalue in RegEnumKeyExA/W. by Rein Klazes · 23 years ago
  74. da00742 Implemented recursive RegDeleteKey in Win95 emulation. by Mike McCormack · 23 years ago
  75. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  76. a44e0b0 Make use of access mask MAXIMUM_ALLOWED possible. by Juergen Schmied · 23 years ago
  77. 79313d3 Make sure the security descriptor is initialized in RegGetKeySecurity. by Dmitry Timoshkov · 23 years ago
  78. 7dbce65 Changed registry handling in RegOpenKeyExA to behave like windows95 by Michael Cardenas · 23 years ago
  79. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  80. 20a4cc3 Don't return overflow if no class buffer was specified. by Aric Stewart · 23 years ago
  81. 60fd03d Use ntdll functions instead of MultiByteToWideChar/WideCharToMultiByte by Alexandre Julliard · 23 years ago
  82. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  83. b0fa2a8 Fixed registry routines broken by the structure sizes fix. by Alexandre Julliard · 23 years ago
  84. 6b6596a Fixed packing and layout of many system structures. by Dmitry Timoshkov · 23 years ago
  85. 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
  86. 918da64 RegSetValueExA/W: fixed REG_SZ string length handling for Win95. by Alexandre Julliard · 24 years ago
  87. ab5e975 Use TEB static buffer for Unicode conversion. by Alexandre Julliard · 24 years ago
  88. 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
  89. d0a4177 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  90. c661583 Always return success instead of overflow if caller didn't specify a buffer. by Alexandre Julliard · 24 years ago
  91. da2b6a9 Fixed some HFILE vs. HANDLE mismatches. by François Gouget · 24 years ago
  92. 0b6a79c Converted enum_key_value request to the new request mechanism. by Alexandre Julliard · 24 years ago
  93. 5ce2329 Finished separation of advapi32. by Alexandre Julliard · 24 years ago
  94. 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
  95. 44f84b5 Added basic working stubs of new Windows 2000 API functions. by David Elliott · 24 years ago
  96. 57f05e1 Converted a few more server requests to the new mechanism. by Alexandre Julliard · 24 years ago
  97. 454355e Convert NtQueryKey and NtEnumerateKey to the new request mechanism. by Alexandre Julliard · 25 years ago
  98. bcf393a Converted some of the registry server requests to the new request mechanism. by Alexandre Julliard · 25 years ago
  99. 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
  100. c7e7df8 Replaced all lstr* calls from inside Wine code by their str* equivalent. by Alexandre Julliard · 25 years ago