- e0b5270 Fixed include statements to match server_protocol.h (spotted by Eric Pouech). by Alexandre Julliard · 22 years ago
- 62986a0 Added a few missing stdarg.h includes. by Alexandre Julliard · 22 years ago
- e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
- de1990f Cope with wait4 being interrupted by a signal. by Alexandre Julliard · 22 years ago
- 9e9e3a9 We need to ignore STATUS_OBJECT_TYPE_MISMATCH errors too when setting by Alexandre Julliard · 22 years ago
- 5ac945c Implement registry key unloading. by Mike McCormack · 22 years ago
- 449d10f Fixed regression in process creation (std handle inheritance). by Eric Pouech · 22 years ago
- 039e131 Implemented inter-thread SendMessageCallback. by Alexandre Julliard · 22 years ago
- 36cd6f5 Added a security token object in wineserver. by Mike McCormack · 22 years ago
- 3ca7612 Spelling fixes (s/occured/occurred/ and variants). by Francois Gouget · 22 years ago
- ca3ac8f Run WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context of the thread by Alexandre Julliard · 22 years ago
- 09029b2 Implemented the SMTO_ABORTIFHUNG flag of SendMessageTimeout. by Alexandre Julliard · 22 years ago
- 4f196ea Implemented the ThreadBasicInformation case for NtQueryInformationThread. by Alexandre Julliard · 22 years ago
- d55e7f1 Store the hook table in the thread queue instead of the thread by Alexandre Julliard · 22 years ago
- b23aa94 One more workaround for a missing NFS lock daemon. by Alexandre Julliard · 22 years ago
- f6a7096 - start moving a few file related functions from files/file.c to by Eric Pouech · 22 years ago
- b2df5f9 - use global atoms for the format ids by Ulrich Czekalla · 22 years ago
- a86a289 In console input record queue, replace semaphore with a manual reset by Eric Pouech · 22 years ago
- 412d37f - adapted kernel32 so that it no longer (directly) manages console by Eric Pouech · 22 years ago
- 64a41a2 The server also needs to cope with IMAGE_SCN_CNT_UNINITIALIZED_DATA by Alexandre Julliard · 22 years ago
- 9591836 'sizeof type' is best avoided as it won't always compile (e.g. 'int by Francois Gouget · 22 years ago
- 693bbd7 Make it possible to retrieve an inheritable handle in open_named_pipe by Alexandre Julliard · 22 years ago
- 1556639 Proper support for CPPFLAGS and LDFLAGS (suggested by Todd Vierling). by Alexandre Julliard · 22 years ago
- c00a447 Implement anonymous pipes on top of named pipes. by Eric Pouech · 22 years ago
- 4c591d4 Implemented timer related functions in ntdll and make the kernel32 by Eric Pouech · 22 years ago
- ef8b946 - rewrite of the named pipe code by Mike McCormack · 22 years ago
- 87c1568 Add support for Darwin's ptrace. by Pierre d'Herbemont · 22 years ago
- b932723 Ignore locking failures caused by missing NFS locking daemon. by Alexandre Julliard · 22 years ago
- 22824cb Fixed typo in return value of tkill(). by Alexandre Julliard · 22 years ago
- fcbd0da Fixed a couple of races with exiting threads in suspend_for_ptrace(). by Alexandre Julliard · 22 years ago
- d338b49 Removed no longer correct assertion. by Alexandre Julliard · 22 years ago
- 77fde13 Properly handle the wait4 syscall failure on kernels that don't by Alexandre Julliard · 22 years ago
- 3f7c3ff Fix for client accessing a named pipe after the server closes it. by Bill Medland · 22 years ago
- 3dddc11 Fall back to kill() if the kernel doesn't support tkill(). by Alexandre Julliard · 22 years ago
- 3f11d48 Fix for compiling on NetBSD. by Yorick Hardy · 22 years ago
- 088bcf9 Implemented NtQueueApcThread, and changed the server APC interface to by Alexandre Julliard · 22 years ago
- 462172a Added abs_time_t structure to the server protocol, and added a dump by Alexandre Julliard · 22 years ago
- 17480ac Initialize the dummy char we send down the pipe to make valgrind happy. by Alexandre Julliard · 22 years ago
- 5537dbb Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by the standard by Alexandre Julliard · 22 years ago
- 3e588e3 Implemented file change notifications, based on a patch by Mike McCormack. by Alexandre Julliard · 22 years ago
- 9037f4b Added generic signal handling mechanism based on pipes to synchronize by Alexandre Julliard · 22 years ago
- a8497bd Make a distinction between the thread Unix pid and the process wide by Alexandre Julliard · 22 years ago
- d71ba93 Ignore fcntl failure when setting a write lock on a read only file. by Alexandre Julliard · 22 years ago
- 2ee8b5b Replaced mkstemp by mkstemps from libiberty. by Alexandre Julliard · 22 years ago
- 4c9754e We still need libwine here... by Alexandre Julliard · 22 years ago
- 6a9fe36 Created a separate static portability library and moved some of the by Alexandre Julliard · 22 years ago
- b1095da Fixed bug that could cause SendMessage to return too early in certain cases. by Alexandre Julliard · 22 years ago
- 6dcc1af Fix signature of open_fd(). by Gerald Pfeifer · 22 years ago
- ce61349 Implemented file locking functions (partly based on my old Corel by Alexandre Julliard · 22 years ago
- 7ad5be9 Added -f option to make wineserver remain in the foreground for by Alexandre Julliard · 22 years ago
- 580da24 Added an inode object to keep track of all file descriptors open for a by Alexandre Julliard · 22 years ago
- baf0a06 Attaching the debugger to a running process should work again by Alexandre Julliard · 22 years ago
- 4431e41 Fixed typo. by Eric Pouech · 22 years ago
- d04ccb8 Use SIGUSR1 instead of SIGSTOP to suspend threads. by Alexandre Julliard · 22 years ago
- a3c5ad4 Suspended threads should not acquire synchronization objects. by Peter Hunnisett · 22 years ago
- 02a53c1 Added send_thread_signal() function and properly handle errors caused by Alexandre Julliard · 22 years ago
- 4378d25 Avoid some redundant calls to time(NULL). by Alexandre Julliard · 22 years ago
- 77c8b1d Pass the pid of the new process in the new_process request, don't by Alexandre Julliard · 22 years ago
- 5871174 Fixed read-overflow spotted by valgrind. by Eric Pouech · 22 years ago
- 7034e8b Added missing release_object. by Mike McCormack · 22 years ago
- e66207e Moved all references to file descriptors out of the generic object by Alexandre Julliard · 22 years ago
- d0e4a76 Make sure get_file_size uses a valid fd (spotted by Uwe Bonnes). by Alexandre Julliard · 22 years ago
- 4ecc32a Fixed regression in process parent handling. by Eric Pouech · 22 years ago
- cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago
- 8b56deb Removed direct references to the file descriptor, use the new fd by Alexandre Julliard · 22 years ago
- 037c8a1 Porting fixes. by Steven Edwards · 22 years ago
- 91befe1 Made process and thread ids small integers instead of pointers. by Alexandre Julliard · 22 years ago
- 863637b Started moving functions that deal with Unix file descriptors to a by Alexandre Julliard · 22 years ago
- c422dae Do not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_CONNECTED by Martin Wilck · 22 years ago
- f63e5b6 Remove errno.h from files that do not need it. by Marcus Meissner · 22 years ago
- fa8b85a Set the edition mode as a specific attribute, not an extension of the by Eric Pouech · 22 years ago
- 2359b57 - no longer depend on toolhelp definitions for generating snapshots by Eric Pouech · 22 years ago
- 8ba666f Store the keyboard state in the thread input structure on the server side. by Alexandre Julliard · 22 years ago
- 3783e49 Removed no longer used local variable (spotted by Dmitry Timoshkov). by Alexandre Julliard · 22 years ago
- 08016dc Grab the thread object in case the thread terminates with pending by Alexandre Julliard · 22 years ago
- 242e395 Store the hardware messages in the thread input structure, not in the by Alexandre Julliard · 22 years ago
- f4b298b - Fixed several bugs while resizing an existing screenbuffer. by Eric Pouech · 22 years ago
- 8b36681 Rename __WINE__ to __WINESRC__. by Dimitrie O. Paun · 22 years ago
- 309566d If a .reg function is accessed through a symlink then write directly by Bill Medland · 22 years ago
- 66da6c8 The handler for the server message get_next_hook was returning the by Alberto Massari · 22 years ago
- 435e2e6 winnt.h should not be self-contained, it must depend on windef.h so by Alexandre Julliard · 22 years ago
- 11f4b44 Implemented registry change notifications. by Mike McCormack · 22 years ago
- 24f4ece Partially implement GetThreadTimes. by Ryan Cumming · 22 years ago
- b31af31 Removed the WINE_NO_STRICT support. by Alexandre Julliard · 22 years ago
- 14e68ba Added support for system-wide hooks. by Alexandre Julliard · 22 years ago
- 4c5c90e Avoid FreeBSD compatibility issues with dbreg structure. by Pierre Beyssac · 22 years ago
- 775fcfd Work around to make system-global hooks at least run in the thread by Alexandre Julliard · 22 years ago
- 0286135 Rewrote hook support to store the hook chain in the server. by Alexandre Julliard · 22 years ago
- b1df392 Fixed the WINE_NO_STRICT #ifdefs to do the right thing if STRICT is by Alexandre Julliard · 22 years ago
- b3332d7 Converted the server to -DSTRICT. by Alexandre Julliard · 22 years ago
- 23bb371 Added support for building certain dlls with -DSTRICT. by Alexandre Julliard · 22 years ago
- 11e3523 Rewrote caret implementation to store the information in the server. by Alexandre Julliard · 22 years ago
- a9e8f59 Moved mouse capture handling into the server. by Alexandre Julliard · 22 years ago
- 5030bda Reimplemented Get/SetActiveWindow, Get/SetFocus and by Alexandre Julliard · 22 years ago
- ab5063b Added server-side infrastructure for the thread input structure. by Alexandre Julliard · 22 years ago
- 54f2287 Added process_id_t and thread_it_t types to the server interface by Alexandre Julliard · 23 years ago
- 526a28d Added support for multiple object namespaces, and a bunch functions by Alexandre Julliard · 23 years ago
- 7dafa61 Fixed a number of bugs in the handling of window parent and owner and by Alexandre Julliard · 23 years ago
- 341b7dc Implemented the ntdll virtual memory functions, and made the kernel by Alexandre Julliard · 23 years ago
- 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago