summaryrefslogtreecommitdiffstats
path: root/osi/src/reactor.c
Commit message (Expand)AuthorAgeFilesLines
* Fix potential DoS caused by delivering signal to BT processstable/cm-13.0-ZNH2KSharvil Nanavati2016-08-021-1/+1
* Bluetooth: Adding NULL checkes to reactor functionsAjay Kumar2015-10-061-2/+20
* bluedroid: compile error hammerhead-userdebug_clangMark Salyzyn2015-04-161-5/+6
* Fix build issues in bluedroid on masterEtan Cohen2015-03-311-0/+1
* Use fully qualified path for OSI includes.Sharvil Nanavati2015-03-161-3/+3
* Add platform-independent logging macros to OSI.Sharvil Nanavati2015-03-161-10/+10
* Don't pass in uninitialized memory to epoll_ctl. Make valgrind happy.Sharvil Nanavati2015-03-161-3/+3
* Move some of osi to use the allocation interfacesZach Johnson2015-03-161-6/+7
* Switch to an epoll-based reactor implementation.Sharvil Nanavati2015-03-161-74/+174
* Fix reactor to use prepend, fix reactor testsZach Johnson2015-03-161-4/+12
* Define INVALID_FD to improve readability and reduce likelihood of errorsSharvil Nanavati2015-03-161-1/+1
* Wake up reactor whenever a new object is registered/unregistered.Sharvil Nanavati2015-03-161-2/+9
* Implement the reactor pattern in C.Sharvil Nanavati2014-07-031-0/+174