server: Only call gettimeofday once per poll loop.
[wine] / server / thread.c
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...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-09  Martin WilckFixed a bug that caused APCs to be "forgotten".
2001-12-20  Mike McCormack- move async activation into the server
2001-12-04  Eric PouechLet the console renderer be defined as a thread.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-07  Alexandre JulliardAvoid ftruncate to work around broken UMSDOS file system.
2001-08-28  Alexandre JulliardAdded global management of user handles in the server.
2001-08-07  Andreas MohrDon't crash if send_thread_wakeup() fails.
2001-07-12  Alexandre JulliardRemoved unused functions suspend/remove_all_threads.
2001-05-18  Alexandre JulliardMoved the major part of message queue and window timer...
2001-03-08  Alexandre JulliardAdded support for nested server waits (to allow waiting...
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-26  Alexandre JulliardFixed error recovery during thread creation.
2000-12-22  Alexandre JulliardAvoid dup'ing file descriptors when not necessary.
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
next