FBString: fix constructors so it compiles with newer Clang's
[folly.git] / folly / test / SubprocessTest.cpp
2015-10-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
2015-07-31 Andrew Gallagherfolly: fix another test running under buck
2015-07-27 Alexey SpiridonovMake ProcessReturnCode default-constructible
2015-07-22 Tudor BosmanAdd executable_path() and convert SubprocessTest to...
2015-05-20 Alexey SpiridonovMake Subprocess movable
2015-05-12 Alexey SpiridonovFactor out pipe methods, add takeOwnershipOfPipes
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-12-29 Chip TurnerFix incorrect 'test' statement in unit test
2014-12-11 Alexey SpiridonovAdd process group leader option
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...