allow AsyncSignalHandler to attach and detach from an EventBase
[folly.git] / folly / io / Compression.cpp
2017-06-13 Nick TerrellAdd fuzz testing
2017-06-13 Nick TerrellFix decompression of truncated data
2017-06-09 Victor Gaoapply clang-tidy modernize-use-override
2017-06-07 Nick TerrellAdd zlib/gzip streaming support
2017-05-24 Nick TerrellAdd zstd streaming interface
2017-05-24 Nick TerrellAdd streaming API
2017-05-24 Victor Gaoapply clang-tidy modernize-use-override
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-04-12 Nick TerrellFix zlib + lzma memory usage inefficiency
2017-04-10 Nick TerrellFix std::max() call in Compression.cpp
2017-04-03 Nick TerrellRemove use of generic lambdas
2017-03-29 Nick TerrellAutomaticCodec
2017-03-28 Nick TerrellOptimize ZlibCodec::doUncompress()
2017-03-27 Nick TerrellGate LZ4Frame behind version check
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-21 Nick TerrellAdd IOBuf::cloneCoalesced()
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-11-29 Nick TerrellSupport old LZ4 versions
2016-11-17 Nick TerrellReplace deprecated LZ4 functions
2016-10-12 Philip ProninZSTDCodec should properly handle non-shortcut levels
2016-10-04 Jim Meyeringfolly/io/Compression.cpp: avoid shadowing warnings...
2016-09-20 Philip Proninfix ZSTD support
2016-09-01 Chip Turnerzstd is no longer in beta -- s/ZSTD_BETA/ZSTD/g
2016-05-25 Adam Simpkinsadd Cursor::peekBytes()
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-12-15 Lovro PuzarSupport gzip in folly/io:compression
2015-12-08 Chip TurnerUpdate zstd to 0.4.2
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-09-14 Yedidya FeldblumCodeMod: Drop FOLLY_OVERRIDE and FOLLY_FINAL
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Beny Luoadd preprocessor to hide unused functions
2015-03-03 Michael LeeRemove @/folly dependency from folly/io:compression
2014-12-11 Philip Proninimprove io::Cursor read() performance for small sizeof(T)
2014-12-11 Mainak Mandalfix varint decoding in case the first buffer is smaller...
2014-12-11 Nicholas Ormrodzlib compression fails on large IOBufs
2014-11-08 Daniel SommermannFix -Wsign-compare
2014-09-18 Nicholas Ormrodremove eof whitespace lines
2014-07-15 Tudor BosmanAllow undefined LZ4_MAX_INPUT_SIZE
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-06-26 Tudor Bosmanfolly OSS fixes: add ThreadName.h and compression
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