summaryrefslogtreecommitdiff
path: root/src/event/Loop.hxx
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-10-08event/TimerEvent: add type alias for std::chrono::steady_clock::durationMax Kellermann
2020-10-08event/TimerEvent: use auto_unlink hookMax Kellermann
2020-10-08event/Loop: reorder includesMax Kellermann
2020-10-08event/Loop: forward-declare class TimerEventMax Kellermann
2020-10-08event/TimerEvent: use base_hook instead of member_hookMax Kellermann
2020-10-08event/Loop: use `using` instead of `typedef`Max Kellermann
2020-05-05event/Loop: integrate io_uring supportMax Kellermann
2020-05-05event/Loop: allow calling AddFD()... before starting the EventThreadMax Kellermann
2020-03-12replace assert.h with cassertRosen Penev
2020-01-18copyright year 2020Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-02-05event/Loop: add flag `alive`Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-08-06system/Event{FD,Pipe}: throw exception on errorMax Kellermann
2018-01-29event/Loop: add flag "dead"Max Kellermann
2018-01-29event/Loop: move code to HandleTimers()Max Kellermann
2018-01-29event/Loop: add "noexcept"Max Kellermann
2017-12-22event/Loop: use std::atomic_bool for the "quit" variableMax Kellermann
2017-11-12event/DeferredMonitor: eliminate obsolete classMax Kellermann
2017-11-10event/SocketMonitor: add "noexcept"Max Kellermann
2017-08-29event/TimeoutMonitor: move code to new class TimerEventMax Kellermann
2017-08-29event/Loop: use boost::intrusive::list to store IdleMonitors and DeferredMoni...Max Kellermann
2017-08-29event/Loop: use boost::intrusive::multiset to store TimeoutMonitorsMax Kellermann
2017-08-29event/Loop: move TimerRecord::due to class TimeoutMonitorMax Kellermann
2017-08-29event/Loop: remove unused method TimerRecord::IsDue()Max Kellermann
2017-08-18event/Loop: set thread to current thread by defaultMax Kellermann
2017-06-04*: add lost of "noexcept" specificationsMax Kellermann
2017-02-09event/Loop: make IsInsideOrNull() available in the NDEBUG buildMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-12-28event/Loop: use std::chronoMax Kellermann
2016-12-27event/Loop: use C++11 initializersMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-02-05event/Loop: remove the dummy constructor argumentMax Kellermann
2014-01-13copyright year 2014Max Kellermann
2014-01-09event/Loop: allow scheduling events before Run()Max Kellermann
2014-01-05event/Loop: try to avoid the WakeFD when adding DeferredMonitorMax Kellermann
2014-01-05event/Loop: add attribute "again"Max Kellermann
2014-01-05event/Loop: add thread-safety assertionsMax Kellermann
2014-01-05event/Loop: move code to HandleDeferred()Max Kellermann
2014-01-04event/Loop: remove the GLib implementationMax Kellermann
2014-01-04event/Loop: remove unused method AddCall()Max Kellermann
2014-01-04event/DeferredMonitor: make fully thread-safeMax Kellermann
2013-12-31event/Loop: document that AddCall() is thread-safeMax Kellermann
2013-11-28event: introduce generic API for internal event loopDenis Krjuchkov
2013-11-27Add infrastructure for using multiple event loopsDenis Krjuchkov