Sweden-Number/server
Alexandre Julliard 8930427b21 server: Return an fd type in the get_handle_fd request. 2006-11-20 14:14:04 +01:00
..
.gitignore Take advantage of the recursive nature of .gitignore for Makefile entries. 2006-07-10 20:47:54 +02:00
Makefile.in server: Win64 printf format warning fixes. 2006-10-02 11:55:01 +02:00
atom.c server: Remove redundant NULL check before free() (found by Smatch). 2006-10-10 12:56:16 +02:00
change.c server: Return an fd type in the get_handle_fd request. 2006-11-20 14:14:04 +01:00
class.c
clipboard.c
console.c server: Get rid of the server-side file descriptor cache management. 2006-11-02 20:52:05 +01:00
console.h
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: Get rid of the server-side file descriptor cache management. 2006-11-02 20:52:05 +01:00
directory.c
event.c
fd.c server: Return an fd type in the get_handle_fd request. 2006-11-20 14:14:04 +01:00
file.c server: Return an fd type in the get_handle_fd request. 2006-11-20 14:14:04 +01:00
file.h server: Return an fd type in the get_handle_fd request. 2006-11-20 14:14:04 +01:00
handle.c server: Get rid of the server-side file descriptor cache management. 2006-11-02 20:52:05 +01:00
handle.h server: Get rid of the server-side file descriptor cache management. 2006-11-02 20:52:05 +01:00
hook.c server: Remove redundant NULL check before free() (found by Smatch). 2006-10-10 12:56:16 +02:00
mailslot.c server: Return an fd type in the get_handle_fd request. 2006-11-20 14:14:04 +01:00
main.c
mapping.c server: Refuse to close handles in other processes if they have an associated fd. 2006-11-02 20:52:22 +01:00
mutex.c
named_pipe.c server: Return an fd type in the get_handle_fd request. 2006-11-20 14:14:04 +01:00
object.c server: Added data_size_t type to represent sizes in the server protocol. 2006-07-26 11:11:03 +02:00
object.h server: Convert the server start time to the abs_time_t type. 2006-07-26 14:50:55 +02:00
process.c server: Fix list corruption caused by previous change. 2006-11-13 12:53:09 +01:00
process.h server: Kill the process without SIGTERM when the fd socket is closed. 2006-09-21 11:14:45 +02:00
protocol.def server: Return an fd type in the get_handle_fd request. 2006-11-20 14:14:04 +01:00
ptrace.c ntdll: Fixed returned status for NtQueryThreadInformation's ThreadDescriptorTable 2006-11-15 11:24:41 +01:00
queue.c server: A window timer id should be an unsigned long. 2006-10-16 17:03:44 +02: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 check before free() (found by Smatch). 2006-10-10 12:56:16 +02:00
request.c server: Remove redundant NULL check before free() (found by Smatch). 2006-10-10 12:56:16 +02:00
request.h server: Get rid of the server-side file descriptor cache management. 2006-11-02 20:52:05 +01:00
security.h
semaphore.c
serial.c server: Return an fd type in the get_handle_fd request. 2006-11-20 14:14:04 +01:00
signal.c server: Make sure to completely kill processes before returning from a wineserver -k. 2006-08-14 20:40:31 +02:00
snapshot.c server: Added data_size_t type to represent sizes in the server protocol. 2006-07-26 11:11:03 +02:00
sock.c server: Return an fd type in the get_handle_fd request. 2006-11-20 14:14:04 +01:00
symlink.c server: Added data_size_t type to represent sizes in the server protocol. 2006-07-26 11:11:03 +02:00
thread.c server: Remove redundant NULL check before free() (found by Smatch). 2006-10-10 12:56:16 +02:00
thread.h server: Convert thread creation/exit times to the abs_time_t type. 2006-07-26 14:49:55 +02:00
timer.c server: Only call gettimeofday once per poll loop. 2006-08-10 16:42:09 +02:00
token.c server: Remove redundant NULL check before free() (found by Smatch). 2006-10-10 12:56:16 +02:00
trace.c server: Return an fd type in the get_handle_fd request. 2006-11-20 14:14:04 +01:00
unicode.c
unicode.h
user.c
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: Always ignore the root window position when computing coordinates offsets. 2006-10-26 13:04:52 +02:00
wineserver.man.in
winstation.c server: Get rid of the server-side file descriptor cache management. 2006-11-02 20:52:05 +01:00