.. |
Makefile.in
|
makefiles: Support specifying installed files in the top-level makefile.
|
2018-11-27 14:48:04 +01:00 |
async.c
|
server: Use file mode flags in async_handoff to decide if request is blocking.
|
2018-10-31 17:15:00 +01:00 |
atom.c
|
server: Add link_name and unlink_name object operations.
|
2016-02-04 21:07:19 +09:00 |
change.c
|
server: Map FILE_NOTIFY_CHANGE_LAST_ACCESS to IN_MODIFY.
|
2018-11-07 18:32:25 +01:00 |
class.c
|
server: Release atoms when destroying a window class.
|
2018-11-28 10:43:37 +01:00 |
clipboard.c
|
server: Use the ARRAY_SIZE() macro.
|
2018-10-23 13:56:55 +02:00 |
completion.c
|
server: Add missing linebreak to a dump message.
|
2016-04-26 14:50:48 +09:00 |
console.c
|
kernel32: Add AttachConsole implementation.
|
2018-08-16 13:21:56 +02:00 |
debugger.c
|
server: Use the correct process when looking for a mapped dll.
|
2017-10-03 11:59:20 +02:00 |
device.c
|
server: Return proper object type for mailslot and device files.
|
2019-02-22 14:27:25 +01:00 |
directory.c
|
server: Use the ARRAY_SIZE() macro.
|
2018-10-23 13:56:55 +02:00 |
event.c
|
ntdll: Add support for returning previous state argument in event functions.
|
2019-03-12 20:34:35 +01:00 |
fd.c
|
server: Track separately implicit and explicit file disposition.
|
2018-11-09 21:08:09 +01:00 |
file.c
|
server: Return proper object type for mailslot and device files.
|
2019-02-22 14:27:25 +01:00 |
file.h
|
server: Return proper object type for mailslot and device files.
|
2019-02-22 14:27:25 +01: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: Add a platform-specific entry point to initialize registers of a new thread.
|
2017-07-27 17:04:04 +02:00 |
mailslot.c
|
server: Return proper object type for mailslot and device files.
|
2019-02-22 14:27:25 +01:00 |
main.c
|
server: Print the usage to stdout when invoked with --help.
|
2012-11-23 14:40:07 +01:00 |
mapping.c
|
server: Report a 64-bit CPU for IL-only binaries.
|
2019-02-15 15:57:25 +01:00 |
mutex.c
|
ntdll: Add NtQueryMutant.
|
2016-05-04 01:03:26 +09:00 |
named_pipe.c
|
server: Wake waiters when new pipe server instance is created.
|
2019-03-11 19:29:36 +01: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: Support process object type.
|
2019-02-22 14:27:16 +01:00 |
process.h
|
server: Pass a process as parent to create_process().
|
2018-10-22 11:44:38 +02:00 |
procfs.c
|
server: Add a platform-specific entry point to initialize registers of a new thread.
|
2017-07-27 17:04:04 +02:00 |
protocol.def
|
ntdll: Add support for returning previous state argument in event functions.
|
2019-03-12 20:34:35 +01:00 |
ptrace.c
|
server: Reset hardware breakpoint sizes before setting them.
|
2018-12-18 17:18:09 +01:00 |
queue.c
|
server: Improve handling of cursor position clipping for empty rectangle.
|
2019-02-18 16:04:03 +01:00 |
region.c
|
server: Map region to the window DPI in redraw_region().
|
2018-08-24 20:12:05 +02:00 |
registry.c
|
server: Create the windows directories at startup if necessary.
|
2019-02-12 23:02:28 +01:00 |
request.c
|
server: Allow specifying the security descriptor for a new process.
|
2018-09-20 14:50:48 +02:00 |
request.h
|
ntdll: Add support for returning previous state argument in event functions.
|
2019-03-12 20:34:35 +01: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: Use server_get_file_info for all info classes not implemented on client side.
|
2018-10-24 16:58:08 +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: Return a WSA error code in accept_socket.
|
2018-11-20 16:26:04 +01: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: Support thread object type.
|
2019-02-22 14:27:19 +01:00 |
thread.h
|
server: Allow specifying the security descriptor for a new thread.
|
2018-09-20 13:06:12 +02:00 |
timer.c
|
server: Make it possible to deliver an APC to any thread alive in the process.
|
2017-11-13 21:14:47 +01:00 |
token.c
|
server: Support token object type.
|
2019-02-22 14:27:22 +01:00 |
trace.c
|
ntdll: Add support for returning previous state argument in event functions.
|
2019-03-12 20:34:35 +01:00 |
unicode.c
|
…
|
|
unicode.h
|
…
|
|
user.c
|
…
|
|
user.h
|
server: Map region to the window DPI in redraw_region().
|
2018-08-24 20:12:05 +02:00 |
window.c
|
server: Use screen coordinates in the update_window_zorder request.
|
2018-08-27 15:16:45 +02:00 |
wineserver.de.UTF-8.man.in
|
server: Move WineHQ URLs to https.
|
2017-12-01 09:23:26 +01:00 |
wineserver.fr.UTF-8.man.in
|
server: Move WineHQ URLs to https.
|
2017-12-01 09:23:26 +01:00 |
wineserver.man.in
|
server: Move WineHQ URLs to https.
|
2017-12-01 09:23:26 +01:00 |
winstation.c
|
server: Set the security descriptor at object creation.time.
|
2016-02-12 23:07:30 +09:00 |