server: Specify the user APC to call only once the system APC has executed.
[wine] / server / async.c
2008-12-30  Alexandre Julliardserver: Specify the user APC to call only once the...
2008-12-17  Alexandre Julliardserver: Make apc_param_t always 64-bit.
2008-12-15  Alexandre Julliardserver: Make async I/O transfer sizes always 32-bit.
2008-12-15  Alexandre Julliardserver: Add an apc_param_t type to store APC client...
2007-12-27  Rob Shearmanserver: Initialise the apc_call_t union in async_set_re...
2007-12-18  Alexandre Julliardserver: Fix possible NULL dereference.
2007-12-18  Andrey Turkinserver: Store I/O completion information in async struc...
2007-12-08  Marcus Meissnerserver: Removed superflous async->queue NULL tests.
2007-12-05  Alexandre Julliardserver: Return correct object types in the get_director...
2007-11-15  Andrey Turkinserver: Pass Information field from async I/O APCs.
2007-11-15  Andrey Turkinserver: Allow async i/o operations to send completion...
2007-10-04  Rob Shearmanserver: Add get_sd and set_sd object operations to...
2007-06-04  Alexandre Julliardserver: Remove the extra apc_arg parameter now that...
2007-05-08  Alexandre Julliardserver: Add support for queuing ioctl calls to a device.
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-04-10  Alexandre Julliardserver: Add support for restarting an async I/O when...
2007-04-04  Alexandre Julliardserver: Fix the handling of the signaled status for...
2007-04-03  Alexandre Julliardserver: Hold a pointer to the queue from the async...
2007-04-03  Alexandre Julliardserver: Make timeout status for async I/O specifiable...
2007-04-02  Alexandre Julliardserver: Add a separate function to set the timeout...
2007-04-02  Alexandre Julliardserver: Make async I/O queues into real objects.
2007-03-27  Alexandre Julliardserver: Add support for queuing a user APC upon async...
2007-03-22  Alexandre Julliardserver: Add an open_file() function to the object opera...
2007-03-21  Alexandre Julliardserver: Notify the async object when the APC call compl...
2007-03-21  Alexandre Julliardserver: Add support for storing an event to signal...
2007-03-20  Alexandre Julliardserver: Add an async_data_t structure to store paramete...
2007-03-20  Alexandre Julliardserver: Make struct async into a real object, to keep...
2005-01-14  Eric Pouech- got rid of include/async.h
2003-04-04  Alexandre JulliardImplemented NtQueueApcThread, and changed the server...
2003-02-19  Alexandre JulliardMoved all references to file descriptors out of the...
2003-01-30  Alexandre JulliardStarted moving functions that deal with Unix file descr...
2003-01-08  Alexandre JulliardGrab the thread object in case the thread terminates...
2002-04-24  Martin WilckAdd more flexibility to the queue_async server call...
2002-04-14  Martin WilckSTATUS_CANCELLED is correct for cancelled requests...
2002-04-05  Martin Wilck- separate cleanly between async scheduling and file...
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-03-22  Michael McCormackUse poll() on the client-side during server waits to...
2001-03-14  Mike McCormackAdd missing release object so server exits cleanly.
2001-01-07  Mike McCormackCalculate the timeout time once when the async is created.
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-22  Alexandre JulliardAvoid dup'ing file descriptors when not necessary.
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