Harden failure signal handler in the face of memory corruptions
[folly.git] / folly / Subprocess.h
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-11-26 Peter GriessGet Subprocess running for Mac OS X
2013-10-24 Andrey Goderfix typo in comment
2013-06-26 Adam Simpkinsrework the Subprocess::communicate() API
2013-05-20 Adam SimpkinsUpdate Subprocess to throw if exec() fails
2013-04-21 Tudor BosmanOptionally, kill subprocess when parent dies
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 Bosmanfix typos in comment; RV_* do not have to be public
2012-12-16 Tudor BosmanSubprocess library, modeled after python's subprocess...