Allow folly to compile cleanly with most of the rest of MSVC's sign mismatch warnings
[folly.git] / folly / io / IOBuf.h
2016-12-16 Christopher DykesAllow folly to compile cleanly with most of the rest...
2016-12-02 Christopher DykesBegin making folly compile cleanly with a few of MSVC...
2016-08-29 Nick TerrellAdd default constructor to folly::IOBuf::Iterator.
2016-06-24 Huapeng ZhouIOBuf: add a method to signal the underlying buffer...
2016-05-30 Christopher DykesSwitch uses of <sys/uio.h> to <folly/portability/SysUio.h>
2016-05-18 Ilya Maykovadded IOBuf::wrapBufferAsValue()
2016-05-04 Pavlo KushnirOptimize copy/move
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-07-09 Tudor BosmanAdd isManaged / makeManaged
2015-06-11 Tudor BosmanMake IOBuf copyable
2015-06-05 Tudor BosmanAdd cloning constructor to folly::IOBuf
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-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-06-09 Tudor BosmanHasher and equality comparison for IOBuf
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 Louis BrandyCopyright 2013 -> 2014
2014-01-19 Adam Simpkinssupport stack-allocated IOBufs
2013-12-20 Adam Simpkinsmake IOBuf::gather() safe
2013-12-20 Adam Simpkinschange the mechanism for "internal" buffer storage
2013-12-20 Adam Simpkinsfix IOBuf::reserve() when operating on a user-supplied...
2013-11-26 Tudor BosmanImprove CompressionTest
2013-10-24 Philip Proninmake IOBuf::coalesce return ByteRange
2013-10-15 Daniel SommermannAdd a comment about takeOwnership()
2013-08-29 Tudor Bosmanfolly::io::QueueAppender speedup
2013-06-26 Jim Meyeringfolly: accommodate use of -Wshadow in other projects
2013-06-03 Tudor BosmanAdd QueueAppender
2013-03-27 Hans FugalIOBuf::getIov
2013-01-19 Tudor Bosmangraduate IOBuf out of folly/experimental