summaryrefslogtreecommitdiffstats
path: root/src/common/SubProcess.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: implement win32 subprocess helpersLucian Petrut2020-08-311-1/+19
* common: stub certain modules and functions on WindowsLucian Petrut2020-06-041-0/+2
* common: SubProcess needs SIGTERM, from the includesWillem Jan Withagen2018-07-141-0/+4
* common: extract SubProcess impl into .ccKefu Chai2018-07-121-375/+1
* os,common: check __APPLE__ for osx not DARWINKefu Chai2017-09-161-1/+1
* build/include: Redo som includes for FreeBSDWillem Jan Withagen2017-05-281-0/+4
* common: Remove redundant includesJos Collin2017-05-171-10/+0
* common: add override in header fileliuchang08122017-03-031-1/+1
* assert(0) -> ceph_abort()Sage Weil2016-11-221-3/+3
* SubProcess: Avoid buffer corruption when calling err()Erwan Velu2016-03-141-3/+3
* SubProcess: fix multiple definition bugYunchuan Wen2015-12-041-18/+18
* SubProcess: include iostreamYunchuan Wen2015-11-211-0/+1
* SubProcess: allow CLOSE/PIPE/KEEP parent std fdYunchuan Wen2015-11-211-27/+35
* stdin/stdout/stderr clash with standard definition, renamed to getter/setterRohan Mars2015-11-131-12/+13
* Merge pull request #5693 from tchaikov/wip-12730Loic Dachary2015-09-021-20/+37
|\
| * common/SubProcess: silence compiler warningsKefu Chai2015-08-281-20/+37
* | common/SubProcess: fix build on DARWINDennis Schafroth2015-08-311-0/+1
|/
* common: SubProcess: timeout supportMykola Golub2015-03-271-0/+137
* common: SubProcess: helper class to spawn subprocessMykola Golub2015-03-271-0/+329