Update Subprocess to throw if exec() fails
[folly.git] / folly / Subprocess.cpp
2013-05-20 Adam SimpkinsUpdate Subprocess to throw if exec() fails
2013-04-21 Tudor BosmanMake Subprocess::spawn more robust
2013-04-21 Tudor BosmanOptionally, kill subprocess when parent dies
2013-03-19 Tudor BosmanAsyncIO in folly
2013-01-19 Tudor Bosmanset pid_=-1 after wait, actually implement pid()
2013-01-19 Philip Proninfix some of the warning/errors clang 3.1 reports
2013-01-19 Tudor Bosmangraduate IOBuf out of folly/experimental
2012-12-16 Tudor Bosmanints used as flags (bitwise): so C
2012-12-16 Tudor BosmanRetry wait() on EINTR; clean up signal handling
2012-12-16 Tudor BosmanSubprocess library, modeled after python's subprocess...