Release 1.5.29.
[wine] / server / timer.c
2008-12-29  Alexandre Julliardserver: Make timer callback function and argument clien...
2007-12-05  Alexandre Julliardserver: Return correct object types in the get_director...
2007-10-04  Rob Shearmanserver: Add get_sd and set_sd object operations to...
2007-08-09  Alexandre Julliardserver: Fixed handling of a relative start time for...
2007-05-22  Alexandre Julliardserver: Don't allow a waitable timer to be set to expir...
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-01-04  Alexandre Julliardserver: Add a generic apc_call structure to make it...
2006-08-10  Alexandre Julliardserver: Only call gettimeofday once per poll loop.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-23  Alexandre JulliardFixed a couple of warnings on MacOS.
2005-12-12  Alexandre Julliardserver: Added access rights mapping to synchronization...
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-12-09  Alexandre Julliardserver: Make alloc_handle use attributes instead of...
2005-12-05  Alexandre Julliardserver: Move handle allocation out of open_object_dir.
2005-12-02  Vitaliy MargolenMove timer objects into directory name space.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-11-22  Robert LunnonAdd stdarg.h where missing.
2005-11-21  Vitaliy MargolenReturn correct error on name collision when creating...
2005-11-18  Alexandre JulliardAdded a struct unicode_str to encapsulate object names.
2005-10-29  Vitaliy MargolenPass object attributes to create_named_object & find_ob...
2005-10-27  Vitaliy Margolen- Send whole OBJECT_ATTRIBUTES.Attributes to the server...
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-05-25  Robert Shearman- Use NULL instead of 0 for all non-handle pointers.
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2004-12-13  Robert ShearmanImplement NtQueryTimer.
2004-12-02  Eric Pouech- moved event, semaphore, mutex implementation from...
2003-05-20  Eric PouechImplemented timer related functions in ntdll and make...
2003-04-04  Alexandre JulliardImplemented NtQueueApcThread, and changed the server...
2003-04-02  Alexandre JulliardAdded abs_time_t structure to the server protocol,...
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-01-30  Alexandre JulliardStarted moving functions that deal with Unix file descr...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-10-02  Alexandre JulliardAdded support for multiple object namespaces, and a...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-23  Alexandre JulliardFixed handling of timer callback routines when the...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-20  Mike McCormack- move async activation into the server
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-01-06  Alexandre JulliardAdded separate queue for "system" APCs that get called...
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-22  Alexandre JulliardAdded APC support in waitable timers.
2000-04-04  Alexandre JulliardMade request tracing more robust against bogus lengths.
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
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-29  Alexandre JulliardImplemented waitable timers.