1. 1c32a46 Use poll() on the client-side during server waits to implement overlapped I/O. by Michael McCormack · 24 years ago
  2. e5dedb1 Added support for nested server waits (to allow waiting in signal handlers). by Alexandre Julliard · 24 years ago
  3. 8859d77 Create the server pipes on the client side and transfer them to the by Alexandre Julliard · 24 years ago
  4. f524240 New mechanism to transfer file descriptors from client to server. by Alexandre Julliard · 24 years ago
  5. d90e964 Added separate server pipe to wait on blocking server calls. by Alexandre Julliard · 24 years ago
  6. 5f195f8 Small server protocol cleanups. by Alexandre Julliard · 24 years ago
  7. e939eae Made exception_event_request non-blocking, and added by Alexandre Julliard · 24 years ago
  8. e9936d9 Changed wait_process and wait_debug_event requests to never block; by Alexandre Julliard · 24 years ago
  9. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  10. d549f69 Use a separate FIFO pair for server requests that don't need to pass a by Alexandre Julliard · 24 years ago
  11. 1ab243b Merged the get_read_fd and get_write_fd requests. by Alexandre Julliard · 24 years ago
  12. 0b6a79c Converted enum_key_value request to the new request mechanism. by Alexandre Julliard · 24 years ago
  13. 1eac191 - created server object for handling async i/o by Mike McCormack · 24 years ago
  14. 454355e Convert NtQueryKey and NtEnumerateKey to the new request mechanism. by Alexandre Julliard · 25 years ago
  15. bcf393a Converted some of the registry server requests to the new request mechanism. by Alexandre Julliard · 25 years ago
  16. 654fcc7 Implemented SetCommMask, SetCommTimeouts, GetCommMask, GetCommTimeouts. by Mike McCormack · 25 years ago
  17. 44b5bf5 Added serial port object to the server. by Mike McCormack · 25 years ago
  18. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  19. 8611353 Added the data structures and macros that will be needed to support by Alexandre Julliard · 25 years ago
  20. 6c8d917 Added a real root key and simplified creation of the HKEY_* special root keys. by Alexandre Julliard · 25 years ago
  21. ea1afce Added APC support in waitable timers. by Alexandre Julliard · 25 years ago
  22. 43a27e3 Implemented local atoms in the server. by Turchanov Sergei · 25 years ago
  23. c5e433a Moved idle event handling to the server. by Alexandre Julliard · 25 years ago
  24. 5b4f3e8 Rewrote Unix process launching to allow passing startup information to by Alexandre Julliard · 25 years ago
  25. 07d8446 Implemented thread and (partial) module snapshots, based on the work by Alexandre Julliard · 25 years ago
  26. c970904 Save the registry on server exit without client intervention. by Alexandre Julliard · 25 years ago
  27. ef88637 Made request tracing more robust against bogus lengths. by Alexandre Julliard · 25 years ago
  28. 12f29b5 Have threads and processes exit more cleanly whenever possible. by Alexandre Julliard · 25 years ago
  29. ea0d028 Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events. by Alexandre Julliard · 25 years ago
  30. 05f0b71 Store the list of loaded dlls in the server, and generate debug events by Alexandre Julliard · 25 years ago
  31. b849d79 Moved global atoms to the server (based on the work of Sergei by Alexandre Julliard · 25 years ago
  32. 0a7c1f6 Implemented GetThreadSelectorEntry through the server. by Alexandre Julliard · 25 years ago
  33. 2fe5777 Made the server listen for new clients on a Unix socket in by Alexandre Julliard · 25 years ago
  34. 3e2517c Added Get/SetThreadContext support through the server. by Alexandre Julliard · 25 years ago
  35. 9de03f4 Made sleep_on usable from all requests. by Alexandre Julliard · 25 years ago
  36. 1dca5e2 Moved poll handling to the generic part of the server objects. by Alexandre Julliard · 25 years ago
  37. ad47a30 Implemented waitable timers. by Alexandre Julliard · 25 years ago
  38. d7e85d6 Added registry support to the server. by Alexandre Julliard · 25 years ago
  39. eef7025 Added support for WriteProcessMemory through the server. by Alexandre Julliard · 25 years ago
  40. 8b8828f Added support for ReadProcessMemory through the server. by Alexandre Julliard · 25 years ago
  41. ec7bb23 Added support for CREATE_SUSPENDED flag in CreateProcess. by Alexandre Julliard · 25 years ago
  42. 019211f Added socket interface to wineserver. by Ove Kaaven · 25 years ago
  43. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
  44. 5bc7808 Made server communication faster by using a shared memory block. by Alexandre Julliard · 26 years ago[Renamed (74%) from include/server/request.h]
  45. e712e07 Added debug events support. by Alexandre Julliard · 26 years ago
  46. 43c190e Server reorganization: by Alexandre Julliard · 26 years ago
  47. 371fd75 Added new CLIENT_DebuggerRequest routine, implemented support for by Ulrich Weigand · 26 years ago
  48. f692d44 Added new_process and init_process request. by Alexandre Julliard · 26 years ago
  49. 6d4ee73 Added get/set_handle_info request. by Alexandre Julliard · 26 years ago
  50. fdc92ba Added server snapshot support (processes only for now). by Alexandre Julliard · 26 years ago
  51. 4b46112 Added input queue to server-side console object, by Alexandre Julliard · 26 years ago
  52. 62a8b43 Hacked server-side device support by Alexandre Julliard · 26 years ago
  53. 0562539 Implemented file sharing checks in the server. by Alexandre Julliard · 26 years ago
  54. a8b8d9c Added server-side file mapping object support. by Alexandre Julliard · 26 years ago
  55. 63cb0f8 Added change notifications. Added global handle support. by Alexandre Julliard · 26 years ago
  56. aa0ebd0 Added several file server requests Added server-side pipes and consoles by Alexandre Julliard · 26 years ago
  57. 338e757 Added beginnings of server-side file handling. by Alexandre Julliard · 26 years ago
  58. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  59. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  60. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809