change the mechanism for "internal" buffer storage
[folly.git] / folly / io /
2013-12-20 Adam Simpkinschange the mechanism for "internal" buffer storage
2013-12-20 Adam Simpkinsupdate moveToFbString()'s handling of flags_
2013-12-20 Adam Simpkinsfix IOBuf::reserve() when operating on a user-supplied...
2013-12-20 Adam Simpkinsfix bugs in the cursor StringOperations test
2013-11-26 Tudor BosmanImprove CompressionTest
2013-10-24 Philip Proninexponential capacity growth for io::TypedIOBuf
2013-10-24 Philip Proninmake IOBuf::coalesce return ByteRange
2013-10-15 Peter GriessUse #if rather than #ifdef to check autoconf guards.
2013-10-15 Daniel SommermannAdd a comment about takeOwnership()
2013-09-08 Tudor BosmanFix insignificant CRTP bug
2013-08-29 Tudor Bosmanfolly::io::QueueAppender speedup
2013-08-28 Jim Meyeringfolly: adjust more headers to be -Wshadow-clean
2013-08-28 Tudor BosmanAdd Varint-length-prefixed flavor of LZ4
2013-08-28 Tudor BosmanIOBuf compression
2013-07-18 Sean CannellaOSX compat fixes
2013-06-26 Jim Meyeringfolly: accommodate use of -Wshadow in other projects
2013-06-26 Adam Simpkinsrework the Subprocess::communicate() API
2013-06-03 Tudor BosmanAdd QueueAppender
2013-05-20 Tudor BosmanUnbreak build on glibc 2.5.1
2013-05-20 Tudor Bosmanconvert RecordIO to pwritev
2013-05-20 Peter GriessAdd read*String() methods to Cursor
2013-05-20 Tudor BosmanRecordIO: robust record-based streaming I/O
2013-03-27 Hans FugalIOBuf::getIov
2013-03-27 Alessandro Salvatoriallow to dequeue the first IOBuf in an IOBufQueue
2013-03-19 Gaurav JainMinor clang compiler fixes
2013-03-19 Tudor BosmanFix subtle double-free in trimEnd; optionally pack...
2013-03-19 Peter GriessAdd some CursorBase::operator-() implementations
2013-01-19 Tudor Bosmangraduate IOBuf out of folly/experimental