redirect unused fds to /dev/null in pipestream
[libi2ncommon] / src / pipestream.cpp
2018-08-14 Philipp Gesangredirect unused fds to /dev/null in pipestream
2018-08-14 Philipp Gesangallow path lookup for pipestream
2018-08-14 Philipp Gesanghandle pipe termination separately depending on whether...
2018-08-14 Philipp Gesangallow selecting stdout and stderr with inpipestream
2018-08-13 Philipp Gesangadd pipestream ctor overload for vectors of string
2018-08-13 Philipp Gesangadd shell-free pipestream
2015-12-17 Thomas JaroschAlways initialize exit_set
2015-12-17 Gerd von Egidyrename pipe_to_string() to capture_exec() and improve...
2015-12-17 Gerd von Egidycheck if status_set != NULL before setting it
2015-12-17 Gerd von Egidysplit pipestream.hxx into .hxx and .cpp