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