summaryrefslogtreecommitdiffstats
path: root/init/property_service.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* am 2fb90dc8: Merge changes from topic \'userspace-audit\'Nick Kralevich2015-10-101-8/+12
|\
| * Merge changes from topic 'userspace-audit'Nick Kralevich2015-10-101-8/+12
| |\
| | * property_service: log pid,uid and gid of setprop clientWilliam Roberts2015-10-051-8/+12
| * | am bff40697: am addf7a96: Merge "init: Let property_get return std::string."Yabin Cui2015-07-241-13/+11
| |\|
| * | am 81046166: Merge "Revert "Change init sequence to support file level encryp...Paul Lawrence2015-07-071-1/+7
| |\ \
| * \ \ am a65e402b: Merge "Change init sequence to support file level encryption" in...Paul Lawrence2015-07-061-7/+1
| |\ \ \
* | \ \ \ resolved conflicts for merge of bff40697 to mnc-dr-dev-plus-aospYabin Cui2015-07-241-13/+11
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | init: Let property_get return std::string.Yabin Cui2015-07-241-13/+11
* | | | | am d5ef9841: Merge "Change init sequence to support file level encryption" in...Paul Lawrence2015-07-131-7/+1
|\ \ \ \ \
| * | | | | Change init sequence to support file level encryptionPaul Lawrence2015-07-071-7/+1
| | |_|_|/ | |/| | |
* | | | | am 81046166: Merge "Revert "Change init sequence to support file level encryp...Paul Lawrence2015-07-071-1/+7
|\| | | |
| * | | | Revert "Change init sequence to support file level encryption"Paul Lawrence2015-07-071-1/+7
| | |_|/ | |/| |
* | | | am a65e402b: Merge "Change init sequence to support file level encryption" in...Paul Lawrence2015-07-061-7/+1
|\| | | | |_|/ |/| |
| * | Change init sequence to support file level encryptionPaul Lawrence2015-07-061-7/+1
* | | am a27dca0f: am 60c5a460: Merge "Remove calls to is_selinux_enabled()"Nick Kralevich2015-06-131-3/+0
|\ \ \ | |/ / |/| / | |/
| * Remove calls to is_selinux_enabled()Nick Kralevich2015-06-121-3/+0
| * Fix insmod module sizeTom Cherry2015-05-121-0/+1
| * load ro.recovery_id property from recovery partitionAndres Morales2015-05-081-0/+48
| * stop including rootdir build.propAndres Morales2015-05-081-1/+0
* | New "selinux.restorecon" control property.Jeff Sharkey2015-06-091-3/+10
* | Fix insmod module sizeTom Cherry2015-05-121-0/+1
* | load ro.recovery_id property from recovery partitionAndres Morales2015-05-081-0/+48
* | stop including rootdir build.propAndres Morales2015-05-071-1/+0
|/
* Switch init to epoll.Elliott Hughes2015-04-241-4/+2