summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* init: switch out keychord id with std::vector match of chordsMark Salyzyn2018-05-291-18/+15
* init: turn keychords into a standalone classMark Salyzyn2018-05-291-120/+109
* init: refactor keychord for testingMark Salyzyn2018-05-291-39/+15
* init: separate out epoll into a classMark Salyzyn2018-05-211-4/+7
* init: keychord inotify add IN_ONLYDIRMark Salyzyn2018-05-141-1/+1
* init: Add inotify for /dev/input/Mark Salyzyn2018-05-101-9/+67
* init: switch from /dev/keychord to /dev/input/Mark Salyzyn2018-05-081-55/+191
* init: log all failures of Service::Start()Tom Cherry2017-08-251-2/+5
* init: rename ServiceManager to ServiceList and clean it upTom Cherry2017-08-011-2/+4
* init: create android::init:: namespaceTom Cherry2017-06-231-1/+8
* init: more header cleanupTom Cherry2017-04-061-3/+1
* init: replace property_get with its android::base equivalentTom Cherry2017-03-291-2/+3
* resolve merge conflicts of 4acdde9 to nyc-mr1-dev-plus-aospFelipe Leme2016-07-291-2/+4
|\
| * Improved keychord logging.Felipe Leme2016-07-281-2/+4
* | Move init to libbase logging.Elliott Hughes2016-06-271-6/+6
|/
* Create Service and ServiceManager classesTom Cherry2015-08-071-13/+13
* init: Let property_get return std::string.Yabin Cui2015-07-241-4/+3
* Switch init to epoll.Elliott Hughes2015-04-241-34/+25
* Log more timing information from init.Elliott Hughes2015-03-281-1/+1
* Always use strerror to report errno.Elliott Hughes2015-03-201-1/+1
* Build init as C++.Elliott Hughes2015-02-041-0/+123