summaryrefslogtreecommitdiffstats
path: root/init/action.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "init: rename 'Trigger' to 'Event' and convert to std::variant"Tom Cherry2017-04-251-53/+20
|\
| * init: rename 'Trigger' to 'Event' and convert to std::variantTom Cherry2017-04-251-53/+20
* | ueventd: replace ueventd_parser.cpp with init_parser.cppTom Cherry2017-04-251-6/+1
|/
* init: clean up the SectionParser interface and Parser classTom Cherry2017-04-211-5/+4
* init: Stop combining actionsTom Cherry2017-04-191-56/+21
* init: more header cleanupTom Cherry2017-04-061-6/+1
* init: replace property_get with its android::base equivalentTom Cherry2017-03-291-5/+4
* init: fix DumpState() loggingTom Cherry2017-03-131-10/+6
* init: enable C++17Tom Cherry2017-03-131-8/+5
* Replace the "coldboot" timeout with a property.Elliott Hughes2016-12-031-1/+1
* init: move empty string check to InitTriggersWei Wang2016-11-161-4/+11
* init: fix undefined behavior in ExecuteCommandWei Wang2016-11-161-1/+4
* Revert "Revert "init: warn slow action""Wei Wang2016-11-151-3/+5
* Merge "init: fix BuildTriggersString for empty string"Treehugger Robot2016-11-151-1/+3
|\
| * init: fix BuildTriggersString for empty stringWei Wang2016-11-141-1/+3
* | Revert "init: warn slow action"Nick Desaulniers2016-11-151-5/+3
|/
* init: warn slow actionWei Wang2016-11-091-3/+5
* Move init's kernel logging into libbase.Elliott Hughes2016-08-041-1/+2
* Fix early init logging.Elliott Hughes2016-07-261-1/+1
* Move init to libbase logging.Elliott Hughes2016-06-271-9/+6
* Fix google-explicit-constructor warnings.Chih-Hung Hsieh2016-04-291-2/+2
* Track rename of base/ to android-base/.Elliott Hughes2015-12-041-2/+2
* init: Use classes for parsing and clean up memory allocationsTom Cherry2015-09-011-135/+151
* init: Queue Triggers instead of ActionsTom Cherry2015-08-211-43/+77
* init: use std::vector<std::string> for argument passingTom Cherry2015-07-311-15/+10
* init: Create classes for Action and CommandTom Cherry2015-07-301-0/+383