]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2015-10-10  xaphierRemove one malloc/free from compression 46/head
2015-09-10  Yann ColletAdded : Frame concatenation ability 44/head
2015-08-27  Yann ColletFix : decompression i/o detects flush write errors
2015-08-26  Yann ColletFixed minor visual warning 43/head
2015-08-26  Yann Colletfixed minor issue on decoding invalid data
2015-08-26  Yann ColletUpdated FSE
2015-08-26  Yann Colletmodified man page
2015-08-26  Yann Colletadded : --verbose command
2015-08-25  Yann ColletRefactor Makefile and .travis tests
2015-08-25  Yann ColletZstd cli : --version and --help write to stdout
2015-08-25  Yann ColletFixed : compression error on some specific distribution
2015-08-25  Yann ColletMore informative write error messages
2015-08-25  Yann ColletFixed #42
2015-08-24  Yann ColletUpdated readme of fuzzer tests 41/head
2015-08-24  Yann ColletFixed a few issues found by AFL (American Fuzzy Lop)
2015-08-24  Yann ColletFixed decoding error #11 (reported by @magv)
2015-08-23  Yann Colletupdated readme 40/head
2015-08-23  Yann ColletUpdated Visual solution 39/head
2015-08-23  Yann ColletAdded : ZSTD decompression : ability to resist to noisy...
2015-08-21  Yann ColletUpdated xxhash
2015-08-21  Yann Colletupdated fse
2015-08-21  Yann ColletAdded : fuzzer tests : decompressing noisy src
2015-08-20  Yann ColletFix : decoder issue in exceptionnal circumstances ...
2015-08-20  Yann ColletFixed : bug in compression in specific conditions ...
2015-08-19  Yann ColletFixed : g++ link error within fullbench
2015-08-19  Yann ColletUpdated fse
2015-08-11  Yann ColletAdded more strigent tests : compresson into too small...
2015-08-10  Yann Colletadded : .gitignore generated binaries
2015-08-08  Yann ColletMinor decompression simplification
2015-08-08  Yann Colletminor compress sequence refactor
2015-08-07  Yann Colletupdated benchmark
2015-08-07  Yann ColletFixed : ZSTD_compress() can attempt compression on...
2015-08-07  Yann Colletzstd_compress() no longer requires maxDstSize >= ZSTD_c...
2015-08-07  Yann ColletUpdated FSE lib
2015-08-02  Yann Colletupdated fse
2015-07-27  Yann ColletFixed some minor sanitizer warnings within huff0
2015-07-27  Yann ColletUpdated fse (faster huff0 32-bits decoding)
2015-07-25  Yann ColletIntegrated huff0 (breaking format change)
2015-07-08  Yann ColletFixed minor visual analyzer warning 38/head
2015-07-08  Yann ColletChanged allocation strategy to reduce stack usage of...
2015-07-07  Yann ColletFixed : ZSTD_compress() corrently prevents buffer overflow
2015-07-07  Yann ColletFixed clang warning
2015-07-07  Yann ColletAdded sanitize=undefine test
2015-07-07  Yann ColletFixed minor clang warnings
2015-07-07  Yann ColletTravis CI : added ARM compilation tests
2015-07-07  Yann ColletFixed issue #34 and #31
2015-07-05  Yann ColletMerge pull request #30 from jforberg/dev
2015-07-05  Yann ColletFixed a few minor visual analyzer warnings
2015-07-05  Yann ColletFixed a few visual analyzer warnings
2015-07-05  Yann ColletAdvanced API change : Cctx & DCtx are now incomplete...
2015-07-05  Yann Colletupdated xxhash version
2015-07-05  Yann ColletUpdated Visual analyzer settings
2015-07-05  Yann ColletUpdated Visual projects
2015-07-04  Yann ColletUpdated FSE lib
2015-06-21  Yann ColletAdded Wcast-qual compilation flag
2015-06-20  Yann ColletAdded clang & g++-multilib install for Travis CI
2015-06-18  Yann ColletUpdated FSE
2015-03-24  Johan FörbergAdd `unzstd` program for decompression. 30/head
2015-03-23  Yann ColletFixed issue #28
2015-03-09  Yann ColletAdded : valgrind test for datagen
2015-03-09  Yann ColletUpdated datagen : sparse file generation
2015-02-26  Yann ColletMerge pull request #26 from Cyan4973/streamAPI2 27/head
2015-02-25  Yann Collet"type redef fix" for gcc <= 4.4 26/head
2015-02-24  Yann Colletupdated FSE
2015-02-21  Yann ColletUpdated FSE
2015-02-20  Yann Colletreverted zstd_static.h changes
2015-02-20  Yann ColletSome comments, to explain streaming decompression API
2015-02-20  Yann ColletSome comments to explain streaming decompression API
2015-02-17  Yann ColletRemoved useless constants
2015-02-16  Yann ColletNew streaming API behavior, to solve issue 19 (https...
2015-02-11  Yann ColletUpdated test-fullbench
2015-02-11  Yann Colletupdated fullbench, to include datagen
2015-02-10  Yann Colletdatagen refactoring
2015-02-09  Yann Colletdatagen is now a library, to be included in multiple...
2015-02-09  Yann Colletinternal refactoring - better separation between match...
2015-02-08  Yann ColletVisual : Removed *.suo and *.user files, as suggested... 18/head
2015-02-08  Yann ColletFixed : FSE issue with corner case distributions
2015-02-01  Yann ColletAdded : Visual project directory 16/head
2015-02-01  Yann Colletfix minor Visual warning
2015-02-01  Yann ColletFixed a few clang warnings
2015-02-01  Yann Colletavx2 mode solely detected using __AVX2__ macro
2015-01-31  Yann Colletminor fix for Visual
2015-01-31  Yann ColletFixed : issue 8 regarding huge input buffer (> 4 GB)
2015-01-31  Yann ColletAdded : *.png are binary files
2015-01-31  Yann ColletNormalize all the line endings 14/head
2015-01-29  Yann ColletRestored cast for C++ (fse) 13/head
2015-01-29  Yann ColletFix : no AVX2 for Visual 2008 and older
2015-01-29  Yann Colletfixed : corner case (FSE)
2015-01-28  Yann ColletFix for VS2005 (AVX2 intrinsics)
2015-01-26  Yann ColletMerge pull request #4 from r-lyeh/dev 5/head
2015-01-26  r-lyehBugfixed Visual Studio errors when compiled as C++... 4/head
2015-01-25  Yann ColletRemoved minor warnings under minGW
2015-01-25  Yann ColletFixed : minor warnings under Visual 32 bits 3/head
2015-01-25  Yann Colletupdate readme
2015-01-24  Yann ColletUpdated fullbench tests 1/head
2015-01-24  Yann ColletFixed : issue within fullbench, reported by AJ Baxter
2015-01-24  Yann Colletfixed : file permissions
2015-01-24  Yann Colletfixed travis ci tests
2015-01-24  Yann ColletUpdate README.md
2015-01-24  Yann ColletInitial release