Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-08-10 | EventLoop: new implementation using epoll | Max Kellermann | 1 | -0/+33 | |
Implement an event loop without GLib. | |||||
2013-08-08 | event/SocketMonitor: un-inline Schedule() | Max Kellermann | 1 | -8/+14 | |
Merge with CommitEventFlags(). | |||||
2013-08-08 | event/SocketMonitor: add assertions | Max Kellermann | 1 | -0/+6 | |
2013-08-07 | Makefile.am: move sources to libsystem.a | Max Kellermann | 1 | -1/+1 | |
2013-01-30 | event/SocketMonitor: wake up the event loop after flag change | Max Kellermann | 1 | -0/+6 | |
2013-01-30 | event/SocketMonitor: add methods Read(), Write() | Max Kellermann | 1 | -0/+32 | |
2013-01-27 | event/SocketMonitor: add method Steal() | Max Kellermann | 1 | -3/+11 | |
2013-01-15 | event/SocketMonitor: add method Open() | Max Kellermann | 1 | -9/+22 | |
Allow creating a closed SocketMonitor instance. | |||||
2013-01-15 | event/SocketMonitor: wrapper class for GSource + GPollFD | Max Kellermann | 1 | -0/+108 | |