server: Fix the file notification interface to use directory handles.
[wine] / server / request.h
2006-01-27  Mike McCormackserver: Fix the file notification interface to use...
2006-01-17  Robert Shearmanuser: Fix WM_QUIT message ordering from PostQuitMessage.
2005-12-12  Alexandre Julliardserver: Support for opening devices.
2005-11-30  Vitaliy MargolenImplement symbolic link object in wineserver.
2005-11-29  Vitaliy MargolenImplement directory object in wineserver.
2005-11-18  Alexandre JulliardAdded a struct unicode_str to encapsulate object names.
2005-08-24  Alexandre JulliardDon't cache file descriptors open on removable devices.
2005-08-23  Alexandre JulliardAdded a separate set_handle_cached_fd request instead...
2005-08-08  Alexandre JulliardAdded an unmount_device request that invalidates all...
2005-07-18  Robert Shearman- Change the default user SID to match what was previou...
2005-07-14  Alexandre JulliardMoved the server start time to the init_thread request...
2005-07-13  Alexandre JulliardGet rid of the boot_done request.
2005-07-11  Alexandre JulliardLoad the HKEY_CURRENT_USER branch at server startup...
2005-07-08  Alexandre JulliardPut in place the basic infrastructure to allow supporti...
2005-06-08  Alexandre JulliardBeginnings of support for window stations and desktops.
2005-05-24  Robert ShearmanImplement NtAccessCheck.
2005-05-10  Eric Pouech- changed ATOM support in wineserver to match NTDLL...
2005-04-28  Mike McCormackImplemented GetLastInputInfo.
2005-04-22  Robert Shearman- Clean up well-known privileges.
2005-03-30  Mike McCormackImplement mailslots.
2005-03-25  Alexandre JulliardReplace the link_window request by a set_parent request...
2005-03-23  Alexandre JulliardCreate a new server request for accepting hardware...
2005-03-21  Alexandre JulliardTry to always keep the server window Z-order in sync...
2005-02-11  Robert Shearman- Implement AdjustTokenPrivileges, DuplicateTokenEx and
2005-01-14  Eric Pouech- got rid of include/async.h
2004-12-13  Robert ShearmanImplement NtQueryTimer.
2004-12-07  Alexandre JulliardMoved update region handling to the server.
2004-07-20  Alexandre JulliardMoved the WindowFromPoint functionality to the server...
2004-06-29  Alexandre JulliardAdded support for window regions in the server.
2004-06-23  Alexandre JulliardMoved visible region calculation to the server.
2004-05-14  Alexandre JulliardRemoved the no longer used SMB file I/O support, we...
2004-05-07  Alexandre JulliardMoved loading of the home registry files to the server...
2004-05-01  Alexandre JulliardUse pread/pwrite everywhere to avoid changing the file...
2004-04-08  Alexandre JulliardRemoved the get_file_info request.
2004-04-07  Alexandre JulliardHandle the set_file_pointer request on the client side.
2004-03-27  Alexandre JulliardUse futimes() instead of utime() to implement SetFileTi...
2004-03-18  Alexandre JulliardMake the standard create_file request handle serial...
2004-03-04  Alexandre JulliardOpen a real file handle for drive devices, and get...
2004-01-03  Mike HearnImplemented RegFlushKey and NtFlushKey.
2003-12-10  Alexandre JulliardAdded window classes in the server, and support for...
2003-10-07  Alexandre JulliardStore the global shell, progman and taskman windows...
2003-08-19  Mike McCormackImplement registry key unloading.
2003-07-24  Mike McCormackAdded a security token object in wineserver.
2003-06-23  Ulrich Czekalla- use global atoms for the format ids
2003-06-21  Eric Pouech- adapted kernel32 so that it no longer (directly)...
2003-05-20  Eric PouechImplement anonymous pipes on top of named pipes.
2003-03-26  Alexandre JulliardImplemented file change notifications, based on a patch...
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-01-09  Eric Pouech- no longer depend on toolhelp definitions for generati...
2003-01-08  Alexandre JulliardStore the keyboard state in the thread input structure...
2002-11-25  Mike McCormackImplemented registry change notifications.
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-17  Alexandre JulliardRewrote caret implementation to store the information...
2002-10-12  Alexandre JulliardMoved mouse capture handling into the server.
2002-10-11  Alexandre JulliardReimplemented Get/SetActiveWindow, Get/SetFocus and
2002-10-11  Alexandre JulliardAdded server-side infrastructure for the thread input...
2002-08-16  Alexandre JulliardAdded -k option to kill an existing wineserver.
2002-06-20  Alexandre JulliardCreate the server directory and socket file in /tmp.
2002-06-02  Eric PouechImplementation for console control events (includes...
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-04-23  Martin WilckFixed handling of deferred connections in WSAAccept().
2002-04-02  Chris MorganImplement OpenThread() winapi call.
2002-03-29  Alexandre JulliardTransfer the full process startup info as well as the...
2002-03-12  Mike McCormackBegin to make wine an SMB client.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Alexandre JulliardReimplemented DebugBreakProcess.
2002-02-27  Eric PouechNew XP debugging APIs: implemented DebugActiveProcessStop,
2001-12-20  Mike McCormack- move async activation into the server
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-11-13  Alexandre JulliardStore the window caption text in the server.
2001-10-22  Alexandre JulliardStore in the server all the window information accessib...
2001-10-17  Alexandre JulliardMake sure that GetMessagePos and GetMessageTime return...
2001-10-16  Alexandre JulliardAdded requests to store window rectangles in the server.
2001-10-12  Alexandre JulliardStore window properties in the server. Moved property...
2001-10-11  Alexandre JulliardRemoved the cleanup_window_queue request.
2001-09-21  Alexandre JulliardAdded proper support for storing window parents in...
2001-08-28  Alexandre JulliardAdded global management of user handles in the server.
2001-08-27  Mike McCormackImplemented GetNamedPipeInfo.
2001-08-23  Mike McCormackImplement WaitNamedPipe and DisconnectNamedPipe.
2001-08-07  Alexandre JulliardRewrote most of SendMessage/PeekMessage.
2001-07-19  Alexandre JulliardUse the new protocol.def file to build the request...
2001-07-10  Mike McCormackStart implementing named pipes.
2001-06-20  Alexandre JulliardMoved queue paint count to the server. Removed a few...
2001-05-18  Alexandre JulliardMoved the major part of message queue and window timer...
2001-03-22  Michael McCormackUse poll() on the client-side during server waits to...
2001-03-08  Alexandre JulliardAdded support for nested server waits (to allow waiting...
2001-03-01  Alexandre JulliardCreate the server pipes on the client side and transfer...
2001-02-28  Alexandre JulliardNew mechanism to transfer file descriptors from client...
2001-02-21  Alexandre JulliardAdded separate server pipe to wait on blocking server...
2001-02-20  Alexandre JulliardSmall server protocol cleanups.
2001-01-26  Alexandre JulliardMade exception_event_request non-blocking, and added
2001-01-26  Alexandre JulliardChanged wait_process and wait_debug_event requests...
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-12-15  Alexandre JulliardConverted enum_key_value request to the new request...
2000-11-13  Mike McCormack- created server object for handling async i/o
2000-10-02  Alexandre JulliardConvert NtQueryKey and NtEnumerateKey to the new reques...
2000-10-01  Alexandre JulliardConverted some of the registry server requests to the...
next