server: Notify the async object when the APC call completed.
[wine] / server / thread.c
2007-03-21  Alexandre Julliardserver: Notify the async object when the APC call compl...
2007-03-20  Alexandre Julliardserver: Grab the owner object of an APC while the APC...
2007-03-17  Andrew Talbotserver: Replace inline static with static inline.
2007-02-05  Alexandre Julliardserver: Clear the thread wait before releasing objects...
2007-01-18  Alexandre Julliardntdll: Avoid inter-process APCs when called for the...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process NtMapViewOfSecti...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process RtlCreateUserThread.
2007-01-16  Alexandre Julliardntdll: Implemented NtLockVirtualMemory and NtUnlockVirt...
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process NtFlushVirtualMe...
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualProtectEx.
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualQueryEx.
2007-01-15  Alexandre Julliardserver: Support queuing some APCs to a process instead...
2007-01-15  Alexandre Julliardserver: Added mechanism for returning results of APC...
2007-01-15  Alexandre Julliardserver: Properly wake the waiting threads when an APC...
2007-01-10  Alexandre Julliardserver: Allow suspended threads to run system APCs.
2007-01-04  Alexandre Julliardserver: Add a generic apc_call structure to make it...
2007-01-04  Alexandre Julliardserver: Notify the server that an APC has completed...
2007-01-04  Alexandre Julliardserver: Make thread_apc into a real object.
2006-12-29  Alexandre Julliardserver: Split get_thread_from_pid to allow lookups...
2006-10-10  Michael Stefaniucserver: Remove redundant NULL check before free() ...
2006-10-03  Eric Pouechntdll: Implemented AmILastThread information class...
2006-08-23  Mike McCormackserver: Use ntdll values where possible.
2006-08-14  Alexandre Julliardserver: Send a SIGKILL to processes that don't terminat...
2006-08-10  Alexandre Julliardserver: Only call gettimeofday once per poll loop.
2006-08-03  Thomas Khoserver: Remove unused thread_apc member.
2006-07-26  Alexandre Julliardserver: Convert the server start time to the abs_time_t...
2006-07-26  Alexandre Julliardserver: Convert thread creation/exit times to the abs_t...
2006-07-03  Ge van Geldorpserver: The "select" call passes handles, not ints.
2006-06-23  Alexandre Julliardserver: Moved some common bits of get/set_thread_contex...
2006-06-15  Mike McCormackserver: Fix a win64 warning.
2006-06-08  Alexandre Julliardserver: Don't report a fatal protocol error for things...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Robert Shearmanserver: Threads should start off without having an...
2006-04-19  Alexandre Julliardserver: Use the standard suspend mechanism to simulate...
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-01-13  Alexandre Julliardntdll: Add debug registers to the context of all except...
2006-01-11  Alexandre Julliardntdll: Handle NtSetContextThread on the client side...
2005-12-12  Alexandre Julliardserver: Added access rights mapping to process and...
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-12-09  Alexandre Julliardserver: Make alloc_handle use attributes instead of...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in proce...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
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-11-01  Alexandre JulliardDon't send an extra signal when waiting for a debug...
2005-09-14  Alexandre JulliardRemove an exiting thread from the process only after...
2005-08-22  Alexandre JulliardDon't try to detach from a thread that is exiting,...
2005-08-09  Mike McCormackFix some gcc 4.0 warnings.
2005-07-29  Alexandre JulliardFixed a couple of error codes.
2005-07-14  Alexandre JulliardMoved the server start time to the init_thread request...
2005-07-13  Alexandre JulliardReturn the startup info size in the init_thread request...
2005-07-13  Alexandre JulliardGet rid of the boot_done request.
2005-07-13  Alexandre JulliardAlready initialize the process in the first init_thread...
2005-06-28  Alexandre JulliardKeep track of the windows and hooks used by a thread...
2005-06-21  Mike McCormackDon't include winbase.h when it's not necessary.
2005-06-20  Robert ShearmanAdd support for impersonating a token.
2005-06-10  Robert ShearmanChange code style of form "if( x )" to "if (x)" for...
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-06-09  Alexandre JulliardThe desktop of a new thread should be set from the...
2005-06-08  Alexandre JulliardBeginnings of support for window stations and desktops.
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-04-22  Robert Shearman- Clean up well-known privileges.
2005-03-04  Steven EdwardsAdded a check for poll.h.
2005-03-01  Alexandre JulliardConvert the object wait queue 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.
2005-02-03  Dmitry TimoshkovAdd support for winevent hooks.
2005-01-14  Eric Pouech- got rid of include/async.h
2003-10-27  Alexandre JulliardMake init_thread request deal better with fd allocation...
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-09  Alexandre JulliardImplemented the ThreadBasicInformation case for
2003-07-03  Alexandre JulliardStore the hook table in the thread queue instead of...
2003-06-23  Ulrich Czekalla- use global atoms for the format ids
2003-04-04  Alexandre JulliardImplemented NtQueueApcThread, and changed the server...
2003-04-02  Alexandre JulliardAdded abs_time_t structure to the server protocol,...
2003-03-22  Alexandre JulliardMake a distinction between the thread Unix pid and...
2003-03-12  Alexandre JulliardAdded an inode object to keep track of all file descrip...
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-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-02-01  Alexandre JulliardMade process and thread ids small integers instead...
2003-01-30  Alexandre JulliardStarted moving functions that deal with Unix file descr...
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-08-16  Alexandre JulliardSignal and release the idle event when the process...
2002-06-22  Alexandre JulliardUnlock the master socket if the boot thread terminates...
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-05  Martin Wilck- separate cleanly between async scheduling and file...
2002-04-02  François GougetDon't suspend a terminated thread.
2002-04-02  Chris MorganImplement OpenThread() winapi call.
2002-03-23  Alexandre JulliardFixed handling of timer callback routines when the...
next