wine/server
2024-11-04 15:30:21 +01:00
..
async.c server: Correct STATUS_NOT_FOUND return from (cancel_async). 2024-09-18 19:22:31 +02: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 server: Signal completion port waits on handle close. 2024-10-23 11:37:09 +02:00
console.c conhost.exe: Handle ctrl-\ in Wine. 2023-01-25 10:04:02 +01:00
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 server: Always close previous IRP handle. 2022-03-14 12:00:48 +01:00
directory.c ntdll: Implement NtAllocateReserveObject(). 2024-10-18 16:42:47 +02:00
event.c server: Add sys/types.h include in a few more files. 2021-10-11 11:44:02 +02: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 ntdll: Introduce a separate per-thread object for internal completion waits. 2024-10-23 11:37:08 +02: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: Add a helper to append data to a buffer. 2024-09-11 22:51:45 +02: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 NtAllocateReserveObject(). 2024-10-18 16:42:47 +02:00
object.h ntdll: Implement NtAllocateReserveObject(). 2024-10-18 16:42:47 +02:00
process.c server: Remove some dead initializations (Clang). 2024-09-11 22:51:45 +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: Inform wineserver about the winstation monitors. 2024-11-04 13:32:55 +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 the monitor infos to compute the virtual screen rect. 2024-11-04 13:32:55 +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 ntdll: Always use mach_continuous_time() on macOS. 2024-09-19 15:02:36 +02:00
request.h win32u: Inform wineserver about the winstation monitors. 2024-11-04 13:32:55 +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 ntdll: Introduce a separate per-thread object for internal completion waits. 2024-10-23 11:37:08 +02:00
thread.h ntdll: Introduce a separate per-thread object for internal completion waits. 2024-10-23 11:37:08 +02:00
timer.c server: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
token.c server: Avoid memcpy with null pointer (Clang). 2024-09-11 22:51:45 +02:00
trace.c win32u: Inform wineserver about the winstation monitors. 2024-11-04 13:32:55 +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 the monitor infos to compute the virtual screen rect. 2024-11-04 13:32:55 +01:00
window.c server: Use the monitor infos to compute the virtual screen rect. 2024-11-04 13:32:55 +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: Inform wineserver about the winstation monitors. 2024-11-04 13:32:55 +01:00