Release 1.5.29.
[wine] / server / thread.h
2011-05-06  Alexandre Julliardserver: Check for the need to suspend a thread again...
2010-05-04  Alexandre Julliardserver: Use the prefix architecture instead of the...
2010-03-02  Alexandre Julliardserver: Initial support for Wow64 registry redirection.
2010-02-02  Alexandre Julliardserver: Allow changing a thread affinity before it...
2009-09-30  Juan Langserver: Setting a process's affinity sets all of its...
2009-04-08  Alexandre Julliardserver: Define a generic context structure instead...
2009-01-19  Alexandre Julliardserver: Store process/thread affinity as a 64-bit value.
2009-01-02  Alexandre Julliardserver: Replace EXCEPTION_RECORD by an explicit definit...
2008-12-31  Alexandre Julliardserver: Make TEB and PEB client_ptr_t instead of void...
2008-01-17  Alexandre Julliardserver: Don't force the process affinity to 1, leave...
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-01-04  Alexandre Julliardserver: Add a generic apc_call structure to make it...
2006-12-29  Alexandre Julliardserver: Split get_thread_from_pid to allow lookups...
2006-07-26  Alexandre Julliardserver: Convert thread creation/exit times to the abs_t...
2006-06-27  Alexandre Julliardserver: Moved get/set_thread_context implementation...
2006-06-23  Alexandre Julliardserver: Moved some common bits of get/set_thread_contex...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-19  Alexandre Julliardserver: Use the standard suspend mechanism to simulate...
2006-04-10  Alexandre Julliardserver: Moved the tkill function to ptrace.c.
2006-04-10  Alexandre Julliardserver: Get rid of the no longer used get_thread_single...
2006-04-10  Alexandre Julliardserver: Removed the thread attached flag, since we...
2006-04-07  Alexandre Julliardserver: Moved read/write_process_memory and get_selecto...
2006-02-14  Eric Pouechserver: When possible, use tgkill instead of tkill...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-02  Alexandre JulliardFixed Get/SetThreadContext to work properly on suspende...
2005-11-02  Alexandre JulliardMoved the platform-independent part of the get/set_thre...
2005-08-22  Alexandre JulliardDon't try to detach from a thread that is exiting,...
2005-06-28  Alexandre JulliardKeep track of the windows and hooks used by a thread...
2005-06-08  Alexandre JulliardBeginnings of support for window stations and desktops.
2005-04-22  Robert Shearman- Clean up well-known privileges.
2005-03-01  Alexandre JulliardConvert the per-process thread list to a standard list.
2005-02-25  Alexandre JulliardConvert the global thread list to a standard list.
2005-02-25  Alexandre JulliardConvert the per-thread mutex list to a standard list.
2005-02-25  Alexandre JulliardConvert the APC queues to use standard lists.
2003-12-10  Alexandre JulliardAdded set_win32_error() for error codes that don't...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-24  Mike McCormackAdded a security token object in wineserver.
2003-07-03  Alexandre JulliardStore the hook table in the thread queue instead of...
2003-04-04  Alexandre JulliardImplemented NtQueueApcThread, and changed the server...
2003-03-26  Alexandre JulliardAdded generic signal handling mechanism based on pipes...
2003-03-22  Alexandre JulliardMake a distinction between the thread Unix pid and...
2003-03-11  Alexandre JulliardAttaching the debugger to a running process should...
2003-03-04  Alexandre JulliardUse SIGUSR1 instead of SIGSTOP to suspend threads.
2003-02-28  Peter HunnisettSuspended threads should not acquire synchronization...
2003-02-25  Alexandre JulliardAdded send_thread_signal() function and properly handle...
2003-02-24  Alexandre JulliardPass the pid of the new process in the new_process...
2003-02-19  Alexandre JulliardMoved all references to file descriptors out of the...
2003-02-01  Alexandre JulliardMade process and thread ids small integers instead...
2002-11-25  Ryan CummingPartially implement GetThreadTimes.
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
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: