1. c816005 Implemented GetCompressedFileSize[AW]. by Pavel Roskin · 22 years ago
  2. 240b0a9 Moved the Windows version code to dlls/ntdll, and implemented by Alexandre Julliard · 22 years ago
  3. 9146e68 Moved VxDCall support to dlls/kernel. by Alexandre Julliard · 22 years ago
  4. aaf3503 Moved almost all remaining process, thread, fiber and exception by Alexandre Julliard · 22 years ago
  5. b2b2c47 Move the mailslot stubs into the dlls/kernel directory. by Mike McCormack · 22 years ago
  6. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  7. bf97962 Avoid including stackframe.h if it's not needed. by Alexandre Julliard · 22 years ago
  8. cbefdef Consolidate all kernel power management functions. by Dimitrie O. Paun · 22 years ago
  9. 69e609d Merge CPU detection code into misc/cpu.c. Add support for Mhz registry key. by Mike Hearn · 22 years ago
  10. f872d9a Modified unhandled exception message to contain also thread identifier. by Juraj Hercek · 22 years ago
  11. 583bb3f - started implementing ntdll.NtDeviceIoControlFile and made by Eric Pouech · 22 years ago
  12. dc4b0c7 Moved tape.c to dlls/kernel. by Alexandre Julliard · 22 years ago
  13. 1bb3859 Added support for overlapped ioctl requests (and a few other cosmetics). by Eric Pouech · 22 years ago
  14. 2f24859 Beep() is still needed in ntdll, move it back to some random file. by Alexandre Julliard · 22 years ago
  15. 390a0bf Removed W->A calls from FatalAppExitW. by Stefan Leichter · 22 years ago
  16. 0f6f92e Don't use a hex number for the event in the default string. by Uwe Bonnes · 22 years ago
  17. 56b5e08 Remove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAIT define. by Alexandre Julliard · 22 years ago
  18. 79673e9 Stubs for BeginUpdateResourceA(), BeginUpdateResourceW(), by Paul McNett · 22 years ago
  19. cfd8bb8 Added stub for GetDevicePowerState(). by Rein Klazes · 22 years ago
  20. cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago
  21. 9b0b1e0 Remove (POINTER)NULL casts. by Francois Gouget · 22 years ago
  22. bda22de - Add some stubs. - Implement kernel32.FatalExit. by Robert Shearman · 22 years ago
  23. 297f3d8 Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them. by Dimitrie O. Paun · 22 years ago
  24. f769479 - Reimplement time functions using ntdll functions. - Some cleanups. by György 'Nog' Jeney · 22 years ago
  25. 737d4be Move excpt.h out of include/msvcrt/ as it does not conflict with any by Dimitrie O. Paun · 22 years ago
  26. 75dee50 Replace 0x%p with %p. by Patrik Stridvall · 22 years ago
  27. c71cf7e Move int13 handler to winedos. by Jukka Heinonen · 22 years ago
  28. ed800c6 Build ntdll with -DSTRICT. by Andrew John Hughes · 22 years ago
  29. d41581d DeviceIoControl now calls winedos interrupt handlers. Fixed RawModeSwitch. by Jukka Heinonen · 22 years ago
  30. 6d886a5 - Allow setting NetBIOS ComputerName through registry. by Martin Wilck · 22 years ago
  31. bdb4455 Raise an exception if any Wine or Winelib code does an assert. by Lionel Ulmer · 22 years ago
  32. 5cf56a3 Removed LPxxx handle types that don't exist under Windows. by Alexandre Julliard · 23 years ago
  33. 457e1ed Fixed a couple of bugs in the debugger startup. by Alexandre Julliard · 23 years ago
  34. 472d016 Correct SIZE_T size according to MS SDK. by Dmitry Timoshkov · 23 years ago
  35. f2ef2c2 Handle special registry root keys directly in advapi32, and avoid by Alexandre Julliard · 23 years ago
  36. fb40a72 Copied the registry functions needed by VMM into device.c and got rid by Alexandre Julliard · 23 years ago
  37. dafbc3f Removed remaining references to advapi32 registry functions from by Alexandre Julliard · 23 years ago
  38. 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
  39. 51e6c0c MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
  40. 3fa613c Moved internal context macros out of winnt.h. by Alexandre Julliard · 23 years ago
  41. 9aab47e MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
  42. ef0e2af MSVC long long fixes. by Patrik Stridvall · 23 years ago
  43. d75aed2 Convert most of the file APIs to Unicode. by Dmitry Timoshkov · 23 years ago
  44. 57bf450 MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
  45. d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
  46. f507278 Unprotect the resource data in the unhandled exception handler to fix by Alexandre Julliard · 23 years ago
  47. 7375597 Fixed some handle type mismatches and added a few casts in prevision by Alexandre Julliard · 23 years ago
  48. 05d42e5 Moved all client-side console code to kernel. by Eric Pouech · 23 years ago
  49. 6ecade7 Some dos VGA error handling. Misc TRACE changes. by Chris Morgan · 23 years ago
  50. 50ac3e5 Multi-line edit is now enabled. by Eric Pouech · 23 years ago
  51. b810b53 Fixed synchronisation for ctrl event generation. by Eric Pouech · 23 years ago
  52. 3c85eb1 Added --debugmsg option to the debugger. by Alexandre Julliard · 23 years ago
  53. 93bfa0d Implementation for console control events (includes process groups support). by Eric Pouech · 23 years ago
  54. 1d86056 Better too long lines detection, added del key support in emacs mode. by Eric Pouech · 23 years ago
  55. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  56. c97e24e Fixed warnings. by Gerald Pfeifer · 23 years ago
  57. 6a96749 - Add some undocumented ioctl mappings. by Andreas Mohr · 23 years ago
  58. 55e845d Removed most inclusions of options.h. by Alexandre Julliard · 23 years ago
  59. 8c08ceb Replaced -dosver and -winver options by config file parameters. by Alexandre Julliard · 23 years ago
  60. 3536316 New loading scheme for Winelib apps, makes them behave like builtin by Alexandre Julliard · 23 years ago
  61. 6044307 A few fixes for mingw cross-compilation. by Alexandre Julliard · 23 years ago
  62. 5900867 Moved the selector access functions out of winnt.h into libwine. by Alexandre Julliard · 23 years ago
  63. 9bb05fc Specify the complete source file list for a dll inside the main by Alexandre Julliard · 23 years ago
  64. 218faf3 Fixed FlushInstructionCache prototype. by Eric Pouech · 23 years ago
  65. e6bdef2 Correct behaviour of DEL key back to deleting the current character. by Jason Edmeades · 23 years ago
  66. b7b75a8 - Added f8 (history retrieval from partial command) support by Jason Edmeades · 23 years ago
  67. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  68. 88dadae Moved int13 support to the VWIN32_DIOC_DOS_INT13 ioctl. by Mike McCormack · 23 years ago
  69. 1e53893 Fixed writing multiline block while wrapping enabled. by Eric Pouech · 23 years ago
  70. 4ae9297 Hack to make wineconsole work again. by Alexandre Julliard · 23 years ago
  71. 34372dc Fix SetFileAttributes to honor the umask (rather than making files by Francois Gouget · 23 years ago
  72. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  73. 73ab649 New file msvcrt/excpt.h. Move some stuff out of winnt.h into it. by Peter Hunnisett · 23 years ago
  74. dac9dfc Make Home, End and Enter on the keypad work in the debugger. by Dmitry Timoshkov · 23 years ago
  75. 8691c8e SetFileAttributes returns now an error if target file is on CDROM. by Jukka Heinonen · 23 years ago
  76. 5038c04 Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  77. 000b180 Added GetComputerNameEx[AW] semi-stub. by Dmitry Timoshkov · 23 years ago
  78. 9ff202e Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  79. 5cc6105 Changed the Wine internal cdrom interface to the NT model. by Eric Pouech · 23 years ago
  80. 824a7f1 Fix some bad behavior when some lock states (capslock, numlock...) by Eric Pouech · 23 years ago
  81. 193cf50 Removed some of the calls to HEAP_strdup* functions. by Alexandre Julliard · 23 years ago
  82. 1b3c04d Check the return value of *snprintf for C99 style overflow reporting. by Michael Stefaniuc · 23 years ago
  83. c19bb1a Fixed buffer length in history manipulation. by Eric Pouech · 23 years ago
  84. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  85. 1ac2b1e Now passing event with --use-event to let programs starting with by Eric Pouech · 23 years ago
  86. 0b83d4c New console code based on Win32 windows. by Eric Pouech · 23 years ago
  87. 9cef2d0 - fix wrong hexadecimal GetLastError() output by Andreas Mohr · 23 years ago
  88. 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
  89. b517b76 Expand environment variables in "Debugger" setting. by Francois Gouget · 23 years ago
  90. e15badb Cosmetics. by Andreas Mohr · 23 years ago
  91. 4b62618 Added support for low-level mouse and keyboard hooks. by Alexandre Julliard · 23 years ago
  92. 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
  93. f359895 Yet another documentation/message text patch. by Andreas Mohr · 24 years ago
  94. 04717f0 HANDLER_ROUTINE is in fact PHANDLER_ROUTINE. by Francois Gouget · 24 years ago
  95. f80cf43 Quiet FlushInstructionCache for non-NT systems where it does nothing per MSDN. by Guy Albertelli · 24 years ago
  96. 588ff37 Documentation updates (mainly thru vs. through). by Francois Gouget · 24 years ago
  97. c04f405 Modified the debugger launching code so that only one instance of the by Eric Pouech · 24 years ago
  98. 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
  99. 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
  100. 33929be - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago