Added separate queue for "system" APCs that get called even when the
[wine] / server / console.c
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-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-05-03  Alexandre JulliardFixed COORD structure definition.
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-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-07-10  Howard AbramsAdded checks for sys/errno.h, sys/signal.h and sys...
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-06-11  Alexandre JulliardReturn console handles in alloc_console request.
1999-05-16  Alexandre JulliardAdapted to new select interface.
1999-05-15  Alexandre JulliardServer reorganization:
1999-02-14  Alexandre JulliardMoved process definitions to include/server/process.h
1999-01-31  Alexandre JulliardAdded input queue to server-side console object,
1999-01-19  Alexandre JulliardHacked server-side device support
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  Alexandre JulliardImplemented file sharing checks in the server.
1999-01-01  Alexandre JulliardAdded server-side file mapping object support.
1998-12-30  Alexandre JulliardAdded several file server requests