1. 719a789 Fix signed/unsigned comparison warnings. by Hans Leidekker · 21 years ago
  2. 440ad8c - ctrl-c enabling flag is now inherited by Eric Pouech · 21 years ago
  3. 6a27b48 Fd type is no longer used, get rid of it. by Alexandre Julliard · 21 years ago
  4. 4616dcb Moved the WindowFromPoint functionality to the server so that we can by Alexandre Julliard · 21 years ago
  5. c4ec210 Pass the environment for a child process through the server instead of by Alexandre Julliard · 21 years ago
  6. 618a7e5 Added support for window regions in the server. by Alexandre Julliard · 21 years ago
  7. e8d86b7 Moved visible region calculation to the server. by Alexandre Julliard · 21 years ago
  8. b0fd2ad - Added ProcessBasicInformation class to ntdll.NtQueryInformationProcess. by Eric Pouech · 21 years ago
  9. 8c29b5f Removed the no longer used SMB file I/O support, we can't do reliable by Alexandre Julliard · 21 years ago
  10. c07ce05 Moved loading of the home registry files to the server, there's no by Alexandre Julliard · 21 years ago
  11. 72f87b8 Use pread/pwrite everywhere to avoid changing the file position while by Alexandre Julliard · 21 years ago
  12. 716878c Fixed a number of NT status values to be closer to NT behavior. by Alexandre Julliard · 21 years ago
  13. dfcfc98 RtlSetCurrentDirectory_U: store a handle to the current directory by Alexandre Julliard · 21 years ago
  14. 684b65c Added support for FILE_DIRECTORY_FILE and FILE_NON_DIRECTORY_FILE open options. by Alexandre Julliard · 21 years ago
  15. 2392a36 Get rid of non-standard ERROR_UNKNOWN value. by Filip Navara · 21 years ago
  16. 18c08d3 Removed the get_file_info request. by Alexandre Julliard · 21 years ago
  17. db45170 Handle the set_file_pointer request on the client side. by Alexandre Julliard · 21 years ago
  18. 49b2f6d Get rid of the removable media handling in the server. by Alexandre Julliard · 21 years ago
  19. a1fe8b4 Use futimes() instead of utime() to implement SetFileTime, so that it by Alexandre Julliard · 21 years ago
  20. adc0610 Make the standard create_file request handle serial ports too, and by Alexandre Julliard · 21 years ago
  21. 014099c Changed the create_file server request to take NtCreateFile flags by Alexandre Julliard · 21 years ago
  22. db692c8 Open a real file handle for drive devices, and get rid of the server by Alexandre Julliard · 21 years ago
  23. 9ffce00 Pass inherit handle flag properly for CreateNamedPipe. by Uwe Bonnes · 21 years ago
  24. 43cb03b Implemented RegFlushKey and NtFlushKey. by Mike Hearn · 21 years ago
  25. bd13ab8 Store a pointer to the client-side class structure in the server and by Alexandre Julliard · 21 years ago
  26. bfce151 Added window classes in the server, and support for inter-process by Alexandre Julliard · 21 years ago
  27. 08d0192 Print names for Win32 errors too, plus a few more status codes. by Alexandre Julliard · 21 years ago
  28. ebf1243 Added support for inter-process GetWindowWord. by Alexandre Julliard · 21 years ago
  29. 97903d2 Added support for inter-process GetWindowLong on the window extra bytes. by Alexandre Julliard · 21 years ago
  30. e55d593 Set or clear the BeingDebugged flag in the PEB when a debugger is by Alexandre Julliard · 21 years ago
  31. af192f8 Store a "removable" flag instead of the full drive type in the server by Alexandre Julliard · 21 years ago
  32. 8d174d3 Store the global shell, progman and taskman windows in the server by Alexandre Julliard · 21 years ago
  33. 841f898 Converted process creation to Unicode. by Alexandre Julliard · 21 years ago
  34. 2700551 Cast time_t to long for printing. by Gerald Pfeifer · 21 years ago
  35. c30cefb Store module names in Unicode in the server. by Alexandre Julliard · 21 years ago
  36. 9fd54b2 - Implemented a few information classes in NtQuerySystemInformation. by Eric Pouech · 22 years ago
  37. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  38. 5ac945c Implement registry key unloading. by Mike McCormack · 22 years ago
  39. 449d10f Fixed regression in process creation (std handle inheritance). by Eric Pouech · 22 years ago
  40. 039e131 Implemented inter-thread SendMessageCallback. by Alexandre Julliard · 22 years ago
  41. 36cd6f5 Added a security token object in wineserver. by Mike McCormack · 22 years ago
  42. ca3ac8f Run WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context of the thread by Alexandre Julliard · 22 years ago
  43. 09029b2 Implemented the SMTO_ABORTIFHUNG flag of SendMessageTimeout. by Alexandre Julliard · 22 years ago
  44. 4f196ea Implemented the ThreadBasicInformation case for NtQueryInformationThread. by Alexandre Julliard · 22 years ago
  45. f6a7096 - start moving a few file related functions from files/file.c to by Eric Pouech · 22 years ago
  46. b2df5f9 - use global atoms for the format ids by Ulrich Czekalla · 22 years ago
  47. a86a289 In console input record queue, replace semaphore with a manual reset by Eric Pouech · 22 years ago
  48. 412d37f - adapted kernel32 so that it no longer (directly) manages console by Eric Pouech · 22 years ago
  49. 693bbd7 Make it possible to retrieve an inheritable handle in open_named_pipe by Alexandre Julliard · 22 years ago
  50. c00a447 Implement anonymous pipes on top of named pipes. by Eric Pouech · 22 years ago
  51. 4c591d4 Implemented timer related functions in ntdll and make the kernel32 by Eric Pouech · 22 years ago
  52. ef8b946 - rewrite of the named pipe code by Mike McCormack · 22 years ago
  53. 088bcf9 Implemented NtQueueApcThread, and changed the server APC interface to by Alexandre Julliard · 22 years ago
  54. 462172a Added abs_time_t structure to the server protocol, and added a dump by Alexandre Julliard · 22 years ago
  55. 3e588e3 Implemented file change notifications, based on a patch by Mike McCormack. by Alexandre Julliard · 22 years ago
  56. a8497bd Make a distinction between the thread Unix pid and the process wide by Alexandre Julliard · 22 years ago
  57. b1095da Fixed bug that could cause SendMessage to return too early in certain cases. by Alexandre Julliard · 22 years ago
  58. ce61349 Implemented file locking functions (partly based on my old Corel by Alexandre Julliard · 22 years ago
  59. d04ccb8 Use SIGUSR1 instead of SIGSTOP to suspend threads. by Alexandre Julliard · 22 years ago
  60. 77c8b1d Pass the pid of the new process in the new_process request, don't by Alexandre Julliard · 22 years ago
  61. cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago
  62. 037c8a1 Porting fixes. by Steven Edwards · 22 years ago
  63. 91befe1 Made process and thread ids small integers instead of pointers. by Alexandre Julliard · 22 years ago
  64. fa8b85a Set the edition mode as a specific attribute, not an extension of the by Eric Pouech · 22 years ago
  65. 2359b57 - no longer depend on toolhelp definitions for generating snapshots by Eric Pouech · 22 years ago
  66. 8ba666f Store the keyboard state in the thread input structure on the server side. by Alexandre Julliard · 22 years ago
  67. 435e2e6 winnt.h should not be self-contained, it must depend on windef.h so by Alexandre Julliard · 22 years ago
  68. 11f4b44 Implemented registry change notifications. by Mike McCormack · 22 years ago
  69. 24f4ece Partially implement GetThreadTimes. by Ryan Cumming · 22 years ago
  70. 14e68ba Added support for system-wide hooks. by Alexandre Julliard · 22 years ago
  71. 0286135 Rewrote hook support to store the hook chain in the server. by Alexandre Julliard · 22 years ago
  72. b3332d7 Converted the server to -DSTRICT. by Alexandre Julliard · 22 years ago
  73. 11e3523 Rewrote caret implementation to store the information in the server. by Alexandre Julliard · 22 years ago
  74. a9e8f59 Moved mouse capture handling into the server. by Alexandre Julliard · 22 years ago
  75. 5030bda Reimplemented Get/SetActiveWindow, Get/SetFocus and by Alexandre Julliard · 22 years ago
  76. ab5063b Added server-side infrastructure for the thread input structure. by Alexandre Julliard · 22 years ago
  77. 54f2287 Added process_id_t and thread_it_t types to the server interface by Alexandre Julliard · 22 years ago
  78. 7dafa61 Fixed a number of bugs in the handling of window parent and owner and by Alexandre Julliard · 23 years ago
  79. 341b7dc Implemented the ntdll virtual memory functions, and made the kernel by Alexandre Julliard · 23 years ago
  80. 93bfa0d Implementation for console control events (includes process groups support). by Eric Pouech · 23 years ago
  81. 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
  82. 9d80215 A few optimizations in the process startup requests now that Winelib by Alexandre Julliard · 23 years ago
  83. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  84. d15bf1c Fixed handling of deferred connections in WSAAccept(). by Martin Wilck · 23 years ago
  85. 2b47fb3 - separate cleanly between async scheduling and file IO related issues. by Martin Wilck · 23 years ago
  86. 417296c Implement OpenThread() winapi call. Implement a few pthreads functions. by Chris Morgan · 23 years ago
  87. 6543a65 Transfer the full process startup info as well as the command-line by Alexandre Julliard · 23 years ago
  88. 81f2a73 Send message for WSAAsyncSelect sockets directly from the server, by Alexandre Julliard · 23 years ago
  89. aeb5660 Correctly fill parent pid, module size and module name in process and by Alexandre Julliard · 23 years ago
  90. fc93261 Begin to make wine an SMB client. by Mike McCormack · 23 years ago
  91. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  92. 3c4538c Reimplemented DebugBreakProcess. by Alexandre Julliard · 23 years ago
  93. fbccb38 New XP debugging APIs: implemented DebugActiveProcessStop, by Eric Pouech · 23 years ago
  94. aa47705 Added support for socket flags. by Martin Wilck · 23 years ago
  95. 88cd32b More general approach to file descriptor types and flags. by Martin Wilck · 23 years ago
  96. 8ae5761 Fixed string type in named pipe requests. by Alexandre Julliard · 23 years ago
  97. 6f011c0 - move async activation into the server - implement async queues by Mike McCormack · 23 years ago
  98. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  99. 0b83d4c New console code based on Win32 windows. by Eric Pouech · 23 years ago
  100. 6e04f59 Fix the Solaris and FreeBSD compilation errors introduced by the by Francois Gouget · 23 years ago