1. 8892ce6 Use eventfd instead of pipe in Looper. by Tim Kilbourn · 9 years ago
  2. e7d54f8 Fix issues related to removing Looper callbacks after close. by Jeff Brown · 9 years ago
  3. 7a0310e Fixed subtle bugs related to file descriptor recycling. by Jeff Brown · 9 years ago
  4. 27e5721 Rename Looper::isIdling() to isPolling() to resolve confusion. by Jeff Brown · 9 years ago
  5. 1693d7e Make libutils Looper independent of frameworks/native by Brian Carlstrom · 11 years ago
  6. 19159f9 Add new Looper API to check whether the looper is idle. by Dianne Hackborn · 11 years ago
  7. dd1b037 Support looper callbacks based on smart pointers. by Jeff Brown · 12 years ago
  8. 5705e69 Delete unused poll() code. by Jeff Brown · 12 years ago
  9. 55195d7 Remove unused statistics code. by Jeff Brown · 12 years ago
  10. 3e2e38b Fade out the mouse pointer after inactivity or other events. by Jeff Brown · 13 years ago
  11. fcefac2 Revert to using epoll_wait(). by Jeff Brown · 14 years ago
  12. 8d15c74 Switch Looper back to using poll() instead of epoll(). by Jeff Brown · 14 years ago
  13. d180518 Looper: use pthread_once for TLS key initialization. by Jeff Brown · 14 years ago
  14. 905682a Looper: Drop default parameters in favor of a safer overload. by Jeff Brown · 14 years ago
  15. 7901eb2 Replace epoll() with poll() and rename PollLoop to Looper. by Jeff Brown · 14 years ago