Implemented NtQueueApcThread, and changed the server APC interface to
[wine] / server / async.c
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