Implemented file change notifications, based on a patch by Mike
[wine] / server / request.h
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...
2000-09-16  Mike McCormackImplemented SetCommMask, SetCommTimeouts, GetCommMask...
2000-09-07  Mike McCormackAdded serial port object to the server.
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-29  Alexandre JulliardAdded the data structures and macros that will be neede...
2000-08-26  Alexandre JulliardAdded a real root key and simplified creation of the...
2000-08-22  Alexandre JulliardAdded APC support in waitable timers.
2000-05-30  Turchanov SergeiImplemented local atoms in the server.
2000-05-30  Alexandre JulliardMoved idle event handling to the server.
2000-05-01  Alexandre JulliardRewrote Unix process launching to allow passing startup...
2000-04-16  Alexandre JulliardImplemented thread and (partial) module snapshots,...
2000-04-16  Alexandre JulliardSave the registry on server exit without client interve...
2000-04-04  Alexandre JulliardMade request tracing more robust against bogus lengths.
2000-03-17  Alexandre JulliardHave threads and processes exit more cleanly whenever...
2000-03-10  Alexandre JulliardAdded specific routines for OUTPUT_DEBUG_STRING and...
2000-03-09  Alexandre JulliardStore the list of loaded dlls in the server, and genera...
2000-02-13  Alexandre JulliardMoved global atoms to the server (based on the work...
2000-01-27  Alexandre JulliardImplemented GetThreadSelectorEntry through the server.
2000-01-25  Alexandre JulliardMade the server listen for new clients on a Unix socket in
2000-01-20  Alexandre JulliardAdded Get/SetThreadContext support through the server.
2000-01-04  Alexandre JulliardMade sleep_on usable from all requests.
2000-01-01  Alexandre JulliardMoved poll handling to the generic part of the server...
1999-11-29  Alexandre JulliardImplemented waitable timers.
1999-11-23  Alexandre JulliardAdded registry support to the server.
1999-11-13  Alexandre JulliardAdded support for WriteProcessMemory through the server.
1999-11-12  Alexandre JulliardAdded support for ReadProcessMemory through the server.
1999-11-12  Alexandre JulliardAdded support for CREATE_SUSPENDED flag in CreateProcess.
1999-10-13  Ove KaavenAdded socket interface to wineserver.
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...