Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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. | |||||
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 | |