Added handle_t type to server interface so that we can make handles
[wine] / server / timer.c
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.