Release 1.5.29.
[wine] / server / process.h
2012-09-12  Henri Verbeetuser32: Add rawinput keyboard support.
2012-09-11  Henri Verbeetuser32: Add rawinput mouse support.
2012-09-10  Henri Verbeetuser32: Implement RegisterRawInputDevices().
2012-04-16  Hans Leidekkerserver: Include the Unix pid in the snapshot_next_proce...
2011-10-10  Bernhard Loosserver: If a debugger is attached to a process, child...
2011-04-18  Alexandre Julliardserver: Store a mapping instead of a file for process...
2010-05-04  Alexandre Julliardserver: Use the prefix architecture instead of the...
2009-12-16  Alexandre Julliardserver: Any thread can set the idle event, don't treat...
2009-04-03  Alexandre Julliardserver: Store the type of CPU that the client is runnin...
2009-01-19  Alexandre Julliardserver: Store process/thread affinity as a 64-bit value.
2008-12-31  Alexandre Julliardserver: Make TEB and PEB client_ptr_t instead of void...
2008-12-31  Alexandre Julliardserver: Move ldt_copy to the init_process_done request...
2008-12-30  Alexandre Julliardserver: Make the address argument for read/write_proces...
2008-12-29  Alexandre Julliardserver: Store module names as client_ptr_t instead...
2008-12-29  Alexandre Julliardserver: Add a module_handle_t type to represent client...
2008-12-09  Alexandre Julliardserver: Don't use size_t for module sizes, they are...
2008-12-09  Alexandre Julliardserver: Get rid of the support for module snapshots...
2008-01-17  Alexandre Julliardserver: Don't force the process affinity to 1, leave...
2008-01-03  Alexandre Julliardserver: Redesign the server shutdown processing.
2007-06-06  Alexandre Julliardserver: Add support for system processes, that can...
2007-05-11  Alexandre Julliardserver: Stop exporting the console_input structure...
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-03-17  Andrew Talbotserver: Replace inline static with static inline.
2007-03-09  Alexandre Julliardserver: Added process control support using /proc on...
2006-12-29  Alexandre Julliardserver: Implement process control using Mach primitives...
2006-12-29  Alexandre Julliardserver: Add hooks to support process tracing mechanisms...
2006-09-21  Alexandre Julliardserver: Kill the process without SIGTERM when the fd...
2006-08-14  Alexandre Julliardserver: Send a SIGKILL to processes that don't terminat...
2006-07-26  Alexandre Julliardserver: Added data_size_t type to represent sizes in...
2006-07-19  Alexandre Julliardserver: Simplify process creation.
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-07  Alexandre Julliardserver: Moved read/write_process_memory and get_selecto...
2006-02-16  Alexandre Julliardserver: Store the process exe module in the standard...
2005-07-13  Alexandre JulliardReturn the startup info size in the init_thread request...
2005-07-13  Alexandre JulliardAlready initialize the process in the first init_thread...
2005-07-12  Alexandre JulliardMoved the fields that depends on startup info from...
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-05-10  Eric Pouech- changed ATOM support in wineserver to match NTDLL...
2005-03-02  Alexandre JulliardConvert the process dll list to a standard list.
2005-03-01  Alexandre JulliardConvert the per-process thread list to a standard list.
2005-02-25  Alexandre JulliardConvert the global process list to a standard list.
2003-12-10  Alexandre JulliardAdded window classes in the server, and support for...
2003-10-14  Alexandre JulliardSet or clear the BeingDebugged flag in the PEB when...
2003-09-30  Alexandre JulliardStore module names in Unicode in the server.
2003-09-16  Eric Pouech- Implemented a few information classes in NtQuerySyste...
2003-07-24  Mike McCormackAdded a security token object in wineserver.
2003-03-18  Alexandre JulliardImplemented file locking functions (partly based on...
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-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-10-02  Alexandre JulliardAdded support for multiple object namespaces, and a...
2002-08-16  Alexandre JulliardAdded -k option to kill an existing wineserver.
2002-06-02  Eric PouechImplementation for console control events (includes...
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-05-25  Alexandre JulliardFixed process startup synchronization broken by previou...
2002-05-24  Alexandre JulliardA few optimizations in the process startup requests...
2002-03-22  Alexandre JulliardCorrectly fill parent pid, module size and module name...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Eric PouechNew XP debugging APIs: implemented DebugActiveProcessStop,
2001-12-04  Eric PouechLet the console renderer be defined as a thread.
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-07-19  Alexandre JulliardUse the new protocol.def file to build the request...
2001-07-14  Alexandre JulliardBacked out the suspend_process_for_ptrace change.
2001-07-11  Alexandre JulliardSmall fixes to the debugger support.
2001-02-28  Alexandre JulliardNew mechanism to transfer file descriptors from client...
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-05-30  Turchanov SergeiImplemented local atoms in the server.
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-03-17  Alexandre JulliardHave threads and processes exit more cleanly whenever...
2000-03-09  Alexandre JulliardStore the list of loaded dlls in the server, and genera...
2000-03-08  Alexandre JulliardGenerate CREATE_PROCESS/THREAD debug events internally...
2000-02-18  Alexandre JulliardStore the handle of the process exe file in the server.
2000-01-27  Alexandre JulliardImplemented GetThreadSelectorEntry through the server.
2000-01-25  Alexandre JulliardMade the server listen for new clients on a Unix socket in
1999-11-29  Alexandre JulliardFixed DEBUG_ONLY_THIS_PROCESS again (thanks to Ulrich...
1999-11-24  Alexandre JulliardFixed handling of debug events on thread/process exit.
1999-11-12  Alexandre JulliardAdded support for CREATE_SUSPENDED flag in CreateProcess.
1999-06-11  Alexandre JulliardReturn console handles in alloc_console request.
1999-06-04  Alexandre JulliardMade handle table a separate object.
1999-05-16  Alexandre JulliardMoved process structure definition to process.h.
1999-05-15  Alexandre JulliardServer reorganization: