Use folly/portability/GTest.h in folly/executurs/test/
[folly.git] / folly / io / Compression.h
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-07-04 Yedidya FeldblumApply clang-format to folly/io/ (namespace)
2017-06-09 Victor Gaoapply clang-tidy modernize-use-override
2017-05-24 Nick TerrellAdd streaming API
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 TerrellAdd LZ4_FRAME codec
2017-03-15 Felix HandteAdd String Support to Compression Codec
2017-03-13 Christopher DykesAdd a way to determine if a compression codec is suppor...
2017-01-04 Yedidya Feldblum2017
2016-09-01 Chip Turnerzstd is no longer in beta -- s/ZSTD_BETA/ZSTD/g
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
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-03-03 Nicholas OrmrodCopyright 2014->2015
2014-09-18 Nicholas Ormrodremove eof whitespace lines
2014-07-14 Tudor BosmanEnforce max uncompressed size; use safe LZ4 decompresso...
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-08-28 Tudor BosmanAdd Varint-length-prefixed flavor of LZ4
2013-08-28 Tudor BosmanIOBuf compression