disabled warning 4214
[reactos.git] / reactos / subsys / csrss /
2005-12-04 Gé van GeldorpLimit selection to window border
2005-12-04 Gé van GeldorpMake sure that WM_NCPAINT messages are generated by...
2005-12-01 Thomas Bluemelfixed difference in signedness warnings
2005-12-01 Gé van GeldorpFiles forgotten in r19815
2005-12-01 Gé van GeldorpSend proper messages/events to processes during logoff...
2005-11-28 Thomas Bluemelalso scroll the selection
2005-11-28 Thomas Bluemelscroll the console properly instead of repainting it
2005-11-27 Thomas Bluemelmore light-weight gui consoles that don't double-buffer...
2005-11-27 Magnus OlsenFix so reactos can boot to gui again Thx W3seek for...
2005-11-22 Alex Ionescu- Missed one change
2005-11-22 Alex Ionescu- Don't use STATIC
2005-10-24 Hartmut BirrFixed the calculation of the hash for the process data.
2005-10-19 Alex Ionescu- NDK fix: don't undef a million status codes, instead...
2005-10-16 Gunnar Dalsnesfix two buffer overflows
2005-10-08 Emanuele AlibertiFix startup code for native NT processes.
2005-09-09 Gé van GeldorpDon't assume UNICODE_STRINGs are nul terminated
2005-09-09 Gé van GeldorpConvert title from UNICODE_STRING to nul-terminated
2005-09-08 Hartmut BirrAllocate a larger storage for the request buffer. It...
2005-09-08 Gé van GeldorpUnlock console on alternate return paths. Fixes bug...
2005-09-07 Alex IonescuImplement NTDLL's CSR routines in a compatible way...
2005-08-28 Hartmut Birr- Allocate the csrss request buffer from heap if the...
2005-08-26 Hartmut Birr- Moved all members with variable length in CSRSS_XXX...
2005-08-16 Alex IonescuRemove all non-official LPC structures/defines/hardcode...
2005-08-16 Emanuele AlibertiMake NTDLL not bind automatically to the Win32 server.
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structures ...
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structure (PORT_...
2005-08-07 Thomas Bluemeluse the correct pointer to free the string. Thx to...
2005-08-07 Thomas Bluemelfixed uninitialized variable warning
2005-08-07 Hartmut BirrAllocated a converting buffer for WideCharToMultiByte...
2005-07-31 Thomas Bluemelfixed some warnings when compiling with -O3
2005-07-31 Hartmut Birr- Implemented CsrDuplicateHandleTable.
2005-07-31 Alex Ionescu- Silence some debug messages
2005-07-29 Emanuele AlibertiVarious fixex to make HEAD compile.
2005-07-28 Thomas Bluemelclear out the lower 2 bits of a pid before using it...
2005-07-28 Emanuele AlibertiFix compilation (as hinted by Alex).
2005-07-28 Alex Ionescu - Start of fixing CreateProcess's problems. Implemente...
2005-07-26 Alex Ionescu- Various Microsoft DDK/PSDK compatibility fixes and...
2005-07-26 Filip Navara#include "csrss.h" -> #include <csrss.h>
2005-07-24 Martin Fuchsset eol-style for most xml files
2005-07-20 Alex Ionescu - Created include/libs and moved all library headers...
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-07-11 Filip NavaraMove Interlocked* routines from ROSRTL to separate...
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-07-02 Filip NavaraUse RtlExitUserThread instead of NtTerminateThread...
2005-07-01 Alex IonescuPCH for csrss and win32csr, and remove rosrtl usage
2005-07-01 Alex IonescuKill large parts of rosrtl. devmode conversion implente...
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-21 Alex IonescuBuild kernel32, ntdll, csrss fully with NDK and remove...
2005-06-21 Alex IonescuAdd new header for native user-mode functios inside...
2005-06-20 Filip NavaraCompile CSRSS and WIN32CSR with NDK headers.
2005-06-17 Magnus OlsenNew icon from mf. same as cmd icon
2005-06-02 Emanuele AlibertiSM/CSR: move win32k.sys loading from the SM to the...
2005-05-30 Hartmut BirrBuild a correct console handle.
2005-05-30 Hartmut BirrCheck for a valid console handle.
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
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-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Casper HornstrupGenerate proxy makefiles
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-12 Casper HornstrupMerge 12736:14980 from trunk
2005-05-08 Steven Edwardsremove whitespace from end of lines
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-18 Alex IonescuFix remaining System Process information structure...
2005-04-11 Hervé PoussineauOpen \Windows directory if it exists
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Hartmut BirrCsrss should only open the '\Windows' directory.
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-04 Casper HornstrupInstall generated files
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-04-02 Gunnar Dalsnes-move rtl thread/process stuff from ntdll to rtl and...
2005-03-21 Filip NavaraSpecify correct access rights in NtOpenProcess when...
2005-03-20 Emanuele AlibertiSM: init system reading the registry
2005-03-05 Casper HornstrupCopy msiexec from trunk
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-26 Emanuele AlibertiCSR: Wrong event and wrong place for mu.
2005-02-26 Emanuele AlibertiMultiuser Win32: empty server dll
2005-02-26 Emanuele AlibertiCSR pre-init cleanup
2005-02-19 Emanuele AlibertiCSRSS: silenced debug messages.
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-02-05 Casper Hornstrup* Build csrss and win32csr
2005-02-05 Thomas Bluemelimplemented GetConsoleProcessList()
2005-01-26 Thomas Bluemel1. fixed NtCreateProcess to do some buffer checks and...
2005-01-19 Alex IonescuBug fixes against uninitizlied variables and support...
2005-01-08 Gé van GeldorpChange console class name for Windows compatibility.
2005-01-06 Gé van GeldorpDon't return characters is key is up
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
next