Alexandre Julliard
|
e5d69d9ee6
configure: Assume that sys/ioctl.h is available on Unix.
|
2 년 전 |
Alexandre Julliard
|
a7ac3de3b3
configure: Assume that sys/socket.h is available on Unix.
|
2 년 전 |
Alexandre Julliard
|
c954e5b9e6
server: Avoid using wine/port.h.
|
3 년 전 |
Zebediah Figura
|
4f1c7ba5f9
server: Cancel asyncs through fd_ops.
|
3 년 전 |
Zebediah Figura
|
101082253f
server: Do not forbid closing fd handles in other processes.
|
3 년 전 |
Alexandre Julliard
|
d6ef9401b3
server: Use the object type information to implement access mapping.
|
3 년 전 |
Alexandre Julliard
|
c6f2aacb57
server: Add a type descriptor to all server objects.
|
3 년 전 |
Paul Gofman
|
ae106feed2
server: Do not dereference symlinks specified as root directory.
|
4 년 전 |
Alexandre Julliard
|
5c4d6cf837
server: Pass all creation arguments to the device creation functions.
|
4 년 전 |
Alexandre Julliard
|
7b79c8059d
server: Return the device name for mailslot files.
|
4 년 전 |
Alexandre Julliard
|
2e51f9aae3
server: Add an object operation to retrieve an object name.
|
4 년 전 |
Zebediah Figura
|
31800a1414
server: Use a separate object for each opened mailslot device file.
|
4 년 전 |
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 년 전 |
Jacek Caban
|
6531f79d8d
server: Return proper object type for mailslot and device files.
|
5 년 전 |
Jacek Caban
|
04094a6669
server: Use server_get_file_info for all info classes not implemented on client side.
|
6 년 전 |
Jacek Caban
|
6b08e60f03
server: Introduce get_file_info request for server-side NtQueryInformationFile implementation.
|
6 년 전 |
Jacek Caban
|
2ab2f31f18
server: Allow server side NtQueryVolumeInformationFile implementation.
|
7 년 전 |
Jacek Caban
|
7b33613fc4
server: Make fd_queue_async infallible.
|
7 년 전 |
Jacek Caban
|
a3acdf117f
server: Pass existing async object to fd_queue_async.
|
7 년 전 |
Jacek Caban
|
a604db1261
server: Create async object in register_async handler.
|
7 년 전 |
Jacek Caban
|
64dc8f5c48
server: Store iosb in async object.
|
8 년 전 |
Jacek Caban
|
ad1e0609a0
server: Get rid of no loner used cancel_async from fd_ops.
|
8 년 전 |
Alexandre Julliard
|
c7f16d6220
server: Add a helper function to create a symlink to an existing object.
|
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
|
7ad32cf56a
server: Allow lookup_name to distinguish the case of an empty path.
|
8 년 전 |
Alexandre Julliard
|
4e380b9e2b
server: Use the generic named object functions for mailslots.
|
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 년 전 |