2003-07-15 |
Francois Gouget | Spelling fixes (s/occured/occurred/ and variants). |
tree | commitdiff |
2003-07-11 |
Alexandre Julliard | Run WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context... |
tree | commitdiff |
2003-07-11 |
Alexandre Julliard | Implemented the SMTO_ABORTIFHUNG flag of SendMessageTim... |
tree | commitdiff |
2003-07-09 |
Alexandre Julliard | Implemented the ThreadBasicInformation case for |
tree | commitdiff |
2003-07-03 |
Alexandre Julliard | Store the hook table in the thread queue instead of... |
tree | commitdiff |
2003-07-03 |
Alexandre Julliard | One more workaround for a missing NFS lock daemon. |
tree | commitdiff |
2003-06-24 |
Eric Pouech | - start moving a few file related functions from files... |
tree | commitdiff |
2003-06-23 |
Ulrich Czekalla | - use global atoms for the format ids |
tree | commitdiff |
2003-06-23 |
Eric Pouech | In console input record queue, replace semaphore with... |
tree | commitdiff |
2003-06-21 |
Eric Pouech | - adapted kernel32 so that it no longer (directly)... |
tree | commitdiff |
2003-06-21 |
Alexandre Julliard | The server also needs to cope with IMAGE_SCN_CNT_UNINIT... |
tree | commitdiff |
2003-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compil... |
tree | commitdiff |
2003-06-14 |
Alexandre Julliard | Make it possible to retrieve an inheritable handle... |
tree | commitdiff |
2003-06-13 |
Alexandre Julliard | Proper support for CPPFLAGS and LDFLAGS (suggested... |
tree | commitdiff |
2003-05-20 |
Eric Pouech | Implement anonymous pipes on top of named pipes. |
tree | commitdiff |
2003-05-20 |
Eric Pouech | Implemented timer related functions in ntdll and make... |
tree | commitdiff |
2003-05-15 |
Mike McCormack | - rewrite of the named pipe code |
tree | commitdiff |
2003-05-12 |
Pierre d'Herbemont | Add support for Darwin's ptrace. |
tree | commitdiff |
2003-05-11 |
Alexandre Julliard | Ignore locking failures caused by missing NFS locking... |
tree | commitdiff |
2003-05-07 |
Alexandre Julliard | Fixed typo in return value of tkill(). |
tree | commitdiff |
2003-05-06 |
Alexandre Julliard | Fixed a couple of races with exiting threads in suspend... |
tree | commitdiff |
2003-05-02 |
Alexandre Julliard | Removed no longer correct assertion. |
tree | commitdiff |
2003-04-26 |
Alexandre Julliard | Properly handle the wait4 syscall failure on kernels... |
tree | commitdiff |
2003-04-17 |
Bill Medland | Fix for client accessing a named pipe after the server... |
tree | commitdiff |
2003-04-16 |
Alexandre Julliard | Fall back to kill() if the kernel doesn't support tkill(). |
tree | commitdiff |
2003-04-13 |
Yorick Hardy | Fix for compiling on NetBSD. |
tree | commitdiff |
2003-04-04 |
Alexandre Julliard | Implemented NtQueueApcThread, and changed the server... |
tree | commitdiff |
2003-04-02 |
Alexandre Julliard | Added abs_time_t structure to the server protocol,... |
tree | commitdiff |
2003-04-02 |
Alexandre Julliard | Initialize the dummy char we send down the pipe to... |
tree | commitdiff |
2003-03-28 |
Alexandre Julliard | Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by... |
tree | commitdiff |
2003-03-26 |
Alexandre Julliard | Implemented file change notifications, based on a patch... |
tree | commitdiff |
2003-03-26 |
Alexandre Julliard | Added generic signal handling mechanism based on pipes... |
tree | commitdiff |
2003-03-22 |
Alexandre Julliard | Make a distinction between the thread Unix pid and... |
tree | commitdiff |
2003-03-21 |
Alexandre Julliard | Ignore fcntl failure when setting a write lock on a... |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Replaced mkstemp by mkstemps from libiberty. |
tree | commitdiff |
2003-03-19 |
Alexandre Julliard | We still need libwine here... |
tree | commitdiff |
2003-03-19 |
Alexandre Julliard | Created a separate static portability library and moved... |
tree | commitdiff |
2003-03-19 |
Alexandre Julliard | Fixed bug that could cause SendMessage to return too... |
tree | commitdiff |
2003-03-18 |
Gerald Pfeifer | Fix signature of open_fd(). |
tree | commitdiff |
2003-03-18 |
Alexandre Julliard | Implemented file locking functions (partly based on... |
tree | commitdiff |
2003-03-14 |
Alexandre Julliard | Added -f option to make wineserver remain in the foregr... |
tree | commitdiff |
2003-03-12 |
Alexandre Julliard | Added an inode object to keep track of all file descrip... |
tree | commitdiff |
2003-03-11 |
Alexandre Julliard | Attaching the debugger to a running process should... |
tree | commitdiff |
2003-03-10 |
Eric Pouech | Fixed typo. |
tree | commitdiff |
2003-03-04 |
Alexandre Julliard | Use SIGUSR1 instead of SIGSTOP to suspend threads. |
tree | commitdiff |
2003-02-28 |
Peter Hunnisett | Suspended threads should not acquire synchronization... |
tree | commitdiff |
2003-02-25 |
Alexandre Julliard | Added send_thread_signal() function and properly handle... |
tree | commitdiff |
2003-02-25 |
Alexandre Julliard | Avoid some redundant calls to time(NULL). |
tree | commitdiff |
2003-02-24 |
Alexandre Julliard | Pass the pid of the new process in the new_process... |
tree | commitdiff |
2003-02-19 |
Eric Pouech | Fixed read-overflow spotted by valgrind. |
tree | commitdiff |
2003-02-19 |
Mike McCormack | Added missing release_object. |
tree | commitdiff |
2003-02-19 |
Alexandre Julliard | Moved all references to file descriptors out of the... |
tree | commitdiff |
2003-02-17 |
Alexandre Julliard | Make sure get_file_size uses a valid fd (spotted by... |
tree | commitdiff |
2003-02-14 |
Eric Pouech | Fixed regression in process parent handling. |
tree | commitdiff |
2003-02-14 |
Alexandre Julliard | Changed fd operations to take a struct fd instead of... |
tree | commitdiff |
2003-02-12 |
Alexandre Julliard | Removed direct references to the file descriptor, use... |
tree | commitdiff |
2003-02-11 |
Steven Edwards | Porting fixes. |
tree | commitdiff |
2003-02-01 |
Alexandre Julliard | Made process and thread ids small integers instead... |
tree | commitdiff |
2003-01-30 |
Alexandre Julliard | Started moving functions that deal with Unix file descr... |
tree | commitdiff |
2003-01-28 |
Martin Wilck | Do not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_C... |
tree | commitdiff |
2003-01-23 |
Marcus Meissner | Remove errno.h from files that do not need it. |
tree | commitdiff |
2003-01-09 |
Eric Pouech | Set the edition mode as a specific attribute, not an... |
tree | commitdiff |
2003-01-09 |
Eric Pouech | - no longer depend on toolhelp definitions for generati... |
tree | commitdiff |
2003-01-08 |
Alexandre Julliard | Store the keyboard state in the thread input structure... |
tree | commitdiff |
2003-01-08 |
Alexandre Julliard | Removed no longer used local variable (spotted by Dmitr... |
tree | commitdiff |
2003-01-08 |
Alexandre Julliard | Grab the thread object in case the thread terminates... |
tree | commitdiff |
2003-01-08 |
Alexandre Julliard | Store the hardware messages in the thread input structu... |
tree | commitdiff |
2003-01-05 |
Eric Pouech | - Fixed several bugs while resizing an existing screenb... |
tree | commitdiff |
2003-01-04 |
Dimitrie O. Paun | Rename __WINE__ to __WINESRC__. |
tree | commitdiff |
2002-12-18 |
Bill Medland | If a .reg function is accessed through a symlink then... |
tree | commitdiff |
2002-12-17 |
Alberto Massari | The handler for the server message get_next_hook was... |
tree | commitdiff |
2002-12-10 |
Alexandre Julliard | winnt.h should not be self-contained, it must depend... |
tree | commitdiff |
2002-11-25 |
Mike McCormack | Implemented registry change notifications. |
tree | commitdiff |
2002-11-25 |
Ryan Cumming | Partially implement GetThreadTimes. |
tree | commitdiff |
2002-11-23 |
Alexandre Julliard | Removed the WINE_NO_STRICT support. |
tree | commitdiff |
2002-11-20 |
Alexandre Julliard | Added support for system-wide hooks. |
tree | commitdiff |
2002-11-08 |
Pierre Beyssac | Avoid FreeBSD compatibility issues with dbreg structure. |
tree | commitdiff |
2002-10-31 |
Alexandre Julliard | Work around to make system-global hooks at least run... |
tree | commitdiff |
2002-10-29 |
Alexandre Julliard | Rewrote hook support to store the hook chain in the... |
tree | commitdiff |
2002-10-21 |
Alexandre Julliard | Fixed the WINE_NO_STRICT #ifdefs to do the right thing... |
tree | commitdiff |
2002-10-19 |
Alexandre Julliard | Converted the server to -DSTRICT. |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Added support for building certain dlls with -DSTRICT. |
tree | commitdiff |
2002-10-17 |
Alexandre Julliard | Rewrote caret implementation to store the information... |
tree | commitdiff |
2002-10-12 |
Alexandre Julliard | Moved mouse capture handling into the server. |
tree | commitdiff |
2002-10-11 |
Alexandre Julliard | Reimplemented Get/SetActiveWindow, Get/SetFocus and |
tree | commitdiff |
2002-10-11 |
Alexandre Julliard | Added server-side infrastructure for the thread input... |
tree | commitdiff |
2002-10-03 |
Alexandre Julliard | Added process_id_t and thread_it_t types to the server... |
tree | commitdiff |
2002-10-02 |
Alexandre Julliard | Added support for multiple object namespaces, and a... |
tree | commitdiff |
2002-09-25 |
Alexandre Julliard | Fixed a number of bugs in the handling of window parent... |
tree | commitdiff |
2002-09-17 |
Alexandre Julliard | Implemented the ntdll virtual memory functions, and... |
tree | commitdiff |
2002-09-12 |
Patrik Stridvall | Moved all the content of the DDK files ntdef.h and... |
tree | commitdiff |
2002-08-30 |
Marcus Meissner | Use Iar (Instruction Address Register) instead of Fill[0]. |
tree | commitdiff |
2002-08-27 |
Alexandre Julliard | Added wine_get_user_name function and got rid of some... |
tree | commitdiff |
2002-08-27 |
Dmitry Timoshkov | Relax a bit PE consistency checks. |
tree | commitdiff |
2002-08-17 |
Marcus Meissner | Implemented server context/ptrace handling for Linux... |
tree | commitdiff |
2002-08-16 |
Alexandre Julliard | Signal and release the idle event when the process... |
tree | commitdiff |
2002-08-16 |
Alexandre Julliard | Added -k option to kill an existing wineserver. |
tree | commitdiff |
2002-08-14 |
Pierre Beyssac | Implemented CONTEXT_DEBUG_REGISTERS on FreeBSD. |
tree | commitdiff |
2002-08-13 |
Alexandre Julliard | Fixed race condition when a thread gets killed right... |
tree | commitdiff |
2002-08-13 |
Pierre Beyssac | Fixed ptrace argument order for FreeBSD, NetBSD and... |
tree | commitdiff |
next |