Release 1.5.29.
[wine] / server / object.h
2011-04-18  Alexandre Julliardserver: Add support for opening a new file handle from...
2010-05-04  Alexandre Julliardserver: Check that the prefix type can support the...
2010-01-08  Alexandre Julliardserver: Add support for returning the object name in...
2008-12-31  Alexandre Julliardserver: Make thread entry points client_ptr_t instead...
2008-06-25  Alexandre Julliardserver: Use a unicode_str to represent atom names.
2007-12-05  Alexandre Julliardserver: Return correct object types in the get_director...
2007-12-05  Alexandre Julliardserver: Partial implementation of NtQueryDirectoryObject.
2007-10-25  Rob Shearmanserver: Use the security descriptor passed in when...
2007-10-04  Rob Shearmanserver: Add get_sd and set_sd object operations to...
2007-10-03  Rob Shearmanserver: Move set_security_object to handle.c and set_ob...
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-03-22  Alexandre Julliardserver: Add an open_file() function to the object opera...
2007-02-15  Vitaliy Margolenserver: Add security descriptor field to object struct.
2006-07-26  Alexandre Julliardserver: Convert the server start time to the abs_time_t...
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-03-22  Alexandre Julliardserver: New scheme for cleaning up objects on server...
2006-03-06  Alexandre Julliardserver: Added unlink_named_object function.
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-12-05  Vitaliy Margolenserver: Remove sync_namespace.
2005-12-05  Alexandre Julliardserver: Let the directory code handle device names.
2005-12-05  Vitaliy MargolenMove mailslot devices into directory name space.
2005-12-05  Vitaliy MargolenMove named pipe objects into directory name space.
2005-12-05  Alexandre Julliardserver: Move handle allocation out of open_object_dir.
2005-12-02  Vitaliy MargolenMove event and mutex objects into directory name space.
2005-11-30  Vitaliy MargolenImplement symbolic link object in wineserver.
2005-11-29  Vitaliy MargolenImplement directory object in wineserver.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-11-18  Alexandre JulliardAdded a struct unicode_str to encapsulate object names.
2005-11-01  Vitaliy Margolen- Use OBJ_CASE_INSENSITIVE in object lookup.
2005-10-29  Vitaliy MargolenPass object attributes to create_named_object & find_ob...
2005-08-19  Alexandre JulliardAdded a watchdog mechanism to break out of the wait4...
2005-07-14  Alexandre JulliardMoved the server start time to the init_thread request...
2005-07-08  Alexandre JulliardExplicitly pass the winstation to the atom functions...
2005-07-07  Alexandre JulliardStore the global atom table in the process window station.
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-06-08  Alexandre JulliardBeginnings of support for window stations and desktops.
2005-05-11  Alexandre JulliardChanged atom handling to use counted strings instead of
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-04-22  Robert Shearman- Clean up well-known privileges.
2005-03-01  Alexandre JulliardConvert the object wait queue to a standard list.
2005-02-11  Robert Shearman- Implement AdjustTokenPrivileges, DuplicateTokenEx and
2003-09-11  Alexandre JulliardMoved list.h to include/wine so that it can be used...
2003-07-24  Mike McCormackAdded a security token object in wineserver.
2003-03-26  Alexandre JulliardAdded generic signal handling mechanism based on pipes...
2003-03-14  Alexandre JulliardAdded -f option to make wineserver remain in the foregr...
2003-02-19  Alexandre JulliardMoved all references to file descriptors out of the...
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-02-11  Steven EdwardsPorting fixes.
2003-01-30  Alexandre JulliardStarted moving functions that deal with Unix file descr...
2002-11-25  Mike McCormackImplemented registry change notifications.
2002-10-02  Alexandre JulliardAdded support for multiple object namespaces, and a...
2002-07-03  Martin WilckCheck POLLHUP semantics at remote shutdown when wineser...
2002-06-20  Alexandre JulliardStore dirty flag in each registry key and use it to...
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-04-24  Martin WilckAdd more flexibility to the queue_async server call...
2002-04-03  Alexandre JulliardAdded timer on server exit to wait a bit for new clients.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-09  Martin WilckMore general approach to file descriptor types and...
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-10-24  Ove KaavenSave a disk file's drive type in the server object.
2001-10-12  Alexandre JulliardAdded atom_t type for atoms to make sure we use the...
2001-07-19  Alexandre JulliardUse the new protocol.def file to build the request...
2001-04-13  Alexandre JulliardRepaired shared PE data sections.
2001-03-22  Michael McCormackUse poll() on the client-side during server waits to...
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-11-13  Mike McCormack- created server object for handling async i/o
2000-09-22  Andreas MohrMake GetTickCount not use the whole Unix epoch (since...
2000-08-26  Alexandre JulliardAdded a real root key and simplified creation of the...
2000-05-30  Alexandre JulliardMoved idle event handling to the server.
2000-04-14  Alexandre JulliardLoad done event now created by the server.
2000-03-30  Alexandre JulliardSet thread start address to 0 on events generated by
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-03-08  Alexandre JulliardGenerate CREATE_PROCESS/THREAD debug events internally...
2000-02-13  Alexandre JulliardMoved global atoms to the server (based on the work...
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-01  Alexandre JulliardMoved poll handling to the generic part of the server...
1999-12-13  Alexandre JulliardUse poll() instead of select() for the server main...
1999-11-25  Alexandre JulliardStore all object names as Unicode in the server.
1999-11-23  Alexandre JulliardAdded registry support to the server.
1999-11-13  Alexandre JulliardAdded get_page_size function.
1999-10-23  Ove KaavenWinsock rewrite. Sockets are now proper win32 handles.
1999-09-28  Alexandre JulliardMade event manipulation routines public.
1999-09-27  Ove KaavenAdded EXCEPT_EVENT to wineserver select loop.
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-06-11  Alexandre JulliardReturn console handles in alloc_console request.
1999-06-04  Alexandre JulliardAdded optional debugging code in object management.
1999-05-23  Alexandre JulliardAdded debug events support.
1999-05-16  Alexandre JulliardChanged select interface, separated timeouts from file...
1999-05-15  Alexandre JulliardServer reorganization:
1998-08-09  Alexandre JulliardRelease 980809 wine-980809
1998-07-12  Alexandre JulliardRelease 980712 wine-980712