summaryrefslogtreecommitdiff
path: root/init/init_parser.cpp
AgeCommit message (Expand)Author
2017-07-27init: remove Parser singleton and related cleanupTom Cherry
2017-07-10Move Timer from init to libbaseTom Cherry
2017-06-23init: create android::init:: namespaceTom Cherry
2017-05-05init: do not log directly from read_file() and write_file()Tom Cherry
2017-04-25init: remove unused parts of parser.cppTom Cherry
2017-04-25init: add Parser::AddSingleLineParser()Tom Cherry
2017-04-21init: clean up the SectionParser interface and Parser classTom Cherry
2017-04-19init: Stop combining actionsTom Cherry
2017-04-06init: more header cleanupTom Cherry
2017-04-03init: Use std::string for write_file()Tom Cherry
2017-03-13init: fix DumpState() loggingTom Cherry
2016-12-03Replace the "coldboot" timeout with a property.Elliott Hughes
2016-10-07Traverse /etc/init in a well-defined orderGlenn Kasten
2016-06-27Move init to libbase logging.Elliott Hughes
2015-12-04Track rename of base/ to android-base/.Elliott Hughes
2015-10-09init shouldn't call DumpState by default.Elliott Hughes
2015-09-01init: Use classes for parsing and clean up memory allocationsTom Cherry
2015-08-10init: replace strdup() in parse_config()Tom Cherry
2015-08-07Create Service and ServiceManager classesTom Cherry
2015-07-31init: use std::vector<std::string> for argument passingTom Cherry
2015-07-30init: Create classes for Action and CommandTom Cherry
2015-07-27init: Adding support to import directoriesLee Campbell
2015-07-24init: do expand_props before calling the builtins.Yabin Cui
2015-07-24init: Let property_get return std::string.Yabin Cui
2015-06-17init support for cgroups.Elliott Hughes
2015-06-02init: change exec parsing to make SECLABEL optionalMark Salyzyn
2015-05-12Fix insmod module sizeTom Cherry
2015-05-07Clean up init /proc/cmdline handling.Elliott Hughes
2015-04-24Revert "Revert "Remove now-unusable 'setcon' command.""Elliott Hughes
2015-04-24Revert "Remove now-unusable 'setcon' command."Nick Kralevich
2015-04-23Remove now-unusable 'setcon' command.Elliott Hughes
2015-04-13Fix memory leak in parse_actionTom Cherry
2015-04-03Remove execonce.Elliott Hughes
2015-04-01Merge "Remove no-op "capabilities"."Elliott Hughes
2015-04-01Remove no-op "capabilities".Elliott Hughes
2015-03-31Revert "Revert "Adding e4crypt support""Paul Lawrence
2015-03-28Log more timing information from init.Elliott Hughes
2015-03-24init: missing break statementMark Salyzyn
2015-03-19Add init command to set verified propertiesSami Tolvanen
2015-03-18Remove chroot from init.Elliott Hughes
2015-03-15Remove chdir from init.Elliott Hughes
2015-03-13Remove obsolete setkey.Elliott Hughes
2015-03-13Remove getsebool/setsebool from init and toolbox.Stephen Smalley
2015-03-11builtins: remove setenforce commandNick Kralevich
2015-03-11Merge "Implement exec."Elliott Hughes
2015-03-04Add init support for dm-verity logging modeSami Tolvanen
2015-02-25Implement exec.Elliott Hughes
2015-02-12bootchart: fix bootchart can not be triggered problemYongqin Liu
2015-02-06Clean up reading and writing in init.Elliott Hughes
2015-02-04Stop using #if for conditional compilation.Elliott Hughes