summaryrefslogtreecommitdiffstats
path: root/init/property_service.cpp
Commit message (Expand)AuthorAgeFilesLines
* init: delete code that sets ro.recovery_idTom Cherry2019-01-291-36/+0
* Load build sysprops earlyJiyong Park2019-01-151-17/+18
* init: if vendor_init can read a property, let it be a trigger tooTom Cherry2018-10-221-0/+16
* Add O_CLOEXECNick Kralevich2018-10-181-1/+1
* s/product-services/product_services/gDario Freni2018-08-201-1/+1
* Move watchdogd out of initTom Cherry2018-08-021-1/+2
* Add support for /product-services partition.Dario Freni2018-07-261-0/+1
* init: finer grained permissions for ctl. propertiesTom Cherry2018-05-221-11/+39
* Merge "Property: Log errno for socket connect"Treehugger Robot2018-05-221-0/+5
|\
| * Property: Log errno for socket connectDuXiao2018-05-221-0/+5
* | init: separate out epoll into a classMark Salyzyn2018-05-211-2/+5
|/
* Remove unused using statement / host stubTom Cherry2018-05-091-1/+0
* init: Use sepolicy version insteadLogan Chien2018-05-041-1/+2
* init: do not impose vendor_init restrictions on old vendor imagesTom Cherry2018-04-121-3/+6
* Restrict setting platform properties from vendor .prop filesTom Cherry2018-03-011-4/+28
* Clean up property set error handlingTom Cherry2018-03-011-42/+55
* init: add host side parser for initTom Cherry2018-02-281-27/+2
* init: log control messages along with the process that sent themTom Cherry2018-02-211-1/+1
* Merge "sepolicy: renames nonplat_* to vendor_*"Treehugger Robot2018-01-281-2/+10
|\
| * sepolicy: renames nonplat_* to vendor_*Bowgo Tsai2018-01-091-2/+10
* | Support /product partitionJaekyun Seok2018-01-251-0/+1
* | Make vendor_init check SELinux before setting propertiesTom Cherry2018-01-221-179/+186
* | Introduce property typesTom Cherry2018-01-161-59/+57
|/
* Create a host side checker for property info file correctnessTom Cherry2018-01-041-30/+8
* system property: property set without time spent asleepDong Jinguang2018-01-041-7/+9
* Reland "Have property_service create a serialized property_contexts file"Tom Cherry2017-12-141-15/+98
* Revert "Have property_service create a serialized property_contexts file"Robert Greenwalt2017-12-131-98/+15
* Have property_service create a serialized property_contexts fileTom Cherry2017-12-111-15/+98
* Merge "Only allow UTF8 encoded property values"Tom Cherry2017-10-171-0/+7
|\
| * Only allow UTF8 encoded property valuesTom Cherry2017-10-161-0/+7
* | Merge "Allow setting read-only properties with value length > 92 characters"Tom Cherry2017-10-121-4/+5
|\|
| * Allow setting read-only properties with value length > 92 charactersTom Cherry2017-10-121-4/+5
* | Merge "init: cleanup exit() uses"Tom Cherry2017-09-271-5/+3
|\|
| * init: cleanup exit() usesTom Cherry2017-09-261-5/+3
* | Merge "init: use protobuf for serialization of persistent properties"Tom Cherry2017-09-191-2/+2
|\|
| * init: use protobuf for serialization of persistent propertiesTom Cherry2017-09-191-2/+2
* | Merge "Log pid for writes to sys.powerctl"Tom Cherry2017-09-061-0/+16
|\|
| * Log pid for writes to sys.powerctlTom Cherry2017-09-051-0/+16
* | Merge "use a single file for storing persistent properties"Tom Cherry2017-08-301-83/+8
|\|
| * use a single file for storing persistent propertiesTom Cherry2017-08-291-83/+8
* | Merge "init: do not load persistent properties from temporary /data"Tom Cherry2017-08-251-0/+11
|\|
| * init: do not load persistent properties from temporary /dataTom Cherry2017-08-241-0/+11
| * init: introduce Result<T> for return values and error handlingTom Cherry2017-08-141-6/+6
| * init: split security functions out of init.cppTom Cherry2017-08-141-1/+22
* | init: introduce Result<T> for return values and error handlingTom Cherry2017-08-141-6/+6
* | init: split security functions out of init.cppTom Cherry2017-08-111-1/+22
* | Merge "Move Timer from init to libbase" am: 896297b2efTom Cherry2017-07-101-1/+4
|\|
| * Move Timer from init to libbaseTom Cherry2017-07-101-1/+4
* | Load default prop from /system/etc/prop.defaultHung-ying Tyan2017-06-261-4/+11
|/
* init: create android::init:: namespaceTom Cherry2017-06-231-0/+6