Implemented file locking functions (partly based on my old Corel
[wine] / server / process.h
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: