summaryrefslogtreecommitdiff
path: root/src/event/SignalMonitor.cxx
AgeCommit message (Expand)Author
2021-01-21event/SignalMonitor: fix non-Linux build failureMax Kellermann
2021-01-01Merge branch 'v0.22.x'Max Kellermann
2021-01-01copyright year 2021Max Kellermann
2020-10-14event/SocketMonitor: refactor to SocketEventMax Kellermann
2020-10-13meson.build: move macros to event/Features.hMax Kellermann
2020-03-12replace signal.h with csignal.hRosen Penev
2020-03-12replace assert.h with cassertRosen Penev
2020-02-01*: add `explicit`Max Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-08-06event/SignalMonitor: make SignalMonitorFinish() noexceptMax Kellermann
2018-08-06event/SignalMonitor: add `noexcept`Max Kellermann
2017-12-16Merge branch 'v0.20.x'Max Kellermann
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-11-10event/SocketMonitor: add "noexcept"Max Kellermann
2017-08-11event/SignalMonitor: throw exception instead of raising fatal errorMax Kellermann
2017-08-10event/SocketMonitor: use class SocketDescriptorMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-08-15event/SignalMonitor: fix obsolete nullptr check in SignalCallback()Max Kellermann
2016-06-20event/SignalMonitor: remove unused function SignalMonitorGetEventLoopMax Kellermann
2016-06-20event/SignalMonitor: use BoundMethod instead of raw function pointerMax 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-18Merge branch 'v0.18.x'Max Kellermann
2014-02-18event/SignalMonitor: unblock signals after forkMax Kellermann
2014-01-13copyright year 2014Max Kellermann
2014-01-06event/SocketMonitor: don't close the socket automaticallyMax Kellermann
2013-12-15configure.ac: add option "--disable-glib"Max Kellermann
2013-11-28include cleanup using iwyuMax Kellermann
2013-10-18SignalMonitor: add SignalMonitorGetEventLoop()Max Kellermann
2013-08-07event/SignalMonitor: use signalfd() if availableMax Kellermann
2013-08-07SignalHandlers: move code to new class SignalMonitorMax Kellermann