Implemented file change notifications, based on a patch by Mike
[wine] / server / protocol.def
2003-03-26  Alexandre JulliardImplemented file change notifications, based on a patch...
2003-03-22  Alexandre JulliardMake a distinction between the thread Unix pid and...
2003-03-19  Alexandre JulliardFixed bug that could cause SendMessage to return too...
2003-03-18  Alexandre JulliardImplemented file locking functions (partly based on...
2003-02-24  Alexandre JulliardPass the pid of the new process in the new_process...
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-01-09  Eric PouechSet the edition mode as a specific attribute, not an...
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...
2003-01-08  Alexandre JulliardStore the hardware messages in the thread input structu...
2002-11-25  Mike McCormackImplemented registry change notifications.
2002-11-25  Ryan CummingPartially implement GetThreadTimes.
2002-11-23  Alexandre JulliardRemoved the WINE_NO_STRICT support.
2002-11-20  Alexandre JulliardAdded support for system-wide hooks.
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-21  Alexandre JulliardFixed the WINE_NO_STRICT #ifdefs to do the right thing...
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
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-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-09-25  Alexandre JulliardFixed a number of bugs in the handling of window parent...
2002-09-17  Alexandre JulliardImplemented the ntdll virtual memory functions, and...
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-05-24  Alexandre JulliardA few optimizations in the process startup requests...
2002-04-25  Martin WilckFixed ReadFile() semantics when reading asynchronously...
2002-04-25  Martin WilckImplemented server framework for asynchronous IO on...
2002-04-23  Martin WilckFixed handling of deferred connections in WSAAccept().
2002-04-05  Martin Wilck- separate cleanly between async scheduling and file...
2002-04-02  Chris MorganImplement OpenThread() winapi call.
2002-03-29  Alexandre JulliardTransfer the full process startup info as well as the...
2002-03-23  Alexandre JulliardSend message for WSAAsyncSelect sockets directly from...
2002-03-22  Alexandre JulliardCorrectly fill parent pid, module size and module name...
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,
2002-01-09  Martin WilckAdded support for socket flags.
2002-01-09  Martin WilckMore general approach to file descriptor types and...
2001-12-31  Alexandre JulliardFixed string type in named pipe requests.
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-11-07  Mike McCormackMake ConnectNamedPipe work in overlapped mode.
2001-10-24  Ove KaavenSave a disk file's drive type in the server object.
2001-10-22  Alexandre JulliardStore in the server all the window information accessib...
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-12  Alexandre JulliardAdded atom_t type for atoms to make sure we use the...
2001-10-11  Alexandre JulliardRemoved the cleanup_window_queue request.
2001-10-09  Alexandre JulliardStore window class atom in the server.
2001-10-08  Mike McCormackMake serial fd blocking mode depend on FILE_FLAG_OVERLA...
2001-10-04  Mike McCormackFetch a handle type in FILE_GetUnixHandle.
2001-09-24  Alexandre JulliardA couple of optimizations to avoid some server calls...
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...