summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libbase: add host properties support.Elliott Hughes2018-05-241-20/+39
* Base: Add an NDK-compiled version of libbaseAndreas Gampe2018-02-201-2/+0
* Prevent WaitForProperty() from using ~100% of CPU time on 32bit buildsyusukes2018-02-141-1/+2
* Move some properties users to __system_property_read_callback()Tom Cherry2017-10-101-3/+8
* Fix timeouts for android::base::WaitForProperty*Tom Cherry2017-03-271-18/+15
* add base::WaitForPropertyCreationKeun-young Park2017-02-281-7/+29
* Add timeout support to android::base::WaitForProperty.Elliott Hughes2017-02-211-5/+38
* Implement android::base::WaitForProperty.Elliott Hughes2017-02-131-0/+41
* Move off std::sto* function which abort on failure.Elliott Hughes2016-10-131-2/+2
* Add std::string system property functions.Elliott Hughes2016-09-231-0/+82