1. 2bdf6c7 kernel32: Don't get stuck if the debugger exits without signaling the event. by Francois Gouget · 18 years ago
  2. a02ccd9 kernel32: Export RestoreLastError. by Luis C. Busquets Pérez · 18 years ago
  3. 5217ea7 kernel32: Do not append empty lines to the console history. by Kirill K. Smirnov · 18 years ago
  4. 5cb5020 kernel32/tests: Create paths after checking availability of functions. by Paul Vriens · 18 years ago
  5. e90f1e3 kernel32/tests: Changed skip message. by Paul Vriens · 18 years ago
  6. f74d2a8 kernel32/tests: Re-balance the curly parentheses so winapi_check can parse the file. by Francois Gouget · 18 years ago
  7. 1ad6abf kernel32/tests: Fixed size to MultiByteToWideChar. by Marcus Meissner · 18 years ago
  8. 5266e57 Assorted spelling fixes. by Francois Gouget · 18 years ago
  9. 9472e04 kernel32: Skip remainder of the time zone test if SystemTimeToTzSpecificLocalTime not present. by Dmitry Timoshkov · 18 years ago
  10. ae271f2 kernel32: Fix TIME_CompTimeZoneID return type. by Dmitry Timoshkov · 18 years ago
  11. a68059f kernel32: Add more tests for time zone info. by Dmitry Timoshkov · 18 years ago
  12. 43adec3 kernel32: Added a number of activation context tests. by Jacek Caban · 18 years ago
  13. dcbbd30 kernel32: Added FindActCtxSectionStringA implementation. by Jacek Caban · 18 years ago
  14. 6792a9a ntdll: Implemented RtlFindActivationContextSectionString. by Eric Pouech · 18 years ago
  15. 3a71513 ntdll: Initial implementation of RtlQueryInformationActivationContext. by Alexandre Julliard · 18 years ago
  16. 6763742 server: Only commit SetThreadPriority if new priority is correct. by Matt Jones · 18 years ago
  17. f204ed1 kernel32: Added test for bad arguments to SetThreadPriority, test for correct error value. by Matt Jones · 18 years ago
  18. 6c0ccbc kernel32: Cast-qual warning fix. by Andrew Talbot · 18 years ago
  19. 857ff08 kernel32/tests: Add test for GetShortPathNameW. by Anatoly Lyutin · 18 years ago
  20. 797dd94 ntdll: Implemented handling of the per-thread activation context stack. by Alexandre Julliard · 18 years ago
  21. 64f6fdc kernel32: Move activation context creation to ntdll (based on a patch by Eric Pouech). by Alexandre Julliard · 18 years ago
  22. cd33692 kernel32: Always clear the I/O status block count before calling ntdll functions. by Alexandre Julliard · 18 years ago
  23. fec5117 server: Merge APC processing into the select request. by Alexandre Julliard · 18 years ago
  24. acb43cf kernel32: Wait in overlapped Read/WriteFile even when no overlapped structure is passed. by Alexandre Julliard · 18 years ago
  25. e59a947 kernel32: Overlapped pipe tests. by Huw Davies · 18 years ago
  26. 154389c kernel32: SetNamedPipeHandleState() is a stub, so for now don't check its return value. by Huw Davies · 18 years ago
  27. f289453 kernel32: Swap incorrect use of buffers. by Huw Davies · 18 years ago
  28. 40fb7ca kernel32: Implemented GetTickCount64. by Alexandre Julliard · 18 years ago
  29. 7a6fbf2 kernel32/tests: Add a forgotten if statement. by Paul Vriens · 18 years ago
  30. 35edd40 kernel32/tests 2/2: Use skip for not implemented function. by Paul Vriens · 18 years ago
  31. 4f86b5c kernel32/tests: Don't crash on win98. by Paul Vriens · 18 years ago
  32. 203bcf4 kernel32/tests: Use skip when functions are not available. by Paul Vriens · 18 years ago
  33. 7596e3d kernel32: Remove superfluous casts of void pointers to other pointer types. by Michael Stefaniuc · 18 years ago
  34. d40233a kernel32/tests: Don't crash (on Vista). by Paul Vriens · 18 years ago
  35. 7105463 kernel32/tests: Don't crash on Vista. by Paul Vriens · 18 years ago
  36. 8e53a00 kernel32: Fix VxD open code for the new NtCreateFile syntax for Unix files. by Alexandre Julliard · 18 years ago
  37. 6310819 kernel32: Implement IO completion functions on top of the NT IoCompletion API. by Andrey Turkin · 18 years ago
  38. dd49801 kernel32: Factor out all kernel32 timeout-conversion snippets to one helper functions. by Andrey Turkin · 18 years ago
  39. 35ef5df kernel32: Rewrite GetOverlappedResult for the new async I/O behavior. by Alexandre Julliard · 18 years ago
  40. 2e5a48b kernel: Fix clearing of memory in LocalReAlloc16(..., LMEM_ZEROMEMORY). by Mikołaj Zalewski · 18 years ago
  41. db4586d kernel32: Clear the extra memory in LocalReAlloc16(h, bigger_size, LMEM_ZEROINIT). by Mikołaj Zalewski · 18 years ago
  42. 545a713 kernel32: Fix some compilation warnings in 64-bit mode. by Dmitry Timoshkov · 18 years ago
  43. 63322db kernel32: Store global arena base as a pointer. by Alexandre Julliard · 18 years ago
  44. 2835d78 kernel32: Remove the fixme about MB_USEGLYPHCHARS. by Alexandre Julliard · 18 years ago
  45. ed94ca1 kernel32/tests: src[i] is a char so there is no point trying to stuff 0xcafedead into it. by Francois Gouget · 18 years ago
  46. e5b1ca4 kernel32/tests: Fix a signed/unsigned int mismatch. by Francois Gouget · 18 years ago
  47. 3c9e7a7 wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility. by Dmitry Timoshkov · 18 years ago
  48. c28ffee kernel32/tests: Fix a problem revealed by compilation in 64-bit mode. by Dmitry Timoshkov · 18 years ago
  49. a67b689 kernel32: Fix compilation warnings in 64-bit mode. by Dmitry Timoshkov · 18 years ago
  50. cc54b7d ntdll: Avoid overflows in heap allocations. Based on a patch by Rob Shearman. by Alexandre Julliard · 18 years ago
  51. 5f1a234 kernel32: Fix the size of ThreadAffinityMask to match PSDK. by Dmitry Timoshkov · 18 years ago
  52. b453673 kernel32: Skip modem status tests if GetModemStatus failed. by Marcus Meissner · 18 years ago
  53. 73cc00f ntoskrnl.exe: Reuse the kernel32 instruction emulation support for kernel-mode drivers. by Alexandre Julliard · 18 years ago
  54. e690916 kernel32: Add an overflow test for MultiByteToWideChar. by Dmitry Timoshkov · 18 years ago
  55. 90bafb3 kernel32: Print last error value as unsigned, printing error in hex is useless. by Dmitry Timoshkov · 18 years ago
  56. 8530cb0 kernel32: Check for already loaded module also for LOAD_LIBRARY_AS_DATAFILE. by Alexandre Julliard · 18 years ago
  57. 306d71c kernel32: Support incrementing the module refcount in GetModuleHandleEx. by Alexandre Julliard · 18 years ago
  58. 59a2686 kernel32: Add a test for LoadLibraryEx(LOAD_LIBRARY_AS_DATAFILE). by Dmitry Timoshkov · 18 years ago
  59. 24bf661 kernel32/tests: Add tests for console codepages. by Kirill K. Smirnov · 18 years ago
  60. 9d74661 server: Move console codepages to the server. by Kirill K. Smirnov · 18 years ago
  61. b504d05 kernel32: Fix typo in CreateActCtxA. by Alexandre Julliard · 18 years ago
  62. 8f45938 kernel32/tests: Add tests for console screen buffer. by Kirill K. Smirnov · 18 years ago
  63. fe38693 kernel32: Set the new definition for an activation context, and implement adding/releasing references to it. by Eric Pouech · 18 years ago
  64. 80f41b4 kernel32: Implemented CreateActCtxA on top of CreateActCtxW. by Eric Pouech · 18 years ago
  65. 6604181 kernel32: Set the dll file name with the correct case to make EXECryptor happy. by Alexandre Julliard · 18 years ago
  66. 7919bad kernel32: Exclude unused headers. by Andrew Talbot · 18 years ago
  67. fe933b0 kernel32: Exclude unused headers. by Andrew Talbot · 18 years ago
  68. 072e7d0 kernel32: Exclude unused headers. by Andrew Talbot · 18 years ago
  69. 5965199 kernel32: Exclude unused headers. by Andrew Talbot · 18 years ago
  70. 3baf4db kernel32: Disable FT_Thunk entry point when Windows version is NT. by Alexandre Julliard · 18 years ago
  71. a70df44 kernel32/tests: Boundary test cases for SystemTimeToFileTime and GetDateFormat. by Bill Medland · 18 years ago
  72. a22c7a6 kernel32: Constify a variable. by Andrew Talbot · 18 years ago
  73. f807f2d kernel32: Don't skip directory symlinks when looking for a specific file. by Alexandre Julliard · 18 years ago
  74. f9a54eb kernel32: Add stub for BindIoCompletionCallback. by Louis Lenders · 18 years ago
  75. 2bd4d6b kernel32: Fix off by one error. by Vitaliy Margolen · 18 years ago
  76. 9eb0c87 kernel32/tests: Add tests for NeedCurrentDirectoryForExePath. by Kirill K. Smirnov · 18 years ago
  77. fff6db6 kernel32: Add partial stub for NeedCurrentDirectoryForExePath. by Kirill K. Smirnov · 18 years ago
  78. 87e8204 kernel32/tests: Resource functions are not implemented on win98. by Paul Vriens · 18 years ago
  79. 67c26f4 kernel32/tests: GetLongPathNameW is not implemented on win98. by Paul Vriens · 18 years ago
  80. c1f6501 kernel32/tests: GetComputerNameW is not implemented on win98. by Paul Vriens · 18 years ago
  81. 9dafa1f kernel32/tests: CreateRemoteThread is not implemented on win98. by Paul Vriens · 18 years ago
  82. 2741283 kernel32: Add the directory the executable was loaded from to the module search path if the module file name doesn't contain a path. by Rob Shearman · 18 years ago
  83. 3684dc1 server: Move the FSCTL_PIPE_WAIT ioctl implementation to the server. by Alexandre Julliard · 18 years ago
  84. aaf477f server: Change the timeout handling to use NT-style 64-bit timeouts everywhere. by Alexandre Julliard · 18 years ago
  85. 8c46095 server: Implement the FSCTL_PIPE_DISCONNECT ioctl on the server side. by Alexandre Julliard · 18 years ago
  86. 9eaaadb kernel32: Use the correct access rights when opening named pipes. by Alexandre Julliard · 18 years ago
  87. bbbd427 kernel32: Fix non-terminated separator string. by Chia-I Wu · 18 years ago
  88. ce0da3e kernel32: Allow any amount of whitespace between the words ANSI and SCSI in /proc/scsi/scsi. by Hans Leidekker · 18 years ago
  89. 83cef86 kernel32: Add SYNCHRONIZE access to mailslot handles. by Alexandre Julliard · 18 years ago
  90. c915215 ntdll: Use send(2) instead of write(2) for zero-byte writes to sockets. by Alexandre Julliard · 18 years ago
  91. a0b2dbd kernel32: Remove superfluous semicolons. by Andrew Talbot · 18 years ago
  92. aef2edb kernel32: Add a bit of slack to the mailslot timeout test. by Alexandre Julliard · 18 years ago
  93. 4e5c703 server: Make timeout status for async I/O specifiable. Fix mailslots timeout handling. by Alexandre Julliard · 18 years ago
  94. 0081b43 Assorted spelling and English fixes. by Francois Gouget · 18 years ago
  95. 2a86f34 kernel32: Added some last error tests for mailslots. by Alexandre Julliard · 18 years ago
  96. bae3dc4 kernel32: Add GetCPInfo test. by Dmitry Timoshkov · 18 years ago
  97. a441935 kernel32: Better default for dwActiveProcessorMask in GetSystemInfo. by Alexandre Julliard · 18 years ago
  98. c4ad5ee kernel32: Make default behavior more consistent when AeDebug key is not present. by Alexandre Julliard · 18 years ago
  99. d9e8a0f Remove unneeded checks on the GetModuleHandle() return value for cases where we are linked with the dll. by Francois Gouget · 18 years ago
  100. 5de163f kernel32/profile: Some parameter tests for GetPrivateProfileSectionA. by Paul Vriens · 18 years ago