Fix -Wsign-compare
[folly.git] / folly / test / SubprocessTest.cpp
2014-11-08 Daniel SommermannFix -Wsign-compare
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-05-20 Rocky LiuRevert "[folly::Subprocess] Set O_CLOEXEC by default...
2014-05-20 Rocky LiuSet O_CLOEXEC by default when creating pipes to avoid...
2014-05-20 Tudor BosmanFix Chatty subprocess test, call callback on hangup
2014-04-18 Nicholas OrmrodFix apparent race in SubprocessTest
2014-04-18 Alexey SpiridonovChange child's working directory
2014-04-04 Tudor BosmanAdd ability to silence callbacks for Subprocess::commun...
2014-02-06 Tom JacksonCodemod following promotion
2014-01-19 Andrei AlexandrescureadFile reads an entire file into a string, vector...
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...