2017
[folly.git] / folly / io / IOBuf.cpp
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