Alexandre Julliard
|
c954e5b9e6
server: Avoid using wine/port.h.
|
3 éve |
Alexandre Julliard
|
d6ef9401b3
server: Use the object type information to implement access mapping.
|
3 éve |
Alexandre Julliard
|
4d646de90d
server: Add generic mapping masks for all object types.
|
3 éve |
Alexandre Julliard
|
c6f2aacb57
server: Add a type descriptor to all server objects.
|
3 éve |
Alexandre Julliard
|
2e51f9aae3
server: Add an object operation to retrieve an object name.
|
4 éve |
Alexandre Julliard
|
8286b780a4
server: Don't use wine/unicode.h.
|
4 éve |
Jacek Caban
|
b2a546c92d
server: Introduce kernel_object struct for generic association between server and kernel objects.
|
5 éve |
Sebastian Lackner
|
240d8ed7e9
server: Add missing linebreak to a dump message.
|
8 éve |
Alexandre Julliard
|
3ea7f7d2f4
server: Set the security descriptor at object creation.time.
|
8 éve |
Alexandre Julliard
|
ff9d90bbb0
server: Use a standard object for object attribute roots instead of a directory.
|
8 éve |
Alexandre Julliard
|
b21a324070
server: Use the link_name operation to create named objects.
|
8 éve |
Alexandre Julliard
|
f55db7882d
server: Add link_name and unlink_name object operations.
|
8 éve |
Alexandre Julliard
|
37503be654
server: Fix checks for a valid directory in object attributes.
|
8 éve |
Alexandre Julliard
|
008f14f03f
server: Directly return a structure in get_req_unicode_str().
|
8 éve |
Alexandre Julliard
|
ed268bbf91
server: Use a common helper function to implement open object calls.
|
8 éve |
Alexandre Julliard
|
d15f47412e
server: Always print the full path of objects when dumping them.
|
8 éve |
Alexandre Julliard
|
1eb69be36f
server: Pass full object attributes in the create_completion request.
|
8 éve |
Qian Hong
|
bdc223ad39
server: Fix type name of IoCompletion.
|
9 éve |
Alexandre Julliard
|
39644bb309
server: Pass a wait queue entry to the signaled/satisfied object functions.
|
11 éve |
Dmitry Timoshkov
|
0b4c9cb533
server: Store full-sized completion information on the server side.
|
11 éve |
Dmitry Timoshkov
|
16b7a7f707
server: Add access mapping for IO completion objects.
|
12 éve |
Alexandre Julliard
|
f6fa72d770
server: Make async I/O transfer sizes always 32-bit.
|
16 éve |
Alexandre Julliard
|
dc7f170495
server: Add an apc_param_t type to store APC client-side parameters.
|
16 éve |
Alexandre Julliard
|
8382eb01b2
server: Return correct object types in the get_directory_entry request.
|
17 éve |
Andrey Turkin
|
c702a91a3c
server: Allow async i/o operations to send completion messages.
|
17 éve |
Rob Shearman
|
c1707d8938
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.
|
17 éve |
Andrey Turkin
|
d1a8155882
server: Allow completion object to be attached to an fd object.
|
17 éve |
Michael Stefaniuc
|
238043784a
server: Include stdarg.h in completion.c. Needed for older gcc versions.
|
17 éve |
Andrey Turkin
|
477582401b
server: Implement server-side completion queues and operations on them.
|
17 éve |