summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move all Action parsing into ActionParserTom Cherry2018-02-141-4/+3
* Move ActionManager to its own fileTom Cherry2018-02-141-27/+0
* Move ActionParser to its own fileTom Cherry2018-02-131-16/+0
* EndSection returns Result<Success>Steven Moreland2017-11-151-1/+1
* init: run vendor commands in a separate SELinux contextTom Cherry2017-09-291-9/+16
* init: use Result<T> for the parsing functionsTom Cherry2017-08-141-7/+7
* init: use Result<T> for builtin functionsTom Cherry2017-08-141-1/+2
* init: remove Parser singleton and related cleanupTom Cherry2017-07-271-1/+1
* init: Support custom shutdown actionsWei Wang2017-07-051-0/+1
* init: create android::init:: namespaceTom Cherry2017-06-231-0/+6
* init: rename 'Trigger' to 'Event' and convert to std::variantTom Cherry2017-04-251-12/+11
* init: create init_tests.cppTom Cherry2017-04-211-4/+5
* init: clean up the SectionParser interface and Parser classTom Cherry2017-04-211-6/+5
* init: Stop combining actionsTom Cherry2017-04-191-22/+19
* Fix google-explicit-constructor warnings in system/core.Chih-Hung Hsieh2016-07-261-1/+1
* init: Use classes for parsing and clean up memory allocationsTom Cherry2015-09-011-13/+57
* init: Queue Triggers instead of ActionsTom Cherry2015-08-211-3/+10
* init: use std::vector<std::string> for argument passingTom Cherry2015-07-311-2/+2
* init: Create classes for Action and CommandTom Cherry2015-07-301-0/+82