.. |
async.c
|
server: Keep reference to terminated async in free_async_queue.
|
2018-02-27 10:28:13 +01:00 |
atom.c
|
server: Add link_name and unlink_name object operations.
|
2016-02-04 21:07:19 +09:00 |
change.c
|
server: Introduce get_file_info request for server-side NtQueryInformationFile implementation.
|
2017-12-22 12:19:43 +01:00 |
class.c
|
user32: Fix returned class name for other process windows.
|
2018-06-13 22:13:27 +02: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
|
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: Pass proper async object to queue_irp in device_file_flush.
|
2018-01-02 15:52:22 +01: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: Don't use set_no_fd_status for error handling in pipe objects.
|
2018-08-15 10:49:07 +02:00 |
file.c
|
server: Map EXDEV to STATUS_NOT_SAME_DEVICE.
|
2018-05-11 11:08:10 +02:00 |
file.h
|
server: Don't use set_no_fd_status for error handling in pipe objects.
|
2018-08-15 10:49:07 +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: Add a platform-specific entry point to initialize registers of a new thread.
|
2017-07-27 17:04:04 +02:00 |
mailslot.c
|
server: Introduce get_file_info request for server-side NtQueryInformationFile implementation.
|
2017-12-22 12:19:43 +01: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: Implement the various image flags in SECTION_IMAGE_INFORMATION.
|
2018-02-15 12:22:43 +01:00 |
mutex.c
|
ntdll: Add NtQueryMutant.
|
2016-05-04 01:03:26 +09:00 |
named_pipe.c
|
server: Require FILE_READ_ATTRIBUTES access in get_named_pipe_info.
|
2018-08-21 23:02:30 +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: No longer store the mapping object in the dll structure.
|
2017-09-26 17:01:45 +02:00 |
process.h
|
server: No longer store the mapping object in the dll structure.
|
2017-09-26 17:01:45 +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
|
server: Scale coordinates in get_window_children_from_point based on DPI awareness.
|
2018-08-27 13:32:57 +02:00 |
ptrace.c
|
server: Avoid writing out of bounds in get_selector_entry().
|
2018-02-16 19:19:43 +01:00 |
queue.c
|
server: Add a helper function to validate a window handle.
|
2016-08-30 18:08:36 +09:00 |
region.c
|
server: Map region to the window DPI in redraw_region().
|
2018-08-24 20:12:05 +02:00 |
registry.c
|
server: Notify parents of registry value changes.
|
2018-05-07 12:09:47 +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: Scale coordinates in get_window_children_from_point based on DPI awareness.
|
2018-08-27 13:32:57 +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: Introduce get_file_info request for server-side NtQueryInformationFile implementation.
|
2017-12-22 12:19:43 +01: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: Introduce get_file_info request for server-side NtQueryInformationFile implementation.
|
2017-12-22 12:19:43 +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: Allow creating image mappings for all supported CPU platforms.
|
2018-01-30 10:57:00 +01:00 |
thread.h
|
server: Allow creating image mappings for all supported CPU platforms.
|
2018-01-30 10:57:00 +01: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: Store the token owner separately.
|
2018-05-02 16:05:32 +02:00 |
trace.c
|
server: Scale coordinates in get_window_children_from_point based on DPI awareness.
|
2018-08-27 13:32:57 +02: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 |