Add zstd streaming interface
[folly.git] / folly / io / test / CompressionTest.cpp
2017-05-24 Nick TerrellAdd zstd streaming interface
2017-05-24 Nick TerrellAdd streaming API
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-13 Nick TerrellAdd bzip2 support
2017-03-29 Nick TerrellAutomaticCodec
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-15 Felix HandteAdd String Support to Compression Codec
2017-01-04 Yedidya Feldblum2017
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-01 Chip Turnerzstd is no longer in beta -- s/ZSTD_BETA/ZSTD/g
2016-07-16 Wez Furlongfolly: fixup CompressionTest compilation on macos
2016-05-09 Jim Meyeringfolly test: fix typo in RandomDataHolder::RandomDataHolder
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-12-15 Lovro PuzarSupport gzip in folly/io:compression
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-06-22 Igor SugakAdd missing override and remove redundant virtual in...
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-12-11 Mainak Mandalfix varint decoding in case the first buffer is smaller...
2014-09-18 Nicholas Ormrodremove eof whitespace lines
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-02-06 Louis BrandyCopyright 2013 -> 2014
2013-12-20 Andrew Gallagherfolly/io:compression: add LZMA2 support
2013-11-26 Tudor BosmanImprove CompressionTest
2013-08-28 Tudor BosmanAdd Varint-length-prefixed flavor of LZ4
2013-08-28 Tudor BosmanIOBuf compression