Added a close_handle method to the object operations, and use it to
[wine] / server / process.c
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-05-25  Robert Shearman- Use NULL instead of 0 for all non-handle pointers.
2005-05-10  Eric Pouech- changed ATOM support in wineserver to match NTDLL...
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-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.
2005-02-11  Robert Shearman- Implement AdjustTokenPrivileges, DuplicateTokenEx and
2005-01-14  Eric Pouech- got rid of include/async.h
2004-12-15  Rein KlazesA starting process must obey the STARTF_USESTDHANDLES...
2004-06-14  Eric Pouech- Added ProcessBasicInformation class to ntdll.NtQueryI...
2004-04-06  Alexandre JulliardHandle file mappings on removable media entirely inside...
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-10-08  Alexandre JulliardStore a "removable" flag instead of the full drive...
2003-10-04  Alexandre JulliardConverted process creation to Unicode.
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-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-19  Alexandre JulliardWe need to ignore STATUS_OBJECT_TYPE_MISMATCH errors...
2003-08-19  Eric PouechFixed regression in process creation (std handle inheri...
2003-07-24  Mike McCormackAdded a security token object in wineserver.
2003-06-21  Eric Pouech- adapted kernel32 so that it no longer (directly)...
2003-03-18  Alexandre JulliardImplemented file locking functions (partly based on...
2003-03-12  Alexandre JulliardAdded an inode object to keep track of all file descrip...
2003-03-11  Alexandre JulliardAttaching the debugger to a running process should...
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...
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2003-01-09  Eric Pouech- no longer depend on toolhelp definitions for generati...
2002-10-19  Alexandre JulliardConverted the server to -DSTRICT.
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-08-16  Alexandre JulliardAdded -k option to kill an existing wineserver.
2002-06-20  Alexandre JulliardCreate the server directory and socket file in /tmp.
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-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-06  Alexandre JulliardAvoid crash when trying to attach to a terminating...
2002-04-03  Alexandre JulliardAdded timer on server exit to wait a bit for new clients.
2002-03-29  Alexandre JulliardTransfer the full process startup info as well as the...
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-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-23  Eric PouechNew console code based on Win32 windows.
2001-11-19  James JuranPrevent warnings about labels at end of switch statemen...
2001-10-25  Alexandre JulliardDon't keep main exe and dlls handles open when the...
2001-07-14  Alexandre JulliardBacked out the suspend_process_for_ptrace change.
2001-07-11  Alexandre JulliardSmall fixes to the debugger support.
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-16  Alexandre JulliardPass the stdin/stdout handles on startup to use as...
2001-01-26  Alexandre JulliardChanged wait_process and wait_debug_event requests...
2001-01-06  Alexandre JulliardAdded separate queue for "system" APCs that get called...
2001-01-05  Alexandre JulliardSend the exe file handle in init_process_done request.
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-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-10-15  Alexandre JulliardConverted a few more server requests to the new mechanism.
2000-09-22  Andreas MohrMake GetTickCount not use the whole Unix epoch (since...
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-06-08  Alexandre JulliardPass the main exe name in the CREATE_PROCESS debug...
2000-05-30  Turchanov SergeiImplemented local atoms in the server.
2000-05-30  Alexandre JulliardMoved idle event handling to the server.
2000-05-03  Alexandre JulliardStore process file name in startup info.
2000-05-01  Alexandre JulliardRewrote Unix process launching to allow passing startup...
2000-04-16  Alexandre JulliardImplemented thread and (partial) module snapshots,...
2000-04-14  Alexandre JulliardLoad done event now created by the server.
2000-04-08  Alexandre JulliardTemporary hack to share handles between processes shari...
2000-04-04  Alexandre JulliardMade request tracing more robust against bogus lengths.
2000-03-30  Alexandre JulliardSet thread start address to 0 on events generated by
2000-03-25  Alexandre JulliardFixed a couple of file descriptor leaks.
2000-03-17  Alexandre JulliardHave threads and processes exit more cleanly whenever...
2000-03-15  Alexandre JulliardAvoid SIGSTOP/SIGCONT race when ptrace is disabled.
2000-03-10  Alexandre JulliardAdded specific routines for OUTPUT_DEBUG_STRING and...
2000-03-09  Alexandre JulliardStore the list of loaded dlls in the server, and genera...
2000-03-08  Alexandre JulliardRemoved PDB32_DEBUGGED flag and send all debug events...
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-02-13  Dave PicklesAdded definition for STILL_ACTIVE.
2000-01-29  Patrik StridvallFixed minor issues found by winapi_check.
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
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
2000-01-01  Alexandre JulliardMoved poll handling to the generic part of the server...
next