1. 18c08d3 Removed the get_file_info request. by Alexandre Julliard · 21 years ago
  2. 9ffce00 Pass inherit handle flag properly for CreateNamedPipe. by Uwe Bonnes · 21 years ago
  3. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  4. 9591836 'sizeof type' is best avoided as it won't always compile (e.g. 'int by Francois Gouget · 22 years ago
  5. 693bbd7 Make it possible to retrieve an inheritable handle in open_named_pipe by Alexandre Julliard · 22 years ago
  6. ef8b946 - rewrite of the named pipe code by Mike McCormack · 22 years ago
  7. 3f7c3ff Fix for client accessing a named pipe after the server closes it. by Bill Medland · 22 years ago
  8. 088bcf9 Implemented NtQueueApcThread, and changed the server APC interface to by Alexandre Julliard · 22 years ago
  9. 580da24 Added an inode object to keep track of all file descriptors open for a by Alexandre Julliard · 22 years ago
  10. e66207e Moved all references to file descriptors out of the generic object by Alexandre Julliard · 22 years ago
  11. cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago
  12. 8b56deb Removed direct references to the file descriptor, use the new fd by Alexandre Julliard · 22 years ago
  13. 037c8a1 Porting fixes. by Steven Edwards · 22 years ago
  14. 863637b Started moving functions that deal with Unix file descriptors to a by Alexandre Julliard · 22 years ago
  15. 526a28d Added support for multiple object namespaces, and a bunch functions by Alexandre Julliard · 22 years ago
  16. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  17. 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
  18. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  19. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  20. 93c3fae Add refcounting to the thread member of the pipe user. by Marcus Meissner · 23 years ago
  21. 88cd32b More general approach to file descriptor types and flags. by Martin Wilck · 23 years ago
  22. 6f011c0 - move async activation into the server - implement async queues by Mike McCormack · 23 years ago
  23. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  24. 309ed4e Make ConnectNamedPipe work in overlapped mode. by Mike McCormack · 23 years ago
  25. 646d621 Added get_file_info support to named pipes and sockets to avoid by Alexandre Julliard · 23 years ago
  26. f2e7ce7 Implemented GetNamedPipeInfo. by Mike McCormack · 24 years ago
  27. bf55457 Implement WaitNamedPipe and DisconnectNamedPipe. by Mike McCormack · 24 years ago
  28. 705e7d7 Added STATUS_* constant for named pipes. Return STATUS_PIPE_NOT_AVAILABLE by Ove Kaaven · 24 years ago
  29. de7c300 Start implementing named pipes. by Mike McCormack · 24 years ago