wine/server
2022-11-22 18:27:31 +01:00
..
async.c ntdll: Implement NtCancelSynchronousIoFile. 2022-10-17 11:22:41 +02:00
atom.c
change.c server: Use the token owner instead of the token user for default object owner. 2022-07-20 22:33:44 +02:00
class.c server: Correctly expose composited parent window and its child on position change. 2022-11-04 19:23:56 +01:00
clipboard.c
completion.c
console.c
debugger.c
device.c
directory.c
event.c
fd.c ntdll: Fix returned status code for paths with a trailing slash. 2022-06-28 13:20:15 +02:00
file.c server: Use the token owner instead of the token user for default object owner. 2022-07-20 22:33:44 +02:00
file.h ntdll: Cancel asyncs when thread is terminated. 2022-06-09 13:20:13 +02:00
handle.c
handle.h
hook.c
mach.c server: Use correct context struct and thread flavor when setting debug registers on macOS. 2022-09-15 13:47:45 +02:00
mailslot.c
main.c
Makefile.in makefiles: Add separate variables for Unix flags and libraries. 2022-06-29 23:23:41 +02:00
mapping.c
mutex.c
named_pipe.c
object.c server: Use the token owner instead of the token user for default object owner. 2022-07-20 22:33:44 +02:00
object.h
process.c server: Set missing error status for get_process_image_name. 2022-11-22 18:27:31 +01:00
process.h server: Use the client provided rawinput registered device array. 2022-07-28 20:08:58 +02:00
procfs.c
protocol.def ntdll: Support specified alignment in NtAllocateVirtualMemoryEx(). 2022-11-11 17:21:18 +01:00
ptrace.c
queue.c server: Take into account extra_size in get_rawinput_buffer. 2022-11-17 21:51:42 +01:00
region.c server: Correctly expose composited parent window and its child on position change. 2022-11-04 19:23:56 +01:00
registry.c server: Don't return the actual 32-bit Software\Classes key. 2022-11-18 13:55:21 +01:00
request.c
request.h ntdll: Implement NtCancelSynchronousIoFile. 2022-10-17 11:22:41 +02:00
security.h server: Use the token owner instead of the token user for default object owner. 2022-07-20 22:33:44 +02:00
semaphore.c
serial.c
signal.c
sock.c server: Support SO_EXCLUSIVEADDRUSE socket option. 2022-11-04 19:23:55 +01:00
symlink.c
thread.c ntdll: Support HighestEndingAddress in NtAllocateVirtualMemoryEx(). 2022-11-10 22:00:35 +01:00
thread.h
timer.c
token.c server: Use the token owner instead of the token user for default object owner. 2022-07-20 22:33:44 +02:00
trace.c ntdll: Support specified alignment in NtAllocateVirtualMemoryEx(). 2022-11-11 17:21:18 +01:00
unicode.c server: Use ARRAY_SIZE instead of open coding it. 2022-10-25 10:58:49 +02:00
unicode.h
user.c
user.h server: Correctly expose composited parent window and its child on position change. 2022-11-04 19:23:56 +01:00
window.c server: Don't invalidate the newly exposed child region on the parent if it doesn't clip children. 2022-11-04 19:23:56 +01:00
wineserver.de.UTF-8.man.in
wineserver.fr.UTF-8.man.in
wineserver.man.in
winstation.c