Update documentation for Synchronized
[folly.git] / folly / Subprocess.h
2016-05-26 Adam Simpkinsadd a default Subprocess constructor
2016-04-23 Sven Overuse forward instead of move for universal references
2016-04-22 Sven OverSubprocess: allow non-copyable callbacks
2016-04-20 Alexey SpiridonovThrow on errors in read callback
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-12-06 Alexey SpiridonovAdd an "after fork, before exec" callback
2015-09-14 Yedidya FeldblumCodeMod: Drop FOLLY_OVERRIDE and FOLLY_FINAL
2015-07-27 Alexey SpiridonovMake ProcessReturnCode default-constructible
2015-07-27 Alexey SpiridonovImprove waitpid error handling
2015-06-12 Praveen KumarGet *=default*ed default constructors
2015-06-12 Praveen KumarNeedless temporary gone
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-11 Alexey SpiridonovAdd process group leader option
2014-09-18 Nicholas Ormrodremove eof whitespace lines
2014-07-25 Alexey SpiridonovA generic line-reading callback for communicate()
2014-07-09 Tudor BosmanUse pipe2 in Subprocess; platform-specific config
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-05-20 Alexey SpiridonovSmall readability improvements
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-10-24 Andrey Goderfix typo in comment
2013-06-26 Adam Simpkinsrework the Subprocess::communicate() API
2013-05-20 Adam SimpkinsUpdate Subprocess to throw if exec() fails
2013-04-21 Tudor BosmanOptionally, kill subprocess when parent dies
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 Bosmanfix typos in comment; RV_* do not have to be public
2012-12-16 Tudor BosmanSubprocess library, modeled after python's subprocess...