1. 2e97746 kernel32: Declare and add stubs for GetLogicalProcessorInformation(Ex). by Paul Chitescu · 15 years ago
  2. 75912af winbase.h: Added missing COPY_FILE_* flags. by Jacek Caban · 15 years ago
  3. f7f4e9e include: Force inlining exported API functions to avoid duplicate definitions. by Alexandre Julliard · 15 years ago
  4. b7d3217 include: Rewrote some extern inline to static inline. by Yann Droneaud · 15 years ago
  5. abf2937 kernel32: Export InterlockedCompareExchange64. by Alexandre Julliard · 15 years ago
  6. 805f7d7 kernel32: Add SetThreadErrorMode and GetThreadErrorMode. by Peter Rosin · 15 years ago
  7. 21ddb9f include: Move undocumented Win9x function definitions to winbase16.h. by Alexandre Julliard · 15 years ago
  8. 7f1fe90 kernel32: Added stub for CreateMemoryResourceNotification. by Stefan Leichter · 15 years ago
  9. 400d621 advapi32/tests: Add some GetEventLogInformation tests. by Paul Vriens · 15 years ago
  10. 1c4c2bb include: Add defines for GetProductInfo. by Alexander Nicolaysen Sørnes · 16 years ago
  11. a5c03fb kernel32: Implement CancelIoEx. by Mike Kaplinskiy · 16 years ago
  12. 26fbee2 include: Add prototypes for EncodePointer and DecodePointer. by Hans Leidekker · 16 years ago
  13. f63f402 kernel32: Implement WTSGetActiveConsoleSessionId as a stub. by Andrew Nguyen · 16 years ago
  14. 03d6da0 kernel32: Add implementation of GetSystemWow64DirectoryA/W. by Alexandre Julliard · 16 years ago
  15. 26caf2f kernel32: Forward the Wow64 redirection functions to ntdll. by Alexandre Julliard · 16 years ago
  16. 545b40a kernel32: Make SystemTimeToTzSpecificLocalTime and TzSpecificLocalTimeToSystemTime prototypes match PSDK. by Dmitry Timoshkov · 16 years ago
  17. 9c95322 kernel32: Implement QueryFullProcessImageFileNameW. by Mikołaj Zalewski · 16 years ago
  18. bbe7927 include: Add definition for CreateProcessWithLogonW and associated flags. by Rob Shearman · 16 years ago
  19. fb04bcf Fix position of CDECL qualifier for functions that return pointers. by Alexandre Julliard · 16 years ago
  20. 2013cdc kernel32: Implemented GetErrorMode(). by Nikolay Sivov · 16 years ago
  21. 935a406 include: Fix data structures for processor affinity on 64-bit. by Alexandre Julliard · 16 years ago
  22. 5f36d02 kernel32: Convert FormatMessageA/W to use an MS ABI vararg list for x86_64. by Alexandre Julliard · 16 years ago
  23. 70441d5 kernel32: Change all functions to use CDECL. by Maarten Lankhorst · 16 years ago
  24. dcbe616 include: Fix typo in the 64-bit version of GetProcessHeap(). by Alexandre Julliard · 16 years ago
  25. 4bddbed include: Disable the asm optimizations for the Windows build. by Alexandre Julliard · 16 years ago
  26. f06d99f include: Implemented inline asm functions for x86_64. Export Interlocked* only on i386. by Alexandre Julliard · 16 years ago
  27. fea2aa5 include: Fix the 64-bit value of magic handle constants. by Alexandre Julliard · 16 years ago
  28. 23be27e kernel32: Added GetWriteWatch and ResetWriteWatch. by Alexandre Julliard · 16 years ago
  29. c1d2d86 kernel32: Implemented the Ex variants of CreateEvent/Mutex/Semaphore/WaitableTimer. by Alexandre Julliard · 16 years ago
  30. 96412ee Annotate with allocation size attribute. by Marcus Meissner · 17 years ago
  31. b44a109 kernel32: Implemented the wrapper functions for job objects. by Alexandre Julliard · 17 years ago
  32. d2625be advapi32: Add stub for ConvertToAutoInheritPrivateObjectSecurity. by Vijay Kiran Kamuju · 17 years ago
  33. ecd76fb kernel32: Add a stub for ChangeTimerQueueTimer. by Dan Hipschman · 17 years ago
  34. 7c74ff3 include: Add header for mstask. by Roy Shea · 17 years ago
  35. 1ad733e ntdll: Implement [Rtl]InitializeCriticalSectionEx. by Jon Griffiths · 17 years ago
  36. a2ba7dc include: Use WINE_NO_UNICODE_MACROS instead of __WINESRC__ where appropriate. by Alexandre Julliard · 17 years ago
  37. 2904f54 advapi32: Add a stub for CreateRestrictedToken. by Dan Hipschman · 17 years ago
  38. 5c5b997 kernel32: Implemented ReadFileScatter and WriteFileGather. by Alexandre Julliard · 17 years ago
  39. 0e8f193 kernel32: Add the MOVEFILE_WRITE_THROUGH flag for MoveFileEx (stub). by Dan Hipschman · 17 years ago
  40. e49e8b2 kernel32: Add stubs for fiber local storage APIs. by Dmitry Timoshkov · 17 years ago
  41. bce8b67 kernel32: Add prototypes for [GS]etDynamicTimeZoneInformation(). by Francois Gouget · 17 years ago
  42. 8296548 kernel32: Implement GetThreadId. by Rob Shearman · 17 years ago
  43. 16d85e2 include: Add WINBASEAPI to the exported kernel32 functions. by Alexandre Julliard · 17 years ago
  44. 113e40c include: Moved AttachThreadInput prototype to winuser.h where it belongs. by Alexandre Julliard · 17 years ago
  45. 3fb513d include/winbase: Fix a typo. by Detlef Riekenberg · 17 years ago
  46. b1335db Better match the PSDK types and update win32.api to fix the winapi_check warnings. by Francois Gouget · 17 years ago
  47. 27213de advapi32: Fix AdjustTokenPrivileges() to match the PSDK. by Bang Jun-young · 17 years ago
  48. 57ca9ae advapi32: Add AddAuditAccessAceEx. by Mikolaj Zalewski · 18 years ago
  49. 40fb7ca kernel32: Implemented GetTickCount64. by Alexandre Julliard · 18 years ago
  50. 5f1a234 kernel32: Fix the size of ThreadAffinityMask to match PSDK. by Dmitry Timoshkov · 18 years ago
  51. 1cb98aa winbase.h: Define FILE_FLAG_OPEN_REPARSE_POINT. by Kevin Koltzau · 18 years ago
  52. a22c7a6 kernel32: Constify a variable. by Andrew Talbot · 18 years ago
  53. fff6db6 kernel32: Add partial stub for NeedCurrentDirectoryForExePath. by Kirill K. Smirnov · 18 years ago
  54. 590c402 kernel32: Add prototypes to winbase.h for the SList functions. by Francois Gouget · 18 years ago
  55. 2fb391b winbase.h: Cosmetic changes. by Bang Jun-Young · 18 years ago
  56. b9910cb kernel32: Implement CopyFileWithProgress. by Mike McCormack · 18 years ago
  57. 167323e include: Add security QOS flags to winbase.h. by Rob Shearman · 18 years ago
  58. a7f8195 include: The PSDK does not have the A/W variants of MAKEINTATOM() so we should not either. by Francois Gouget · 18 years ago
  59. 7c38ff6 include: Fix the HeapQueryInformation() prototype. by Francois Gouget · 18 years ago
  60. c4f815f kernel32: Declare HeapQueryInformation and HeapSetInformation. by Mike McCormack · 18 years ago
  61. cdd717b advapi32: Add missing declarations to the public headers. by James Hawkins · 18 years ago
  62. 530e765 include: Exception filters should return LONG, not DWORD. by Alexandre Julliard · 19 years ago
  63. 06e7d91 kernel: Constify a formal parameter. by Andrew Talbot · 19 years ago
  64. abdb2db kernel32: Add GetNativeSystemInfo. by Robert Reif · 19 years ago
  65. 611eb3f kernel32: Add IsWow64Process. by Robert Reif · 19 years ago
  66. c4ac8c5 advapi32: Add CreateWellKnownSid and IsWellKnownSid. by Robert Reif · 19 years ago
  67. 1053ecc include: Added prototype for DllMain. by Alexandre Julliard · 19 years ago
  68. 1d6e259 ntdll/kernel32: Pipe information. by Eric Pouech · 19 years ago
  69. ab2349d kernel32: Partial implementation of GetModuleHandleExA/W. by Alexandre Julliard · 19 years ago
  70. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  71. 29d3f1e include: Add defines used in CopyFileEx. by Robert Shearman · 19 years ago
  72. b1cbecb advapi32: Add stub FileEncryptionStatus and declarations. by Paul Chitescu · 19 years ago
  73. 060d537 winbase.h: Add missing LMEM_INVALID_HANDLE define. by Detlef Riekenberg · 19 years ago
  74. 3c0e5ee A few fixes for pointer qualifiers (const, volatile) warnings. by Eric Pouech · 19 years ago
  75. 69c5f62 include: Add some defines related to tape support. by Hans Leidekker · 19 years ago
  76. 1f7c81e kernel32: Create a stub implementation for PostQueuedCompletionStatus. by Mike McCormack · 19 years ago
  77. a1edebf kernel32: Declare BindIoCompletionCallback(). by Mike McCormack · 19 years ago
  78. 9119924 kernel32: Define SCS_64BIT_BINARY. by Mike McCormack · 19 years ago
  79. b09582a Implemented kernel32 process affinity handling on top on ntdll. by Eric Pouech · 20 years ago
  80. c9b27e9 Implemented InterlockedCompareExchangePointer and by Alexandre Julliard · 20 years ago
  81. 58d7d74 Make the destination pointers of Interlocked* functions volatile to by Felix Nawothnig · 20 years ago
  82. e859359 Added a wine_get_dos_file_name function in kernel32 as a wrapper by Alexandre Julliard · 20 years ago
  83. f223b68 Correct OFSTRUCT declaration. by Mike McCormack · 20 years ago
  84. fb722a0 Properly sort the function prototypes. by Alexandre Julliard · 20 years ago
  85. 05b2c1c Remove multiple declarations of the same function, keeping the public by Vincent Béron · 20 years ago
  86. 901f5b3 DUPLICATE_* flags should be defined in winnt.h. by Mike McCormack · 20 years ago
  87. 6788420 Declare ProcessIdToSessionId. by Mike McCormack · 20 years ago
  88. 48a8f52 Add a couple of missing functions. by Mike McCormack · 20 years ago
  89. 5e62bd0 Declare some missing functions. by Mike McCormack · 20 years ago
  90. 487f41e Added some security related functions to winbase.h. by Mike McCormack · 20 years ago
  91. 16885f0 Fixed RtlIsTextUnicode prototype, and made it properly take into by Alexandre Julliard · 20 years ago
  92. fa6563d - always declare the lstr* functions, even if they're inline by Mike McCormack · 20 years ago
  93. ef73685 Fix small typo. by Uwe Bonnes · 20 years ago
  94. 1ef6e29 Move {ABOVE,BELOW}_NORMAL_PRIORITY_CLASS to winbase.h. by Dimitrie O. Paun · 20 years ago
  95. 51198f8 Fix for CommConfigDialog*() hwnd argument. by Andreas Mohr · 20 years ago
  96. f2ad8e3 Define strncpy to an error to make sure it doesn't creep back in. by Alexandre Julliard · 20 years ago
  97. 75b93ff Match OVERLAPPED structure to the SDK definition. by Dmitry Timoshkov · 20 years ago
  98. d9ef0a4 Declare inline string function WINAPI (found by Krzysztof Foltman). by Mike McCormack · 20 years ago
  99. 0497af0 Match RaiseException and EXCEPTION_RECORD to SDK definitions. by Dmitry Timoshkov · 20 years ago
  100. d8793bb Added a couple of defines. by Ivan Leo Puoti · 20 years ago