wine/server
2024-05-22 22:28:43 +02:00
..
async.c server: Check if we have waiting asyncs in (send_socket) before enforcing blocking send. 2024-02-02 13:01:55 +01:00
atom.c
change.c server: Replace sprintf with snprintf to avoid deprecation warnings on macOS. 2024-03-28 19:51:35 +01:00
class.c
clipboard.c
completion.c
console.c
debugger.c server: Don't update the entry point in the image information for ARM64EC modules. 2024-02-08 17:07:22 +01:00
device.c
directory.c server: Replace sprintf with snprintf to avoid deprecation warnings on macOS. 2024-03-28 19:51:35 +01:00
event.c
fd.c server: Replace sprintf with snprintf to avoid deprecation warnings on macOS. 2024-03-28 19:51:35 +01:00
file.c
file.h server: Check if we have waiting asyncs in (send_socket) before enforcing blocking send. 2024-02-02 13:01:55 +01:00
handle.c server: Check for DELETE access in NtMakeTemporaryObject(). 2024-03-20 23:16:24 +01:00
handle.h
hook.c
mach.c server: Improve formatting in mach init_tracing_mechanism(). 2024-02-14 23:17:23 +01:00
mailslot.c
main.c
Makefile.in
mapping.c server: Replace sprintf with snprintf to avoid deprecation warnings on macOS. 2024-03-28 19:51:35 +01:00
mutex.c
named_pipe.c
object.c
object.h server: Don't update the machine in the image information for ARM64EC modules. 2024-02-08 13:05:28 +01:00
process.c ntdll: Implement NtQuerySystemInformation(SystemProcessIdInformation). 2024-05-01 16:54:00 +02:00
process.h server: Keep a list of processes that can receive rawinput messages. 2024-02-28 19:51:20 +01:00
procfs.c server: Replace sprintf with snprintf to avoid deprecation warnings on macOS. 2024-03-28 19:51:35 +01:00
protocol.def win32u: Update last message time in NtUserGetRawInputBuffer(). 2024-05-12 16:31:50 +02:00
ptrace.c server: Replace sprintf with snprintf to avoid deprecation warnings on macOS. 2024-03-28 19:51:35 +01:00
queue.c server: Pass the adjusted vkey to send_hook_ll_message. 2024-05-22 22:28:43 +02:00
region.c
registry.c server: Clarify that registry files are always in the current directory, and simplify save_branch(). 2024-03-28 19:57:01 +01:00
request.c server: Replace some malloc/sprintf/strcpy calls with asprintf. 2024-03-28 19:51:35 +01:00
request.h win32u: Update last message time in NtUserGetRawInputBuffer(). 2024-05-12 16:31:50 +02:00
security.h
semaphore.c
serial.c
signal.c
sock.c server: Ignore some ICMP-originated socket errors for connectionless sockets. 2024-03-15 23:48:52 +01:00
symlink.c
thread.c ntdll: Store exception reporting flags in server context. 2024-04-26 23:21:57 +02:00
thread.h server: Keep a list of threads connected to each desktop. 2024-02-28 19:51:20 +01:00
timer.c
token.c
trace.c win32u: Update last message time in NtUserGetRawInputBuffer(). 2024-05-12 16:31:50 +02:00
unicode.c server: Replace sprintf with snprintf to avoid deprecation warnings on macOS. 2024-03-28 19:51:35 +01:00
unicode.h
user.c
user.h server: Send WM_WINE_CLIPCURSOR message only when necessary. 2024-03-21 22:19:58 +01:00
window.c
wineserver.de.UTF-8.man.in server: Remove WINESERVER documentation from the man page. 2024-01-02 14:04:29 +01:00
wineserver.fr.UTF-8.man.in server: Remove WINESERVER documentation from the man page. 2024-01-02 14:04:29 +01:00
wineserver.man.in server: Remove WINESERVER documentation from the man page. 2024-01-02 14:04:29 +01:00
winstation.c server: Avoid removing thread twice from its desktop thread list. 2024-03-21 22:19:58 +01:00