aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/SignalMonitor.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-12-15configure.ac: add option "--disable-glib"Max Kellermann1-0/+1
Allows building without GLib. This fails to compile currently, because GLib is still used in the MPD core.
2013-11-28include cleanup using iwyuMax Kellermann1-0/+2
2013-10-18SignalMonitor: add SignalMonitorGetEventLoop()Max Kellermann1-0/+8
Eliminate the global variable "shutdown_loop".
2013-08-07event/SignalMonitor: use signalfd() if availableMax Kellermann1-1/+72
2013-08-07SignalHandlers: move code to new class SignalMonitorMax Kellermann1-0/+133