1. b00fb17 server: New scheme for cleaning up objects on server exit. by Alexandre Julliard · 19 years ago
  2. 1acb930 server: Added get_file_info implementation for named pipe and mailslot devices. by Alexandre Julliard · 19 years ago
  3. 5bcd088 server: Fixed refcounting in get_fd requests for named pipe and mailslot devices. by Alexandre Julliard · 19 years ago
  4. a510a7e server: Added access rights mapping to file objects. by Alexandre Julliard · 19 years ago
  5. 28beba3 server: Added infrastructure for access rights mapping. by Alexandre Julliard · 19 years ago
  6. b0aa29e server: Allow the mailslot device to be opened as a file object. by Alexandre Julliard · 19 years ago
  7. 24560e7 server: Make alloc_handle use attributes instead of inherit flag. by Alexandre Julliard · 19 years ago
  8. d13095b server: Let the directory code handle device names. by Alexandre Julliard · 19 years ago
  9. cf21d4d Move mailslot devices into directory name space. by Vitaliy Margolen · 19 years ago
  10. 1a1583a Match PSDK STATUS_* definitions. by Ge van Geldorp · 19 years ago
  11. baffcb9 Add name_lookup function in object_ops. by Vitaliy Margolen · 19 years ago
  12. 893987b Return correct error on name collision when creating new named by Vitaliy Margolen · 19 years ago
  13. 86397e1 Fixed handling of mailslot read timeout to avoid compiler warnings. by Alexandre Julliard · 19 years ago
  14. ead9b06 Added a struct unicode_str to encapsulate object names. by Alexandre Julliard · 19 years ago
  15. 3585f2f Pass object attributes to create_named_object & find_object. by Vitaliy Margolen · 19 years ago
  16. a996000 - Send whole OBJECT_ATTRIBUTES.Attributes to the server not just an by Vitaliy Margolen · 19 years ago
  17. 37773dd Make mailslots use as much of the default async fd implementation as possible. by Robert Shearman · 20 years ago
  18. 390bc5f Don't include winbase.h when it's not necessary. by Mike McCormack · 20 years ago
  19. 3795709 Change code style of form "if( x )" to "if (x)" for consistency. by Robert Shearman · 20 years ago
  20. b9b1ea9 Added a close_handle method to the object operations, and use it to by Alexandre Julliard · 20 years ago
  21. c516571 - Use NULL instead of 0 for all non-handle pointers. by Robert Shearman · 20 years ago
  22. 43e4139 Include <sys/filio.h> on platforms that support it. by Robert Lunnon · 20 years ago
  23. f92fff6 Implemented NtSignalAndWaitForSingleObject. by Mike McCormack · 20 years ago
  24. d6fdac2 Calculate the size of the next mailslot message correctly. by Mike McCormack · 20 years ago
  25. 2ab6a77 Implement mailslots. by Mike McCormack · 20 years ago