libcryfs/src/cpp-utils/process
Sebastian Messmer 26ea5a0209 Fix Subprocess on Windows 2021-12-22 22:12:03 +01:00
..
SignalCatcher.cpp Use libunwind instead of libbacktrace to build stack traces. This fixes a segfault issue with platforms using libexecinfo and is generally more portable. 2019-03-25 09:29:58 -07:00
SignalCatcher.h Extract SignalHandler from SignalCatcher and also use it for backtrace 2019-03-24 20:52:53 -07:00
SignalHandler.cpp Switch from libunwind to boost::stacktrace 2019-04-01 19:18:49 -07:00
SignalHandler.h Switch from libunwind to boost::stacktrace 2019-04-01 19:18:49 -07:00
daemonize.cpp Make daemonize() work on windows 2018-05-20 19:21:58 -07:00
daemonize.h Refactor directory layout to allow other modules in same repository 2016-02-11 12:04:49 +01:00
subprocess.cpp Fix Subprocess on Windows 2021-12-22 22:12:03 +01:00
subprocess.h Process I/O needs to use the async API to avoid deadlocks 2021-12-12 13:00:22 +01:00