Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-03-02 | event/SignalMonitor: fix build failure due to missing signal.h include | Max Kellermann | 1 | -0/+2 | |
2014-02-18 | event/SignalMonitor: unblock signals after fork | Max Kellermann | 1 | -1/+22 | |
Fixes hanging child process in the "pipe" output plugin. | |||||
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2014-01-06 | event/SocketMonitor: don't close the socket automatically | Max Kellermann | 1 | -8/+0 | |
Users now have to call Close() explicitly. This simplifies using the class, as most users have automatic socket management already, and Steal() had to be used often. | |||||
2013-12-15 | configure.ac: add option "--disable-glib" | Max Kellermann | 1 | -0/+1 | |
Allows building without GLib. This fails to compile currently, because GLib is still used in the MPD core. | |||||
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -0/+2 | |
2013-10-18 | SignalMonitor: add SignalMonitorGetEventLoop() | Max Kellermann | 1 | -0/+8 | |
Eliminate the global variable "shutdown_loop". | |||||
2013-08-07 | event/SignalMonitor: use signalfd() if available | Max Kellermann | 1 | -1/+72 | |
2013-08-07 | SignalHandlers: move code to new class SignalMonitor | Max Kellermann | 1 | -0/+133 | |