| Commit message (Expand) | Author | Files | Lines |
2014-02-05 | event/Loop: remove the dummy constructor argument | Max Kellermann | 1 | -3/+1 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2014-01-09 | event/Loop: allow scheduling events before Run() | Max Kellermann | 1 | -0/+15 |
2014-01-05 | event/Loop: try to avoid the WakeFD when adding DeferredMonitor | Max Kellermann | 1 | -0/+8 |
2014-01-05 | event/Loop: add attribute "again" | Max Kellermann | 1 | -0/+6 |
2014-01-05 | event/Loop: add thread-safety assertions | Max Kellermann | 1 | -0/+13 |
2014-01-05 | event/Loop: move code to HandleDeferred() | Max Kellermann | 1 | -0/+7 |
2014-01-04 | event/Loop: remove the GLib implementation | Max Kellermann | 1 | -61/+1 |
2014-01-04 | event/Loop: remove unused method AddCall() | Max Kellermann | 1 | -9/+0 |
2014-01-04 | event/DeferredMonitor: make fully thread-safe | Max Kellermann | 1 | -0/+17 |
2013-12-31 | event/Loop: document that AddCall() is thread-safe | Max Kellermann | 1 | -0/+5 |
2013-11-28 | event: introduce generic API for internal event loop | Denis Krjuchkov | 1 | -18/+6 |
2013-11-27 | Add infrastructure for using multiple event loops | Denis Krjuchkov | 1 | -9/+24 |
2013-11-24 | event: add API documentation | Max Kellermann | 1 | -0/+21 |
2013-11-06 | event/SocketMonitor: add method Abandon() | Max Kellermann | 1 | -0/+7 |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 1 | -1/+1 |
2013-08-10 | EventLoop: new implementation using epoll | Max Kellermann | 1 | -11/+112 |
2013-08-10 | thread/Id: new class replacing GThread pointers | Max Kellermann | 1 | -5/+6 |
2013-08-08 | EventLoop: add methodd IsInside() | Max Kellermann | 1 | -2/+21 |
2013-08-08 | EventLoop: un-inline Run() and others | Max Kellermann | 1 | -22/+4 |
2013-01-30 | event/Loop: add method WakeUp() | Max Kellermann | 1 | -0/+4 |
2013-01-14 | event/TimeoutMonitor: wrapper for g_timeout_source_new() | Max Kellermann | 1 | -10/+8 |
2013-01-14 | Main, IOThread: move GMainLoop setup code to class EventLoop | Max Kellermann | 1 | -0/+86 |