1. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  2. 5ac945c Implement registry key unloading. by Mike McCormack · 22 years ago
  3. 449d10f Fixed regression in process creation (std handle inheritance). by Eric Pouech · 22 years ago
  4. 039e131 Implemented inter-thread SendMessageCallback. by Alexandre Julliard · 22 years ago
  5. 36cd6f5 Added a security token object in wineserver. by Mike McCormack · 22 years ago
  6. ca3ac8f Run WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context of the thread by Alexandre Julliard · 22 years ago
  7. 09029b2 Implemented the SMTO_ABORTIFHUNG flag of SendMessageTimeout. by Alexandre Julliard · 22 years ago
  8. 4f196ea Implemented the ThreadBasicInformation case for NtQueryInformationThread. by Alexandre Julliard · 22 years ago
  9. f6a7096 - start moving a few file related functions from files/file.c to by Eric Pouech · 22 years ago
  10. b2df5f9 - use global atoms for the format ids by Ulrich Czekalla · 22 years ago
  11. a86a289 In console input record queue, replace semaphore with a manual reset by Eric Pouech · 22 years ago
  12. 412d37f - adapted kernel32 so that it no longer (directly) manages console by Eric Pouech · 22 years ago
  13. 693bbd7 Make it possible to retrieve an inheritable handle in open_named_pipe by Alexandre Julliard · 22 years ago
  14. c00a447 Implement anonymous pipes on top of named pipes. by Eric Pouech · 22 years ago
  15. 4c591d4 Implemented timer related functions in ntdll and make the kernel32 by Eric Pouech · 22 years ago
  16. ef8b946 - rewrite of the named pipe code by Mike McCormack · 22 years ago
  17. 088bcf9 Implemented NtQueueApcThread, and changed the server APC interface to by Alexandre Julliard · 22 years ago
  18. 462172a Added abs_time_t structure to the server protocol, and added a dump by Alexandre Julliard · 22 years ago
  19. 3e588e3 Implemented file change notifications, based on a patch by Mike McCormack. by Alexandre Julliard · 22 years ago
  20. a8497bd Make a distinction between the thread Unix pid and the process wide by Alexandre Julliard · 22 years ago
  21. b1095da Fixed bug that could cause SendMessage to return too early in certain cases. by Alexandre Julliard · 22 years ago
  22. ce61349 Implemented file locking functions (partly based on my old Corel by Alexandre Julliard · 22 years ago
  23. d04ccb8 Use SIGUSR1 instead of SIGSTOP to suspend threads. by Alexandre Julliard · 22 years ago
  24. 77c8b1d Pass the pid of the new process in the new_process request, don't by Alexandre Julliard · 22 years ago
  25. cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago
  26. 037c8a1 Porting fixes. by Steven Edwards · 22 years ago
  27. 91befe1 Made process and thread ids small integers instead of pointers. by Alexandre Julliard · 22 years ago
  28. fa8b85a Set the edition mode as a specific attribute, not an extension of the by Eric Pouech · 22 years ago
  29. 2359b57 - no longer depend on toolhelp definitions for generating snapshots by Eric Pouech · 22 years ago
  30. 8ba666f Store the keyboard state in the thread input structure on the server side. by Alexandre Julliard · 22 years ago
  31. 435e2e6 winnt.h should not be self-contained, it must depend on windef.h so by Alexandre Julliard · 22 years ago
  32. 11f4b44 Implemented registry change notifications. by Mike McCormack · 22 years ago
  33. 24f4ece Partially implement GetThreadTimes. by Ryan Cumming · 22 years ago
  34. 14e68ba Added support for system-wide hooks. by Alexandre Julliard · 22 years ago
  35. 0286135 Rewrote hook support to store the hook chain in the server. by Alexandre Julliard · 22 years ago
  36. b3332d7 Converted the server to -DSTRICT. by Alexandre Julliard · 22 years ago
  37. 11e3523 Rewrote caret implementation to store the information in the server. by Alexandre Julliard · 22 years ago
  38. a9e8f59 Moved mouse capture handling into the server. by Alexandre Julliard · 22 years ago
  39. 5030bda Reimplemented Get/SetActiveWindow, Get/SetFocus and by Alexandre Julliard · 22 years ago
  40. ab5063b Added server-side infrastructure for the thread input structure. by Alexandre Julliard · 22 years ago
  41. 54f2287 Added process_id_t and thread_it_t types to the server interface by Alexandre Julliard · 23 years ago
  42. 7dafa61 Fixed a number of bugs in the handling of window parent and owner and by Alexandre Julliard · 23 years ago
  43. 341b7dc Implemented the ntdll virtual memory functions, and made the kernel by Alexandre Julliard · 23 years ago
  44. 93bfa0d Implementation for console control events (includes process groups support). by Eric Pouech · 23 years ago
  45. 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
  46. 9d80215 A few optimizations in the process startup requests now that Winelib by Alexandre Julliard · 23 years ago
  47. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  48. d15bf1c Fixed handling of deferred connections in WSAAccept(). by Martin Wilck · 23 years ago
  49. 2b47fb3 - separate cleanly between async scheduling and file IO related issues. by Martin Wilck · 23 years ago
  50. 417296c Implement OpenThread() winapi call. Implement a few pthreads functions. by Chris Morgan · 23 years ago
  51. 6543a65 Transfer the full process startup info as well as the command-line by Alexandre Julliard · 23 years ago
  52. 81f2a73 Send message for WSAAsyncSelect sockets directly from the server, by Alexandre Julliard · 23 years ago
  53. aeb5660 Correctly fill parent pid, module size and module name in process and by Alexandre Julliard · 23 years ago
  54. fc93261 Begin to make wine an SMB client. by Mike McCormack · 23 years ago
  55. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  56. 3c4538c Reimplemented DebugBreakProcess. by Alexandre Julliard · 23 years ago
  57. fbccb38 New XP debugging APIs: implemented DebugActiveProcessStop, by Eric Pouech · 23 years ago
  58. aa47705 Added support for socket flags. by Martin Wilck · 23 years ago
  59. 88cd32b More general approach to file descriptor types and flags. by Martin Wilck · 23 years ago
  60. 8ae5761 Fixed string type in named pipe requests. by Alexandre Julliard · 23 years ago
  61. 6f011c0 - move async activation into the server - implement async queues by Mike McCormack · 23 years ago
  62. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  63. 0b83d4c New console code based on Win32 windows. by Eric Pouech · 23 years ago
  64. 6e04f59 Fix the Solaris and FreeBSD compilation errors introduced by the by Francois Gouget · 23 years ago
  65. 805bdc5 Store the window caption text in the server. by Alexandre Julliard · 23 years ago
  66. 309ed4e Make ConnectNamedPipe work in overlapped mode. by Mike McCormack · 23 years ago
  67. 708a846 Save a disk file's drive type in the server object. by Ove Kaaven · 23 years ago
  68. ddc3317 Store in the server all the window information accessible with by Alexandre Julliard · 23 years ago
  69. 0d50965 Added requests to store window rectangles in the server. by Alexandre Julliard · 23 years ago
  70. e5ddd26 When including config.h, include it first. by Francois Gouget · 23 years ago
  71. 7a2017d Store window properties in the server. Moved property.c to dlls/user. by Alexandre Julliard · 23 years ago
  72. d8a8c11 Added atom_t type for atoms to make sure we use the same type by Alexandre Julliard · 23 years ago
  73. 003f02b Removed the cleanup_window_queue request. by Alexandre Julliard · 23 years ago
  74. 844ceb9 Store window class atom in the server. by Alexandre Julliard · 23 years ago
  75. 568c67e Make serial fd blocking mode depend on FILE_FLAG_OVERLAPPED. by Mike McCormack · 23 years ago
  76. ff58be5 Fetch a handle type in FILE_GetUnixHandle. by Mike McCormack · 24 years ago
  77. 7695d69 A couple of optimizations to avoid some server calls in WIN_FindWndPtr by Alexandre Julliard · 24 years ago
  78. a09da0c Added proper support for storing window parents in the server. by Alexandre Julliard · 24 years ago
  79. 1a66d22 Added global management of user handles in the server. by Alexandre Julliard · 24 years ago
  80. f2e7ce7 Implemented GetNamedPipeInfo. by Mike McCormack · 24 years ago
  81. bf55457 Implement WaitNamedPipe and DisconnectNamedPipe. by Mike McCormack · 24 years ago
  82. d253c58 Rewrote most of SendMessage/PeekMessage. by Alexandre Julliard · 24 years ago
  83. de7c300 Start implementing named pipes. by Mike McCormack · 24 years ago
  84. 4b0343d Moved queue paint count to the server. Removed a few no longer used routines. by Alexandre Julliard · 24 years ago
  85. 838d65a Moved hardware message queue handling to the server. by Alexandre Julliard · 24 years ago
  86. 51ab43b Moved the major part of message queue and window timer handling into by Alexandre Julliard · 24 years ago
  87. 1c32a46 Use poll() on the client-side during server waits to implement overlapped I/O. by Michael McCormack · 24 years ago
  88. a5a872e Use the new send_fd mechanism for the set_console_fd server request. by Alexandre Julliard · 24 years ago
  89. 3ea0c07 Warning fixes. by Jeff Garzik · 24 years ago
  90. e5dedb1 Added support for nested server waits (to allow waiting in signal handlers). by Alexandre Julliard · 24 years ago
  91. 8859d77 Create the server pipes on the client side and transfer them to the by Alexandre Julliard · 24 years ago
  92. f524240 New mechanism to transfer file descriptors from client to server. by Alexandre Julliard · 24 years ago
  93. d90e964 Added separate server pipe to wait on blocking server calls. by Alexandre Julliard · 24 years ago
  94. 5f195f8 Small server protocol cleanups. by Alexandre Julliard · 24 years ago
  95. a4bc5a2 Pass the stdin/stdout handles on startup to use as console (based on a by Alexandre Julliard · 24 years ago
  96. e939eae Made exception_event_request non-blocking, and added by Alexandre Julliard · 24 years ago
  97. e9936d9 Changed wait_process and wait_debug_event requests to never block; by Alexandre Julliard · 24 years ago
  98. 2362380 Added separate queue for "system" APCs that get called even when the by Alexandre Julliard · 24 years ago
  99. ad29b90 Send the exe file handle in init_process_done request. by Alexandre Julliard · 24 years ago
  100. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago