Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | event: introduce generic API for internal event loop | Denis Krjuchkov | 2013-11-28 | 1 | -18/+6 |
* | Add infrastructure for using multiple event loops | Denis Krjuchkov | 2013-11-27 | 1 | -9/+24 |
* | event: add API documentation | Max Kellermann | 2013-11-24 | 1 | -0/+21 |
* | event/SocketMonitor: add method Abandon() | Max Kellermann | 2013-11-06 | 1 | -0/+7 |
* | gcc.h: rename to Compiler.h | Max Kellermann | 2013-10-15 | 1 | -1/+1 |
* | EventLoop: new implementation using epoll | Max Kellermann | 2013-08-10 | 1 | -11/+112 |
* | thread/Id: new class replacing GThread pointers | Max Kellermann | 2013-08-10 | 1 | -5/+6 |
* | EventLoop: add methodd IsInside() | Max Kellermann | 2013-08-08 | 1 | -2/+21 |
* | EventLoop: un-inline Run() and others | Max Kellermann | 2013-08-08 | 1 | -22/+4 |
* | event/Loop: add method WakeUp() | Max Kellermann | 2013-01-30 | 1 | -0/+4 |
* | event/TimeoutMonitor: wrapper for g_timeout_source_new() | Max Kellermann | 2013-01-14 | 1 | -10/+8 |
* | Main, IOThread: move GMainLoop setup code to class EventLoop | Max Kellermann | 2013-01-14 | 1 | -0/+86 |