Fix RequestContext held too long issue in EventBase
[folly.git] / folly / io / IOBuf.cpp
2017-10-23 James Sedgwickmove Arena, ThreadCachedArena, and Malloc to memory/
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-30 Yedidya FeldblumMark two implicit ctors as explicit
2017-07-24 Yedidya FeldblumMove the SpookyHash libraries into folly/hash v2017.07.24.00
2017-07-22 Mihaela OgrezeanuRevert D5455584: [Folly] Move the SpookyHash libraries...
2017-07-22 Yedidya FeldblumMove the SpookyHash libraries into folly/hash
2017-07-20 Phil WilloughbyIntroduce folly::max_align_t and folly::max_align_v
2017-07-13 Yedidya FeldblumSort #include lines
2017-06-08 Christopher DykesRefer to nullptr not NULL
2017-05-16 Christopher DykesSwitch implicit references of folly::make_unique to...
2017-03-21 Nick TerrellAdd IOBuf::cloneCoalesced()
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-13 Marcus Holland-MoritzProtect memcpy calls against undefined behaviour
2017-01-04 Yedidya Feldblum2017
2016-12-02 Christopher DykesBegin making folly compile cleanly with a few of MSVC...
2016-06-24 Huapeng ZhouIOBuf: add a method to signal the underlying buffer...
2016-05-25 Adam Simpkinsadd Cursor::peekBytes()
2016-05-18 Ilya Maykovadded IOBuf::wrapBufferAsValue()
2016-05-04 Pavlo KushnirOptimize copy/move
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2016-01-13 Michael LeeAdd a preprocessor guard around __STDC_LIMIT_MACROS...
2015-08-12 Orvid KingAdd MSVC support to MaxAlign
2015-07-09 Tudor BosmanAdd isManaged / makeManaged
2015-06-11 Tudor BosmanMake IOBuf copyable
2015-06-05 Louis Brandyremove useless self-assignment in folly::iobuf
2015-05-12 Tudor BosmanIOBuf::reserve would return less tailroom than requeste...
2015-03-18 Naizhi LiAdd support for iovec for UDP send in folly::AsyncUDPSocket
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-02-02 Adam Simpkinsadd IOBuf::appendToIov()
2014-12-11 Nicholas OrmrodIOBuf::moveToFbString legacy 4GiB limit
2014-09-09 Jason EvansConvert from jemalloc's obsolete *allocm() to *allocx().
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-06-09 Tudor BosmanHasher and equality comparison for IOBuf
2014-05-20 Philip Proninfix IOBuf self move-assignment
2014-05-20 Peter GriessFix type mismatch in IOBuf::getIov()
2014-03-31 Nicholas OrmrodNULL -> nullptr
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-02-06 Yasser Ganjisaffarbug fix when rallocm fails
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-08-29 Tudor Bosmanfolly::io::QueueAppender speedup
2013-06-03 Tudor BosmanAdd QueueAppender
2013-03-27 Hans FugalIOBuf::getIov
2013-01-19 Tudor Bosmangraduate IOBuf out of folly/experimental