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 |
2002-07-31 |
Alexandre Julliard | Fixed some handle type mismatches and added a few casts... |
tree | commitdiff |
2002-07-29 |
Marcus Meissner | Check for mkstemp, added a port implementation if it... |
tree | commitdiff |
2002-07-16 |
Marcus Meissner | Implemented FlushFileBuffers for serial devices. |
tree | commitdiff |
2002-07-03 |
Martin Wilck | Check POLLHUP semantics at remote shutdown when wineser... |
tree | commitdiff |
2002-07-01 |
Andreas Mohr | - Use PeekMessage loop around GetMessage. |
tree | commitdiff |
2002-06-22 |
Alexandre Julliard | Unlock the master socket if the boot thread terminates... |
tree | commitdiff |
2002-06-21 |
Alexandre Julliard | Attempt at fixing POLLHUP handling for Linux 2.2.x. |
tree | commitdiff |
2002-06-20 |
Alexandre Julliard | Create the server directory and socket file in /tmp. |
tree | commitdiff |
2002-06-20 |
Alexandre Julliard | Store dirty flag in each registry key and use it to... |
tree | commitdiff |
2002-06-02 |
Eric Pouech | Implementation for console control events (includes... |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-31 |
Alexandre Julliard | Fixed next_user_handle to also work on deleted handles. |
tree | commitdiff |
2002-05-30 |
Alexandre Julliard | Renamed handle_t to obj_handle_t to avoid conflict... |
tree | commitdiff |
2002-05-25 |
Alexandre Julliard | Fixed process startup synchronization broken by previou... |
tree | commitdiff |
2002-05-24 |
Alexandre Julliard | A few optimizations in the process startup requests... |
tree | commitdiff |
2002-05-11 |
Eric Pouech | Fixed missing wineconsole notification of title modific... |
tree | commitdiff |
2002-05-09 |
Alexandre Julliard | Added mkinstalldirs to create directories more portably. |
tree | commitdiff |
2002-04-27 |
Alexandre Julliard | Link the tools and the server against libwine so we... |
tree | commitdiff |
2002-04-27 |
Martin Wilck | Fixes to FD_CLOSE handling. |
tree | commitdiff |
2002-04-26 |
Alexandre Julliard | Better support for configure detection of missing types... |
tree | commitdiff |
2002-04-26 |
Martin Wilck | Fixed some bugs in my recently submitted patch series. |
tree | commitdiff |
2002-04-25 |
Martin Wilck | Fixed ReadFile() semantics when reading asynchronously... |
tree | commitdiff |
next |