1. af268c6 server: Redesign the server shutdown processing. by Alexandre Julliard · 17 years ago
  2. 8382eb0 server: Return correct object types in the get_directory_entry request. by Alexandre Julliard · 17 years ago
  3. c1707d8 server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk. by Rob Shearman · 17 years ago
  4. 6d1605a server: Make crash error message more explicit. by Alexandre Julliard · 18 years ago
  5. 6357143 server: Add infrastructure for ioctl server request. by Alexandre Julliard · 18 years ago
  6. 3f05759 server: Don't bother with default entry points for objects that don't even return an fd. by Alexandre Julliard · 18 years ago
  7. 7a9363a server: Rename the get_file_info function to get_fd_type and get rid of the flags. by Alexandre Julliard · 18 years ago
  8. f85437c server: Store the opening options in the file descriptor instead of in the individual objects. by Alexandre Julliard · 18 years ago
  9. 72bff2e server: Add support for restarting an async I/O when the client side couldn't finish it right away. by Alexandre Julliard · 18 years ago
  10. 7e71c1d server: Add an open_file() function to the object operations. by Alexandre Julliard · 18 years ago
  11. 3a4c04d server: Make sure to completely kill processes before returning from a wineserver -k. by Alexandre Julliard · 19 years ago
  12. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  13. 8e772c8 server: Fix compilation under Darwin 7. by Phil Krylov · 19 years ago
  14. b00fb17 server: New scheme for cleaning up objects on server exit. by Alexandre Julliard · 19 years ago
  15. 0cd0626 server: Print a message if wineserver crashes and we don't dump cores. by Mike McCormack · 19 years ago
  16. 28beba3 server: Added infrastructure for access rights mapping. by Alexandre Julliard · 19 years ago
  17. baffcb9 Add name_lookup function in object_ops. by Vitaliy Margolen · 19 years ago
  18. 9d99a04 Added a watchdog mechanism to break out of the wait4 call in case it by Alexandre Julliard · 20 years ago
  19. b9b1ea9 Added a close_handle method to the object operations, and use it to by Alexandre Julliard · 20 years ago
  20. c516571 - Use NULL instead of 0 for all non-handle pointers. by Robert Shearman · 20 years ago
  21. f92fff6 Implemented NtSignalAndWaitForSingleObject. by Mike McCormack · 20 years ago
  22. 5727918 Added a check for poll.h. by Steven Edwards · 20 years ago
  23. 4634447 - got rid of include/async.h by Eric Pouech · 20 years ago
  24. 72f87b8 Use pread/pwrite everywhere to avoid changing the file position while by Alexandre Julliard · 21 years ago
  25. f9f37be Added support for the linuxthreads cancel signal as an alternative to SIGCHLD. by Alexandre Julliard · 21 years ago
  26. 3f11d48 Fix for compiling on NetBSD. by Yorick Hardy · 22 years ago
  27. 17480ac Initialize the dummy char we send down the pipe to make valgrind happy. by Alexandre Julliard · 22 years ago
  28. 5537dbb Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by the standard by Alexandre Julliard · 22 years ago
  29. 3e588e3 Implemented file change notifications, based on a patch by Mike McCormack. by Alexandre Julliard · 22 years ago
  30. 9037f4b Added generic signal handling mechanism based on pipes to synchronize by Alexandre Julliard · 22 years ago