aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/monitor-fd.hh
AgeCommit message (Expand)Author
2024-07-13daemon: remove workaround for macOS kernel bug that seems fixedJade Lovelace
2024-07-13daemon: fix a crash bug "FATAL: exception not rethrown"Jade Lovelace
2024-03-11util.hh: split out signals stuffJade Lovelace
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
2023-01-11MonitorFdHup: Make it work on macOS againEelco Dolstra
2018-02-14monitor-fds: Fix on macOS.Shea Levy
2017-01-26Fix interrupt handlingEelco Dolstra
2014-12-14PedantryEelco Dolstra
2014-12-09Explicitly include required C headersMarko Durkovic
2014-07-24Use pthread_cancel instead of a signalEelco Dolstra
2014-07-24Fix bogus pass by referenceEelco Dolstra
2014-07-24More debuggingEelco Dolstra
2014-07-24Add some assertionsEelco Dolstra
2014-07-23nix-daemon: Use a thread instead of SIGPOLL to catch client disconnectsEelco Dolstra