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