2005-08-24 |
Alexandre Julliard | Don't cache file descriptors open on removable devices. |
blob | commitdiff | raw |
2005-08-23 |
Alexandre Julliard | Added a separate set_handle_cached_fd request instead... |
blob | commitdiff | raw | diff to current |
2005-08-08 |
Alexandre Julliard | Added an unmount_device request that invalidates all... |
blob | commitdiff | raw | diff to current |
2005-07-18 |
Robert Shearman | - Change the default user SID to match what was previou... |
blob | commitdiff | raw | diff to current |
2005-07-14 |
Alexandre Julliard | Moved the server start time to the init_thread request... |
blob | commitdiff | raw | diff to current |
2005-07-13 |
Alexandre Julliard | Get rid of the boot_done request. |
blob | commitdiff | raw | diff to current |
2005-07-11 |
Alexandre Julliard | Load the HKEY_CURRENT_USER branch at server startup... |
blob | commitdiff | raw | diff to current |
2005-07-08 |
Alexandre Julliard | Put in place the basic infrastructure to allow supporti... |
blob | commitdiff | raw | diff to current |
2005-06-08 |
Alexandre Julliard | Beginnings of support for window stations and desktops. |
blob | commitdiff | raw | diff to current |
2005-05-24 |
Robert Shearman | Implement NtAccessCheck. |
blob | commitdiff | raw | diff to current |
2005-05-10 |
Eric Pouech | - changed ATOM support in wineserver to match NTDLL... |
blob | commitdiff | raw | diff to current |
2005-04-28 |
Mike McCormack | Implemented GetLastInputInfo. |
blob | commitdiff | raw | diff to current |
2005-04-22 |
Robert Shearman | - Clean up well-known privileges. |
blob | commitdiff | raw | diff to current |
2005-03-30 |
Mike McCormack | Implement mailslots. |
blob | commitdiff | raw | diff to current |
2005-03-25 |
Alexandre Julliard | Replace the link_window request by a set_parent request... |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Alexandre Julliard | Create a new server request for accepting hardware... |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Alexandre Julliard | Try to always keep the server window Z-order in sync... |
blob | commitdiff | raw | diff to current |
2005-02-11 |
Robert Shearman | - Implement AdjustTokenPrivileges, DuplicateTokenEx and |
blob | commitdiff | raw | diff to current |
2005-01-14 |
Eric Pouech | - got rid of include/async.h |
blob | commitdiff | raw | diff to current |
2004-12-13 |
Robert Shearman | Implement NtQueryTimer. |
blob | commitdiff | raw | diff to current |
2004-12-07 |
Alexandre Julliard | Moved update region handling to the server. |
blob | commitdiff | raw | diff to current |
2004-07-20 |
Alexandre Julliard | Moved the WindowFromPoint functionality to the server... |
blob | commitdiff | raw | diff to current |
2004-06-29 |
Alexandre Julliard | Added support for window regions in the server. |
blob | commitdiff | raw | diff to current |
2004-06-23 |
Alexandre Julliard | Moved visible region calculation to the server. |
blob | commitdiff | raw | diff to current |
2004-05-14 |
Alexandre Julliard | Removed the no longer used SMB file I/O support, we... |
blob | commitdiff | raw | diff to current |
2004-05-07 |
Alexandre Julliard | Moved loading of the home registry files to the server... |
blob | commitdiff | raw | diff to current |
2004-05-01 |
Alexandre Julliard | Use pread/pwrite everywhere to avoid changing the file... |
blob | commitdiff | raw | diff to current |
2004-04-08 |
Alexandre Julliard | Removed the get_file_info request. |
blob | commitdiff | raw | diff to current |
2004-04-07 |
Alexandre Julliard | Handle the set_file_pointer request on the client side. |
blob | commitdiff | raw | diff to current |
2004-03-27 |
Alexandre Julliard | Use futimes() instead of utime() to implement SetFileTi... |
blob | commitdiff | raw | diff to current |
2004-03-18 |
Alexandre Julliard | Make the standard create_file request handle serial... |
blob | commitdiff | raw | diff to current |
2004-03-04 |
Alexandre Julliard | Open a real file handle for drive devices, and get... |
blob | commitdiff | raw | diff to current |
2004-01-03 |
Mike Hearn | Implemented RegFlushKey and NtFlushKey. |
blob | commitdiff | raw | diff to current |
2003-12-10 |
Alexandre Julliard | Added window classes in the server, and support for... |
blob | commitdiff | raw | diff to current |
2003-10-07 |
Alexandre Julliard | Store the global shell, progman and taskman windows... |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Mike McCormack | Implement registry key unloading. |
blob | commitdiff | raw | diff to current |
2003-07-24 |
Mike McCormack | Added a security token object in wineserver. |
blob | commitdiff | raw | diff to current |
2003-06-23 |
Ulrich Czekalla | - use global atoms for the format ids |
blob | commitdiff | raw | diff to current |
2003-06-21 |
Eric Pouech | - adapted kernel32 so that it no longer (directly)... |
blob | commitdiff | raw | diff to current |
2003-05-20 |
Eric Pouech | Implement anonymous pipes on top of named pipes. |
blob | commitdiff | raw | diff to current |
2003-03-26 |
Alexandre Julliard | Implemented file change notifications, based on a patch... |
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-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-11-25 |
Mike McCormack | Implemented registry change notifications. |
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-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-08-16 |
Alexandre Julliard | Added -k option to kill an existing wineserver. |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Alexandre Julliard | Create the server directory and socket file in /tmp. |
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-04-23 |
Martin Wilck | Fixed handling of deferred connections in WSAAccept(). |
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-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 |
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-13 |
Alexandre Julliard | Store the window caption text in the server. |
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-17 |
Alexandre Julliard | Make sure that GetMessagePos and GetMessageTime return... |
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-12 |
Alexandre Julliard | Store window properties in the server. Moved property... |
blob | commitdiff | raw | diff to current |
2001-10-11 |
Alexandre Julliard | Removed the cleanup_window_queue request. |
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-19 |
Alexandre Julliard | Use the new protocol.def file to build the request... |
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-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-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-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-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-13 |
Mike McCormack | - created server object for handling async i/o |
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-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-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-26 |
Alexandre Julliard | Added a real root key and simplified creation of the... |
blob | commitdiff | raw | diff to current |
2000-08-22 |
Alexandre Julliard | Added APC support in waitable timers. |
blob | commitdiff | raw | diff to current |
next |