Ensure curly-braces around control-flow
[folly.git] / folly / io / IOBufQueue.h
2017-10-19 Christopher DykesEnsure curly-braces around control-flow
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-04-05 Subodh IyengarAdd trimAtMost functions
2017-01-04 Yedidya Feldblum2017
2016-11-03 Kyle NekritzAdd splitAtMost to IOBufQueue.
2016-09-09 Daniel SommermannAdd forwarding gather() function to IOBufQueue
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-01-07 Keith AdamsAdd convenience functions to serialize to / deserialize...
2014-11-08 Nicholas OrmrodMove constructors should be noexcept
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-04-18 Victor LohUse StringPiece instead of String
2014-02-21 Tudor BosmanMake IOBuf support 64-bit length and capacity
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-08-29 Tudor Bosmanfolly::io::QueueAppender speedup
2013-06-26 Adam Simpkinsrework the Subprocess::communicate() API
2013-06-03 Tudor BosmanAdd QueueAppender
2013-03-27 Alessandro Salvatoriallow to dequeue the first IOBuf in an IOBufQueue
2013-03-19 Tudor BosmanFix subtle double-free in trimEnd; optionally pack...
2013-01-19 Tudor Bosmangraduate IOBuf out of folly/experimental