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 |
2002-04-25 |
Martin Wilck | Implemented server framework for asynchronous IO on... |
tree | commitdiff |
2002-04-24 |
Martin Wilck | Add more flexibility to the queue_async server call... |
tree | commitdiff |
2002-04-23 |
Martin Wilck | Fixed handling of deferred connections in WSAAccept(). |
tree | commitdiff |
2002-04-20 |
Alexandre Julliard | Clear mapping->shared_file on error. |
tree | commitdiff |
2002-04-14 |
Martin Wilck | STATUS_CANCELLED is correct for cancelled requests... |
tree | commitdiff |
2002-04-11 |
Uwe Bonnes | get_window_children: only decrement available size... |
tree | commitdiff |
2002-04-06 |
Alexandre Julliard | Avoid crash when trying to attach to a terminating... |
tree | commitdiff |
2002-04-05 |
Martin Wilck | - separate cleanly between async scheduling and file... |
tree | commitdiff |
2002-04-03 |
Alexandre Julliard | Added timer on server exit to wait a bit for new clients. |
tree | commitdiff |
2002-04-02 |
François Gouget | Don't suspend a terminated thread. |
tree | commitdiff |
2002-04-02 |
Alexandre Julliard | Avoid crash when trying to attach to a terminating... |
tree | commitdiff |
2002-04-02 |
Chris Morgan | Implement OpenThread() winapi call. |
tree | commitdiff |
2002-04-01 |
Francois Gouget | Fix warnings for Linux, FreeBSD and Solaris. |
tree | commitdiff |
2002-03-29 |
Alexandre Julliard | Transfer the full process startup info as well as the... |
tree | commitdiff |
2002-03-23 |
Alexandre Julliard | Send message for WSAAsyncSelect sockets directly from... |
tree | commitdiff |
2002-03-23 |
Alexandre Julliard | Fixed handling of timer callback routines when the... |
tree | commitdiff |
2002-03-22 |
Alexandre Julliard | Correctly fill parent pid, module size and module name... |
tree | commitdiff |
2002-03-12 |
Mike McCormack | Begin to make wine an SMB client. |
tree | commitdiff |
2002-03-12 |
Mike McCormack | Finish any pending WaitCommEvents if the event mask... |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-27 |
Alexandre Julliard | Reimplemented DebugBreakProcess. |
tree | commitdiff |
2002-02-27 |
Eric Pouech | New XP debugging APIs: implemented DebugActiveProcessStop, |
tree | commitdiff |
2002-01-31 |
Rein Klazes | Allow integer atoms in set_property and remove_property... |
tree | commitdiff |
2002-01-29 |
Alexandre Julliard | Work around ftruncate implementations that don't suppor... |
tree | commitdiff |
next |