Revise API to load cert/key in SSLContext.
[folly.git] / folly / io / test /
2017-11-01 Alisson Gusatti... Fix OSS's "make check"
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-23 James Sedgwickmove Arena, ThreadCachedArena, and Malloc to memory/
2017-10-21 James Sedgwickmove io/Compression and io/compression/* to compression/
2017-10-19 Yedidya FeldblumRevert D6050464: [Folly] Move folly/Hash.h to folly...
2017-10-19 Yedidya FeldblumMove folly/Hash.h to folly/hash/
2017-09-15 Stella LauAllow getAutoUncompressionCodec() to have 1 terminal...
2017-09-05 Stella LauCompress empty strings with underlying compressor
2017-08-25 Stella LauEnforce forward progress with StreamCodec
2017-08-24 Stella LauAdd LZMA streaming interface
2017-08-22 Stella LauAdd zlib-specific codec initialization
2017-07-17 Yedidya FeldblumCodeMod: Prefer ADD_FAILURE() over EXPECT_TRUE(false...
2017-07-13 Yedidya FeldblumSort #include lines
2017-07-04 Yedidya FeldblumApply clang-format to folly/io/ (namespace)
2017-06-27 Adam Simpkinsmake io::Cursor::push() safe to call with an empty...
2017-06-13 Nick TerrellFix decompression of truncated data
2017-05-24 Nick TerrellAdd zstd streaming interface
2017-05-24 Nick TerrellAdd streaming API
2017-05-23 Christopher DykesMake a few implicit truncations either explicit, or...
2017-05-20 Christopher DykesMark constexpr values needed within non-implicitly...
2017-05-16 Yedidya FeldblumFix violations of unused-lambda-capture
2017-05-16 Christopher DykesSwitch implicit references of folly::make_unique to...
2017-05-11 Nick TerrellSwitch uncompressedLength to an Optional<uint64_t>
2017-04-27 Otto EbelingDon't return a nullptr from IOBufQueue::split(0)
2017-04-13 Nick TerrellAdd bzip2 support
2017-04-05 Subodh IyengarAdd trimAtMost functions
2017-03-29 Nick TerrellAutomaticCodec
2017-03-25 Nick TerrellAdd tryRead() and endian variants
2017-03-24 Nick TerrellAllow decompresion without uncompressedSize
2017-03-24 Nick TerrellOptimize ZSTDCodec::doUncompress()
2017-03-24 Nick TerrellAdd LZ4_FRAME codec
2017-03-23 Ted PercivalRe-enable io tests
2017-03-23 Jim Meyeringchange EXPECT_EQ(false, ... to EXPECT_FALSE(...; ditto...
2017-03-21 Nick TerrellAdd IOBuf::cloneCoalesced()
2017-03-15 Felix HandteAdd String Support to Compression Codec
2017-03-13 Nick TerrellFill buffer before allocating more
2017-02-27 Kyle NekritzDon't call memcpy with empty buffer in IOBuf::copyBuffer().
2017-02-01 Christopher DykesSwap a few APIs to reduce sign and implicit truncations...
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-10 Christopher DykesEnable -Wunreachable-code-break v2016.12.12.00
2016-11-03 Kyle NekritzAdd splitAtMost to IOBufQueue.
2016-11-03 Kyle NekritzAllow folly::io::Cursor to move backwards.
2016-09-20 Philip Proninfix ZSTD support
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-09-01 Chip Turnerzstd is no longer in beta -- s/ZSTD_BETA/ZSTD/g
2016-08-05 Christopher DykesUse the socket portability layer when needed. v2016.08.08.00
2016-07-16 Wez Furlongfolly: fixup CompressionTest compilation on macos
2016-06-24 Huapeng ZhouIOBuf: add a method to signal the underlying buffer...
2016-05-30 Christopher DykesSwitch uses of networking headers to <folly/portability...
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-05-28 Adam Simpkinsadd Cursor::readWhile() and skipWhile()
2016-05-26 Adam Simpkinsmove io/Cursor-defs.h to io/Cursor.cpp
2016-05-25 Adam Simpkinsadd Cursor::peekBytes()
2016-05-18 Ilya Maykovadded IOBuf::wrapBufferAsValue()
2016-05-09 Jim Meyeringfolly test: fix typo in RandomDataHolder::RandomDataHolder
2016-05-05 Michael LeeSwitch gflags to portability/GFlags.h
2016-05-04 Pavlo KushnirOptimize copy/move
2016-04-25 Stepan PalamarchukRemove unnecessary construction of IOBuf in Cursor
2016-02-25 Michael LeeSplit tests into test and benchmarks.
2016-02-22 Michael LeeRemove extra `int main`s from unit tests.
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-05 Neel GoyalAdd canAdvance to cursor and tests
2015-12-15 Lovro PuzarSupport gzip in folly/io:compression
2015-10-22 Alan FrindellFix infinite loop in Cursor::readTerminatedString
2015-10-20 Jon Maltiel SwensonBring zstd support into folly/io/Compression.h
2015-10-16 Madhu RamanathanReverting D2503151 to unbreak buck build
2015-10-16 Jon Maltiel SwensonBring ZSTD support into folly/io/Compression.h
2015-10-13 Igor Sugakfolly: fix clang -Wpessimizing-move
2015-10-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
2015-09-29 Subodh IyengarPre-prune iobufs from clone
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 YM CHENfix namespace v2
2015-05-12 Tudor BosmanIOBuf::reserve would return less tailroom than requeste...
2015-04-02 Alan FrindellMove AsyncSocket tests from thrift to folly
2015-03-18 Adam Simpkinsadd Cursor::isAtEnd()
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-02-02 Adam Simpkinsadd IOBuf::appendToIov()
2015-01-07 Keith AdamsAdd convenience functions to serialize to / deserialize...
2014-12-11 Mainak Mandalfix varint decoding in case the first buffer is smaller...
2014-12-11 James Sedgwickmerge event base tests
2014-11-08 Daniel SommermannFix -Wsign-compare
2014-10-29 Adam Simpkinsimprove io::Appender functionality
2014-09-26 Guohui Wangadd function to push data from another cursor
2014-09-18 Nicholas Ormrodremove eof whitespace lines
2014-09-09 Jim Meyeringfbcode: __x__-protect all __attribute__ keywords, mecha...
2014-08-14 Philip Proninfix build (gtest 1.6 -> 1.7)
2014-08-14 Marc HorowitzDon't check for thread running in terminateLoopSoon()
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-04-18 Victor LohUse StringPiece instead of String
2014-03-31 Nicholas OrmrodNULL -> nullptr
2014-03-10 Yedidya FeldblumFix off-by-one affecting benchmark numbers in folly/io.
2014-02-28 Adam Simpkinsadd operator +, ==, and != to Cursor classes
next