Fix copyright lines
[folly.git] / folly / io / test / IOBufTest.cpp
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2017-10-23 James Sedgwickmove Arena, ThreadCachedArena, and Malloc to memory/
2017-07-04 Yedidya FeldblumApply clang-format to folly/io/ (namespace)
2017-03-21 Nick TerrellAdd IOBuf::cloneCoalesced()
2017-02-27 Kyle NekritzDon't call memcpy with empty buffer in IOBuf::copyBuffer().
2017-01-13 Marcus Holland-MoritzProtect memcpy calls against undefined behaviour
2017-01-04 Yedidya Feldblum2017
2016-12-10 Christopher DykesEnable -Wunreachable-code-break v2016.12.12.00
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-06-24 Huapeng ZhouIOBuf: add a method to signal the underlying buffer...
2016-05-18 Ilya Maykovadded IOBuf::wrapBufferAsValue()
2016-05-05 Michael LeeSwitch gflags to portability/GFlags.h
2016-05-04 Pavlo KushnirOptimize copy/move
2016-02-22 Michael LeeRemove extra `int main`s from unit tests.
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-10-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
2015-08-12 Orvid KingAdd MSVC support to MaxAlign
2015-07-09 Tudor BosmanAdd isManaged / makeManaged
2015-06-22 Igor SugakAdd missing override and remove redundant virtual in...
2015-06-11 Tudor BosmanMake IOBuf copyable
2015-05-12 Tudor BosmanIOBuf::reserve would return less tailroom than requeste...
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-02-02 Adam Simpkinsadd IOBuf::appendToIov()
2014-09-09 Jim Meyeringfbcode: __x__-protect all __attribute__ keywords, mecha...
2014-08-14 Philip Proninfix build (gtest 1.6 -> 1.7)
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-06-09 Tudor BosmanHasher and equality comparison for IOBuf
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2014-01-19 Adam Simpkinssupport stack-allocated IOBufs
2013-12-20 Adam Simpkinsmake IOBuf::gather() safe
2013-12-20 Adam Simpkinsfix issues when compiling with clang
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-03-27 Hans FugalIOBuf::getIov
2013-01-19 Tudor Bosmangraduate IOBuf out of folly/experimental