.. |
Makefile.in
|
configure: Rename substituted variables to a standard _CFLAGS and _LIBS format.
|
2014-01-30 14:51:33 +01:00 |
async.c
|
server: Make async objects waitable.
|
2015-05-08 17:32:06 +09:00 |
atom.c
|
server: Initialize table->handles immediately after creation of atom table.
|
2015-08-19 20:19:58 +09:00 |
change.c
|
server: Fix type name of directory file.
|
2015-06-05 14:32:27 +09:00 |
class.c
|
server: Make the class opaque data a client_ptr_t instead of a void pointer.
|
2008-12-29 17:24:39 +01:00 |
clipboard.c
|
server: Add a request to empty the clipboard.
|
2015-06-09 22:09:56 +09:00 |
completion.c
|
server: Fix type name of IoCompletion.
|
2015-06-05 14:32:15 +09:00 |
console.c
|
server: Avoid invalid memory access when create_console_input fails.
|
2015-08-19 20:19:58 +09:00 |
debugger.c
|
server: Get rid of RIP_EVENT union elements.
|
2014-06-23 10:20:19 +02:00 |
device.c
|
server: Avoid leaking uninitialized stack memory to applications.
|
2015-08-17 14:48:20 +09:00 |
directory.c
|
ntdll: Implemenent ObjectTypeInformation class support in NtQueryObject.
|
2015-06-05 14:32:01 +09:00 |
event.c
|
server: Make async objects waitable.
|
2015-05-08 17:32:06 +09:00 |
fd.c
|
server: Implement open_file_object for rootdir pointing to file object.
|
2015-08-21 14:39:21 +09:00 |
file.c
|
server: Implement open_file_object for rootdir pointing to file object.
|
2015-08-21 14:39:21 +09:00 |
file.h
|
server: Implement open_file_object for rootdir pointing to file object.
|
2015-08-21 14:39:21 +09:00 |
handle.c
|
server: Track handle count of objects.
|
2015-04-03 17:07:37 +09:00 |
handle.h
|
server: Always free the process handle table even if the process didn't start.
|
2010-08-24 12:10:51 +02:00 |
hook.c
|
server: Replace 1 << 31 by 1u << 31 to avoid shift overflow in in get_active_hooks.
|
2015-09-07 15:04:01 +09:00 |
mach.c
|
server: Get debug registers on 64-bit Mac OS.
|
2015-06-05 19:49:37 +09:00 |
mailslot.c
|
server: Add read and write fd member functions.
|
2015-05-06 09:07:42 +09:00 |
main.c
|
server: Print the usage to stdout when invoked with --help.
|
2012-11-23 14:40:07 +01:00 |
mapping.c
|
server: Add read and write fd member functions.
|
2015-05-06 09:07:42 +09:00 |
mutex.c
|
server: Fix generic access mapping for a mutex.
|
2014-01-30 10:36:09 +01:00 |
named_pipe.c
|
server: Fix leak of async handle in pipe_server_flush.
|
2015-05-11 15:19:05 +09:00 |
object.c
|
server: Track handle count of objects.
|
2015-04-03 17:07:37 +09:00 |
object.h
|
server: Create the null device and its symlink.
|
2015-05-21 17:24:34 +09:00 |
process.c
|
server: Properly inherit debug_children flag when creating new process.
|
2015-08-24 18:41:34 +09:00 |
process.h
|
server: Allow 32-bit connections on ARM64.
|
2015-05-06 08:41:50 +09:00 |
procfs.c
|
server: Open mem file for write when writing memory.
|
2009-10-22 16:23:01 +02:00 |
protocol.def
|
server: Implement support for FileLinkInformation class in NtSetInformationFile.
|
2015-08-21 14:36:02 +09: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 fallback to desktop keystate in get_key_state wineserver call.
|
2015-07-10 15:07:45 +09:00 |
region.c
|
server: Avoid reallocating region data when there is still enough space.
|
2014-11-19 16:40:03 +09:00 |
registry.c
|
server: Store modification time as a key comment to avoid losing precision.
|
2015-08-18 18:11:32 +09:00 |
request.c
|
server: Use strerror instead of perror.
|
2013-05-07 12:19:22 +02:00 |
request.h
|
server: Implement support for FileLinkInformation class in NtSetInformationFile.
|
2015-08-21 14:36:02 +09:00 |
security.h
|
server: Add header guarding for security.h.
|
2015-03-19 14:08:06 +09:00 |
semaphore.c
|
server: Fix generic access mapping for a semaphore.
|
2014-02-04 10:52:15 +01:00 |
serial.c
|
server: Add read and write fd member functions.
|
2015-05-06 09:07:42 +09:00 |
signal.c
|
server: Redesign the server shutdown processing.
|
2008-01-03 11:40:03 +01:00 |
snapshot.c
|
server: Include the Unix pid in the snapshot_next_process reply.
|
2012-04-16 17:49:32 +02:00 |
sock.c
|
server: Make async objects waitable.
|
2015-05-08 17:32:06 +09:00 |
symlink.c
|
server: Return the total length of the target in query_symlink.
|
2010-06-30 16:11:03 +02:00 |
thread.c
|
server: For querying thread information demand THREAD_QUERY_LIMITED_INFORMATION access.
|
2015-08-21 14:35:04 +09:00 |
thread.h
|
ntdll: Implement ThreadQuerySetWin32StartAddress info class in NtSetInformationThread.
|
2015-07-29 21:44:03 +02:00 |
timer.c
|
server: Store abandoned state as a flag in the wait structure.
|
2013-08-27 23:48:37 +02:00 |
token.c
|
server: Make returning used privileges optional in token_access_check.
|
2015-07-17 20:19:36 +09:00 |
trace.c
|
server: Implement support for FileLinkInformation class in NtSetInformationFile.
|
2015-08-21 14:36:02 +09:00 |
unicode.c
|
server: Accept utf-8 data as input in registry files.
|
2008-01-07 21:17:10 +01:00 |
unicode.h
|
server: Accept utf-8 data as input in registry files.
|
2008-01-07 21:17:10 +01:00 |
user.c
|
server: Free client-side user handles at process exit.
|
2009-10-15 17:56:04 +02:00 |
user.h
|
server: Send mouse hardware messages to thread owning top-most window.
|
2014-10-17 17:51:52 +09:00 |
window.c
|
server: Post a notification to the desktop window when a top-level window is destroyed.
|
2015-03-27 20:40:36 +09: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: Fixed winstation object leak in open_input_desktop.
|
2013-11-11 13:27:27 +01:00 |