use the correct pointer to free the string. Thx to Hartmut for spotting this bug
[reactos.git] / reactos / subsys / csrss / win32csr / conio.c
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-28 Emanuele AlibertiFix compilation (as hinted by Alex).
2005-07-28 Alex Ionescu - Start of fixing CreateProcess's problems. Implemente...
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-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 Alex IonescuLarge change to modify NTDLL'S CSR Functions to be...
2005-06-20 Filip NavaraCompile CSRSS and WIN32CSR with NDK headers.
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-21 Filip NavaraSpecify correct access rights in NtOpenProcess when...
2005-03-20 Emanuele AlibertiSM: init system reading the registry
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 Thomas Bluemelimplemented GetConsoleProcessList()
2005-01-26 Thomas Bluemel1. fixed NtCreateProcess to do some buffer checks and...
2005-01-06 Gé van GeldorpDon't return characters is key is up
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-03 Alex IonescuRewrite ROS Critical Section implementation, which...
2004-12-25 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-18 Gé van GeldorpHandle failures better (i.e. without crashing)
2004-11-14 Hartmut Birr- Implemented waitable console handles.
2004-11-02 Thomas Bluemel1. Implemented WriteConsoleW(), ReadConsoleW(), FillCon...
2004-09-10 Gé van GeldorpSend CTRL_CLOSE_EVENT to processes attached to a consol...
2004-08-25 Hartmut Birr- Fixed the back-space-handling in ConioWriteConsole.
2004-08-24 Filip Navara- Always use non-antialiased font for consoles.
2004-08-22 Filip Navara- Implement ReadConsoleInputW, PeekConsoleInputW, ReadC...
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-04 Filip Navara- Fixed NumLock, CapsLock and ScrollLock handling in...
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-03-14 Thomas Bluemelimplemented SetConsoleIcon()
2004-03-07 Hartmut Birr- Fixed the handling for ctrl and alt keys.
2004-02-27 Hartmut Birr- Initialize/delete the lock of a console.
2004-02-25 Hartmut Birr- Initialize/delete the lock of a screen buffer.
2004-02-25 Hartmut Birr- Made again usable the cursor and F1-12 keys.
2004-02-19 Art YerkesCommits for bug 193, merged from release branch.
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-18 Gé van GeldorpAllow launching of console apps from GUI apps
2003-12-02 Gé van GeldorpCSRSS code reshuffle