Added server-side infrastructure for the thread input structure.
[wine] / server / thread.h
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-07-19  Alexandre JulliardUse the new protocol.def file to build the request...
2001-07-12  Alexandre JulliardRemoved unused functions suspend/remove_all_threads.
2001-04-27  Ove KaavenPreserve the TF (Trap Flag) when continuing from a...
2001-03-01  Alexandre JulliardCreate the server pipes on the client side and transfer...
2001-02-28  Alexandre JulliardNew mechanism to transfer file descriptors from client...
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-21  Alexandre JulliardAdded separate server pipe to wait on blocking server...
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 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: