summaryrefslogtreecommitdiff
path: root/src/event/MultiSocketMonitor.cxx
AgeCommit message (Expand)Author
2021-01-01Merge branch 'v0.22.x'Max Kellermann
2021-01-01copyright year 2021Max Kellermann
2020-10-14event/IdleMonitor: refactor to IdleEventMax Kellermann
2020-10-08event/TimerEvent: add type alias for std::chrono::steady_clock::durationMax Kellermann
2020-03-12change errno.h to cerrnoRosen Penev
2020-01-18copyright year 2020Max Kellermann
2019-12-24Merge tag 'v0.21.18'Max Kellermann
2019-12-22event/MultiSocketMonitor: add workaround for /dev/nullMax Kellermann
2019-12-22event/MultiSocketMonitor: un-inline AddSocket()Max Kellermann
2019-12-20event/MultiSocketMonitor: use std::exchange()Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
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