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