1. c68c886 more O_CLOEXEC by Nick Kralevich · 9 years ago
  2. 5b8ff09 resolved conflicts for merge of b40ebc54 to mnc-dev-plus-aosp by Elliott Hughes · 9 years ago
  3. 6ed68cc Consistently use strerror in libutils. by Elliott Hughes · 9 years ago
  4. 18a574f Work around spurious epoll notifications. by Jeff Brown · 9 years ago
  5. 8892ce6 Use eventfd instead of pipe in Looper. by Tim Kilbourn · 9 years ago
  6. e7d54f8 Fix issues related to removing Looper callbacks after close. by Jeff Brown · 9 years ago
  7. 7a0310e Fixed subtle bugs related to file descriptor recycling. by Jeff Brown · 9 years ago
  8. 27e5721 Rename Looper::isIdling() to isPolling() to resolve confusion. by Jeff Brown · 9 years ago
  9. 1693d7e Make libutils Looper independent of frameworks/native by Brian Carlstrom · 11 years ago
  10. d98e07f move libs/utils to libutils by Alex Ray · 11 years ago[Renamed from libs/utils/Looper.cpp]
  11. 19159f9 Add new Looper API to check whether the looper is idle. by Dianne Hackborn · 11 years ago
  12. dd1b037 Support looper callbacks based on smart pointers. by Jeff Brown · 12 years ago
  13. 5705e69 Delete unused poll() code. by Jeff Brown · 12 years ago
  14. 55195d7 Remove unused statistics code. by Jeff Brown · 12 years ago
  15. 1b781ab Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  16. 61d341b Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  17. eb09533 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  18. aa13c1b Initial checkin of spot presentation for touchpad gestures. by Jeff Brown · 13 years ago
  19. 43550ee Refactor how timeouts are calculated. by Jeff Brown · 13 years ago
  20. 3e2e38b Fade out the mouse pointer after inactivity or other events. by Jeff Brown · 13 years ago
  21. 8d15c74 Switch Looper back to using poll() instead of epoll(). by Jeff Brown · 14 years ago
  22. d180518 Looper: use pthread_once for TLS key initialization. by Jeff Brown · 14 years ago
  23. 9da1810 Reduce lock thrashing in native Looper. by Jeff Brown · 14 years ago
  24. 171bf9e Ensure input dispatcher and native looper handles EINTR. by Jeff Brown · 14 years ago
  25. 7901eb2 Replace epoll() with poll() and rename PollLoop to Looper. by Jeff Brown · 14 years ago