rework the Subprocess::communicate() API
[folly.git] / folly / test / SubprocessTest.cpp
2013-06-26 Adam Simpkinsrework the Subprocess::communicate() API
2013-05-20 Adam SimpkinsUpdate Subprocess to throw if exec() fails
2013-05-20 Tudor Bosmanflock locks in folly::File, FileUtil, Exception.h fixes...
2013-04-21 Tudor BosmanMake Subprocess::spawn more robust
2013-04-21 Tudor BosmanOptionally, kill subprocess when parent dies
2013-03-27 Louis BrandyCopyright 2012 -> 2013
2012-12-16 Tom JacksonRemoving unneeded eachAs() operators
2012-12-16 Tudor BosmanRemove Stream
2012-12-16 Tudor Bosmanints used as flags (bitwise): so C
2012-12-16 Tudor BosmanSubprocess library, modeled after python's subprocess...