summaryrefslogtreecommitdiff
path: root/init/service_parser.cpp
AgeCommit message (Expand)Author
2022-05-02init: Skip interface duplicates if service is an overrideAlexander Koskovich
2020-11-19Returns a service parse error on overrides across the treble boundary.Daniel Norman
2020-10-26init/service_parser: Add arguments `window' and `target' for `critical'Woody Lin
2020-05-01Reject services that are both critical and oneshotNikita Ioffe
2020-04-30init: Add task_profiles init commandSuren Baghdasaryan
2020-03-10Revert "init: handle property service callbacks asynchronously"Tom Cherry
2020-02-20init: handle property service callbacks asynchronouslyTom Cherry
2020-02-20Refactor libinit_test_utils to not use libinit and expose its librariesTom Cherry
2020-02-06Convert system/core to Result::ok()Bernie Innocenti
2020-02-04Delete dangerous comparison operators from base::expectedBernie Innocenti
2019-12-05Remove service defined in an APEX during userspace rebootNikita Ioffe
2019-11-07init: Add support for native service registration with lmkdSuren Baghdasaryan
2019-10-31init: hack for /charger symlinkYifan Hong
2019-09-24init: add stdio_to_kmsg optionTom Cherry
2019-09-18init: degeneralize subcontext init into only vendor_initTom Cherry
2019-09-13init: add reboot_on_failure service optionTom Cherry
2019-09-09Allow AIDL interfaces in service parsingJon Spivack
2019-08-06Adds check_interface_{restart,start,stop} check_builtins.Daniel Norman
2019-08-01init: don't log in expand_props directlyTom Cherry
2019-07-23init: simplify keyword_mapTom Cherry
2019-07-15init: clean up file / socket descriptor creationTom Cherry
2019-07-11Checks the interface inheritance hierarchy in init_rc files.Daniel Norman
2019-06-28Checks each interface in an init_rc file is a known hidl_interface.Daniel Norman
2019-06-26Move actual parsing from Service to ServiceParserTom Cherry
2019-06-26Split out ServiceList and ServiceParser from service.cpp/.hTom Cherry