1. 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
  2. 33929be - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
  3. 838a361 Declare stubs for ReadFileEx, WriteFileEx. by Mike McCormack · 24 years ago
  4. dae8de6 Documentation ordinal fixes (using winapi_fixup). by Patrik Stridvall · 24 years ago
  5. a72491e Stub for GetQueuedCompletionStatus. by Marcus Meissner · 24 years ago
  6. 1426c8c Documentation updates. by Andreas Mohr · 24 years ago
  7. 6bb990f Drop any file64 functions, try to use system supplied 64-bit mode by by Marcus Meissner · 24 years ago
  8. 3eb3569 - add handler for VCD VxD ("virtual comm device" ?) by Andreas Mohr · 24 years ago
  9. 7a0d4ba Do not return FALSE on SetFileAttributes() failure (in readonly by Marcus Meissner · 24 years ago
  10. 3f1ed52 Implemented 64bit file size handling. by Marcus Meissner · 24 years ago
  11. 15a3b74 Documentation name fixes. by Patrik Stridvall · 24 years ago
  12. ec0bff1 Use snprintf to prevent buffer overflows in format_exception_msg. by Francois Gouget · 24 years ago
  13. 85d3086 - added stubs for three console functions - updated wincon.h by Michael Stefaniuc · 24 years ago
  14. a5a872e Use the new send_fd mechanism for the set_console_fd server request. by Alexandre Julliard · 24 years ago
  15. 857abbf Terminate process on unhandled ^C exception instead of launching the debugger. by Alexandre Julliard · 24 years ago
  16. 9ec9c2b Implemented SetFileApisToOEM, SetFileApisToANSI and AreFileApisANSI. by Dmitry Timoshkov · 24 years ago
  17. 282f727 Small 'typos in comments' fixes. by Francois Gouget · 24 years ago
  18. 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
  19. ea2a9a8 Removed a few Callout functions by doing a GetProcAddress at the time by Alexandre Julliard · 24 years ago
  20. a4bc5a2 Pass the stdin/stdout handles on startup to use as console (based on a by Alexandre Julliard · 24 years ago
  21. d0a4177 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  22. 895d4f1 Give both --winver nt40 and win31 for VxD warning, as some programs by Andreas Mohr · 24 years ago
  23. 4570478 Use the Pentium's rdtsc instruction (if available) to implement by James Abbatiello · 24 years ago
  24. e939eae Made exception_event_request non-blocking, and added by Alexandre Julliard · 24 years ago
  25. 7d5bc5c Removed some direct accesses to the 16-bit task structure. by Alexandre Julliard · 24 years ago
  26. abb8c07 pty_handle is a HANDLE, not an int. by François Gouget · 24 years ago
  27. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  28. a6d83eb - clarify many error messages - add data corruption warning to README file by Andreas Mohr · 24 years ago
  29. db0747d Removed some unnecessary includes. Got rid of ldt.h. by Alexandre Julliard · 24 years ago
  30. 6c8edaa Use getpagesize() instead of VIRTUAL_GetPageSize(). by Alexandre Julliard · 24 years ago
  31. becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
  32. 697bf65 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
  33. 519346a Fixed miscellaneous typos, syntactic and grammatical errors. by Francois Gouget · 24 years ago
  34. 08a1147 Added a --winver nt40 hint to VxD error message. by Andreas Mohr · 24 years ago
  35. 2af03e4 Do not include sys/ptrace.h and sys/user.h unconditionally. by Dimitrie O. Paun · 24 years ago
  36. 0a5d9ef Added HASP device stub. by Kees Schoenmakers · 24 years ago
  37. 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
  38. 89b18a7 Moved EnumPortsA to dlls/winspool. by Alexandre Julliard · 24 years ago
  39. 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
  40. fc2c5df Implemented TerminateApp needed for DBase 5.0. by Andreas Mohr · 24 years ago
  41. 3bf456b Fixed GetLargestConsoleWindowSize return type for Winelib apps. by Alexandre Julliard · 24 years ago
  42. 0ba2b56 The debugger "Auto" registry value should be a string. by Alexandre Julliard · 24 years ago
  43. 4e951ea Check all Callouts function pointers for NULL before using them. by Alexandre Julliard · 24 years ago
  44. 908464d Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se> by Alexandre Julliard · 24 years ago
  45. aa9f8dc Need to get any outstanding input prior to returning number. by Guy L. Albertelli · 24 years ago
  46. ad2b103 Quieten VxDCall_VMM output. by Marcus Meissner · 24 years ago
  47. 634824b Raise an exception when a stub entry point is called. by Alexandre Julliard · 24 years ago
  48. d67dace - Print CS reg at crash MessageBox (needed for Win16 programs). by Andreas Mohr · 24 years ago
  49. 295106d Fixed regression for debugger startup event creation. by Eric Pouech · 24 years ago
  50. 977ec4d Prevent SetFileAttributeA from making directory read-only. by Rein Klazes · 24 years ago
  51. 3c5f895 Changed debugger launching to auto per default. by Andreas Mohr · 24 years ago
  52. d76f9f9 Implemented a bunch of large integer functions in ntdll. by Alexandre Julliard · 25 years ago
  53. afb49ea Moved a bunch of routines to kernel32.dll (with the help of Dimitrie O. Paun). by Alexandre Julliard · 25 years ago
  54. 15bfcd0 Moved $(MODULE).o rule out of Make.rules into the individual Makefiles. by Alexandre Julliard · 25 years ago
  55. 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
  56. d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 25 years ago
  57. 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
  58. 973cc74 "implemented" GetSystemTimeAdjustment. by Andreas Mohr · 25 years ago
  59. 627616b Change xterm mouse tracking mode to BTN_EVENT_MOUSE (track if pressed). by Marcus Meissner · 25 years ago
  60. e75902a Replaced USER32.DLL use by hardcoded tables for VkKeyScanA and MapVirtualKeyA. by Marcus Meissner · 25 years ago
  61. 9264300 Converted a lot of server requests to the new exception handling mechanism. by Alexandre Julliard · 25 years ago
  62. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  63. 7bbba4f Removed calls to ConvertToGlobalHandle and MakeCriticalSectionGlobal. by Alexandre Julliard · 25 years ago
  64. eca7f9f Stubbed SetConsoleInputExeNameA/W. by Chris Morgan · 25 years ago
  65. e101f6d Cleaned up a few inter-dll dependencies. Added a few imports. by Alexandre Julliard · 25 years ago
  66. d586dc9 Replaced VERSION_* calls by exported API equivalents. by Alexandre Julliard · 25 years ago
  67. 52900c8 Make PDB, ENVDB and STARTUPINFO global variables. by Alexandre Julliard · 25 years ago
  68. a007f33 Moved a few non-standard headers into their respective dlls. by Alexandre Julliard · 25 years ago
  69. 6113975 Moved struct32.c to windows directory. by Alexandre Julliard · 25 years ago
  70. 081ee94 - Fixed resource functions to work directly from the HMODULE instead of by Alexandre Julliard · 25 years ago
  71. 3850c1a Moved most USER string functions to dlls/user. by Alexandre Julliard · 25 years ago
  72. cb10fda Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need by Alexandre Julliard · 25 years ago
  73. 93652e1 Moved a bunch of functions out of libwine/kernel/gdi into USER. by Alexandre Julliard · 25 years ago
  74. 09ddb59 Make USER and GDI separate dlls. by Alexandre Julliard · 25 years ago
  75. 58d5a0a Removed some unnecessary inclusions of wingdi.h and winuser.h by Alexandre Julliard · 25 years ago
  76. d5041fc Moved thunking functions off to kernel32.dll. by Alexandre Julliard · 25 years ago
  77. 18bd3f6 Fixed bad exception handler chain termination. by Eric Pouech · 25 years ago
  78. c32169c A few missing console stubs. by Eric Pouech · 25 years ago
  79. 1f34ce5 Implementation for PrivateExtractIcons, PrivateExtractIconEx. by Juergen Schmied · 25 years ago
  80. f7bf7ef Rewrote codepage support to use the new codepage tables. by Alexandre Julliard · 25 years ago
  81. 8fe0551 Removed a few unnecessary includes. by Alexandre Julliard · 25 years ago
  82. 5524f64 Don't call MessageBoxA before USER is initialized. by Ulrich Weigand · 25 years ago
  83. 2e011a5 Lots of spelling fixes that accumulated in my tree again, made several by Andreas Mohr · 25 years ago
  84. 637e200 Add stub for SetConsoleOutputCP. by Ulrich Czekalla · 25 years ago
  85. c192ba2 Exec a separate wine binary for every win32 process so that they run by Alexandre Julliard · 25 years ago
  86. 5353224 Sorted out a few misplaced definitions. by Francois Gouget · 25 years ago
  87. f818d42 Fixed COORD structure definition. by Alexandre Julliard · 25 years ago
  88. 8446ba0 Insure we always try to launch a debugger. by Eric Pouech · 25 years ago
  89. f1a2532 Fixed GetLargestConsoleWindowSize prototype. by Eric Pouech · 25 years ago
  90. 14e5252 SetLocalTime() and SetSystemTime() bugfixes. Added a maximum clock by Rein Klazes · 25 years ago
  91. 02ee9dd Added launching of a debugger when unhandled exception occurs. by Eric Pouech · 25 years ago
  92. 920d9c6 Added PeekNamedPipe stub. by Andreas Mohr · 25 years ago
  93. 54fe838 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  94. 5dff4fb Implemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO, needed by by Ian Schmidt · 25 years ago
  95. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  96. e2905ea Fixes for i18n. by Hidenori Takeshima · 25 years ago
  97. 6ec108a Moved FatalAppExit functions to win32/except.c. by Alexandre Julliard · 25 years ago
  98. 98fde73 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  99. ea0d028 Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events. by Alexandre Julliard · 25 years ago
  100. 00641d5 Removed PDB32_DEBUGGED flag and send all debug events unconditionally. by Alexandre Julliard · 25 years ago