summaryrefslogtreecommitdiffstats
path: root/init/property_service.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch init to epoll.Elliott Hughes2015-04-241-4/+2
* Clean up property service initialization.Elliott Hughes2015-04-241-7/+7
* Don't try to read /system/default.prop.Elliott Hughes2015-04-151-1/+0
* Log more timing information from init.Elliott Hughes2015-03-281-49/+28
* Add missing parenthesis in init log message.Elliott Hughes2015-03-231-1/+1
* Always use strerror to report errno.Elliott Hughes2015-03-201-4/+4
* Use unique_ptr to call closedir.Elliott Hughes2015-03-201-53/+53
* Clean up property setting code.Elliott Hughes2015-03-201-10/+13
* Revert "Revert "Create libbase.""Dan Albert2015-03-161-2/+0
* Revert "Create libbase."Nicolas Geoffray2015-03-161-0/+2
* Create libbase.Dan Albert2015-03-141-2/+0
* Clean up reading and writing in init.Elliott Hughes2015-02-061-8/+5
* Stop using #if for conditional compilation.Elliott Hughes2015-02-041-10/+8
* Build init as C++.Elliott Hughes2015-02-041-0/+560