2003-03-19 |
Alexandre Julliard | Fixed bug that could cause SendMessage to return too... |
blob | commitdiff | raw |
2003-03-18 |
Alexandre Julliard | Implemented file locking functions (partly based on... |
blob | commitdiff | raw | diff to current |
2003-03-04 |
Alexandre Julliard | Use SIGUSR1 instead of SIGSTOP to suspend threads. |
blob | commitdiff | raw | diff to current |
2003-02-24 |
Alexandre Julliard | Pass the pid of the new process in the new_process... |
blob | commitdiff | raw | diff to current |
2003-02-14 |
Alexandre Julliard | Changed fd operations to take a struct fd instead of... |
blob | commitdiff | raw | diff to current |
2003-02-11 |
Steven Edwards | Porting fixes. |
blob | commitdiff | raw | diff to current |
2003-02-01 |
Alexandre Julliard | Made process and thread ids small integers instead... |
blob | commitdiff | raw | diff to current |
2003-01-09 |
Eric Pouech | Set the edition mode as a specific attribute, not an... |
blob | commitdiff | raw | diff to current |
2003-01-09 |
Eric Pouech | - no longer depend on toolhelp definitions for generati... |
blob | commitdiff | raw | diff to current |
2003-01-08 |
Alexandre Julliard | Store the keyboard state in the thread input structure... |
blob | commitdiff | raw | diff to current |
2002-12-10 |
Alexandre Julliard | winnt.h should not be self-contained, it must depend... |
blob | commitdiff | raw | diff to current |
2002-11-25 |
Mike McCormack | Implemented registry change notifications. |
blob | commitdiff | raw | diff to current |
2002-11-25 |
Ryan Cumming | Partially implement GetThreadTimes. |
blob | commitdiff | raw | diff to current |
2002-11-20 |
Alexandre Julliard | Added support for system-wide hooks. |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Alexandre Julliard | Rewrote hook support to store the hook chain in the... |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Alexandre Julliard | Converted the server to -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-10-17 |
Alexandre Julliard | Rewrote caret implementation to store the information... |
blob | commitdiff | raw | diff to current |
2002-10-12 |
Alexandre Julliard | Moved mouse capture handling into the server. |
blob | commitdiff | raw | diff to current |
2002-10-11 |
Alexandre Julliard | Reimplemented Get/SetActiveWindow, Get/SetFocus and |
blob | commitdiff | raw | diff to current |
2002-10-11 |
Alexandre Julliard | Added server-side infrastructure for the thread input... |
blob | commitdiff | raw | diff to current |
2002-10-03 |
Alexandre Julliard | Added process_id_t and thread_it_t types to the server... |
blob | commitdiff | raw | diff to current |
2002-09-25 |
Alexandre Julliard | Fixed a number of bugs in the handling of window parent... |
blob | commitdiff | raw | diff to current |
2002-09-17 |
Alexandre Julliard | Implemented the ntdll virtual memory functions, and... |
blob | commitdiff | raw | diff to current |
2002-06-02 |
Eric Pouech | Implementation for console control events (includes... |
blob | commitdiff | raw | diff to current |
2002-05-30 |
Alexandre Julliard | Renamed handle_t to obj_handle_t to avoid conflict... |
blob | commitdiff | raw | diff to current |
2002-05-24 |
Alexandre Julliard | A few optimizations in the process startup requests... |
blob | commitdiff | raw | diff to current |
2002-04-26 |
Alexandre Julliard | Better support for configure detection of missing types... |
blob | commitdiff | raw | diff to current |
2002-04-23 |
Martin Wilck | Fixed handling of deferred connections in WSAAccept(). |
blob | commitdiff | raw | diff to current |
2002-04-05 |
Martin Wilck | - separate cleanly between async scheduling and file... |
blob | commitdiff | raw | diff to current |
2002-04-02 |
Chris Morgan | Implement OpenThread() winapi call. |
blob | commitdiff | raw | diff to current |
2002-03-29 |
Alexandre Julliard | Transfer the full process startup info as well as the... |
blob | commitdiff | raw | diff to current |
2002-03-23 |
Alexandre Julliard | Send message for WSAAsyncSelect sockets directly from... |
blob | commitdiff | raw | diff to current |
2002-03-22 |
Alexandre Julliard | Correctly fill parent pid, module size and module name... |
blob | commitdiff | raw | diff to current |
2002-03-12 |
Mike McCormack | Begin to make wine an SMB client. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-27 |
Alexandre Julliard | Reimplemented DebugBreakProcess. |
blob | commitdiff | raw | diff to current |
2002-02-27 |
Eric Pouech | New XP debugging APIs: implemented DebugActiveProcessStop, |
blob | commitdiff | raw | diff to current |
2002-01-09 |
Martin Wilck | Added support for socket flags. |
blob | commitdiff | raw | diff to current |
2002-01-09 |
Martin Wilck | More general approach to file descriptor types and... |
blob | commitdiff | raw | diff to current |
2001-12-31 |
Alexandre Julliard | Fixed string type in named pipe requests. |
blob | commitdiff | raw | diff to current |
2001-12-20 |
Mike McCormack | - move async activation into the server |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
blob | commitdiff | raw | diff to current |
2001-11-23 |
Eric Pouech | New console code based on Win32 windows. |
blob | commitdiff | raw | diff to current |
2001-11-19 |
Francois Gouget | Fix the Solaris and FreeBSD compilation errors introduc... |
blob | commitdiff | raw | diff to current |
2001-11-13 |
Alexandre Julliard | Store the window caption text in the server. |
blob | commitdiff | raw | diff to current |
2001-11-07 |
Mike McCormack | Make ConnectNamedPipe work in overlapped mode. |
blob | commitdiff | raw | diff to current |
2001-10-24 |
Ove Kaaven | Save a disk file's drive type in the server object. |
blob | commitdiff | raw | diff to current |
2001-10-22 |
Alexandre Julliard | Store in the server all the window information accessib... |
blob | commitdiff | raw | diff to current |
2001-10-16 |
Alexandre Julliard | Added requests to store window rectangles in the server. |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Francois Gouget | When including config.h, include it first. |
blob | commitdiff | raw | diff to current |
2001-10-12 |
Alexandre Julliard | Store window properties in the server. Moved property... |
blob | commitdiff | raw | diff to current |
2001-10-12 |
Alexandre Julliard | Added atom_t type for atoms to make sure we use the... |
blob | commitdiff | raw | diff to current |
2001-10-11 |
Alexandre Julliard | Removed the cleanup_window_queue request. |
blob | commitdiff | raw | diff to current |
2001-10-09 |
Alexandre Julliard | Store window class atom in the server. |
blob | commitdiff | raw | diff to current |
2001-10-08 |
Mike McCormack | Make serial fd blocking mode depend on FILE_FLAG_OVERLA... |
blob | commitdiff | raw | diff to current |
2001-10-04 |
Mike McCormack | Fetch a handle type in FILE_GetUnixHandle. |
blob | commitdiff | raw | diff to current |
2001-09-24 |
Alexandre Julliard | A couple of optimizations to avoid some server calls... |
blob | commitdiff | raw | diff to current |
2001-09-21 |
Alexandre Julliard | Added proper support for storing window parents in... |
blob | commitdiff | raw | diff to current |
2001-08-28 |
Alexandre Julliard | Added global management of user handles in the server. |
blob | commitdiff | raw | diff to current |
2001-08-27 |
Mike McCormack | Implemented GetNamedPipeInfo. |
blob | commitdiff | raw | diff to current |
2001-08-23 |
Mike McCormack | Implement WaitNamedPipe and DisconnectNamedPipe. |
blob | commitdiff | raw | diff to current |
2001-08-07 |
Alexandre Julliard | Rewrote most of SendMessage/PeekMessage. |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Mike McCormack | Start implementing named pipes. |
blob | commitdiff | raw | diff to current |
2001-06-20 |
Alexandre Julliard | Moved queue paint count to the server. Removed a few... |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Alexandre Julliard | Moved hardware message queue handling to the server. |
blob | commitdiff | raw | diff to current |
2001-05-18 |
Alexandre Julliard | Moved the major part of message queue and window timer... |
blob | commitdiff | raw | diff to current |
2001-03-22 |
Michael McCormack | Use poll() on the client-side during server waits to... |
blob | commitdiff | raw | diff to current |
2001-03-22 |
Alexandre Julliard | Use the new send_fd mechanism for the set_console_fd... |
blob | commitdiff | raw | diff to current |
2001-03-21 |
Jeff Garzik | Warning fixes. |
blob | commitdiff | raw | diff to current |
2001-03-08 |
Alexandre Julliard | Added support for nested server waits (to allow waiting... |
blob | commitdiff | raw | diff to current |
2001-03-01 |
Alexandre Julliard | Create the server pipes on the client side and transfer... |
blob | commitdiff | raw | diff to current |
2001-02-28 |
Alexandre Julliard | New mechanism to transfer file descriptors from client... |
blob | commitdiff | raw | diff to current |
2001-02-21 |
Alexandre Julliard | Added separate server pipe to wait on blocking server... |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Alexandre Julliard | Small server protocol cleanups. |
blob | commitdiff | raw | diff to current |
2001-02-16 |
Alexandre Julliard | Pass the stdin/stdout handles on startup to use as... |
blob | commitdiff | raw | diff to current |
2001-01-26 |
Alexandre Julliard | Made exception_event_request non-blocking, and added |
blob | commitdiff | raw | diff to current |
2001-01-26 |
Alexandre Julliard | Changed wait_process and wait_debug_event requests... |
blob | commitdiff | raw | diff to current |
2001-01-06 |
Alexandre Julliard | Added separate queue for "system" APCs that get called... |
blob | commitdiff | raw | diff to current |
2001-01-05 |
Alexandre Julliard | Send the exe file handle in init_process_done request. |
blob | commitdiff | raw | diff to current |
2001-01-05 |
Alexandre Julliard | Added handle_t type to server interface so that we... |
blob | commitdiff | raw | diff to current |
2000-12-22 |
Alexandre Julliard | Use a separate FIFO pair for server requests that don... |
blob | commitdiff | raw | diff to current |
2000-12-19 |
Alexandre Julliard | Merged the get_read_fd and get_write_fd requests. |
blob | commitdiff | raw | diff to current |
2000-12-15 |
Alexandre Julliard | Converted enum_key_value request to the new request... |
blob | commitdiff | raw | diff to current |
2000-11-25 |
Dimitrie O. Paun | Include config.h in files that test for constants defin... |
blob | commitdiff | raw | diff to current |
2000-11-14 |
Alexandre Julliard | Moved LDT handling to libwine.so. Changed the interface... |
blob | commitdiff | raw | diff to current |
2000-11-13 |
Mike McCormack | - created server object for handling async i/o |
blob | commitdiff | raw | diff to current |
2000-10-15 |
Alexandre Julliard | Converted a few more server requests to the new mechanism. |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Alexandre Julliard | Convert NtQueryKey and NtEnumerateKey to the new reques... |
blob | commitdiff | raw | diff to current |
2000-10-01 |
Alexandre Julliard | Converted some of the registry server requests to the... |
blob | commitdiff | raw | diff to current |
2000-09-22 |
Andreas Mohr | Make GetTickCount not use the whole Unix epoch (since... |
blob | commitdiff | raw | diff to current |
2000-09-16 |
Mike McCormack | Implemented SetCommMask, SetCommTimeouts, GetCommMask... |
blob | commitdiff | raw | diff to current |
2000-09-07 |
Mike McCormack | Added serial port object to the server. |
blob | commitdiff | raw | diff to current |
2000-08-31 |
Alexandre Julliard | Converted a lot of server requests to the new exception... |
blob | commitdiff | raw | diff to current |
2000-08-30 |
Alexandre Julliard | Added exception handling wrapper to a number of server... |
blob | commitdiff | raw | diff to current |
2000-08-29 |
Alexandre Julliard | Added the data structures and macros that will be neede... |
blob | commitdiff | raw | diff to current |
2000-08-22 |
Alexandre Julliard | Added APC support in waitable timers. |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Alexandre Julliard | Implemented SEC_IMAGE mappings and shared PE sections... |
blob | commitdiff | raw | diff to current |
2000-06-08 |
Alexandre Julliard | Pass the main exe name in the CREATE_PROCESS debug... |
blob | commitdiff | raw | diff to current |
2000-05-30 |
Turchanov Sergei | Implemented local atoms in the server. |
blob | commitdiff | raw | diff to current |
2000-05-30 |
Alexandre Julliard | Moved idle event handling to the server. |
blob | commitdiff | raw | diff to current |
next |