server: Specify the user APC to call only once the system APC has executed.
[wine] / server / thread.c
2008-12-30  Alexandre Julliardserver: Specify the user APC to call only once the...
2008-12-30  Alexandre Julliardserver: Make padding explicit in the wake_up_reply...
2008-12-29  Alexandre Julliardserver: Make the select cookie a client_ptr_t instead...
2008-12-26  Alexandre Julliardserver: Use the same field for process and thread handl...
2008-07-23  H. Verbeetserver: Calling ResumeThread() on a terminated thread...
2008-01-17  Alexandre Julliardserver: Don't force the process affinity to 1, leave...
2007-12-20  Alexandre Julliardserver: Use SIGQUIT instead of SIGTERM to terminate...
2007-12-05  Alexandre Julliardserver: Return correct object types in the get_director...
2007-11-15  Andrey Turkinserver: Pass Information field from async I/O APCs.
2007-10-04  Rob Shearmanserver: Add get_sd and set_sd object operations to...
2007-07-25  Matt Jonesserver: Only commit SetThreadPriority if new priority...
2007-07-16  Alexandre Julliardserver: Merge APC processing into the select request.
2007-06-04  Alexandre Julliardserver: Run async I/O APCs from the SIGUSR1 handler.
2007-05-01  Alexandre Julliardserver: Give system APCs priority over signaled objects.
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-04-16  Alexandre Julliardserver: Add infrastructure for ioctl server request.
2007-04-12  Alexandre Julliardserver: Don't bother with default entry points for...
2007-04-10  Alexandre Julliardserver: Rename the get_file_info function to get_fd_typ...
2007-04-10  Alexandre Julliardserver: Store the opening options in the file descripto...
2007-04-10  Alexandre Julliardserver: Add support for restarting an async I/O when...
2007-03-22  Alexandre Julliardserver: Add an open_file() function to the object opera...
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,...
next