1. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  2. bf97962 Avoid including stackframe.h if it's not needed. by Alexandre Julliard · 22 years ago
  3. 583bb3f - started implementing ntdll.NtDeviceIoControlFile and made by Eric Pouech · 22 years ago
  4. 1bb3859 Added support for overlapped ioctl requests (and a few other cosmetics). by Eric Pouech · 22 years ago
  5. cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago
  6. 75dee50 Replace 0x%p with %p. by Patrik Stridvall · 22 years ago
  7. c71cf7e Move int13 handler to winedos. by Jukka Heinonen · 22 years ago
  8. ed800c6 Build ntdll with -DSTRICT. by Andrew John Hughes · 22 years ago
  9. d41581d DeviceIoControl now calls winedos interrupt handlers. Fixed RawModeSwitch. by Jukka Heinonen · 22 years ago
  10. 5cf56a3 Removed LPxxx handle types that don't exist under Windows. by Alexandre Julliard · 23 years ago
  11. f2ef2c2 Handle special registry root keys directly in advapi32, and avoid by Alexandre Julliard · 23 years ago
  12. fb40a72 Copied the registry functions needed by VMM into device.c and got rid by Alexandre Julliard · 23 years ago
  13. 3fa613c Moved internal context macros out of winnt.h. by Alexandre Julliard · 23 years ago
  14. d75aed2 Convert most of the file APIs to Unicode. by Dmitry Timoshkov · 23 years ago
  15. d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
  16. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  17. c97e24e Fixed warnings. by Gerald Pfeifer · 23 years ago
  18. 6a96749 - Add some undocumented ioctl mappings. by Andreas Mohr · 23 years ago
  19. 8c08ceb Replaced -dosver and -winver options by config file parameters. by Alexandre Julliard · 23 years ago
  20. 6044307 A few fixes for mingw cross-compilation. by Alexandre Julliard · 23 years ago
  21. 88dadae Moved int13 support to the VWIN32_DIOC_DOS_INT13 ioctl. by Mike McCormack · 23 years ago
  22. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  23. 5cc6105 Changed the Wine internal cdrom interface to the NT model. by Eric Pouech · 23 years ago
  24. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  25. 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
  26. 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
  27. f359895 Yet another documentation/message text patch. by Andreas Mohr · 24 years ago
  28. 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
  29. 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
  30. dae8de6 Documentation ordinal fixes (using winapi_fixup). by Patrik Stridvall · 24 years ago
  31. 3eb3569 - add handler for VCD VxD ("virtual comm device" ?) by Andreas Mohr · 24 years ago
  32. 3f1ed52 Implemented 64bit file size handling. by Marcus Meissner · 24 years ago
  33. 282f727 Small 'typos in comments' fixes. by Francois Gouget · 24 years ago
  34. 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
  35. d0a4177 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  36. 895d4f1 Give both --winver nt40 and win31 for VxD warning, as some programs by Andreas Mohr · 24 years ago
  37. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  38. 6c8edaa Use getpagesize() instead of VIRTUAL_GetPageSize(). by Alexandre Julliard · 24 years ago
  39. becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
  40. 08a1147 Added a --winver nt40 hint to VxD error message. by Andreas Mohr · 24 years ago
  41. 2af03e4 Do not include sys/ptrace.h and sys/user.h unconditionally. by Dimitrie O. Paun · 24 years ago
  42. 0a5d9ef Added HASP device stub. by Kees Schoenmakers · 24 years ago
  43. ad2b103 Quieten VxDCall_VMM output. by Marcus Meissner · 24 years ago
  44. d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 25 years ago
  45. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  46. d586dc9 Replaced VERSION_* calls by exported API equivalents. by Alexandre Julliard · 25 years ago
  47. cb10fda Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need by Alexandre Julliard · 25 years ago
  48. 58d5a0a Removed some unnecessary inclusions of wingdi.h and winuser.h by Alexandre Julliard · 25 years ago
  49. 5dff4fb Implemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO, needed by by Ian Schmidt · 25 years ago
  50. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  51. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  52. 318f4ce Build most dlls as separate shared libraries. by Alexandre Julliard · 25 years ago
  53. 1cc90ff Stubs for VMM GetDemandPageInfo function and VWin32 "Get VMCPD Version". by Ian Schmidt · 25 years ago
  54. be728f1 Implemented parts of _PageReserve() _PageCommit() _PageDecommit() by Peter Ganten · 25 years ago
  55. eb94c7d Adapted to new register function handling. by Ulrich Weigand · 25 years ago
  56. 796c0f1 Implemented VWin32 VxDCall mechanism and 2 calls. by Ian Schmidt · 25 years ago
  57. f005247 Allow for buggy apps that call the wrong VxDCall routine. by Ulrich Weigand · 25 years ago
  58. 9633632 - Added missing configuration #if:s and #includes:s. by Patrik Stridvall · 25 years ago
  59. 526d8e9 Fixed last error code when trying to load unknown VxD with CreateFile. by Ulrich Weigand · 26 years ago
  60. 40b083f Create VxD handle only for known VxDs. by Ulrich Weigand · 26 years ago
  61. 0fa6dad Fixed some CONTEXT86 vs. CONTEXT mismatches. by Ulrich Weigand · 26 years ago
  62. 1327748 Added checks for sys/errno.h, sys/signal.h and sys/mman.h. by Howard Abrams · 26 years ago
  63. 617955d Changed CONTEXT into CONTEXT86 everywhere we really want an i386 by Alexandre Julliard · 26 years ago
  64. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
  65. f08b819 Some stubs for pccard vxd to debug the native shell32. by Juergen Schmied · 26 years ago
  66. fd45627 VxDCall functions do not need to be 'register'. by Alexandre Julliard · 26 years ago
  67. 91aaca8 Added MMDEVLDR DeviceIoctl(5) stub (msacm32 is a bit happier now). by Marcus Meissner · 26 years ago
  68. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  69. c53def7 Added (empty) stub for OpenVxDHandle. by Eric Pouech · 26 years ago
  70. 96c08d8 Use server handles directly for Win32 handles. Removed use of K32OBJ. by Alexandre Julliard · 26 years ago
  71. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  72. 04c3e1d Removed a lot of occurences of windows.h (and added necessary other includes). by Marcus Meissner · 26 years ago
  73. 62a8b43 Hacked server-side device support by Alexandre Julliard · 26 years ago
  74. 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
  75. 0562539 Implemented file sharing checks in the server. by Alexandre Julliard · 26 years ago
  76. 5544387 Removed client-side wait functions; all waiting is now done through the server. by Alexandre Julliard · 26 years ago
  77. 1298062 Implemented (most) VWin32.VxD DeviceIoControl routines. by Ulrich Weigand · 26 years ago
  78. 6a41a4b monodebg.vxd used by some Origin programs implemented. by Marcus Meissner · 26 years ago
  79. 686db71 Removed things that were earlier added by mistake. by Patrik Stridvall · 26 years ago
  80. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  81. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  82. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  83. ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
  84. f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614