summaryrefslogtreecommitdiff
path: root/init/service_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* init: Add option to listen on sockets before starting service.Adam Langley2022-11-151-3/+6
* init: try converting writepid used with cgroups into task_profiles commandSuren Baghdasaryan2022-04-051-1/+39
* init: Skip interface duplicates if service is an overrideAlexander Koskovich2022-03-071-1/+1
* Returns a service parse error on overrides across the treble boundary.Daniel Norman2020-11-191-0/+8
* init/service_parser: Add arguments `window' and `target' for `critical'Woody Lin2020-10-261-1/+34
* Reject services that are both critical and oneshotNikita Ioffe2020-05-011-0/+7
* init: Add task_profiles init commandSuren Baghdasaryan2020-04-301-0/+7
* Revert "init: handle property service callbacks asynchronously"Tom Cherry2020-03-101-2/+0
* init: handle property service callbacks asynchronouslyTom Cherry2020-02-201-0/+2
* 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-11/+11
* Delete dangerous comparison operators from base::expectedBernie Innocenti2020-02-041-1/+1
* Remove service defined in an APEX during userspace rebootNikita Ioffe2019-12-051-1/+1
* init: Add support for native service registration with lmkdSuren Baghdasaryan2019-11-071-2/+5
* init: hack for /charger symlinkYifan Hong2019-10-311-0/+5
* init: add stdio_to_kmsg optionTom Cherry2019-09-241-0/+12
* init: degeneralize subcontext init into only vendor_initTom Cherry2019-09-181-7/+2
* init: add reboot_on_failure service optionTom Cherry2019-09-131-42/+46
* Allow AIDL interfaces in service parsingJon Spivack2019-09-091-9/+13
* Adds check_interface_{restart,start,stop} check_builtins.Daniel Norman2019-08-061-27/+4
* init: don't log in expand_props directlyTom Cherry2019-08-011-6/+8
* init: simplify keyword_mapTom Cherry2019-07-231-13/+4
* init: clean up file / socket descriptor creationTom Cherry2019-07-151-30/+67
* Checks the interface inheritance hierarchy in init_rc files.Daniel Norman2019-07-111-6/+34
* Checks each interface in an init_rc file is a known hidl_interface.Daniel Norman2019-06-281-0/+6
* Move actual parsing from Service to ServiceParserTom Cherry2019-06-261-15/+474
* Split out ServiceList and ServiceParser from service.cpp/.hTom Cherry2019-06-261-0/+108