.. |
async.c
|
server: Don't allow APCs on objects associated with completion port.
|
2017-07-10 20:51:11 +02:00 |
atom.c
|
server: Add link_name and unlink_name object operations.
|
2016-02-04 21:07:19 +09:00 |
change.c
|
server: Make fd_queue_async infallible.
|
2017-07-05 10:43:14 +02:00 |
class.c
|
server: Directly return a structure in get_req_unicode_str().
|
2016-01-29 21:25:12 +09:00 |
clipboard.c
|
server: Don't increment the clipboard sequence number for delayed rendering or synthesized formats.
|
2017-05-24 13:03:39 +02:00 |
completion.c
|
server: Add missing linebreak to a dump message.
|
2016-04-26 14:50:48 +09:00 |
console.c
|
server: Get rid of no loner used cancel_async from fd_ops.
|
2016-12-01 13:50:59 +01:00 |
debugger.c
|
server: Add link_name and unlink_name object operations.
|
2016-02-04 21:07:19 +09:00 |
device.c
|
server: Call create_irp from queue_irp.
|
2017-07-05 10:43:49 +02:00 |
directory.c
|
server: Add a helper function to create session directories and symlinks.
|
2016-07-18 16:21:24 +09:00 |
event.c
|
server: Set the security descriptor at object creation.time.
|
2016-02-12 23:07:30 +09:00 |
fd.c
|
server: Make fd_queue_async infallible.
|
2017-07-05 10:43:14 +02:00 |
file.c
|
server: Use create_request_async in flush request handler.
|
2017-06-28 12:35:33 +02:00 |
file.h
|
server: Make fd_queue_async infallible.
|
2017-07-05 10:43:14 +02:00 |
handle.c
|
server: Do not set SE_{D, S}ACL_PRESENT if no {D, S}ACL was set.
|
2017-06-15 11:09:16 +02:00 |
handle.h
|
server: Use a common helper function to implement open object calls.
|
2016-01-29 21:25:12 +09:00 |
hook.c
|
server: Add link_name and unlink_name object operations.
|
2016-02-04 21:07:19 +09:00 |
mach.c
|
server: Get debug registers on 64-bit Mac OS.
|
2015-06-05 19:49:37 +09:00 |
mailslot.c
|
server: Make fd_queue_async infallible.
|
2017-07-05 10:43:14 +02:00 |
main.c
|
server: Print the usage to stdout when invoked with --help.
|
2012-11-23 14:40:07 +01:00 |
Makefile.in
|
configure: Add a separate variable for wineloader-specific flags.
|
2017-04-28 15:01:38 +02:00 |
mapping.c
|
server: Get rid of no loner used cancel_async from fd_ops.
|
2016-12-01 13:50:59 +01:00 |
mutex.c
|
ntdll: Add NtQueryMutant.
|
2016-05-04 01:03:26 +09:00 |
named_pipe.c
|
server: Make fd_queue_async infallible.
|
2017-07-05 10:43:14 +02:00 |
object.c
|
server: Do not set SE_{D, S}ACL_PRESENT if no {D, S}ACL was set.
|
2017-06-15 11:09:16 +02:00 |
object.h
|
server: Add a helper function to create a symlink to an existing object.
|
2016-07-18 15:34:08 +09:00 |
process.c
|
server: Assign a default label to all tokens.
|
2017-06-19 09:50:32 +02:00 |
process.h
|
server: Store async list in process object and use that to find async in cansel_async request.
|
2016-12-01 13:50:27 +01:00 |
procfs.c
|
|
|
protocol.def
|
server: Implement setting a security descriptor when duplicating tokens.
|
2017-06-15 11:12:24 +02:00 |
ptrace.c
|
configure: Add a check for sys/ucontext.h and include it where appropriate.
|
2014-07-23 19:06:58 +02:00 |
queue.c
|
server: Add a helper function to validate a window handle.
|
2016-08-30 18:08:36 +09:00 |
region.c
|
server: Fix an invalid memory access in subtract_overlapping (Valgrind).
|
2016-02-09 19:42:41 +09:00 |
registry.c
|
server: Fix copy & paste for number of subkeys.
|
2017-04-25 20:53:08 +02:00 |
request.c
|
server: On macOS, don't use clock_gettime() even if it's available.
|
2017-06-02 10:33:16 +02:00 |
request.h
|
server: Implement setting a security descriptor when duplicating tokens.
|
2017-06-15 11:12:24 +02:00 |
security.h
|
server: Assign a default label to all tokens.
|
2017-06-19 09:50:32 +02:00 |
semaphore.c
|
server: Set the security descriptor at object creation.time.
|
2016-02-12 23:07:30 +09:00 |
serial.c
|
server: Make fd_queue_async infallible.
|
2017-07-05 10:43:14 +02:00 |
signal.c
|
server: Get rid of no loner used cancel_async from fd_ops.
|
2016-12-01 13:50:59 +01:00 |
snapshot.c
|
server: Do not hold reference on parent process.
|
2016-04-25 18:48:19 +09:00 |
sock.c
|
server: Make async_queue object a simple list instead of a server object.
|
2017-07-05 10:39:54 +02:00 |
symlink.c
|
server: Add a helper function to create a symlink to an existing object.
|
2016-07-18 15:34:08 +09:00 |
thread.c
|
server: Call the satisfied methods after removing the thread wait.
|
2017-06-28 12:23:35 +02:00 |
thread.h
|
ntdll: Implement ThreadQuerySetWin32StartAddress info class in NtSetInformationThread.
|
2015-07-29 21:44:03 +02:00 |
timer.c
|
server: Set the security descriptor at object creation.time.
|
2016-02-12 23:07:30 +09:00 |
token.c
|
server: Assign a default label to all tokens.
|
2017-06-19 09:50:32 +02:00 |
trace.c
|
tools: Support multiple error name tokens in a line.
|
2017-07-03 19:25:47 +02:00 |
unicode.c
|
|
|
unicode.h
|
|
|
user.c
|
|
|
user.h
|
server: Add a helper function to validate a window handle.
|
2016-08-30 18:08:36 +09:00 |
window.c
|
server: Update all children upon SetLayeredWindowAttributes.
|
2017-04-19 20:02:54 +02:00 |
wineserver.de.UTF-8.man.in
|
makefiles: Rename translated manpages according to their destination directory.
|
2013-11-18 11:33:34 +01:00 |
wineserver.fr.UTF-8.man.in
|
makefiles: Rename translated manpages according to their destination directory.
|
2013-11-18 11:33:34 +01:00 |
wineserver.man.in
|
server: Make wineserver manpage conform to common manpages conventions.
|
2013-07-22 17:16:05 +02:00 |
winstation.c
|
server: Set the security descriptor at object creation.time.
|
2016-02-12 23:07:30 +09:00 |