Mike Kaplinskiy
|
b05774ee7e
|
server: Change cancel_async to take an optional iosb and only_thread.
|
2009-08-18 12:26:30 +02:00 |
Alexandre Julliard
|
7a344c14af
|
server: Avoid a crash when trying to wait on a disconnected pipe client.
|
2009-06-09 17:01:13 +02:00 |
Alexandre Julliard
|
50171c5cc1
|
server: Make the new named pipe server fd inherit the I/O completion if it was set before connecting.
|
2009-03-03 11:59:29 +01:00 |
Alexandre Julliard
|
7ec95c5bee
|
server: Explicitly specify when an ioctl call needs to be blocking.
|
2008-12-30 20:37:20 +01:00 |
Alexandre Julliard
|
9ed42d2709
|
server: Get rid of the unused count parameter in fd_queue_async().
|
2008-12-26 12:33:31 +01:00 |
Alexandre Julliard
|
a7b3efde0e
|
server: Store the async handle inside the async_data_t structure.
|
2008-12-26 12:33:21 +01:00 |
Alexandre Julliard
|
dc7f170495
|
server: Add an apc_param_t type to store APC client-side parameters.
|
2008-12-15 13:29:38 +01:00 |
Jeff Zaroyko
|
afce615830
|
wineserver: Don't use O_CREAT and O_EXCL when attempting to open directories.
|
2008-12-03 09:58:21 +01:00 |
Petr Sumbera
|
f4575aaa5f
|
server: Workaround for conflict between Wine and Solaris list.h.
|
2008-04-11 11:14:33 +02:00 |
Alexandre Julliard
|
a319263230
|
server: Don't access the process after send_client_fd as it may have been killed.
|
2008-02-19 16:51:16 +01:00 |
Andrey Turkin
|
3afbee5218
|
server: Store I/O completion information in async structure.
This is to allow completions to be sent on handle close. Also this can
be helpful for AcceptEx/TransmitFile implementation.
|
2007-12-18 14:25:43 +01:00 |
Andrey Turkin
|
f1dcf4bf3a
|
server: I/O completion ports can only be used with overlapped I/O.
|
2007-12-17 11:49:32 +01:00 |
Alexandre Julliard
|
8382eb01b2
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
Dmitry Timoshkov
|
f2213dd23f
|
server: Make fd_poll_event static.
|
2007-12-04 18:40:51 +01:00 |
Andrey Turkin
|
27cb7c7274
|
ws2_32: Make certain winsock functions generate i/o completion messages.
|
2007-11-15 14:23:23 +01:00 |
Andrey Turkin
|
c702a91a3c
|
server: Allow async i/o operations to send completion messages.
|
2007-11-15 14:20:29 +01:00 |
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.
|
2007-10-04 12:30:52 +02:00 |
Alexandre Julliard
|
24001e8ddc
|
server: Add a default access mapping function for files, and use it for devices too.
|
2007-10-02 14:20:15 +02:00 |
Andrey Turkin
|
d1a8155882
|
server: Allow completion object to be attached to an fd object.
|
2007-09-28 13:17:18 +02:00 |
Alexandre Julliard
|
8765a0da83
|
ntdll: Fixed file system name comparison on *BSD.
|
2007-08-29 12:02:13 +02:00 |
Alexandre Julliard
|
60901b7542
|
server: Don't crash when trying to set a file lock on a device.
|
2007-06-20 13:14:55 +02:00 |
Alexandre Julliard
|
8143d42c4c
|
server: Enable kqueue support on Mac OS >= 10.5 now that it's fixed.
|
2007-06-15 12:41:43 +02:00 |
Alexandre Julliard
|
fd59e158a7
|
server: Infrastructure to return a wait handle for blocking ioctls.
|
2007-05-03 17:43:18 +02:00 |
Alexandre Julliard
|
017480d4e2
|
server: Store valid file options in pseudo file descriptors.
|
2007-05-03 16:07:30 +02:00 |
Gerald Pfeifer
|
d529c63ced
|
server: Silence compiler warning in fd_queue_async().
|
2007-04-23 13:54:31 +02:00 |
Alexandre Julliard
|
c18e8d6a69
|
server: Use the standard file descriptor wait queue for named pipe server async waits.
|
2007-04-18 16:28:01 +02:00 |
Alexandre Julliard
|
f3fbae4546
|
server: Allow specifying the status code to return on file descriptors that don't have a Unix fd.
|
2007-04-18 16:05:59 +02:00 |
Alexandre Julliard
|
737148c57b
|
server: Add a specific data type for ioctl codes so they can be printed as symbols.
|
2007-04-17 22:06:13 +02:00 |
Alexandre Julliard
|
aaf477f292
|
server: Change the timeout handling to use NT-style 64-bit timeouts everywhere.
|
2007-04-17 20:08:59 +02:00 |
Alexandre Julliard
|
2669af73df
|
server: Move the server part of device unmounting to the ioctl processing.
|
2007-04-16 14:54:52 +02:00 |
Alexandre Julliard
|
635714397f
|
server: Add infrastructure for ioctl server request.
|
2007-04-16 14:45:03 +02:00 |
Alexandre Julliard
|
3f0575943e
|
server: Don't bother with default entry points for objects that don't even return an fd.
|
2007-04-12 20:21:53 +02:00 |
Alexandre Julliard
|
d85121f199
|
ntdll: Store the file access and options in the fd cache, and get rid of the dynamic flags.
This avoids server round-trips for all file I/O.
|
2007-04-10 22:32:46 +02:00 |
Alexandre Julliard
|
7a9363a4d4
|
server: Rename the get_file_info function to get_fd_type and get rid of the flags.
|
2007-04-10 22:26:23 +02:00 |
Alexandre Julliard
|
f85437c57f
|
server: Store the opening options in the file descriptor instead of in the individual objects.
Allows moving the FD_FLAG_OVERLAPPED support to the generic
get_handle_fd request handling.
|
2007-04-10 22:25:07 +02:00 |
Alexandre Julliard
|
72bff2e445
|
server: Add support for restarting an async I/O when the client side couldn't finish it right away.
|
2007-04-10 17:07:27 +02:00 |
Alexandre Julliard
|
ba896e75d7
|
server: Fix the handling of the signaled status for file descriptors.
File handles are signaled when an I/O operation completes, and reset
when another operation is queued.
|
2007-04-04 19:39:29 +02:00 |
Alexandre Julliard
|
b2cba95abd
|
server: Hold a pointer to the queue from the async operations.
|
2007-04-03 19:36:07 +02:00 |
Alexandre Julliard
|
0aae1ca8bf
|
server: Add a separate function to set the timeout of an async I/O operation.
|
2007-04-02 20:41:59 +02:00 |
Alexandre Julliard
|
02ed704be1
|
server: Check file access in register_async before calling the object method.
|
2007-04-02 20:24:55 +02:00 |
Alexandre Julliard
|
df09ac5194
|
server: Make async I/O queues into real objects.
|
2007-04-02 20:09:29 +02:00 |
Alexandre Julliard
|
e92f85474f
|
server: Avoid redundant polling in fd_queue_async_timeout.
Moved the file overlapped flag check to default_fd_queue_async.
|
2007-04-02 12:48:13 +02:00 |
Alexandre Julliard
|
95ba4b553c
|
server: Add a generic wait queue to the file descriptor object.
|
2007-04-02 12:47:52 +02:00 |
Alexandre Julliard
|
df651875ad
|
server: Remove the return value of the flush() method, it's not used.
|
2007-03-27 16:51:44 +02:00 |
Alexandre Julliard
|
589ce2bb8d
|
server: Always return STATUS_PENDING when an async I/O operation has been queued.
|
2007-03-26 19:13:21 +02:00 |
Alexandre Julliard
|
94655c8493
|
server: Implemented the open_file method for named pipe and mailslot devices.
|
2007-03-22 11:52:40 +01:00 |
Alexandre Julliard
|
7e71c1ddee
|
server: Add an open_file() function to the object operations.
|
2007-03-22 11:44:29 +01:00 |
Alexandre Julliard
|
111610c45e
|
server: Add an async_data_t structure to store parameters for async I/O requests.
|
2007-03-20 20:21:12 +01:00 |
Alexandre Julliard
|
06db705238
|
server: Make struct async into a real object, to keep it around while the APC is running.
|
2007-03-20 19:23:59 +01:00 |
Andrew Talbot
|
b1788c8462
|
server: Replace inline static with static inline.
|
2007-03-17 20:05:05 +01:00 |