Cursor::read<T>() initializes return value
[folly.git] / folly / io / Cursor.h
2017-03-29 Ondrej LeheckaCursor::read<T>() initializes return value
2017-03-25 Nick TerrellAdd tryRead() and endian variants
2017-03-13 Nick TerrellFill buffer before allocating more
2017-01-04 Yedidya Feldblum2017
2016-11-03 Kyle NekritzAllow folly::io::Cursor to move backwards.
2016-09-30 Lucian Grijincufolly: use std::__throw_out_of_range
2016-05-28 Adam Simpkinsadd Cursor::readWhile() and skipWhile()
2016-05-25 Adam Simpkinsadd Cursor::peekBytes()
2016-04-27 Jon Maltiel SwensonOptimize away IOBuf clones on hot path
2016-04-25 Stepan PalamarchukRemove unnecessary construction of IOBuf in Cursor
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-05 Neel GoyalAdd canAdvance to cursor and tests
2015-10-22 Alan FrindellFix infinite loop in Cursor::readTerminatedString
2015-09-29 Subodh IyengarPre-prune iobufs from clone
2015-03-18 Adam Simpkinsadd Cursor::isAtEnd()
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-12-11 Philip Proninfix Cursor::skipAtMostSlow bug introduced in D1724111
2014-12-11 Philip Proninimprove io::Cursor read() performance for small sizeof(T)
2014-11-19 Alex LandauCompactProtocol: readVarint optimizations
2014-11-19 Alex LandauCompactProtocol: more improvements
2014-10-29 Adam Simpkinsimprove io::Appender functionality
2014-09-26 Guohui Wangadd function to push data from another cursor
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-03-18 Adam Simpkinsfix Cursor's copy constructor
2014-02-28 Adam Simpkinsadd operator +, ==, and != to Cursor classes
2014-02-21 Omry Yadanallow folly Cursor to read and write floats
2014-02-21 Tudor BosmanMake IOBuf support 64-bit length and capacity
2014-02-21 Bo Liuadd clone() of stack allocated memory for folly::Cursor...
2014-01-06 Ajit BanerjeeFix cursor insert inconsistency
2013-12-20 Adam Simpkinsmake IOBuf::gather() safe
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-06-03 Tudor BosmanAdd QueueAppender
2013-05-20 Peter GriessAdd read*String() methods to Cursor
2013-03-19 Peter GriessAdd some CursorBase::operator-() implementations
2013-01-19 Tudor Bosmangraduate IOBuf out of folly/experimental