Revert, thx Thomas, wasnt sure.
[reactos.git] / reactos / subsys / csrss / api /
2005-12-01 Gé van GeldorpFiles forgotten in r19815
2005-11-22 Alex Ionescu- Missed one change
2005-10-24 Hartmut BirrFixed the calculation of the hash for the process data.
2005-09-08 Hartmut BirrAllocate a larger storage for the request buffer. It...
2005-08-28 Hartmut Birr- Allocate the csrss request buffer from heap if the...
2005-08-16 Alex IonescuRemove all non-official LPC structures/defines/hardcode...
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structures ...
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structure (PORT_...
2005-07-31 Hartmut Birr- Implemented CsrDuplicateHandleTable.
2005-07-28 Thomas Bluemelclear out the lower 2 bits of a pid before using it...
2005-07-28 Alex Ionescu - Start of fixing CreateProcess's problems. Implemente...
2005-07-26 Filip Navara#include "csrss.h" -> #include <csrss.h>
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-07-02 Filip NavaraUse RtlExitUserThread instead of NtTerminateThread...
2005-07-01 Alex IonescuPCH for csrss and win32csr, and remove rosrtl usage
2005-06-22 Hartmut Birr- Initialized Reply with NULL for the first call to...
2005-06-22 Alex IonescuLarge change to modify NTDLL'S CSR Functions to be...
2005-06-20 Filip NavaraCompile CSRSS and WIN32CSR with NDK headers.
2005-05-30 Hartmut BirrBuild a correct console handle.
2005-05-30 Hartmut BirrCheck for a valid console handle.
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-26 Hartmut BirrProtected the handle table.
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-08 Steven Edwardsremove whitespace from end of lines
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-03 Hartmut BirrRemoved some calls to NtOpenProcess. They aren't necess...
2005-04-03 Hartmut BirrSince a process id is only unique if the associated...
2005-03-20 Emanuele AlibertiSM: init system reading the registry
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-26 Emanuele AlibertiCSR pre-init cleanup
2005-02-19 Emanuele AlibertiCSRSS: register CSRSS to manage IMAGE_SUBSYSTEM_WINDOWS...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-01-26 Thomas Bluemel1. fixed NtCreateProcess to do some buffer checks and...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-03 Alex IonescuRewrite ROS Critical Section implementation, which...
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-12-25 Gé van GeldorpDon't return uninitialized variable
2004-12-23 Gé van GeldorpFree process data when LPC port is closed, not when...
2004-12-18 Gé van GeldorpHandle failures better (i.e. without crashing)
2004-11-14 Hartmut Birr- Implemented waitable console handles.
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-12 Gé van GeldorpShutdown step 1: inform winlogon
2004-07-03 Hartmut Birr- Try to get or to allocate the process data structure...
2004-06-27 Thomas Bluemelrevert my previous patch
2004-06-27 Thomas Bluemeldon't crash if requested process couldn't be found
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-11 Gé van GeldorpAuto-detect whether to create a GUI or a TUI console
2003-12-30 KJK::Hyperion - include/rosrtl/thread.h, lib/rosrtl/makefile, lib...
2003-12-18 Gé van GeldorpAllow launching of console apps from GUI apps
2003-12-05 Gé van GeldorpMake room for error status code when invalid request...
2003-12-02 Gé van GeldorpCSRSS code reshuffle
2003-11-24 Gé van GeldorpSilence debug messages
2003-11-24 Art YerkesThese changes are described in earlier posts to the...
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-10-23 Gé van GeldorpFix double output of lines > 80 chars in text mode
2003-10-20 Gé van GeldorpImplement GUI consoles
2003-10-09 Gé van GeldorpKeyboard sync between gui and text modes, patch by...
2003-08-28 Gé van GeldorpSilence debug messages
2003-08-18 Hartmut Birr- Store for each process a separate pointer for a contr...
2003-08-18 James TaborCommit Ctrl Event handler
2003-08-07 Andrew GreenwoodW32API conversion update
2003-07-29 James TaborAdding Art Yerkes Keyboard Testing Code
2003-06-20 Eric KohlEnable automatic initialization and termination of...
2003-06-19 Emanuele AlibertiKERNEL32.GetConsoleWindow implemented
2003-03-26 Hartmut Birr- Fixed a bug in CsrDeleteConsole. Sometimes the consol...
2003-03-21 Hartmut Birr- Fixed the buffer handling for ioctl requests and...
2003-03-21 Hartmut Birr- Write direct to the console buffer in CsrWriteConsole...
2003-03-16 Hartmut Birr- Fixed the screen updating in CsrWriteConsoleOutputChar.
2003-03-09 Hartmut Birr- Added CsrDuplicateHandle.
2003-03-09 Hartmut Birr- Added CsrCreateProcessData.
2003-03-09 Hartmut Birr- Check for a valid process data pointer in some functions.
2003-03-09 Hartmut Birr- Check for a valid process data pointer in some functions.
2003-03-05 Eric KohlImplemented VerifyConsoleIoHandle().
2003-03-02 Marty DillMinor fixes to CsrGetTitle and Console_Api to get title...
2003-02-24 Hartmut Birr- Implemented CsrGetInputHandle, CsrGetOutputHandle...
2003-02-24 Hartmut Birr- Fixed a dead look in CsrFlushInputBuffer.
2003-02-24 Steven EdwardsFix by Hartmut Birr
2003-01-15 Hartmut BirrFixed the corrupted screen after a console switching...
2003-01-11 Hartmut BirrUsed a hash table for storing/searching of process...
2002-11-12 Marty DillImplemented ReadConsoleOutputA() and WriteConsoleInputA().
2002-11-03 Casper Hornstrup2002-11-03 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-31 Eric KohlFixed warnings.
2002-10-29 Marty DillImplemented PeekConsoleInputA().
2002-10-20 Eric KohlImplemented [Get/Set]ProcessShutdownParameters().
2002-10-20 Eric KohlImplemented RegisterServicesProcess() and ExitWindowsEx...
2002-10-20 Marty Dill-Implemented GetNumberOfConsoleInputEvents and ReadCons...
2002-10-01 Eugene Ingerman1. Cleanup GDI objects when process is deleted.
2002-09-08 Casper HornstrupReverted latest changes.
next