- separate cleanly between async scheduling and file IO related issues.
[wine] / server / async.c
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