aboutsummaryrefslogtreecommitdiffstats
path: root/src/event (follow)
Commit message (Expand)AuthorAgeFilesLines
* util/fifo_buffer: remove obsolete libraryMax Kellermann2013-12-191-1/+0
* util/PeakBuffer: use IsEmpty() instead of IsNull()Max Kellermann2013-12-191-1/+1
* util/PeakBuffer: use DynamicFifoBuffer instead of struct fifo_bufferMax Kellermann2013-12-151-1/+0
* util/PeakBuffer: return ConstBuffer<void>Max Kellermann2013-12-151-4/+3
* configure.ac: add option "--disable-glib"Max Kellermann2013-12-151-0/+1
* system/Resolver: sockaddr_to_string() returns std::string()Max Kellermann2013-12-041-22/+11
* PollGroupWinSelect: delete copy constructor and assignment operatorDenis Krjuchkov2013-12-031-0/+2
* PollGroupWinSelect: uninline constructor and destructorDenis Krjuchkov2013-12-032-2/+5
* event: add poll() based PollGroup implementationDenis Krjuchkov2013-12-023-0/+156
* PollGroupEPoll.hxx: add const modifiers where applicableDenis Krjuchkov2013-11-291-2/+2
* event: implement PollGroup based on Windows selectDenis Krjuchkov2013-11-294-0/+330
* event: introduce generic API for internal event loopDenis Krjuchkov2013-11-286-55/+147
* include cleanup using iwyuMax Kellermann2013-11-289-3/+11
* Add infrastructure for using multiple event loopsDenis Krjuchkov2013-11-2713-113/+215
* event: add API documentationMax Kellermann2013-11-245-1/+38
* event/SocketMonitor: add missing spaceMax Kellermann2013-11-242-4/+4
* event/FullyBufferedSocket: remove obsolete TODO commentMax Kellermann2013-11-061-16/+0
* event/FullyBufferedSocket: try to write without extra roundtripMax Kellermann2013-11-062-17/+33
* event/FullyBufferedSocket: make WriteFromBuffer() protectedMax Kellermann2013-11-062-4/+4
* event/SocketMonitor: add method Abandon()Max Kellermann2013-11-064-2/+32
* event/ServerSocket: don't abort if IPv6 is not availableMax Kellermann2013-11-041-1/+19
* event/ServerSocket: fix assertion failureMax Kellermann2013-11-041-1/+1
* event/ServerSocket: open sockets in the order they were configuredMax Kellermann2013-11-042-5/+5
* *: use nullptr instead of NULLMax Kellermann2013-10-282-4/+4
* event/ServerSocket: pass AllocatedPath to AddPath()Max Kellermann2013-10-192-14/+18
* 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