summaryrefslogtreecommitdiff
path: root/src/event/MultiSocketMonitor.cxx
AgeCommit message (Expand)Author
2017-12-16Merge branch 'v0.20.x'Max Kellermann
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-11-12event/MultiSocketMonitor: add "noexcept"Max Kellermann
2017-11-12event/IdleMonitor: add "noexcept"Max Kellermann
2017-08-29event/MultiSocketMonitor: migrate from TimeoutMonitor to TimerEventMax Kellermann
2017-08-18event/Loop: set thread to current thread by defaultMax Kellermann
2017-08-10event/SocketMonitor: use class SocketDescriptorMax Kellermann
2017-02-09event/MultiSocketMonitor: add method Reset()Max Kellermann
2017-02-09event/MultiSocketMonitor: use C++11 initializerMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-12-28event/Loop: use std::chronoMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2014-01-06event/MultiSocketMonitor: add method ClearSocketList()Max Kellermann
2014-01-05event/MultiSocketMonitor: add missing <algorithm> includeMax Kellermann
2014-01-05event/MultiSocketMonitor: add method ReplaceSocketList()Max Kellermann
2014-01-05event/MultiSocketMonitor: include cleanupMax Kellermann
2014-01-04event/Loop: remove the GLib implementationMax Kellermann
2013-11-27Add infrastructure for using multiple event loopsDenis Krjuchkov
2013-10-15gcc.h: rename to Compiler.hMax Kellermann
2013-08-10EventLoop: new implementation using epollMax Kellermann
2013-08-10event/MultiSocketMonitor: add struct SingleFDMax Kellermann
2013-08-10event/MultiSocketMonitor: use uint64_t instead of gint64Max Kellermann
2013-08-10event/MultiSocketMonitor: eliminate virtual method CheckSockets()Max Kellermann
2013-08-07Makefile.am: move sources to libsystem.aMax Kellermann
2013-01-15input/Curl: move code to class MultiSocketMonitorMax Kellermann