1. 93bfa0d Implementation for console control events (includes process groups support). by Eric Pouech · 23 years ago
  2. 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
  3. 9d80215 A few optimizations in the process startup requests now that Winelib by Alexandre Julliard · 23 years ago
  4. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  5. d15bf1c Fixed handling of deferred connections in WSAAccept(). by Martin Wilck · 23 years ago
  6. 2b47fb3 - separate cleanly between async scheduling and file IO related issues. by Martin Wilck · 23 years ago
  7. 417296c Implement OpenThread() winapi call. Implement a few pthreads functions. by Chris Morgan · 23 years ago
  8. 6543a65 Transfer the full process startup info as well as the command-line by Alexandre Julliard · 23 years ago
  9. 81f2a73 Send message for WSAAsyncSelect sockets directly from the server, by Alexandre Julliard · 23 years ago
  10. aeb5660 Correctly fill parent pid, module size and module name in process and by Alexandre Julliard · 23 years ago
  11. fc93261 Begin to make wine an SMB client. by Mike McCormack · 23 years ago
  12. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  13. 3c4538c Reimplemented DebugBreakProcess. by Alexandre Julliard · 23 years ago
  14. fbccb38 New XP debugging APIs: implemented DebugActiveProcessStop, by Eric Pouech · 23 years ago
  15. aa47705 Added support for socket flags. by Martin Wilck · 23 years ago
  16. 88cd32b More general approach to file descriptor types and flags. by Martin Wilck · 23 years ago
  17. 8ae5761 Fixed string type in named pipe requests. by Alexandre Julliard · 23 years ago
  18. 6f011c0 - move async activation into the server - implement async queues by Mike McCormack · 23 years ago
  19. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  20. 0b83d4c New console code based on Win32 windows. by Eric Pouech · 23 years ago
  21. 6e04f59 Fix the Solaris and FreeBSD compilation errors introduced by the by Francois Gouget · 23 years ago
  22. 805bdc5 Store the window caption text in the server. by Alexandre Julliard · 23 years ago
  23. 309ed4e Make ConnectNamedPipe work in overlapped mode. by Mike McCormack · 23 years ago
  24. 708a846 Save a disk file's drive type in the server object. by Ove Kaaven · 23 years ago
  25. ddc3317 Store in the server all the window information accessible with by Alexandre Julliard · 23 years ago
  26. 0d50965 Added requests to store window rectangles in the server. by Alexandre Julliard · 23 years ago
  27. e5ddd26 When including config.h, include it first. by Francois Gouget · 23 years ago
  28. 7a2017d Store window properties in the server. Moved property.c to dlls/user. by Alexandre Julliard · 23 years ago
  29. d8a8c11 Added atom_t type for atoms to make sure we use the same type by Alexandre Julliard · 23 years ago
  30. 003f02b Removed the cleanup_window_queue request. by Alexandre Julliard · 23 years ago
  31. 844ceb9 Store window class atom in the server. by Alexandre Julliard · 23 years ago
  32. 568c67e Make serial fd blocking mode depend on FILE_FLAG_OVERLAPPED. by Mike McCormack · 23 years ago
  33. ff58be5 Fetch a handle type in FILE_GetUnixHandle. by Mike McCormack · 23 years ago
  34. 7695d69 A couple of optimizations to avoid some server calls in WIN_FindWndPtr by Alexandre Julliard · 24 years ago
  35. a09da0c Added proper support for storing window parents in the server. by Alexandre Julliard · 24 years ago
  36. 1a66d22 Added global management of user handles in the server. by Alexandre Julliard · 24 years ago
  37. f2e7ce7 Implemented GetNamedPipeInfo. by Mike McCormack · 24 years ago
  38. bf55457 Implement WaitNamedPipe and DisconnectNamedPipe. by Mike McCormack · 24 years ago
  39. d253c58 Rewrote most of SendMessage/PeekMessage. by Alexandre Julliard · 24 years ago
  40. de7c300 Start implementing named pipes. by Mike McCormack · 24 years ago
  41. 4b0343d Moved queue paint count to the server. Removed a few no longer used routines. by Alexandre Julliard · 24 years ago
  42. 838d65a Moved hardware message queue handling to the server. by Alexandre Julliard · 24 years ago
  43. 51ab43b Moved the major part of message queue and window timer handling into by Alexandre Julliard · 24 years ago
  44. 1c32a46 Use poll() on the client-side during server waits to implement overlapped I/O. by Michael McCormack · 24 years ago
  45. a5a872e Use the new send_fd mechanism for the set_console_fd server request. by Alexandre Julliard · 24 years ago
  46. 3ea0c07 Warning fixes. by Jeff Garzik · 24 years ago
  47. e5dedb1 Added support for nested server waits (to allow waiting in signal handlers). by Alexandre Julliard · 24 years ago
  48. 8859d77 Create the server pipes on the client side and transfer them to the by Alexandre Julliard · 24 years ago
  49. f524240 New mechanism to transfer file descriptors from client to server. by Alexandre Julliard · 24 years ago
  50. d90e964 Added separate server pipe to wait on blocking server calls. by Alexandre Julliard · 24 years ago
  51. 5f195f8 Small server protocol cleanups. by Alexandre Julliard · 24 years ago
  52. a4bc5a2 Pass the stdin/stdout handles on startup to use as console (based on a by Alexandre Julliard · 24 years ago
  53. e939eae Made exception_event_request non-blocking, and added by Alexandre Julliard · 24 years ago
  54. e9936d9 Changed wait_process and wait_debug_event requests to never block; by Alexandre Julliard · 24 years ago
  55. 2362380 Added separate queue for "system" APCs that get called even when the by Alexandre Julliard · 24 years ago
  56. ad29b90 Send the exe file handle in init_process_done request. by Alexandre Julliard · 24 years ago
  57. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  58. d549f69 Use a separate FIFO pair for server requests that don't need to pass a by Alexandre Julliard · 24 years ago
  59. 1ab243b Merged the get_read_fd and get_write_fd requests. by Alexandre Julliard · 24 years ago
  60. 0b6a79c Converted enum_key_value request to the new request mechanism. by Alexandre Julliard · 24 years ago
  61. 0b7a7bb Include config.h in files that test for constants defined in it. by Dimitrie O. Paun · 24 years ago
  62. 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
  63. 1eac191 - created server object for handling async i/o by Mike McCormack · 24 years ago
  64. 57f05e1 Converted a few more server requests to the new mechanism. by Alexandre Julliard · 24 years ago
  65. 454355e Convert NtQueryKey and NtEnumerateKey to the new request mechanism. by Alexandre Julliard · 24 years ago
  66. bcf393a Converted some of the registry server requests to the new request mechanism. by Alexandre Julliard · 25 years ago
  67. c941eff Make GetTickCount not use the whole Unix epoch (since 1970) any more, by Andreas Mohr · 25 years ago
  68. 654fcc7 Implemented SetCommMask, SetCommTimeouts, GetCommMask, GetCommTimeouts. by Mike McCormack · 25 years ago
  69. 44b5bf5 Added serial port object to the server. by Mike McCormack · 25 years ago
  70. 9264300 Converted a lot of server requests to the new exception handling mechanism. by Alexandre Julliard · 25 years ago
  71. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  72. 8611353 Added the data structures and macros that will be needed to support by Alexandre Julliard · 25 years ago
  73. ea1afce Added APC support in waitable timers. by Alexandre Julliard · 25 years ago
  74. c19e1a7 Implemented SEC_IMAGE mappings and shared PE sections (with the help by Alexandre Julliard · 25 years ago
  75. a37dec0 Pass the main exe name in the CREATE_PROCESS debug event. by Alexandre Julliard · 25 years ago
  76. 43a27e3 Implemented local atoms in the server. by Turchanov Sergei · 25 years ago
  77. c5e433a Moved idle event handling to the server. by Alexandre Julliard · 25 years ago
  78. a01004d Added support for registry values larger than the server buffer. by Alexandre Julliard · 25 years ago
  79. d27624b Store process file name in startup info. Fixed exe_file handling. by Alexandre Julliard · 25 years ago
  80. 5b4f3e8 Rewrote Unix process launching to allow passing startup information to by Alexandre Julliard · 25 years ago
  81. 07d8446 Implemented thread and (partial) module snapshots, based on the work by Alexandre Julliard · 25 years ago
  82. c970904 Save the registry on server exit without client intervention. by Alexandre Julliard · 25 years ago
  83. 6a72dc5 Load done event now created by the server. by Alexandre Julliard · 25 years ago
  84. ef88637 Made request tracing more robust against bogus lengths. by Alexandre Julliard · 25 years ago
  85. cb98a6e Handle POLLHUP better (delay FD_CLOSE notification until all data has by Ove Kaaven · 25 years ago
  86. 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
  87. 9a0e28f Fixed a couple of file descriptor leaks. by Alexandre Julliard · 25 years ago
  88. 12f29b5 Have threads and processes exit more cleanly whenever possible. by Alexandre Julliard · 25 years ago
  89. ea0d028 Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events. by Alexandre Julliard · 25 years ago
  90. 05f0b71 Store the list of loaded dlls in the server, and generate debug events by Alexandre Julliard · 25 years ago
  91. 5fb5456 Added server protocol version check. by Alexandre Julliard · 25 years ago
  92. 00641d5 Removed PDB32_DEBUGGED flag and send all debug events unconditionally. by Alexandre Julliard · 25 years ago
  93. ff81d78 Generate CREATE_PROCESS/THREAD debug events internally in the server. by Alexandre Julliard · 25 years ago
  94. 67a24c8 Store the handle of the process exe file in the server. by Alexandre Julliard · 25 years ago
  95. b849d79 Moved global atoms to the server (based on the work of Sergei by Alexandre Julliard · 25 years ago
  96. 0a7c1f6 Implemented GetThreadSelectorEntry through the server. by Alexandre Julliard · 25 years ago
  97. 2fe5777 Made the server listen for new clients on a Unix socket in by Alexandre Julliard · 25 years ago
  98. cb1fc73 Changed the server to return STATUS_* error codes. by Alexandre Julliard · 25 years ago
  99. 3e2517c Added Get/SetThreadContext support through the server. by Alexandre Julliard · 25 years ago
  100. 5d0ae2d - removed copying of HKEY_USERS to HKEY_CURRENT_USER by Juergen Schmied · 25 years ago