-
32b6677b
by Alexandre Julliard at 2026-07-22T15:02:14+02:00
server: Make the get_poll_events() fd operation optional.
-
88201472
by Alexandre Julliard at 2026-07-22T15:02:14+02:00
server: Make the poll_event() fd operation optional.
-
2f3e569f
by Alexandre Julliard at 2026-07-22T15:02:14+02:00
server: Make the read() fd operation optional.
-
f620c521
by Alexandre Julliard at 2026-07-22T15:02:14+02:00
server: Make the write() fd operation optional.
-
53ba86e9
by Alexandre Julliard at 2026-07-22T15:02:14+02:00
server: Make the flush() fd operation optional.
-
d6e09aac
by Alexandre Julliard at 2026-07-22T15:02:14+02:00
server: Make the get_file_info() fd operation optional.
-
2b6e997c
by Alexandre Julliard at 2026-07-22T15:02:14+02:00
server: Make the get_volume_info() fd operation optional.
-
4e44a6ee
by Alexandre Julliard at 2026-07-22T15:02:14+02:00
server: Make the ioctl() fd operation optional.
-
d81da8a7
by Alexandre Julliard at 2026-07-22T15:02:14+02:00
server: Make the cancel_async() fd operation optional.
-
64893674
by Alexandre Julliard at 2026-07-22T15:02:14+02:00
server: Make the queue_async() fd operation optional.
-
26886fb9
by Alexandre Julliard at 2026-07-22T15:02:14+02:00
server: Make the reselect_async() fd operation optional.
-
b8645ac1
by Alexandre Julliard at 2026-07-22T15:02:14+02:00
server: Use designated initializers for fd operations.