1. b9b1ea9 Added a close_handle method to the object operations, and use it to by Alexandre Julliard · 20 years ago
  2. f92fff6 Implemented NtSignalAndWaitForSingleObject. by Mike McCormack · 20 years ago
  3. 20894e2 Convert the per-thread mutex list to a standard list. by Alexandre Julliard · 20 years ago
  4. 44158dd - moved event, semaphore, mutex implementation from kernel32 to ntdll by Eric Pouech · 20 years ago
  5. cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago
  6. 863637b Started moving functions that deal with Unix file descriptors to a by Alexandre Julliard · 22 years ago
  7. 435e2e6 winnt.h should not be self-contained, it must depend on windef.h so by Alexandre Julliard · 22 years ago
  8. 526a28d Added support for multiple object namespaces, and a bunch functions by Alexandre Julliard · 22 years ago
  9. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  10. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  11. 6f011c0 - move async activation into the server - implement async queues by Mike McCormack · 23 years ago
  12. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  13. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  14. 1ab243b Merged the get_read_fd and get_write_fd requests. by Alexandre Julliard · 24 years ago
  15. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  16. ef88637 Made request tracing more robust against bogus lengths. by Alexandre Julliard · 25 years ago
  17. cb1fc73 Changed the server to return STATUS_* error codes. by Alexandre Julliard · 25 years ago
  18. 1dca5e2 Moved poll handling to the generic part of the server objects. by Alexandre Julliard · 25 years ago
  19. d16319c Store all object names as Unicode in the server. by Alexandre Julliard · 25 years ago
  20. dbab5e2 Remove the mutex from the thread list when destroying it. by Alexandre Julliard · 26 years ago
  21. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
  22. 5bc7808 Made server communication faster by using a shared memory block. by Alexandre Julliard · 26 years ago
  23. 43c190e Server reorganization: by Alexandre Julliard · 26 years ago
  24. 068a26e Moved process definitions to include/server/process.h by Alexandre Julliard · 26 years ago
  25. 0562539 Implemented file sharing checks in the server. by Alexandre Julliard · 26 years ago
  26. aa0ebd0 Added several file server requests Added server-side pipes and consoles by Alexandre Julliard · 26 years ago
  27. 338e757 Added beginnings of server-side file handling. by Alexandre Julliard · 26 years ago
  28. c6e45ed Added add_queue/remove_queue to server object operations. by Alexandre Julliard · 26 years ago
  29. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927