Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | EventLoop: new implementation using epoll | Max Kellermann | 2013-08-10 | 1 | -0/+24 |
| | | | | Implement an event loop without GLib. | ||||
* | event/*Monitor: add method GetEventLoop() | Max Kellermann | 2013-08-08 | 1 | -0/+4 |
| | |||||
* | event/TimeoutMonitor: eliminate support for periodic events | Max Kellermann | 2013-04-08 | 1 | -5/+2 |
| | | | | | No caller needs this. Fixes use-after-free after returning from Client::OnTimeout(). | ||||
* | event/TimeoutMonitor: wrapper for g_timeout_source_new() | Max Kellermann | 2013-01-14 | 1 | -0/+60 |