Release 1.5.29.
[wine] / server / handle.h
2010-08-24  Alexandre Julliardserver: Always free the process handle table even if...
2009-12-01  Alexandre Julliardserver: Don't set last error in close_handle(), return...
2007-12-05  Alexandre Julliardserver: Implemented EnumWindowStations and EnumDesktops.
2007-11-06  Rob Shearmanserver: Don't do access checks on the security descript...
2006-11-02  Alexandre Julliardserver: Get rid of the server-side file descriptor...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-22  Alexandre Julliardserver: New scheme for cleaning up objects on server...
2005-12-09  Alexandre Julliardserver: Make alloc_handle use attributes instead of...
2005-11-18  Alexandre JulliardAdded a struct unicode_str to encapsulate object names.
2005-10-27  Vitaliy Margolen- Send whole OBJECT_ATTRIBUTES.Attributes to the server...
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-06-14  Mike McCormackCall remove_process_locks when a process ends, fix...
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2003-09-16  Eric Pouech- Implemented a few information classes in NtQuerySyste...
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2002-10-02  Alexandre JulliardAdded support for multiple object namespaces, and a...
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-07-19  Alexandre JulliardUse the new protocol.def file to build the request...
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...
1999-11-25  Alexandre JulliardStore all object names as Unicode in the server.
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-06-04  Alexandre JulliardMade handle table a separate object.
1999-05-16  Alexandre JulliardMoved process structure definition to process.h.
1999-05-15  Alexandre JulliardServer reorganization: