summaryrefslogtreecommitdiffstats
path: root/init/parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* init: fix error messages when an invalid section header is foundTom Cherry2018-10-261-1/+7
* Don't check permissions bits on init scripts for host_init_verifierTom Cherry2018-06-191-10/+21
* ueventd: fix extraneous 'Invalid section' errorTom Cherry2018-06-121-12/+12
* init: handle properties and imports for host init verifierTom Cherry2018-05-301-19/+17
* init: add host side parser for initTom Cherry2018-02-281-7/+17
* Add std::string StartsWith*/EndsWith* overloads.Elliott Hughes2017-12-201-1/+1
* EndSection returns Result<Success>Steven Moreland2017-11-151-4/+16
* init: use Result<T> for the parsing functionsTom Cherry2017-08-141-10/+9
* init: introduce Result<T> for return values and error handlingTom Cherry2017-08-141-6/+5
* init: remove Parser singleton and related cleanupTom Cherry2017-07-271-106/+139
* init: create android::init:: namespaceTom Cherry2017-06-231-0/+6
* init: remove unused parts of parser.cppTom Cherry2017-04-251-23/+0
* init: more header cleanupTom Cherry2017-04-061-1/+1
* Move init to libbase logging.Elliott Hughes2016-06-271-1/+1
* Cleanup uses of sprintf so we can deprecate it.George Burgess IV2016-03-071-1/+1
* Stop using #if for conditional compilation.Elliott Hughes2015-02-041-51/+4
* Build init as C++.Elliott Hughes2015-02-041-0/+188