summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't check permissions bits on init scripts for host_init_verifierTom Cherry2018-06-191-1/+4
* init: handle properties and imports for host init verifierTom Cherry2018-05-301-4/+6
* init: add host side parser for initTom Cherry2018-02-281-3/+4
* EndSection returns Result<Success>Steven Moreland2017-11-151-1/+1
* Fix out of date SectionParser comment.Steven Moreland2017-11-141-9/+7
* init: use Result<T> for the parsing functionsTom Cherry2017-08-141-4/+6
* init: remove Parser singleton and related cleanupTom Cherry2017-07-271-13/+63
* init: create android::init:: namespaceTom Cherry2017-06-231-0/+6
* init: remove unused parts of parser.cppTom Cherry2017-04-251-6/+0
* Stop using #if for conditional compilation.Elliott Hughes2015-02-041-1/+1
* init: limit visibility of init_parser.c helpersGreg Hackmann2013-11-251-1/+0
* init: delay importing files until after parsing the current fileDima Zavin2012-01-051-0/+1
* init: Split parser into generic parser and init parserColin Cross2010-04-211-9/+18
* init: Handle commands in event queue loopColin Cross2010-04-161-1/+1
* init: Move parser prototypes to parser.hColin Cross2010-04-141-0/+31