2017
[folly.git] / folly / test / SubprocessTest.cpp
2017-01-04 Yedidya Feldblum2017
2016-12-07 Christopher DykesRename stdin, etc. in Subprocess to work with MSVC
2016-11-24 Yedidya FeldblumSuppress deprecation warnings in related tests
2016-09-15 Dominik Gabiformatting support for `Subprocess::shellify`
2016-09-15 Dominik Gabideprecate `folly::Subprocess(std::string, ...)`
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-05-31 Michael LeeSubprocessTest does not use dirent.h
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-05-30 Christopher DykesSwitch uses of <dirent.h> to <folly/portability/Dirent.h>
2016-05-26 Adam Simpkinsadd a default Subprocess constructor
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-12-06 Alexey SpiridonovAdd an "after fork, before exec" callback
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...