wine/server
2024-11-19 13:24:02 +01:00
..
async.c server: Use an explicit struct instead of a typedef for async I/O data. 2024-11-15 16:25:10 +01:00
atom.c server: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
change.c server: Remove some dead initializations (Clang). 2024-09-11 22:51:45 +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 server: Avoid memcpy with null pointer (Clang). 2024-09-11 22:51:45 +02:00
completion.c ntdll: Implement NtSetIoCompletionEx(). 2024-11-14 21:56:33 +01:00
console.c conhost.exe: Handle ctrl-\ in Wine. 2023-01-25 10:04:02 +01:00
debugger.c server: Use an explicit union instead of a typedef for debug event data. 2024-11-18 21:33:42 +01:00
device.c server: Use an explicit union instead of a typedef for IRP params. 2024-11-18 21:34:40 +01:00
directory.c ntdll: Implement NtAllocateReserveObject(). 2024-10-18 16:42:47 +02:00
event.c server: Use an explicit union instead of a typedef for select operations. 2024-11-18 21:35:50 +01:00
fd.c configure: Remove some no longer needed header checks. 2024-09-19 15:02:36 +02:00
file.c server: Add a helper to append data to a buffer. 2024-09-11 22:51:45 +02:00
file.h server: Use an explicit struct instead of a typedef for async I/O data. 2024-11-15 16:25:10 +01:00
handle.c server: Make masks unsigned (Clang). 2024-09-11 22:51:45 +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: Remove now unnecessary active_hooks from replies. 2024-06-26 17:00:19 +02:00
mach.c server: Improve formatting in mach init_tracing_mechanism(). 2024-02-14 23:17:23 +01:00
mailslot.c server: Avoid a redundant list check (Clang). 2024-09-11 22:51:45 +02:00
main.c server: Assign a system-wide mapping address for dynamic base modules. 2023-10-05 18:49:44 +02:00
Makefile.in server: Build relative paths at run-time instead of depending on makedep. 2024-06-25 13:32:57 +02:00
mapping.c server: Print a warning if page size isn't 4k. 2024-11-15 16:25:09 +01:00
mutex.c server: Add sys/types.h include in a few more files. 2021-10-11 11:44:02 +02:00
named_pipe.c server: Implement more FSCTLs on \Device\NamedPipe and \Device\NamedPipe\. 2024-11-04 15:30:21 +01:00
object.c ntdll: Implement NtSetIoCompletionEx(). 2024-11-14 21:56:33 +01:00
object.h ntdll: Implement NtAllocateReserveObject(). 2024-10-18 16:42:47 +02:00
process.c server: Amend process rights mapping. 2024-11-12 21:52:24 +01: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: Implement NtUserBuildNameList(). 2024-11-19 13:24:02 +01:00
ptrace.c server: Add a helper to append data to a buffer. 2024-09-11 22:51:45 +02:00
queue.c server: Use an explicit union instead of a typedef for hardware input. 2024-11-18 21:32:53 +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: Remove some dead initializations (Clang). 2024-09-11 22:51:45 +02:00
request.c server: Move the generated part of request.h to a separate header. 2024-11-15 16:25:09 +01: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 win32u: Implement NtUserBuildNameList(). 2024-11-19 13:24:02 +01:00
request_trace.h win32u: Implement NtUserBuildNameList(). 2024-11-19 13:24:02 +01:00
security.h server: Inherit the source token's label in token_duplicate(). 2024-06-06 22:29:56 +02:00
semaphore.c server: Add sys/types.h include in a few more files. 2021-10-11 11:44:02 +02:00
serial.c server: Directly wake up wait asyncs when the serial mask changes. 2024-06-18 10:47:22 +02:00
signal.c configure: Stop checking for poll.h and sys/poll.h - always use poll.h. 2021-10-31 17:56:54 +01:00
sock.c ntdll: Don't cancel background socket sends. 2024-09-18 19:22:31 +02:00
symlink.c server: Fix returned error when creating an existing symlink. 2023-10-30 13:33:28 +01:00
thread.c server: Use an explicit union instead of a typedef for select operations. 2024-11-18 21:35:50 +01:00
thread.h server: Use an explicit union instead of a typedef for select operations. 2024-11-18 21:35:50 +01:00
timer.c server: Use an explicit union instead of a typedef for APC calls. 2024-11-15 16:25:10 +01:00
token.c server: Avoid memcpy with null pointer (Clang). 2024-09-11 22:51:45 +02:00
trace.c win32u: Implement NtUserBuildNameList(). 2024-11-19 13:24:02 +01:00
unicode.c server: Build relative paths at run-time instead of depending on makedep. 2024-06-25 13:32:57 +02:00
unicode.h server: Annotate allocation functions with __WINE_(ALLOC_SIZE|DEALLOC|MALLOC). 2023-03-01 21:39:30 +01:00
user.c
user.h server: Use an explicit union instead of a typedef for hardware input. 2024-11-18 21:32:53 +01:00
window.c server: Don't update cursor pos in set_window_pos() if window wasn't moved. 2024-11-14 21:56:33 +01: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: Implement NtUserBuildNameList(). 2024-11-19 13:24:02 +01:00