summaryrefslogtreecommitdiffstats
path: root/init/property_service.cpp
Commit message (Expand)AuthorAgeFilesLines
* init: cleanup exit() usesTom Cherry2017-09-261-5/+3
* init: use protobuf for serialization of persistent propertiesTom Cherry2017-09-191-2/+2
* Log pid for writes to sys.powerctlTom Cherry2017-09-051-0/+16
* use a single file for storing persistent propertiesTom Cherry2017-08-291-83/+8
* 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
* Move Timer from init to libbaseTom Cherry2017-07-101-1/+4
* init: create android::init:: namespaceTom Cherry2017-06-231-0/+6
* init: cleanup some string usageTom Cherry2017-06-221-4/+1
* init: Run restorecon_recursive asynchronouslyTom Marshall2017-06-161-7/+81
* init: allow ':' in property namesTom Cherry2017-05-301-2/+2
* Revert "Load {default,build}.prop from /{system,vendor,odm}/etc/"Hung-ying Tyan2017-05-251-23/+11
* Load {default,build}.prop from /{system,vendor,odm}/etc/Hung-ying Tyan2017-05-251-11/+23
* init: remove restorecon() from util.cppTom Cherry2017-05-091-1/+1
* init: add "+passcred" for socket to set SO_PASSCREDMark Salyzyn2017-05-081-2/+2
* init: do not log directly from read_file() and write_file()Tom Cherry2017-05-051-2/+3
* ueventd: do not reference init's sehandleTom Cherry2017-05-011-1/+1
* Update persist.sys.usb.config on runtimeJaekyun Seok2017-04-251-0/+19
* init: handle sys.powerctl immediatelyTom Cherry2017-04-171-1/+1
* init: clean up more headersTom Cherry2017-04-071-0/+1
* init: more header cleanupTom Cherry2017-04-061-24/+22
* init: replace property_get with its android::base equivalentTom Cherry2017-03-291-10/+1
* init: remove unused cutils includesTom Cherry2017-03-281-4/+0
* init: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default()Bowgo Tsai2017-03-091-13/+5
* use ro.persistent_properties.ready for persistent props readyKeun-young Park2017-03-011-2/+1
* set ro.boottime.persistent_properties when persisted props are restoredKeun-young Park2017-02-281-0/+6
* Address property service DoS.Elliott Hughes2017-02-221-4/+11
* bionic and init don't need to share knowledge of property file locations.Elliott Hughes2017-01-271-8/+8
* boottime/init: Report ro.boottime.init* properties in milliseconds.James Hawkins2017-01-271-1/+1
* Ensure property_set connection sockets are CLOEXEC.Robert Sesek2017-01-251-1/+1
* Revert "Revert "New protocol for property_service""Dimitry Ivanov2017-01-241-95/+234
* Revert "New protocol for property_service"Dimitry Ivanov2017-01-241-235/+95
* New protocol for property_serviceDimitry Ivanov2017-01-231-95/+235
* Load default/build props from each partitionJaekyun Seok2017-01-191-0/+3
* The "net.change" property is no longer needed.Elliott Hughes2016-12-051-12/+3
* Replace the "coldboot" timeout with a property.Elliott Hughes2016-12-031-28/+28
* Add flags to restorecon_recursive to traverse filesystemsPaul Lawrence2016-11-161-1/+2
* init: allow '.' and '@' in service namesIliyan Malchev2016-10-261-9/+9
* Log failed load_properties_from_file calls.Elliott Hughes2016-09-301-7/+7
* Most accept/accept4 calls in system/core don't actually want the remote address.Elliott Hughes2016-08-231-10/+7
* Move init to libbase logging.Elliott Hughes2016-06-271-35/+33
* property_service: drop unused headerWilliam Roberts2016-04-071-1/+0
* Leftovers of the SELinux policy update mechanismJanis Danisevskis2016-03-111-5/+1
* Remove special case handling of "ro." properties permissionsTom Cherry2016-01-111-13/+1
* Remove property_area_initializedTom Cherry2015-12-071-11/+0
* Merge "Remove ANDROID_PROPERTY_WORKSPACE"Tom Cherry2015-12-081-20/+0
|\
| * Remove ANDROID_PROPERTY_WORKSPACETom Cherry2015-12-041-20/+0
* | Track rename of base/ to android-base/.Elliott Hughes2015-12-041-1/+1
|/
* Abort if __system_property_area_init failsTom Cherry2015-12-021-1/+2