aboutsummaryrefslogtreecommitdiffstats
path: root/src/event (follow)
Commit message (Expand)AuthorAgeFilesLines
* SignalMonitor: add SignalMonitorGetEventLoop()Max Kellermann2013-10-182-0/+15
* event/BufferedSocket: pass writable pointer to OnSocketInput()Max Kellermann2013-10-151-1/+9
* util/FifoBuffer: C++ version of the fifo_buffer libraryMax Kellermann2013-10-152-44/+21
* system/clock: convert to C++Max Kellermann2013-10-151-4/+4
* require GLib 2.28Max Kellermann2013-10-151-2/+0
* gcc.h: rename to Compiler.hMax Kellermann2013-10-158-8/+8
* Log: new logging library APIMax Kellermann2013-10-021-11/+12
* system/SocketError: un-inline constructorMax Kellermann2013-09-041-0/+2
* util/Error: new error passing libraryMax Kellermann2013-09-045-54/+56
* system/resolver: convert to C++Max Kellermann2013-09-041-1/+1
* EventLoop: initialise the thread id explicitlyMax Kellermann2013-08-101-1/+2
* EventLoop: new implementation using epollMax Kellermann2013-08-1013-16/+705
* event/Call: signal the calling threadMax Kellermann2013-08-101-0/+5
* event/IdleMonitor: new monitor classMax Kellermann2013-08-102-0/+130
* event/MultiSocketMonitor: add struct SingleFDMax Kellermann2013-08-102-8/+32
* event/MultiSocketMonitor: use uint64_t instead of gint64Max Kellermann2013-08-102-5/+6
* event/MultiSocketMonitor: eliminate virtual method CheckSockets()Max Kellermann2013-08-102-8/+16
* event/MultiSocketMonitor: PrepareSockets() returns timeoutMax Kellermann2013-08-101-2/+5
* thread/Id: new class replacing GThread pointersMax Kellermann2013-08-102-8/+9
* event: add function BlockingCall()Max Kellermann2013-08-082-0/+108
* EventLoop: add methodd IsInside()Max Kellermann2013-08-082-2/+26
* EventLoop: un-inline Run() and othersMax Kellermann2013-08-082-22/+61
* event/*Monitor: add method GetEventLoop()Max Kellermann2013-08-084-1/+16
* event/SocketMonitor: un-inline Schedule()Max Kellermann2013-08-082-24/+23
* event/SocketMonitor: add assertionsMax Kellermann2013-08-082-0/+12
* event/BufferedSocket: add missing includeMax Kellermann2013-08-081-0/+1
* event/DeferredMonitor: rename Run() to RunDeferred()Max Kellermann2013-08-072-4/+4
* event/DeferredMonitor: use EventLoop::AddIdle()Max Kellermann2013-08-072-3/+7
* event/DeferredMonitor: new class wrapping g_idle_add()Max Kellermann2013-08-072-0/+109
* event/EventFD: move to libsystemMax Kellermann2013-08-075-361/+2
* event/SignalMonitor: use signalfd() if availableMax Kellermann2013-08-071-1/+72
* SignalHandlers: move code to new class SignalMonitorMax Kellermann2013-08-072-0/+197
* event/Event{Pipe,FD}: auto-create in constructorMax Kellermann2013-08-074-59/+23
* Makefile.am: move sources to libsystem.aMax Kellermann2013-08-077-10/+10
* configure.ac: add option --enable-eventfdMax Kellermann2013-08-065-102/+227
* event/TimeoutMonitor: eliminate support for periodic eventsMax Kellermann2013-04-082-14/+7
* event/ServerSocket: close only sockets that have been openedMax Kellermann2013-02-041-1/+3
* ServerSocket: Initialize length variableUli Schlachter2013-02-041-1/+1
* event/SocketMonitor: wake up the event loop after flag changeMax Kellermann2013-01-302-0/+14
* event/Loop: add method WakeUp()Max Kellermann2013-01-301-0/+4
* event/ServerSocket: add method GetEventLoop()Max Kellermann2013-01-301-0/+4
* ServerSocket: replace callback with virtual methodMax Kellermann2013-01-302-17/+12
* ServerSocket: expose the classMax Kellermann2013-01-302-154/+133
* ServerSocket: move to libevent.aMax Kellermann2013-01-302-0/+579
* event/BufferedSocket: move output buffer to FullyBufferedSocketMax Kellermann2013-01-304-112/+202
* event/SocketMonitor: OnSocketReady() returns boolMax Kellermann2013-01-303-6/+11
* event/SocketMonitor: add methods Read(), Write()Max Kellermann2013-01-304-27/+43
* require GLib 2.24Max Kellermann2013-01-291-0/+1
* event/SocketMonitor: add method Steal()Max Kellermann2013-01-272-3/+17
* event/SocketMonitor: add method Open()Max Kellermann2013-01-152-9/+27