wine/server
Jacek Caban 8ef4f9a0c8 server: Create async objects in read and write request handlers.
async_get_data allows splitting patches, but will be removed later in
the series.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-21 14:22:46 +01:00
..
async.c server: Create async objects in read and write request handlers. 2017-02-21 14:22:46 +01:00
atom.c
change.c server: Store iosb in async object. 2016-12-05 16:11:03 +01:00
class.c
clipboard.c server: Get rid of the clipboard owner thread field. 2016-11-02 17:10:35 +01:00
completion.c
console.c server: Get rid of no loner used cancel_async from fd_ops. 2016-12-01 13:50:59 +01:00
debugger.c
device.c server: Create async objects in read and write request handlers. 2017-02-21 14:22:46 +01:00
directory.c
event.c
fd.c server: Create async objects in read and write request handlers. 2017-02-21 14:22:46 +01:00
file.c server: Get rid of no loner used cancel_async from fd_ops. 2016-12-01 13:50:59 +01:00
file.h server: Create async objects in read and write request handlers. 2017-02-21 14:22:46 +01:00
handle.c server: Give all access rights when opening an object with MAXIMUM_ALLOWED. 2017-02-13 11:37:02 +01:00
handle.h
hook.c
mach.c
mailslot.c server: Store iosb in async object. 2016-12-05 16:11:03 +01:00
main.c
Makefile.in
mapping.c server: Get rid of no loner used cancel_async from fd_ops. 2016-12-01 13:50:59 +01:00
mutex.c
named_pipe.c server: Allow creating async object not associated with a queue. 2017-02-21 14:22:44 +01:00
object.c
object.h
process.c server: Cancel process asyncs on process termination. 2016-12-01 15:25:34 +01:00
process.h server: Store async list in process object and use that to find async in cansel_async request. 2016-12-01 13:50:27 +01:00
procfs.c
protocol.def server: Use async object to transfer IRP result to client. 2016-12-05 16:11:03 +01:00
ptrace.c
queue.c server: Add a helper function to validate a window handle. 2016-08-30 18:08:36 +09:00
region.c
registry.c server: Allow to create win32 prefix when directory already exists. 2016-09-22 12:46:01 +09:00
request.c server: Get rid of no loner used cancel_async from fd_ops. 2016-12-01 13:50:59 +01:00
request.h server: Use async object to transfer IRP result to client. 2016-12-05 16:11:03 +01:00
security.h
semaphore.c
serial.c server: Store iosb in async object. 2016-12-05 16:11:03 +01:00
signal.c server: Get rid of no loner used cancel_async from fd_ops. 2016-12-01 13:50:59 +01:00
snapshot.c
sock.c server: Allow creating async object not associated with a queue. 2017-02-21 14:22:44 +01:00
symlink.c
thread.c server: Remove dead check in is_cpu_supported(). 2017-01-25 17:17:18 +01:00
thread.h
timer.c
token.c server: Fix handling of MAXIMUM_ALLOWED in token_access_check. 2017-02-03 19:05:10 +01:00
trace.c server: Use async object to transfer IRP result to client. 2016-12-05 16:11:03 +01:00
unicode.c
unicode.h
user.c
user.h server: Add a helper function to validate a window handle. 2016-08-30 18:08:36 +09:00
window.c
wineserver.de.UTF-8.man.in
wineserver.fr.UTF-8.man.in
wineserver.man.in
winstation.c