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