wininet: Remove unneeded address-of operators from array names.
[wine] / server / request.h
2008-07-03  Alexandre Julliardserver: Set the visible rect in the set_window_pos...
2008-04-17  Alexandre Julliardserver: Keep a file descriptor open to the config direc...
2008-01-22  Alexandre Julliardserver: Add a separate request to set the window visibl...
2008-01-03  Alexandre Julliardserver: Redesign the server shutdown processing.
2007-12-28  Dmitry Timoshkovuser32: Reimplement IsHungAppWindow.
2007-12-05  Alexandre Julliardserver: Partial implementation of NtQueryDirectoryObject.
2007-12-05  Alexandre Julliardserver: Implemented EnumWindowStations and EnumDesktops.
2007-11-15  Andrey Turkinws2_32: Make certain winsock functions generate i/o...
2007-10-03  Rob Shearmanserver: Add a new get_security_object call for getting...
2007-09-28  Andrey Turkinserver: Allow completion object to be attached to an...
2007-09-26  Andrey Turkinserver: Implement server-side completion queues and...
2007-09-14  Rob Shearmanserver: Add get_token_statistics server call and use...
2007-07-16  Alexandre Julliardserver: Merge APC processing into the select request.
2007-06-06  Alexandre Julliardserver: Add support for system processes, that can...
2007-05-08  Alexandre Julliardserver: Add support for retrieving results of queued...
2007-05-08  Alexandre Julliardserver: Add request to retrieve the next pending ioctl...
2007-05-08  Alexandre Julliardserver: Add support for generic device objects managed...
2007-04-18  Alexandre Julliardserver: Moved the FSCTL_PIPE_LISTEN implementation...
2007-04-17  Alexandre Julliardserver: Move the FSCTL_PIPE_WAIT ioctl implementation...
2007-04-16  Alexandre Julliardserver: Move the server part of device unmounting to...
2007-04-16  Alexandre Julliardserver: Implement the FSCTL_PIPE_DISCONNECT ioctl on...
2007-04-16  Alexandre Julliardserver: Add infrastructure for ioctl server request.
2007-04-04  Alexandre Julliardserver: Add support for associating a file descriptor...
2007-03-22  Alexandre Julliardserver: Implement the open_file method for named pipes.
2007-03-22  Alexandre Julliardserver: Implement the open_file method for mailslots.
2007-03-17  Andrew Talbotserver: Replace inline static with static inline.
2007-03-07  Juan Langntdll: Implement NtAllocateLocallyUniqueId with server...
2007-02-21  Rob Shearmanserver: Add get_token_impersonation_level server call...
2007-02-15  Vitaliy Margolenntdll/server: Implement NtSetSecurityObject. With tests.
2007-01-25  Vitaliy Margolenserver/ntdll: Simplistic implementation of NtQueryObjec...
2007-01-15  Alexandre Julliardserver: Added mechanism for returning results of APC...
2006-11-02  Alexandre Julliardserver: Get rid of the server-side file descriptor...
2006-10-05  Alexandre Julliardserver: Changed the get_next_hook request to allow...
2006-08-14  Alexandre Julliardserver: Make sure to completely kill processes before...
2006-08-09  Alexandre Julliardserver: Split the queuing of hardware messages into...
2006-07-26  Alexandre Julliardserver: Rename the wait_input_idle request to better...
2006-07-26  Alexandre Julliardserver: Added data_size_t type to represent sizes in...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Robert Shearmanserver: Retrieve the groups for a token from the server.
2006-02-06  Mike McCormackserver: Fill in NtNotifyChangeDirectoryFile's buffer...
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...
next