Always #define _GNU_SOURCE to pull in pipe2() declarations
[folly.git] / folly / Subprocess.cpp
2014-05-20 Rocky LiuAlways #define _GNU_SOURCE to pull in pipe2() declarations
2014-05-20 Rocky LiuSet O_CLOEXEC by default when creating pipes to avoid...
2014-05-20 Alexey SpiridonovSmall readability improvements
2014-05-20 Tudor BosmanFix Chatty subprocess test, call callback on hangup
2014-05-20 Andrey GoderUse readNoInt/writeNoInt in folly::Subprocess
2014-04-18 Elizabeth SmithMSVC translation of noreturn attribute
2014-04-18 Alexey SpiridonovChange child's working directory
2014-04-04 Tudor BosmanAdd ability to silence callbacks for Subprocess::commun...
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-11-26 Peter GriessGet Subprocess running for Mac OS X
2013-08-28 Lucian Grijincufolly: improve Subprocess::enforce() error message
2013-06-26 Adam Simpkinsrework the Subprocess::communicate() API
2013-05-20 Adam SimpkinsUpdate Subprocess to throw if exec() fails
2013-04-21 Tudor BosmanMake Subprocess::spawn more robust
2013-04-21 Tudor BosmanOptionally, kill subprocess when parent dies
2013-03-19 Tudor BosmanAsyncIO in folly
2013-01-19 Tudor Bosmanset pid_=-1 after wait, actually implement pid()
2013-01-19 Philip Proninfix some of the warning/errors clang 3.1 reports
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 BosmanRetry wait() on EINTR; clean up signal handling
2012-12-16 Tudor BosmanSubprocess library, modeled after python's subprocess...