Fix a memory leak
[reactos.git] / reactos / subsys / system /
2005-11-23 Hartmut BirrUse the correct read length in ConReadConsoleInput.
2005-11-23 Aleksey BraginTranslation of vmwinst by unC0Rr, modified by me.
2005-11-23 Christoph von Wittichupdated german translation
2005-11-23 Nathan WoodsRegedit enhancements
2005-11-22 Ged MurphySupport for adding Expandable string and multi string...
2005-11-22 Maarten BosmaFlorian (papierkorb[at]gmx-topmail[dot]de): A few corre...
2005-11-22 Hartmut Birr- Fixed the parameter check of the echo command.
2005-11-22 Nathan WoodsRegedit: Favorites now appear in the favorites menu...
2005-11-22 Hervé PoussineauFix sublanguage IDs in .rc files:
2005-11-22 Nathan WoodsRegedit: Enhancements to the contextual menu in the...
2005-11-22 Alex Ionescu- Don't use STATIC
2005-11-22 Nathan Woods1. Fixed a bug that caused registry keys created under...
2005-11-21 Brandon Turnerdon't skip whitespace in echo command. patch by irc...
2005-11-21 Brandon Turnerupdate todo with things i have finished.
2005-11-21 Brandon TurnerMake all directories in a path that do not already...
2005-11-20 Eric Kohl- Prepare to delete marked services upon startup.
2005-11-20 Martin Fuchsmake compatible again to Windows 2000
2005-11-20 Martin Fuchscorect scroll icon hotspot for big icon mode
2005-11-19 Filip NavaraDon't bail out for unparsable environment variables.
2005-11-18 Ged Murphyadd library
2005-11-18 Thomas Bluemel- define STATUS_* codes correctly in winnt.h and ntstatus.h
2005-11-17 Hervé Poussineau- 2nd stage setup: start umpnpmgr service only after...
2005-11-16 Martin Fuchs- use Winefile command line for initial directory selection
2005-11-14 James TaborFix xml name conflict.
2005-11-14 James TaborFix xml name conflict.
2005-11-14 James TaborFix xml name conflict.
2005-11-14 James TaborFix xml name conflict.
2005-11-13 Christoph von Wittichfixed some memory leaks
2005-11-13 Christoph von Wittichadded missing advapi32.lib to fix build with msvc
2005-11-13 Christoph von Wittichdid some work on msconfig
2005-11-13 Ged Murphyuse neater tray arrows from Dominik (dominik@newmatic.de)
2005-11-13 Eric KohlScmrControlService: Check access rights.
2005-11-13 Thomas Bluemelfixed unrecognized escape character sequence warning
2005-11-13 Martin Fuchssome little german translation fixes
2005-11-12 Alex Ionescu- Small msvc compatiblity change.
2005-11-12 Gé van GeldorpFilip correctly pointed out that my change 18782 was...
2005-11-12 Magnus OlsenFix the break did add right code page for ja.rc but...
2005-11-12 Magnus OlsenYou can now open one of these language's file in visual...
2005-11-12 Magnus Olsenfix the ja.rc be vs compatible
2005-11-12 Ged Murphy- build as unicode
2005-11-12 Magnus Olsenfixed last part of bug 910 change Windows/ to ReactOS
2005-11-12 Magnus Olsenfixed last part of bug 910 change Windows/ to ReactOS
2005-11-11 Christoph von Wittichadd some more info for services in msconfig (if req...
2005-11-11 Magnus OlsenAdd opitopn do not isntall bootloarder as Bug: 961...
2005-11-11 Magnus OlsenGreek translation by Apal (Apostolos Alexiadis grad062...
2005-11-11 Magnus Olsensorry did break the build
2005-11-11 Ged Murphyadd sc.exe to the build
2005-11-11 Magnus OlsenMake notepad lang rc MSVC compatible
2005-11-11 Ged Murphyfunctionality for sc query and queryex
2005-11-11 Christoph von Wittichlist services with EnumServicesStatusEx instead of...
2005-11-10 Christoph von Wittichset eol-style:native
2005-11-10 Christoph von Wittichlist services
2005-11-10 Christoph von Wittichstarted implementing startup page
2005-11-10 Christoph von Wittichremove SetupIsActive function
2005-11-09 Christoph von Wittichset SystemSetupInProgress to 0 in syssetup instead...
2005-11-09 Christoph von Wittichset SystemSetupInProgress to 1 when 2nd stage setup...
2005-11-07 Ged MurphyShould have checked it built OK with mingw first.
2005-11-07 Ged MurphyAdd information letting us know creation deletion of...
2005-11-07 Hervé PoussineauLots of DPRINT1 -> DPRINT changes
2005-11-06 Eric Kohl- Read a services optional display name from the registry.
2005-11-06 Brandon Turnermake the output visually pleasing.
2005-11-06 Brandon Turner%foo% where foo is not a envir var should be returned...
2005-11-06 Ged Murphycouple of fixes to get it building under mingw
2005-11-06 Eric Kohl- Rewrote the code that reads the service configuration...
2005-11-06 Brandon TurnerAdd some ctrl breaker checks into copy, del, and dir.
2005-11-05 Brandon TurnerSend Ctrl signals to child process correctly. We can...
2005-11-04 Ged Murphysc.exe now supports basic starting, stopping, creation...
2005-11-04 Martin Fuchstest version of startmenu root with big icons
2005-11-04 Ged MurphyStarted testing. Couple of code mods to get 'sc start...
2005-11-03 Brandon Turnerrewrite of gettype. Beginnings of support for remote...
2005-11-03 Thomas Bluemelfixed difference in signedness warnings
2005-11-02 Hartmut BirrDon't print a CR, if the command line is from a batch...
2005-11-02 Ged Murphy- Split files
2005-11-02 Martin Fuchsregedit: polish resource file from Sebastian Gasiorek...
2005-11-02 Brandon TurnerSome changes for better formatting / following standards.
2005-11-02 Brandon Turnerfix for bug 875. Patch by jvangael@wisc.edu
2005-11-01 Martin Fuchscreate two new functions String::str() and String:...
2005-11-01 Brandon TurnerSmall unicode safe changes by me. Small msvc build...
2005-11-01 Eric Kohl- Mark service for delete in the registry.
2005-10-31 Brandon Turneronly show one screen of text at a time for displaying...
2005-10-31 Brandon TurnerRemoved some code to make dir behave the same way as...
2005-10-30 Eric Kohl- Implement GetServiceKeyNameW (untested).
2005-10-30 Brandon TurnerHandle possible error from FindFirstFile. Thanks to...
2005-10-30 Brandon TurnerAdd a new function to return a path with correct casing...
2005-10-30 Eric Kohl- Implement GetServiceDisplayNameW (untested).
2005-10-30 Thomas Bluemelfixed uninitialized variable warning
2005-10-30 Brandon Turneradd gettype.exe clone. It works in windows and partial...
2005-10-29 Nathan WoodsCalc: Fixed Enter key
2005-10-28 Magnus OlsenTaskmgr greenish font remake by irc:dnordenberg (Swedis...
2005-10-28 Nathan WoodsFixed notepad bug when creating a file on the command...
2005-10-28 Brandon Turnerupdate todo.txt with current status
2005-10-28 Christoph von Wittichfixed some warnings
2005-10-28 Christoph von Wittichfixed 4 memory leaks
2005-10-27 Ged MurphyAdd the beginnings of sc.exe
2005-10-27 Martin Fuchsdisable "Terminate Explorer" in ReactOS build
2005-10-27 Martin Fuchsupdate change list for 0.2.8 release
2005-10-25 Brandon TurnerDont exit on "exit /?". Reported by bblaauw@home.nl
2005-10-24 Nathan WoodsRegedit fix and enhancement
2005-10-24 Nathan WoodsNotepad will no longer add .txt if you invoke it specif...
2005-10-23 Nathan WoodsNotepad: Fixed "Find Up"
next