summaryrefslogtreecommitdiff
path: root/init/action_parser.cpp
AgeCommit message (Expand)Author
2020-03-02Refactor libinit_test_utils to not use libinit and expose its librariesTom Cherry
2020-02-06Convert system/core to Result::ok()Bernie Innocenti
2019-10-11Only allow alphanumerical characters, '-' and '_' in event trigger namesNikita Ioffe
2019-09-18init: degeneralize subcontext init into only vendor_initTom Cherry
2019-06-10init: replace Result<Success> with Result<void>Tom Cherry
2018-10-26init: allow vendor init to action on any vendor or odm propertyTom Cherry
2018-10-22init: if vendor_init can read a property, let it be a trigger tooTom Cherry
2018-07-24init: fix typo in error messageTom Cherry
2018-05-29init; remove dead cruft.Elliott Hughes
2018-05-24libbase: add host properties support.Elliott Hughes
2018-02-28init: add host side parser for initTom Cherry
2018-02-14Move all Action parsing into ActionParserTom Cherry
2018-02-13Move ActionParser to its own fileTom Cherry