1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-26 13:02:25 +00:00
wine/server
2024-06-25 13:32:57 +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 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 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 server: Create a global session shared mapping. 2024-06-20 23:03:26 +02:00
event.c
fd.c server: Don't always return STATUS_OBJECT_NAME_INVALID on ENOTDIR. 2024-06-05 22:01:56 +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 server: Return the desktop object locator in (get|set)_thread_desktop. 2024-06-20 23:03:26 +02:00
handle.c server: Check for DELETE access in NtMakeTemporaryObject(). 2024-03-20 23:16:24 +01:00
handle.h server: Cancel socket asyncs when the last handle in process is closed. 2023-07-20 21:48:39 +02:00
hook.c server: Pass desktop to get_first_global_hook. 2024-06-07 21:00:10 +02:00
mach.c server: Improve formatting in mach init_tracing_mechanism(). 2024-02-14 23:17:23 +01:00
mailslot.c configure: Assume that sys/ioctl.h is available on Unix. 2021-12-09 18:43:51 +01: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: Return the desktop object locator in (get|set)_thread_desktop. 2024-06-20 23:03:26 +02:00
mutex.c
named_pipe.c server: Support FileStandardInformation for pipes. 2023-09-11 13:15:15 +02:00
object.c server: Mark block as writable in mark_block_uninitialized. 2024-06-21 22:59:39 +02:00
object.h server: Create a global session shared mapping. 2024-06-20 23:03:26 +02:00
process.c wineserver: Report non-zero exit code for abnormal process termination. 2024-06-11 16:51:27 +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 server: Move the desktop keystate to shared memory. 2024-06-21 22:59:39 +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: Move the desktop keystate to shared memory. 2024-06-21 22:59:39 +02: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: 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 server: Return the desktop object locator in (get|set)_thread_desktop. 2024-06-20 23:03:26 +02:00
security.h server: Inherit the source token's label in token_duplicate(). 2024-06-06 22:29:56 +02:00
semaphore.c
serial.c server: Directly wake up wait asyncs when the serial mask changes. 2024-06-18 10:47:22 +02:00
signal.c
sock.c server: Ignore some ICMP-originated socket errors for connectionless sockets. 2024-03-15 23:48:52 +01:00
symlink.c server: Fix returned error when creating an existing symlink. 2023-10-30 13:33:28 +01:00
thread.c server: Avoid calling set_event from within msg_queue_add_queue. 2024-06-05 22:01:22 +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 server: Inherit the source token's label in token_duplicate(). 2024-06-06 22:29:56 +02:00
trace.c server: Return the desktop object locator in (get|set)_thread_desktop. 2024-06-20 23:03:26 +02: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 a separate variable to determine the message on Alt release. 2024-06-21 22:59:39 +02:00
window.c server: Update window surface regions when the window is shaped. 2024-05-30 19:53:21 +02:00
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: Move the desktop keystate to shared memory. 2024-06-21 22:59:39 +02:00