| Age | Commit message (Expand) | Author |
|---|---|---|
| 2010-10-07 | Switch Looper back to using poll() instead of epoll(). | |
| 2010-09-21 | Looper: use pthread_once for TLS key initialization. | |
| 2010-09-17 | Reduce lock thrashing in native Looper. | |
| 2010-09-16 | Ensure input dispatcher and native looper handles EINTR. | |
| 2010-09-14 | Replace epoll() with poll() and rename PollLoop to Looper. |