Sweden-Number/server
Alexandre Julliard 2b6426da65 server: Don't store the debug object in the debugger thread.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-02-01 16:48:09 +01:00
..
Makefile.in server: Use l_intl.nls for case mappings. 2020-11-27 18:28:35 +01:00
async.c ws2_32: Use server-side async I/O in accept(). 2020-10-20 22:54:02 +02:00
atom.c server: Rename make_object_static() to make_object_permanent(). 2020-09-23 15:26:10 +02:00
change.c server: Add an object operation to retrieve an object name. 2020-09-22 16:55:08 +02:00
class.c server: Ignore low word of a class instance when looking up for a window class. 2020-02-27 23:34:51 +01:00
clipboard.c server: Add an object operation to retrieve an object name. 2020-09-22 16:55:08 +02:00
completion.c server: Add an object operation to retrieve an object name. 2020-09-22 16:55:08 +02:00
console.c server: Fix handling of STATUS_ALERTED in get_next_console_request. 2020-12-02 20:51:51 +01:00
debugger.c server: Don't store the debug object in the debugger thread. 2021-02-01 16:48:09 +01:00
device.c server: Pass all creation arguments to the device creation functions. 2020-09-23 11:35:16 +02:00
directory.c server: Release the l_intl fd once the mapping is created. 2020-11-28 16:24:49 +01:00
event.c server: Add an object operation to retrieve an object name. 2020-09-22 16:55:08 +02:00
fd.c server: Add an object operation to retrieve an object name. 2020-09-22 16:55:08 +02:00
file.c server: Use default_fd_get_poll_events() for file objects. 2021-01-22 11:12:21 +01:00
file.h server: Create the NLS section object for the l_intl.nls file. 2020-11-27 18:28:35 +01:00
handle.c server: Handle duplicate handles when inheriting them for the new process. 2020-10-19 14:56:29 +02:00
handle.h server: Inherit standard handles together with explicit handle list. 2020-09-29 21:04:13 +02:00
hook.c server: Add an object operation to retrieve an object name. 2020-09-22 16:55:08 +02:00
mach.c server: Don't change cached thread context in set_thread_context. 2020-04-22 16:47:41 +02:00
mailslot.c server: Do not dereference symlinks specified as root directory. 2020-11-26 23:25:38 +01:00
main.c server: Create the NLS section object for the l_intl.nls file. 2020-11-27 18:28:35 +01:00
mapping.c ntdll: Create a SEC_IMAGE view also for .so builtins. 2021-01-26 16:38:56 +01:00
mutex.c server: Add an object operation to retrieve an object name. 2020-09-22 16:55:08 +02:00
named_pipe.c server: Allow client pipe creation with server pipe as root directory. 2020-11-26 23:25:38 +01:00
object.c server: Do not dereference symlinks specified as root directory. 2020-11-26 23:25:38 +01:00
object.h server: Don't store the debug object in the debugger thread. 2021-02-01 16:48:09 +01:00
process.c server: Don't store the debug object in the debugger thread. 2021-02-01 16:48:09 +01:00
process.h ntdll: Pass a debug object in the new_process request. 2021-02-01 11:08:44 +01:00
procfs.c
protocol.def ntdll: Implement NtWaitForDebugEvent(). 2021-02-01 16:48:09 +01:00
ptrace.c server: Don't change cached thread context in set_thread_context. 2020-04-22 16:47:41 +02:00
queue.c user32: Implement GetMouseMovePointsEx(). 2020-10-13 22:37:16 +02:00
region.c
registry.c server: Store and notify all notification events associated with a given registry handle. 2021-01-27 21:06:26 +01:00
request.c server: Allow named pipes creation with device file as root directory. 2020-11-26 23:25:38 +01:00
request.h ntdll: Implement NtWaitForDebugEvent(). 2021-02-01 16:48:09 +01:00
security.h server: Check duplicated handle access against the calling thread token and target process token. 2020-09-24 15:22:36 +02:00
semaphore.c server: Add an object operation to retrieve an object name. 2020-09-22 16:55:08 +02:00
serial.c server: Add an object operation to retrieve an object name. 2020-09-22 16:55:08 +02:00
signal.c server: Rename make_object_static() to make_object_permanent(). 2020-09-23 15:26:10 +02:00
sock.c server: Avoid leaking "acceptsock" on allocation failure. 2021-01-22 11:12:21 +01:00
symlink.c server: Do not dereference symlinks specified as root directory. 2020-11-26 23:25:38 +01:00
thread.c server: Don't store the debug object in the debugger thread. 2021-02-01 16:48:09 +01:00
thread.h server: Don't store the debug object in the debugger thread. 2021-02-01 16:48:09 +01:00
timer.c server: Add an object operation to retrieve an object name. 2020-09-22 16:55:08 +02:00
token.c server: Add SeTcbPrivilege (SE_TCB_NAME) to the list of admin privileges. 2020-10-14 21:33:17 +02:00
trace.c ntdll: Implement NtWaitForDebugEvent(). 2021-02-01 16:48:09 +01:00
unicode.c server: Create the NLS section object for the l_intl.nls file. 2020-11-27 18:28:35 +01:00
unicode.h server: Create the NLS section object for the l_intl.nls file. 2020-11-27 18:28:35 +01:00
user.c
user.h server: Support creating processes with specified parent. 2019-12-13 13:13:36 +01:00
window.c server: Store length of window text instead of null-terminating it. 2020-03-23 11:40:04 +01:00
wineserver.de.UTF-8.man.in
wineserver.fr.UTF-8.man.in
wineserver.man.in
winstation.c server: Do not dereference symlinks specified as root directory. 2020-11-26 23:25:38 +01:00