Implemented NtSignalAndWaitForSingleObject.
[wine] / server / protocol.def
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-04-22  Robert Shearman- Clean up well-known privileges.
2005-04-20  Alexandre JulliardAllow nested hardware message processing by storing...
2005-04-18  Eric PouechRemoved the no longer user APC_ASYNC kind of APC.
2005-04-18  Eric Pouech- moved named pipe creation to ntdll
2005-03-31  Alexandre JulliardReturn the coordinates information needed to setup...
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-03-17  Alexandre JulliardMake the server know about the visible area of a window...
2005-03-17  Alexandre JulliardCompute the top clipping window directly on the server...
2005-03-10  Alexandre JulliardProperly cope with get_message being called recursively...
2005-03-07  Ulrich CzekallaCreate a thread-specific selection window to make sure...
2005-02-11  Robert Shearman- Implement AdjustTokenPrivileges, DuplicateTokenEx and
2005-02-03  Dmitry TimoshkovAdd support for winevent hooks.
2005-02-03  Alexandre JulliardProperly compute the client area valid rects and pass...
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-12-02  Eric Pouech- moved event, semaphore, mutex implementation from...
2004-11-29  Alexandre JulliardConverted the timer list to use standard list functions.
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-08-17  Eric Pouech- better support for non-blocking COMM and socket read...
2004-07-20  Alexandre JulliardMoved the WindowFromPoint functionality to the server...
2004-07-16  Alexandre JulliardPass the environment for a child process through the...
2004-06-29  Alexandre JulliardAdded support for window regions in the server.
2004-06-23  Alexandre JulliardMoved visible region calculation to the server.
2004-06-14  Eric Pouech- Added ProcessBasicInformation class to ntdll.NtQueryI...
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-04-06  Alexandre JulliardGet rid of the removable media handling in the server.
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-12  Alexandre JulliardChanged the create_file server request to take NtCreate...
2004-03-04  Alexandre JulliardOpen a real file handle for drive devices, and get...
2004-02-24  Uwe Bonnes Pass inherit handle flag properly for CreateNamedPipe.
2004-01-03  Mike HearnImplemented RegFlushKey and NtFlushKey.
2003-12-11  Alexandre JulliardStore a pointer to the client-side class structure...
2003-12-10  Alexandre JulliardAdded window classes in the server, and support for...
2003-12-10  Alexandre JulliardAdded support for inter-process GetWindowWord.
2003-11-26  Alexandre JulliardAdded support for inter-process GetWindowLong on the...
2003-10-14  Alexandre JulliardSet or clear the BeingDebugged flag in the PEB when...
2003-10-08  Alexandre JulliardStore a "removable" flag instead of the full drive...
2003-10-07  Alexandre JulliardStore the global shell, progman and taskman windows...
2003-10-04  Alexandre JulliardConverted process creation to Unicode.
2003-09-30  Alexandre JulliardStore module names in Unicode in the server.
2003-09-16  Eric Pouech- Implemented a few information classes in NtQuerySyste...
2003-09-08  Alexandre JulliardFixed include statements to match server_protocol.h...
2003-08-19  Mike McCormackImplement registry key unloading.
2003-08-19  Eric PouechFixed regression in process creation (std handle inheri...
2003-07-26  Alexandre JulliardImplemented inter-thread SendMessageCallback.
2003-07-24  Mike McCormackAdded a security token object in wineserver.
2003-07-11  Alexandre JulliardRun WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context...
2003-07-11  Alexandre JulliardImplemented the SMTO_ABORTIFHUNG flag of SendMessageTim...
2003-07-09  Alexandre JulliardImplemented the ThreadBasicInformation case for
2003-06-24  Eric Pouech- start moving a few file related functions from files...
2003-06-23  Ulrich Czekalla- use global atoms for the format ids
2003-06-23  Eric PouechIn console input record queue, replace semaphore with...
2003-06-21  Eric Pouech- adapted kernel32 so that it no longer (directly)...
2003-06-14  Alexandre JulliardMake it possible to retrieve an inheritable handle...
2003-05-20  Eric PouechImplement anonymous pipes on top of named pipes.
2003-05-20  Eric PouechImplemented timer related functions in ntdll and make...
2003-05-15  Mike McCormack- rewrite of the named pipe code
2003-04-04  Alexandre JulliardImplemented NtQueueApcThread, and changed the server...
2003-04-02  Alexandre JulliardAdded abs_time_t structure to the server protocol,...
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...
next