wine-wine/server
Dmitry Timoshkov f2213dd23f server: Make fd_poll_event static. 2007-12-04 18:40:51 +01:00
..
Makefile.in server: Implement server-side completion queues and operations on them. 2007-09-26 13:56:43 +02:00
async.c server: Pass Information field from async I/O APCs. 2007-11-15 14:24:50 +01:00
atom.c server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk. 2007-10-04 12:30:52 +02:00
change.c server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk. 2007-10-04 12:30:52 +02:00
class.c server: Support using a name to destroy a window class too. 2007-11-01 15:28:30 +01:00
clipboard.c server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk. 2007-10-04 12:30:52 +02:00
completion.c server: Allow async i/o operations to send completion messages. 2007-11-15 14:20:29 +01:00
console.c server: Use the security descriptor passed in when creating events. 2007-10-25 12:47:22 +02:00
context_alpha.c server: Moved get/set_thread_context implementation to ptrace.c. 2006-06-27 21:27:47 +02:00
context_i386.c server: Moved get/set_thread_context implementation to ptrace.c. 2006-06-27 21:27:47 +02:00
context_powerpc.c server: Fix context_powerpc.c compilation. 2006-07-07 16:57:11 +02:00
context_sparc.c server: Moved get/set_thread_context implementation to ptrace.c. 2006-06-27 21:27:47 +02:00
context_x86_64.c server: Moved get/set_thread_context implementation to ptrace.c. 2006-06-27 21:27:47 +02:00
debugger.c server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk. 2007-10-04 12:30:52 +02:00
device.c server: Remove failed ioctls from the queue as soon as the result is set. 2007-10-30 11:30:58 +01:00
directory.c server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk. 2007-10-04 12:30:52 +02:00
event.c server: Don't do access checks on the security descriptors of newly created objects. 2007-11-06 14:52:21 +01:00
fd.c server: Make fd_poll_event static. 2007-12-04 18:40:51 +01:00
file.c server: Fix incorrect translation of the World SID to and from Unix file permissions. 2007-11-21 12:03:29 +01:00
file.h server: Make fd_poll_event static. 2007-12-04 18:40:51 +01:00
handle.c server: Don't do access checks on the security descriptors of newly created objects. 2007-11-06 14:52:21 +01:00
handle.h server: Don't do access checks on the security descriptors of newly created objects. 2007-11-06 14:52:21 +01:00
hook.c server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk. 2007-10-04 12:30:52 +02:00
mach.c Fixed some compilation issues on Mac OS X Leopard. 2007-03-12 16:14:18 +01:00
mailslot.c server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk. 2007-10-04 12:30:52 +02:00
main.c server: Change the timeout handling to use NT-style 64-bit timeouts everywhere. 2007-04-17 20:08:59 +02:00
mapping.c server: Don't do access checks on the security descriptors of newly created objects. 2007-11-06 14:52:21 +01:00
mutex.c server: Don't do access checks on the security descriptors of newly created objects. 2007-11-06 14:52:21 +01:00
named_pipe.c server: Use the security descriptor passed in when creating events. 2007-10-25 12:47:22 +02:00
object.c server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk. 2007-10-04 12:30:52 +02:00
object.h server: Use the security descriptor passed in when creating events. 2007-10-25 12:47:22 +02:00
process.c server: Change the get_dll_info server request to allow retrieving the image file name of a process. 2007-11-20 14:29:09 +01:00
process.h server: Add support for system processes, that can be signaled to exit when all non-system processes are done. 2007-06-06 20:33:13 +02:00
procfs.c server: Added process control support using /proc on Solaris. 2007-03-09 13:40:41 +01:00
protocol.def server: Change the get_dll_info server request to allow retrieving the image file name of a process. 2007-11-20 14:29:09 +01:00
ptrace.c server: Use thr_kill2 syscall to signal threads on FreeBSD. 2007-08-23 20:19:09 +02:00
queue.c server: When merging mouse messages ignore the window if it isn't set. 2007-11-27 16:43:00 +01:00
region.c server: Added data_size_t type to represent sizes in the server protocol. 2006-07-26 11:11:03 +02:00
registry.c server: Remove redundant NULL checks before free (found by Smatch). 2007-10-22 12:36:08 +02:00
request.c server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk. 2007-10-04 12:30:52 +02:00
request.h ws2_32: Make certain winsock functions generate i/o completion messages. 2007-11-15 14:23:23 +01:00
security.h server: Add the name length to the object_attributes structure so that other variable length data can be present after object_attributes. 2007-10-30 14:18:05 +01:00
semaphore.c server: Don't do access checks on the security descriptors of newly created objects. 2007-11-06 14:52:21 +01:00
serial.c server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk. 2007-10-04 12:30:52 +02:00
signal.c server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk. 2007-10-04 12:30:52 +02:00
snapshot.c server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk. 2007-10-04 12:30:52 +02:00
sock.c server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk. 2007-10-04 12:30:52 +02:00
symlink.c server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk. 2007-10-04 12:30:52 +02:00
thread.c server: Pass Information field from async I/O APCs. 2007-11-15 14:24:50 +01:00
thread.h server: Change the timeout handling to use NT-style 64-bit timeouts everywhere. 2007-04-17 20:08:59 +02:00
timer.c server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk. 2007-10-04 12:30:52 +02:00
token.c server: Add the name length to the object_attributes structure so that other variable length data can be present after object_attributes. 2007-10-30 14:18:05 +01:00
trace.c server: Change the get_dll_info server request to allow retrieving the image file name of a process. 2007-11-20 14:29:09 +01:00
unicode.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
unicode.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
user.c server: Replace inline static with static inline. 2007-03-17 20:05:05 +01:00
user.h server: Added data_size_t type to represent sizes in the server protocol. 2006-07-26 11:11:03 +02:00
window.c server: Allow to specify the class name instead of the atom to find a window. 2007-11-02 15:26:49 +01:00
wineserver.man.in Put Wine version information in all the man pages. 2005-10-06 16:10:01 +00:00
winstation.c server: In set_user_object_info len is in bytes, not WCHARs. 2007-11-12 12:55:06 +01:00