Properly handle appending to the tail of the chain
[folly.git] / folly / io / test / IOBufCursorTest.cpp
2018-01-17 Stepan PalamarchukProperly handle appending to the tail of the chain
2018-01-16 Stepan PalamarchukTrack absolute position of the cursor
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2017-07-17 Yedidya FeldblumCodeMod: Prefer ADD_FAILURE() over EXPECT_TRUE(false...
2017-07-04 Yedidya FeldblumApply clang-format to folly/io/ (namespace)
2017-06-27 Adam Simpkinsmake io::Cursor::push() safe to call with an empty...
2017-05-23 Christopher DykesMake a few implicit truncations either explicit, or...
2017-03-25 Nick TerrellAdd tryRead() and endian variants
2017-03-23 Jim Meyeringchange EXPECT_EQ(false, ... to EXPECT_FALSE(...; ditto...
2017-03-13 Nick TerrellFill buffer before allocating more
2017-02-01 Christopher DykesSwap a few APIs to reduce sign and implicit truncations...
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-04 Yedidya Feldblum2017
2016-11-03 Kyle NekritzAllow folly::io::Cursor to move backwards.
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-05-28 Adam Simpkinsadd Cursor::readWhile() and skipWhile()
2016-05-26 Adam Simpkinsmove io/Cursor-defs.h to io/Cursor.cpp
2016-05-25 Adam Simpkinsadd Cursor::peekBytes()
2016-02-25 Michael LeeSplit tests into test and benchmarks.
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-10-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
2015-09-29 Subodh IyengarPre-prune iobufs from clone
2015-03-18 Adam Simpkinsadd Cursor::isAtEnd()
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-10-29 Adam Simpkinsimprove io::Appender functionality
2014-09-26 Guohui Wangadd function to push data from another cursor
2014-07-07 Tudor Bosmangflags now likes namespace gflags, not google
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-03-10 Yedidya FeldblumFix off-by-one affecting benchmark numbers in folly/io.
2014-02-28 Adam Simpkinsadd operator +, ==, and != to Cursor classes
2014-01-06 Ajit BanerjeeFix cursor insert inconsistency
2013-12-20 Adam Simpkinsmake IOBuf::gather() safe
2013-12-20 Adam Simpkinsfix bugs in the cursor StringOperations test
2013-08-29 Tudor Bosmanfolly::io::QueueAppender speedup
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