summaryrefslogtreecommitdiff
path: root/init/action_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor libinit_test_utils to not use libinit and expose its librariesTom Cherry2020-02-201-1/+1
* Convert system/core to Result::ok()Bernie Innocenti2020-02-061-4/+5
* Only allow alphanumerical characters, '-' and '_' in event trigger namesNikita Ioffe2019-10-111-0/+17
* init: degeneralize subcontext init into only vendor_initTom Cherry2019-09-181-7/+2
* init: replace Result<Success> with Result<void>Tom Cherry2019-06-101-14/+14
* init: allow vendor init to action on any vendor or odm propertyTom Cherry2018-10-261-0/+12
* init: if vendor_init can read a property, let it be a trigger tooTom Cherry2018-10-221-10/+6
* init: fix typo in error messageTom Cherry2018-07-241-1/+1
* init; remove dead cruft.Elliott Hughes2018-05-291-4/+0
* libbase: add host properties support.Elliott Hughes2018-05-241-3/+2
* init: add host side parser for initTom Cherry2018-02-281-1/+6
* Move all Action parsing into ActionParserTom Cherry2018-02-141-3/+90
* Move ActionParser to its own fileTom Cherry2018-02-131-0/+66