wine-wine/server
Alexandre Julliard fc4a94c0e2 server: Return irp size separately from the output data. 2015-05-06 08:44:30 +09:00
..
Makefile.in configure: Rename substituted variables to a standard _CFLAGS and _LIBS format. 2014-01-30 14:51:33 +01:00
async.c server: Don't report completion at all in the MORE_PROCESSING_REQUIRED case. 2015-03-07 14:26:51 +09:00
atom.c server: Avoid shadowing a global variable. 2011-02-28 11:07:03 +01:00
change.c server: Add missing includes of poll.h. 2014-06-12 18:05:08 +02:00
class.c
clipboard.c
completion.c server: Pass a wait queue entry to the signaled/satisfied object functions. 2013-08-27 23:48:36 +02:00
console.c server: Always remove inflight fd if alloc_console fails. 2014-11-20 22:33:29 +09:00
debugger.c server: Get rid of RIP_EVENT union elements. 2014-06-23 10:20:19 +02:00
device.c server: Return irp size separately from the output data. 2015-05-06 08:44:30 +09:00
directory.c server: Create the critical section keyed event object on startup. 2013-08-21 14:24:06 +02:00
event.c server: Add blocked support for SIO_ADDRESS_LIST_CHANGE ioctl(). 2015-02-10 22:45:02 +09:00
fd.c server: Retrieve ioctl data directly from the request. 2015-05-06 08:44:29 +09:00
file.c server: Fix DACL to permissions conversion. 2015-03-31 00:04:43 +09:00
file.h server: Retrieve ioctl data directly from the request. 2015-05-06 08:44:29 +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: Only avoid running low-level hooks in processes currently suspended by a debugger. 2011-06-17 11:54:29 +02:00
mach.c server: Use mach_vm_* functions instead of the old vm_* functions. 2015-01-23 11:15:20 +01:00
mailslot.c server: Change the removable fd flag to a cacheable flag to make it possible for fd users to set it dynamically. 2010-08-23 17:09:45 +02:00
main.c server: Print the usage to stdout when invoked with --help. 2012-11-23 14:40:07 +01:00
mapping.c server: Check PE file architecture at mapping creation time. 2013-11-21 19:39:02 +01:00
mutex.c server: Fix generic access mapping for a mutex. 2014-01-30 10:36:09 +01:00
named_pipe.c server: Retrieve ioctl data directly from the request. 2015-05-06 08:44:29 +09:00
object.c server: Track handle count of objects. 2015-04-03 17:07:37 +09:00
object.h server: Track handle count of objects. 2015-04-03 17:07:37 +09:00
process.c server: Implement waiting for job objects. 2015-04-07 23:16:20 +09:00
process.h server: Allow 32-bit connections on ARM64. 2015-05-06 08:41:50 +09:00
procfs.c
protocol.def server: Return irp size separately from the output data. 2015-05-06 08:44:30 +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: Return a valid position also in posted messages. 2015-04-27 18:04:59 +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: Fix invalid memory access when copying KeyNameInformation data. 2014-10-17 14:40:24 +09:00
request.c server: Use strerror instead of perror. 2013-05-07 12:19:22 +02:00
request.h server: Return irp size separately from the output data. 2015-05-06 08:44:30 +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: Make it possible for WaitCommEvent to detect recursive requests. 2013-11-13 11:21:28 +01:00
signal.c
snapshot.c server: Include the Unix pid in the snapshot_next_process reply. 2012-04-16 17:49:32 +02:00
sock.c server: Retrieve ioctl data directly from the request. 2015-05-06 08:44:29 +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: Allow 32-bit connections on ARM64. 2015-05-06 08:41:50 +09:00
thread.h kernel32: Validate the architecture of newly created processes on the server side. 2013-11-22 12:32:48 +01: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: Accept mandatory label ACEs. 2015-04-17 14:53:18 +09:00
trace.c server: Return irp size separately from the output data. 2015-05-06 08:44:30 +09:00
unicode.c
unicode.h
user.c
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