Fix copyright lines
[folly.git] / folly / io / test / IOBufQueueTest.cpp
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-07-13 Yedidya FeldblumSort #include lines
2017-05-23 Christopher DykesMake a few implicit truncations either explicit, or...
2017-04-27 Otto EbelingDon't return a nullptr from IOBufQueue::split(0)
2017-04-05 Subodh IyengarAdd trimAtMost functions
2017-02-01 Christopher DykesSwap a few APIs to reduce sign and implicit truncations...
2017-01-04 Yedidya Feldblum2017
2016-11-03 Kyle NekritzAdd splitAtMost to IOBufQueue.
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-09-09 Daniel SommermannAdd forwarding gather() function to IOBufQueue
2016-05-05 Michael LeeSwitch gflags to portability/GFlags.h
2016-02-22 Michael LeeRemove extra `int main`s from unit tests.
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-10-13 Igor Sugakfolly: fix clang -Wpessimizing-move
2015-10-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-01-07 Keith AdamsAdd convenience functions to serialize to / deserialize...
2014-11-08 Daniel SommermannFix -Wsign-compare
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-04-18 Victor LohUse StringPiece instead of String
2014-03-31 Nicholas OrmrodNULL -> nullptr
2014-02-06 Louis BrandyCopyright 2013 -> 2014
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