Added handle_t type to server interface so that we can make handles
[wine] / server / thread.h
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-08-29  Alexandre JulliardAdded the data structures and macros that will be neede...
2000-08-26  Alexandre JulliardAdded a real root key and simplified creation of the...
2000-08-22  Alexandre JulliardAdded APC support in waitable timers.
2000-05-30  Alexandre JulliardMoved idle event handling to the server.
2000-05-01  Alexandre JulliardRewrote Unix process launching to allow passing startup...
2000-04-16  Alexandre JulliardImplemented thread and (partial) module snapshots,...
2000-04-06  Alexandre JulliardDo not send a debug event for a thread until the previo...
2000-03-30  Alexandre JulliardSet thread start address to 0 on events generated by
2000-03-17  Alexandre JulliardHave threads and processes exit more cleanly whenever...
2000-03-15  Alexandre JulliardAvoid SIGSTOP/SIGCONT race when ptrace is disabled.
2000-03-10  Alexandre JulliardAdded specific routines for OUTPUT_DEBUG_STRING and...
2000-03-08  Alexandre JulliardGenerate CREATE_PROCESS/THREAD debug events internally...
2000-01-25  Alexandre JulliardMade the server listen for new clients on a Unix socket in
2000-01-04  Alexandre JulliardMade sleep_on usable from all requests.
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-24  Alexandre JulliardFixed handling of debug events on thread/process exit.
1999-11-14  Alexandre JulliardMoved ptrace support to ptrace.c. Tried to improve...
1999-11-12  Alexandre JulliardAdded support for ReadProcessMemory through the server.
1999-11-08  Alexandre JulliardPreliminary ptrace support.
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-05-23  Alexandre JulliardAdded debug events support.
1999-05-16  Alexandre JulliardAdapted to new select interface.
1999-05-15  Alexandre JulliardServer reorganization: