aboutsummaryrefslogtreecommitdiffstats
path: root/src/event (follow)
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: always define _GNU_SOURCE on LinuxMax Kellermann2014-03-151-5/+0
* Merge branch 'v0.18.x'Max Kellermann2014-02-181-1/+22
|\
| * event/SignalMonitor: unblock signals after forkMax Kellermann2014-02-181-1/+22
* | event/Loop: remove the dummy constructor argumentMax Kellermann2014-02-052-4/+2
* | copyright year 2014Max Kellermann2014-01-1330-30/+30
* | event/Loop: allow AddTimer() after Run() has returnedMax Kellermann2014-01-091-1/+3
* | event/Loop: allow scheduling events before Run()Max Kellermann2014-01-093-5/+29
* | util/Alloc: new library replacing GLib's g_malloc()Max Kellermann2014-01-071-4/+3
* | event/Loop: cancel the WakeFD monitor in destructorMax Kellermann2014-01-061-0/+4
* | event/MultiSocketMonitor: add method ClearSocketList()Max Kellermann2014-01-062-0/+14
* | event/SocketMonitor: don't close the socket automaticallyMax Kellermann2014-01-066-14/+8
* | event/IdleMonitor: cancel in destructor only if activeMax Kellermann2014-01-061-1/+6
* | event/MultiSocketMonitor: API documentationMax Kellermann2014-01-061-0/+10
* | event/Loop: try to avoid the WakeFD when adding DeferredMonitorMax Kellermann2014-01-052-2/+24
* | event/Loop: combine multiple WakeFD::Write() callsMax Kellermann2014-01-051-1/+6
* | event/Loop: add attribute "again"Max Kellermann2014-01-052-2/+10
* | event/Loop: add thread-safety assertionsMax Kellermann2014-01-053-1/+30
* | event/Loop: remove obsolete assertionMax Kellermann2014-01-051-2/+0
* | event/Loop: move code to HandleDeferred()Max Kellermann2014-01-052-8/+19
* | event/MultiSocketMonitor: add missing <algorithm> includeMax Kellermann2014-01-051-0/+2
* | event/MultiSocketMonitor: add method ReplaceSocketList()Max Kellermann2014-01-052-0/+42
* | event/MultiSocketMonitor: include cleanupMax Kellermann2014-01-052-8/+1
* | event/Loop: remove the GLib implementationMax Kellermann2014-01-0412-664/+3
* | event/poll: eliminate one vector::size() callMax Kellermann2014-01-041-2/+3
* | event/Loop: remove bogus "!quit" assertionMax Kellermann2014-01-041-5/+3
* | event/Loop: remove unused method AddCall()Max Kellermann2014-01-042-28/+0
* | event/Loop: non-recursive Break() implementationMax Kellermann2014-01-041-4/+2
* | event/BlockingCall: always use DeferredMonitor internallyMax Kellermann2014-01-041-24/+0
* | event/DeferredMonitor: make fully thread-safeMax Kellermann2014-01-044-54/+77
* | event/*Monitor: document as not being thread-safeMax Kellermann2013-12-314-0/+15
* | event/Loop: document that AddCall() is thread-safeMax Kellermann2013-12-311-0/+5
* | event/PollGroupPoll: include stddef.h instead of string.hMax Kellermann2013-12-211-1/+2
* | 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