.. |
async.c
|
ntdll: Pass user APC flags to call_user_apc_dispatcher().
|
2025-08-19 22:55:49 +02:00 |
atom.c
|
server: Return the class base atom from create_class.
|
2025-08-26 10:01:33 +02:00 |
change.c
|
server: Redirect fd-based objects sync to the fd.
|
2025-06-20 23:21:44 +02:00 |
class.c
|
server: Get rid of set_class_info request flags.
|
2025-08-27 12:22:09 +02:00 |
clipboard.c
|
server: Add an operation to retrieve an object sync.
|
2025-06-20 23:21:44 +02:00 |
completion.c
|
server: Use an event sync for completion port objects.
|
2025-06-24 11:41:56 +02:00 |
console.c
|
server: Fix use-after-free in screen_buffer_destroy.
|
2025-07-27 21:27:49 +09:00 |
debugger.c
|
server: Use an event sync for debug objects.
|
2025-06-24 11:41:56 +02:00 |
device.c
|
server: Use an event sync for device manager objects.
|
2025-06-24 11:41:56 +02:00 |
directory.c
|
server: Create and use a user atom table for class names.
|
2025-06-27 13:35:49 +02:00 |
event.c
|
server: Use an event sync for fd objects.
|
2025-06-20 23:21:44 +02:00 |
fd.c
|
server: Use LIST_FOR_EACH_ENTRY in more places.
|
2025-08-20 22:00:41 +02:00 |
file.c
|
server: Redirect fd-based objects sync to the fd.
|
2025-06-20 23:21:44 +02:00 |
file.h
|
server: Redirect fd-based objects sync to the fd.
|
2025-06-20 23:21:44 +02:00 |
handle.c
|
server: Fix use-after-free of handle entry.
|
2025-08-19 09:19:49 +02:00 |
handle.h
|
nsiproxy: Implement TCP table on top of a server call.
|
2024-09-06 11:15:26 +02:00 |
hook.c
|
server: Fix get_next_hook return value when no hook is found.
|
2025-08-21 13:54:09 +02:00 |
mach.c
|
server: Store process base priority separately.
|
2025-04-30 23:10:27 +02:00 |
mailslot.c
|
server: Redirect fd-based objects sync to the fd.
|
2025-06-20 23:21:44 +02:00 |
main.c
|
server: Use setpriority to update thread niceness when safe.
|
2025-02-07 12:14:58 +01:00 |
Makefile.in
|
server: Use INOTIFY_CFLAGS.
|
2025-03-29 00:03:44 +01:00 |
mapping.c
|
server: Add an operation to retrieve an object sync.
|
2025-06-20 23:21:44 +02:00 |
mutex.c
|
server: Keep owned mutex syncs alive until abandoned.
|
2025-07-10 22:20:11 +02:00 |
named_pipe.c
|
server: Redirect fd-based objects sync to the fd.
|
2025-06-20 23:21:44 +02:00 |
object.c
|
server: Use LIST_FOR_EACH_ENTRY in more places.
|
2025-08-20 22:00:41 +02:00 |
object.h
|
server: Simplify create_class atom validation check.
|
2025-08-20 22:00:41 +02:00 |
process.c
|
ntdll: Implement ProcessPriorityBoost class in NtSetInformationProcess.
|
2025-08-21 22:28:35 +02:00 |
process.h
|
ntdll: Implement ProcessPriorityBoost class in NtQueryInformationProcess.
|
2025-08-21 22:28:35 +02:00 |
procfs.c
|
server: Use an explicit struct instead of a typedef for register contexts.
|
2024-11-22 15:14:39 +01:00 |
protocol.def
|
server: Get rid of set_class_info request flags.
|
2025-08-27 12:22:09 +02:00 |
ptrace.c
|
server: Always use the thread Unix id in ptrace for FreeBSD.
|
2025-07-14 14:52:28 +02:00 |
queue.c
|
win32u: Avoid calling server in NtUserGetKeyState() when input keystate is in sync.
|
2025-08-22 12:01:07 +02:00 |
region.c
|
server: Use an explicit struct instead of a typedef for rectangles.
|
2024-11-22 15:22:15 +01:00 |
registry.c
|
server: Add a helper to check a process wow64 status.
|
2025-08-19 22:55:49 +02:00 |
request.c
|
server: Add an operation to retrieve an object sync.
|
2025-06-20 23:21:44 +02:00 |
request.h
|
server: Move the generated part of request.h to a separate header.
|
2024-11-15 16:25:09 +01:00 |
request_handlers.h
|
server: Get rid of set_class_info request flags.
|
2025-08-27 12:22:09 +02:00 |
request_trace.h
|
server: Get rid of set_class_info request flags.
|
2025-08-27 12:22:09 +02:00 |
security.h
|
server: Inherit the source token's label in token_duplicate().
|
2024-06-06 22:29:56 +02:00 |
semaphore.c
|
server: Split semaphore to a dedicated sync object.
|
2025-06-26 22:36:01 +02:00 |
serial.c
|
server: Redirect fd-based objects sync to the fd.
|
2025-06-20 23:21:44 +02:00 |
signal.c
|
server: Add an operation to retrieve an object sync.
|
2025-06-20 23:21:44 +02:00 |
sock.c
|
ntdll: Support SOCK_RAW / IPPROTO_ICMPV6 fallback over SOCK_DGRAM.
|
2025-08-18 09:22:41 +02:00 |
symlink.c
|
server: Add an operation to retrieve an object sync.
|
2025-06-20 23:21:44 +02:00 |
thread.c
|
ntdll: Implement ProcessPriorityBoost class in NtQueryInformationProcess.
|
2025-08-21 22:28:35 +02:00 |
thread.h
|
ntdll: Implement ThreadPriorityBoost class in NtQueryInformationThread.
|
2025-08-14 15:53:21 +02:00 |
timer.c
|
ntdll: Pass user APC flags to call_user_apc_dispatcher().
|
2025-08-19 22:55:49 +02:00 |
token.c
|
server: Add an operation to retrieve an object sync.
|
2025-06-20 23:21:44 +02:00 |
trace.c
|
ntdll: Treat Rbp as CONTEXT_INTEGER register.
|
2025-06-19 22:54:54 +02:00 |
unicode.c
|
server: Use _NSGetExecutablePath to implement get_nls_dir on macOS.
|
2025-03-03 15:24:06 +01:00 |
unicode.h
|
server: Annotate allocation functions with __WINE_(ALLOC_SIZE|DEALLOC|MALLOC).
|
2023-03-01 21:39:30 +01:00 |
user.c
|
server: Allocate shared memory objects for windows.
|
2025-06-10 22:44:18 +02:00 |
user.h
|
win32u: Introduce helpers to check desktop and message class.
|
2025-08-26 10:00:15 +02:00 |
window.c
|
win32u: Introduce helpers to check desktop and message class.
|
2025-08-26 10:00:15 +02:00 |
wineserver.de.UTF-8.man.in
|
server: Match formatting of the English manpage.
|
2024-10-02 16:58:06 +02: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
|
win32u: Avoid calling server in NtUserGetKeyState() when input keystate is in sync.
|
2025-08-22 12:01:07 +02:00 |