1. 8382eb0 server: Return correct object types in the get_directory_entry request. by Alexandre Julliard · 17 years ago
  2. 92db6d2 server: Don't do access checks on the security descriptors of newly created objects. by Rob Shearman · 17 years ago
  3. f98556c server: Add the name length to the object_attributes structure so that other variable length data can be present after object_attributes. by Rob Shearman · 17 years ago
  4. 1f86321 server: Make create_mutex use struct object_attributes and set the security descriptor of mutex objects. by Rob Shearman · 17 years ago
  5. 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 · 18 years ago
  6. 7e71c1d server: Add an open_file() function to the object operations. by Alexandre Julliard · 18 years ago
  7. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  8. 03f46e1 server: Added access rights mapping to synchronization objects. by Alexandre Julliard · 19 years ago
  9. 28beba3 server: Added infrastructure for access rights mapping. by Alexandre Julliard · 19 years ago
  10. 24560e7 server: Make alloc_handle use attributes instead of inherit flag. by Alexandre Julliard · 19 years ago
  11. 3764da6 server: Move handle allocation out of open_object_dir. by Alexandre Julliard · 19 years ago
  12. f676bc8 Move event and mutex objects into directory name space. by Vitaliy Margolen · 19 years ago
  13. 1a1583a Match PSDK STATUS_* definitions. by Ge van Geldorp · 19 years ago
  14. baffcb9 Add name_lookup function in object_ops. by Vitaliy Margolen · 19 years ago
  15. 95414ef Add stdarg.h where missing. by Robert Lunnon · 19 years ago
  16. 893987b Return correct error on name collision when creating new named by Vitaliy Margolen · 19 years ago
  17. ead9b06 Added a struct unicode_str to encapsulate object names. by Alexandre Julliard · 19 years ago
  18. 3585f2f Pass object attributes to create_named_object & find_object. by Vitaliy Margolen · 19 years ago
  19. a996000 - Send whole OBJECT_ATTRIBUTES.Attributes to the server not just an by Vitaliy Margolen · 19 years ago
  20. b9b1ea9 Added a close_handle method to the object operations, and use it to by Alexandre Julliard · 20 years ago
  21. f92fff6 Implemented NtSignalAndWaitForSingleObject. by Mike McCormack · 20 years ago
  22. 20894e2 Convert the per-thread mutex list to a standard list. by Alexandre Julliard · 20 years ago
  23. 44158dd - moved event, semaphore, mutex implementation from kernel32 to ntdll by Eric Pouech · 20 years ago
  24. cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago
  25. 863637b Started moving functions that deal with Unix file descriptors to a by Alexandre Julliard · 22 years ago
  26. 435e2e6 winnt.h should not be self-contained, it must depend on windef.h so by Alexandre Julliard · 22 years ago
  27. 526a28d Added support for multiple object namespaces, and a bunch functions by Alexandre Julliard · 23 years ago
  28. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  29. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  30. 6f011c0 - move async activation into the server - implement async queues by Mike McCormack · 23 years ago
  31. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  32. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  33. 1ab243b Merged the get_read_fd and get_write_fd requests. by Alexandre Julliard · 24 years ago
  34. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  35. ef88637 Made request tracing more robust against bogus lengths. by Alexandre Julliard · 25 years ago
  36. cb1fc73 Changed the server to return STATUS_* error codes. by Alexandre Julliard · 25 years ago
  37. 1dca5e2 Moved poll handling to the generic part of the server objects. by Alexandre Julliard · 25 years ago
  38. d16319c Store all object names as Unicode in the server. by Alexandre Julliard · 25 years ago
  39. dbab5e2 Remove the mutex from the thread list when destroying it. by Alexandre Julliard · 26 years ago
  40. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
  41. 5bc7808 Made server communication faster by using a shared memory block. by Alexandre Julliard · 26 years ago
  42. 43c190e Server reorganization: by Alexandre Julliard · 26 years ago
  43. 068a26e Moved process definitions to include/server/process.h by Alexandre Julliard · 26 years ago
  44. 0562539 Implemented file sharing checks in the server. by Alexandre Julliard · 26 years ago
  45. aa0ebd0 Added several file server requests Added server-side pipes and consoles by Alexandre Julliard · 26 years ago
  46. 338e757 Added beginnings of server-side file handling. by Alexandre Julliard · 26 years ago
  47. c6e45ed Added add_queue/remove_queue to server object operations. by Alexandre Julliard · 26 years ago
  48. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927