index
:
Project-1CE/system_core
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
init
/
service_parser.cpp
Age
Commit message (
Expand
)
Author
2022-05-02
init: Skip interface duplicates if service is an override
Alexander Koskovich
2020-11-19
Returns a service parse error on overrides across the treble boundary.
Daniel Norman
2020-10-26
init/service_parser: Add arguments `window' and `target' for `critical'
Woody Lin
2020-05-01
Reject services that are both critical and oneshot
Nikita Ioffe
2020-04-30
init: Add task_profiles init command
Suren Baghdasaryan
2020-03-10
Revert "init: handle property service callbacks asynchronously"
Tom Cherry
2020-02-20
init: handle property service callbacks asynchronously
Tom Cherry
2020-02-20
Refactor libinit_test_utils to not use libinit and expose its libraries
Tom Cherry
2020-02-06
Convert system/core to Result::ok()
Bernie Innocenti
2020-02-04
Delete dangerous comparison operators from base::expected
Bernie Innocenti
2019-12-05
Remove service defined in an APEX during userspace reboot
Nikita Ioffe
2019-11-07
init: Add support for native service registration with lmkd
Suren Baghdasaryan
2019-10-31
init: hack for /charger symlink
Yifan Hong
2019-09-24
init: add stdio_to_kmsg option
Tom Cherry
2019-09-18
init: degeneralize subcontext init into only vendor_init
Tom Cherry
2019-09-13
init: add reboot_on_failure service option
Tom Cherry
2019-09-09
Allow AIDL interfaces in service parsing
Jon Spivack
2019-08-06
Adds check_interface_{restart,start,stop} check_builtins.
Daniel Norman
2019-08-01
init: don't log in expand_props directly
Tom Cherry
2019-07-23
init: simplify keyword_map
Tom Cherry
2019-07-15
init: clean up file / socket descriptor creation
Tom Cherry
2019-07-11
Checks the interface inheritance hierarchy in init_rc files.
Daniel Norman
2019-06-28
Checks each interface in an init_rc file is a known hidl_interface.
Daniel Norman
2019-06-26
Move actual parsing from Service to ServiceParser
Tom Cherry
2019-06-26
Split out ServiceList and ServiceParser from service.cpp/.h
Tom Cherry