2017
[folly.git] / folly / io / Compression.cpp
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