| Commit message (Expand) | Author | Files | Lines |
2013-09-04 | system/SocketError: un-inline constructor | Max Kellermann | 1 | -0/+2 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 5 | -54/+56 |
2013-09-04 | system/resolver: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-08-10 | EventLoop: initialise the thread id explicitly | Max Kellermann | 1 | -1/+2 |
2013-08-10 | EventLoop: new implementation using epoll | Max Kellermann | 13 | -16/+705 |
2013-08-10 | event/Call: signal the calling thread | Max Kellermann | 1 | -0/+5 |
2013-08-10 | event/IdleMonitor: new monitor class | Max Kellermann | 2 | -0/+130 |
2013-08-10 | event/MultiSocketMonitor: add struct SingleFD | Max Kellermann | 2 | -8/+32 |
2013-08-10 | event/MultiSocketMonitor: use uint64_t instead of gint64 | Max Kellermann | 2 | -5/+6 |
2013-08-10 | event/MultiSocketMonitor: eliminate virtual method CheckSockets() | Max Kellermann | 2 | -8/+16 |
2013-08-10 | event/MultiSocketMonitor: PrepareSockets() returns timeout | Max Kellermann | 1 | -2/+5 |
2013-08-10 | thread/Id: new class replacing GThread pointers | Max Kellermann | 2 | -8/+9 |
2013-08-08 | event: add function BlockingCall() | Max Kellermann | 2 | -0/+108 |
2013-08-08 | EventLoop: add methodd IsInside() | Max Kellermann | 2 | -2/+26 |
2013-08-08 | EventLoop: un-inline Run() and others | Max Kellermann | 2 | -22/+61 |
2013-08-08 | event/*Monitor: add method GetEventLoop() | Max Kellermann | 4 | -1/+16 |
2013-08-08 | event/SocketMonitor: un-inline Schedule() | Max Kellermann | 2 | -24/+23 |
2013-08-08 | event/SocketMonitor: add assertions | Max Kellermann | 2 | -0/+12 |
2013-08-08 | event/BufferedSocket: add missing include | Max Kellermann | 1 | -0/+1 |
2013-08-07 | event/DeferredMonitor: rename Run() to RunDeferred() | Max Kellermann | 2 | -4/+4 |
2013-08-07 | event/DeferredMonitor: use EventLoop::AddIdle() | Max Kellermann | 2 | -3/+7 |
2013-08-07 | event/DeferredMonitor: new class wrapping g_idle_add() | Max Kellermann | 2 | -0/+109 |
2013-08-07 | event/EventFD: move to libsystem | Max Kellermann | 5 | -361/+2 |
2013-08-07 | event/SignalMonitor: use signalfd() if available | Max Kellermann | 1 | -1/+72 |
2013-08-07 | SignalHandlers: move code to new class SignalMonitor | Max Kellermann | 2 | -0/+197 |
2013-08-07 | event/Event{Pipe,FD}: auto-create in constructor | Max Kellermann | 4 | -59/+23 |
2013-08-07 | Makefile.am: move sources to libsystem.a | Max Kellermann | 7 | -10/+10 |
2013-08-06 | configure.ac: add option --enable-eventfd | Max Kellermann | 5 | -102/+227 |
2013-04-08 | event/TimeoutMonitor: eliminate support for periodic events | Max Kellermann | 2 | -14/+7 |
2013-02-04 | event/ServerSocket: close only sockets that have been opened | Max Kellermann | 1 | -1/+3 |
2013-02-04 | ServerSocket: Initialize length variable | Uli Schlachter | 1 | -1/+1 |
2013-01-30 | event/SocketMonitor: wake up the event loop after flag change | Max Kellermann | 2 | -0/+14 |
2013-01-30 | event/Loop: add method WakeUp() | Max Kellermann | 1 | -0/+4 |
2013-01-30 | event/ServerSocket: add method GetEventLoop() | Max Kellermann | 1 | -0/+4 |
2013-01-30 | ServerSocket: replace callback with virtual method | Max Kellermann | 2 | -17/+12 |
2013-01-30 | ServerSocket: expose the class | Max Kellermann | 2 | -154/+133 |
2013-01-30 | ServerSocket: move to libevent.a | Max Kellermann | 2 | -0/+579 |
2013-01-30 | event/BufferedSocket: move output buffer to FullyBufferedSocket | Max Kellermann | 4 | -112/+202 |
2013-01-30 | event/SocketMonitor: OnSocketReady() returns bool | Max Kellermann | 3 | -6/+11 |
2013-01-30 | event/SocketMonitor: add methods Read(), Write() | Max Kellermann | 4 | -27/+43 |
2013-01-29 | require GLib 2.24 | Max Kellermann | 1 | -0/+1 |
2013-01-27 | event/SocketMonitor: add method Steal() | Max Kellermann | 2 | -3/+17 |
2013-01-15 | event/SocketMonitor: add method Open() | Max Kellermann | 2 | -9/+27 |
2013-01-15 | input/Curl: move code to class MultiSocketMonitor | Max Kellermann | 2 | -0/+231 |
2013-01-15 | event/SocketMonitor: wrapper class for GSource + GPollFD | Max Kellermann | 4 | -0/+607 |
2013-01-14 | event/TimeoutMonitor: wrapper for g_timeout_source_new() | Max Kellermann | 3 | -10/+133 |
2013-01-14 | Main, IOThread: move GMainLoop setup code to class EventLoop | Max Kellermann | 1 | -0/+86 |
2013-01-13 | WakeFD.cxx: use two sockets instead of pipe on Win32 | Denis Krjuchkov | 1 | -4/+127 |
2013-01-10 | event/WakeFD: use eventfd() if available | Max Kellermann | 2 | -1/+46 |
2013-01-09 | GlobalEvents: move code to class WakeFD | Max Kellermann | 2 | -0/+137 |