.. |
async.c
|
server: Make apc_param_t always 64-bit.
|
2008-12-17 19:43:40 +01:00 |
atom.c
|
server: Use a unicode_str to represent atom names.
|
2008-06-25 14:03:08 +02:00 |
change.c
|
server: Clone file_get_sd() and file_set_fd() for directories.
|
2008-11-07 12:01:51 +01:00 |
class.c
|
server: Add support for a top-level message parent window in parallel to the desktop window.
|
2008-06-25 14:43:39 +02:00 |
clipboard.c
|
server: Make user handles ints instead of pointers.
|
2008-12-08 16:57:38 +01:00 |
completion.c
|
server: Make async I/O transfer sizes always 32-bit.
|
2008-12-15 13:30:25 +01:00 |
console.c
|
server: Remove an unneeded cast.
|
2008-12-01 13:01:40 +01:00 |
context_alpha.c
|
server: Convert source files to utf-8.
|
2008-10-18 19:22:26 +02:00 |
context_i386.c
|
server: Take into account the extended registers part of the i386 context.
|
2008-01-15 11:53:31 +01:00 |
context_powerpc.c
|
|
|
context_sparc.c
|
|
|
context_x86_64.c
|
|
|
debugger.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
device.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
directory.c
|
server: Added a request to unlink an object from its namespace.
|
2008-10-20 16:21:06 +02:00 |
event.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
fd.c
|
server: Add an apc_param_t type to store APC client-side parameters.
|
2008-12-15 13:29:38 +01:00 |
file.c
|
server: Refactor server side implementation of GetFileSecurity().
|
2008-11-07 12:01:24 +01:00 |
file.h
|
server: Make async I/O transfer sizes always 32-bit.
|
2008-12-15 13:30:25 +01:00 |
handle.c
|
server: Make object handles ints instead of pointers.
|
2008-12-08 16:04:20 +01:00 |
handle.h
|
server: Implemented EnumWindowStations and EnumDesktops.
|
2007-12-05 16:45:32 +01:00 |
hook.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
mach.c
|
server: Remove unneeded semicolon.
|
2008-04-09 19:58:12 +02:00 |
mailslot.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
main.c
|
wineserver: Add support for long command line options.
|
2008-05-22 12:41:24 +02:00 |
Makefile.in
|
makefiles: Recurse into all directories for install-lib and install-dev too.
|
2008-08-25 14:27:03 +02:00 |
mapping.c
|
server: Use mem_size_t instead of file_pos_t for memory mapping sizes.
|
2008-12-17 19:25:49 +01:00 |
mutex.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
named_pipe.c
|
server: Always try return a named pipe server that is listening from find_available_server.
|
2008-02-05 12:19:37 +01:00 |
object.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
object.h
|
server: Use a unicode_str to represent atom names.
|
2008-06-25 14:03:08 +02:00 |
process.c
|
server: Get rid of the support for module snapshots, it is no longer needed.
|
2008-12-09 11:49:37 +01:00 |
process.h
|
server: Don't use size_t for module sizes, they are limited to 2Gb anyway.
|
2008-12-09 11:50:05 +01:00 |
procfs.c
|
server: Better handling of errors when accessing the /proc control files on Solaris.
|
2008-07-10 20:15:15 +02:00 |
protocol.def
|
server: Make lparam_t always 64-bit.
|
2008-12-24 19:57:51 +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: Store data for hardware messages in the message extra data.
|
2008-12-24 19:57:51 +01:00 |
region.c
|
|
|
registry.c
|
server: Convert the registry key modification time to a win32-style time.
|
2008-12-06 17:29:01 +01:00 |
request.c
|
server: Make object handles ints instead of pointers.
|
2008-12-08 16:04:20 +01:00 |
request.h
|
server: Get rid of the support for module snapshots, it is no longer needed.
|
2008-12-09 11:49:37 +01:00 |
security.h
|
server: impersonation_level should be an int since we store -1 in it.
|
2008-03-26 14:38:49 +01:00 |
semaphore.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
serial.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
signal.c
|
server: Redesign the server shutdown processing.
|
2008-01-03 11:40:03 +01:00 |
snapshot.c
|
server: Get rid of the support for module snapshots, it is no longer needed.
|
2008-12-09 11:49:37 +01:00 |
sock.c
|
server: Define an lparam_t type for message parameters that can hold all sorts of data.
|
2008-12-10 16:01:50 +01:00 |
symlink.c
|
server: Follow symlink even with OBJ_OPENLINK unless it is the last element of the path.
|
2008-10-09 12:43:36 +02:00 |
thread.c
|
server: Calling ResumeThread() on a terminated thread is valid.
|
2008-07-23 11:21:47 +02:00 |
thread.h
|
server: Don't force the process affinity to 1, leave it up to the client.
|
2008-01-17 13:40:03 +01:00 |
timer.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
token.c
|
server: impersonation_level should be an int since we store -1 in it.
|
2008-03-26 14:38:49 +01:00 |
trace.c
|
server: Make lparam_t always 64-bit.
|
2008-12-24 19:57:51 +01: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: Make user handles ints instead of pointers.
|
2008-12-08 16:57:38 +01:00 |
user.h
|
server: Define an lparam_t type for message parameters that can hold all sorts of data.
|
2008-12-10 16:01:50 +01:00 |
window.c
|
server: Windows properties are actually generic params, not handles.
|
2008-12-10 16:21:32 +01:00 |
wineserver.fr.man.in
|
Spelling fixes in French man pages.
|
2008-01-11 12:45:50 +01:00 |
wineserver.man.in
|
wineserver: Add support for long command line options.
|
2008-05-22 12:41:24 +02:00 |
winstation.c
|
server: Add support for a top-level message parent window in parallel to the desktop window.
|
2008-06-25 14:43:39 +02:00 |