.. |
Makefile.in
|
makefiles: Generate rules for installing programs.
|
2015-10-29 21:20:06 +09: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
|
…
|
|
clipboard.c
|
server: Add a request to empty the clipboard.
|
2015-06-09 22:09:56 +09:00 |
completion.c
|
server: Always print the full path of objects when dumping them.
|
2016-01-22 01:26:15 +09:00 |
console.c
|
wineconsole: Send the largest console window size information to the server.
|
2016-01-05 17:07:34 +01:00 |
debugger.c
|
ntdll: ProcessDebugFlags should return debug_children flag instead of !debugger_present.
|
2015-12-21 18:14:43 +01:00 |
device.c
|
server: Always print the full path of objects when dumping them.
|
2016-01-22 01:26:15 +09:00 |
directory.c
|
server: Avoid invalid memory access if creation of namespace fails in create_directory (Coverity).
|
2016-01-25 16:14:38 +09:00 |
event.c
|
server: Always print the full path of objects when dumping them.
|
2016-01-22 01:26:15 +09:00 |
fd.c
|
server: Fix duplicate, incorrect comment describing is_fd_signaled.
|
2016-01-22 01:26:15 +09:00 |
file.c
|
server: Add a helper function to skip the object attributes structure.
|
2016-01-19 20:48:07 +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: Always print the full path of objects when dumping them.
|
2016-01-22 01:26:15 +09:00 |
handle.h
|
…
|
|
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: Fix initialization of mailslot objects that don't have a name.
|
2016-01-28 22:33:34 +09:00 |
main.c
|
…
|
|
mapping.c
|
server: Always print the full path of objects when dumping them.
|
2016-01-22 01:26:15 +09:00 |
mutex.c
|
server: Always print the full path of objects when dumping them.
|
2016-01-22 01:26:15 +09:00 |
named_pipe.c
|
server: Always print the full path of objects when dumping them.
|
2016-01-22 01:26:15 +09:00 |
object.c
|
server: Always print the full path of objects when dumping them.
|
2016-01-22 01:26:15 +09:00 |
object.h
|
server: Pass full object attributes in the create_symlink request.
|
2016-01-18 00:17:30 +09:00 |
process.c
|
server: Add a helper function to validate and return object attributes.
|
2016-01-16 00:05:57 +09:00 |
process.h
|
server: Allow 32-bit connections on ARM64.
|
2015-05-06 08:41:50 +09:00 |
procfs.c
|
…
|
|
protocol.def
|
user32: Correctly update caret state in the server in SetCaretPos.
|
2016-01-25 18:27:31 +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: Avoid infinite loop when we're out of timers in set_win_timer server call.
|
2016-01-26 23:26: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: Add missing check for objattr variable in load_registry wineserver call (Coverity).
|
2016-01-25 16:14:36 +09:00 |
request.c
|
server: Fix constraints on the length of NT object names.
|
2016-01-19 20:48:08 +09:00 |
request.h
|
server: Create window stations objects in a standard directory.
|
2016-01-20 22:02:03 +09:00 |
security.h
|
server: Add a helper function to validate and return object attributes.
|
2016-01-16 00:05:57 +09:00 |
semaphore.c
|
server: Always print the full path of objects when dumping them.
|
2016-01-22 01:26:15 +09:00 |
serial.c
|
server: Add read and write fd member functions.
|
2015-05-06 09:07:42 +09:00 |
signal.c
|
…
|
|
snapshot.c
|
…
|
|
sock.c
|
server: Return STATUS_CANT_WAIT/WSAEWOULDBLOCK for non-overlapped SIO_ADDRESS_LIST_CHANGE requests on non-blocking sockets.
|
2015-10-02 18:11:32 +09:00 |
symlink.c
|
server: Always print the full path of objects when dumping them.
|
2016-01-22 01:26:15 +09:00 |
thread.c
|
server: Wake up APC if we fail to allocate a handle in target process.
|
2015-11-05 20:22:38 +09:00 |
thread.h
|
ntdll: Implement ThreadQuerySetWin32StartAddress info class in NtSetInformationThread.
|
2015-07-29 21:44:03 +02:00 |
timer.c
|
server: Always print the full path of objects when dumping them.
|
2016-01-22 01:26:15 +09:00 |
token.c
|
server: Add a helper function to validate and return object attributes.
|
2016-01-16 00:05:57 +09:00 |
trace.c
|
server: Avoid infinite loop when we're out of timers in set_win_timer server call.
|
2016-01-26 23:26:59 +09:00 |
unicode.c
|
…
|
|
unicode.h
|
…
|
|
user.c
|
…
|
|
user.h
|
server: Store the desktop object names inside their window station.
|
2016-01-20 22:40:58 +09:00 |
window.c
|
server: Check winstation visibility in server to avoid race-conditions.
|
2015-12-04 13:18:00 +09:00 |
wineserver.de.UTF-8.man.in
|
…
|
|
wineserver.fr.UTF-8.man.in
|
…
|
|
wineserver.man.in
|
…
|
|
winstation.c
|
server: Fix invalid memory accesss caused by destroying winstation before desktop.
|
2016-01-22 16:40:30 +09:00 |