]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2016-01-30  Christophe... Added VS2013 project for dictBuilder 115/head
2016-01-30  Yann Colletadded : ZSTD_compress_usingPreparedCCtx()
2016-01-29  Yann Colletminor cosmetic refactoring
2016-01-29  Yann Colletadded warning message (too few samples)
2016-01-29  Yann Colletadded fast sampling mode
2016-01-28  Yann Colletminor compression speed improvement
2016-01-28  Yann Colletadd basic tests
2016-01-28  Yann Colletminor API update
2016-01-28  Yann Colletoptimized counting of small segments
2016-01-27  Yann Colletadded dictionary builder utility
2016-01-27  Yann Colletchanged dictionary format
2016-01-26  Yann Colletmodified streaming compression API
2016-01-26  Yann Colletmodified streaming decompression API
2016-01-26  Yann Colletintroduced dictionary format
2016-01-25  Yann Colletfixed new MIN_CBLOCK_SIZE
2016-01-25  Yann Colletfixed decompression bugs
2016-01-25  Yann Colletfix visual warnings
2016-01-25  Yann Colletstream control
2016-01-23  Yann Colletvariable litblock header size
2016-01-21  Yann Colletfixed cmake 114/head
2016-01-21  Yann Colletfixed VS project
2016-01-21  Yann Colletfixed visual and clang errors
2016-01-21  Yann Colletmodified error system, following suggestions by @nemequ
2016-01-21  Yann Colletfixed VS 2015 'ERROR already defined', reported by...
2016-01-21  Yann Colletupdated NEWS
2016-01-21  Yann Colletfixed bt bug
2016-01-21  Yann Colletbench : more accurate block nb in error report
2016-01-20  Yann Colletbench pay attention to variable block sizes
2016-01-18  Yann Colletchanged : ZSTD_LEGACY_SUPPORT set to 0 by default withi...
2016-01-16  Yann Colletsmall compression speed
2016-01-14  Yann Colletbenchmark uses ZSTD_duplicateCCtx()
2016-01-12  Yann ColletMerge pull request #110 from mailagentrus/dev 112/head
2016-01-12  Artyom DymchenkoCMake minimal version 2.8.7 test 110/head
2016-01-12  Yann ColletMerge pull request #108 from mailagentrus/dev 109/head
2016-01-11  Artyom DymchenkoCMake 2.8.8 final test; 108/head
2016-01-11  Artyom DymchenkoCMake tar.gz updated;
2016-01-11  Artyom DymchenkoCMake 2.8.11 with travis test;
2016-01-11  Artyom DymchenkoCMake check version test;
2016-01-11  Artyom Dymchenkotravis and CMake 2.8.8 installation test;
2016-01-11  Yann ColletImplemented ZSTD_HEAPMODE for zstd_decompress.c
2016-01-10  Yann ColletCI tests for cmake
2016-01-10  Yann ColletMerge pull request #107 from mailagentrus/dev
2016-01-10  Artyom DymchenkoAdd math library -lm into paramgrill linker flag; 107/head
2016-01-10  Yann ColletMerge pull request #105 from mailagentrus/dev
2016-01-10  Artem Dymchenkotypo finally fixed; 105/head
2016-01-10  Artem DymchenkoEOF added;
2016-01-10  Artem Dymchenko"contrib" typo fixed;
2016-01-10  Artyom DymchenkoCMake structure reorganized;
2016-01-09  Yann Colletfixed read error 106/head
2016-01-09  Yann Colletdictionary with block API
2016-01-09  Yann Colletblock-level API
2016-01-08  Yann Colletfixed : unused variable
2016-01-08  Yann Colletadded duplication tests
2016-01-07  Yann Colletfixed context copy
2016-01-07  Yann Colletadded ZSTD_duplicateCCtx()
2016-01-07  Artyom DymchenkoCMake build (Linux and Windows MSVC tested only) integr...
2016-01-06  Yann Colletfixed outstanding strict aliasing warnings
2016-01-06  Yann ColletFixed : strict aliasing warnings in legacy decoders
2016-01-06  Yann Colletminor strict aliasing warning
2016-01-06  Yann Colletupdated fse
2016-01-06  Yann Colletupdated xxhash
2016-01-05  Yann Colletupdated xxhash source
2016-01-02  Yann Colletminor fast mode improvement
2016-01-01  Yann Colletminor refactoring
2016-01-01  Yann Colletminor refactoring
2015-12-31  Yann Colletminor simplification
2015-12-31  Yann Colletupdate version to 0.4.6
2015-12-30  Yann ColletMakefile version automatically follows zstd.h
2015-12-30  Yann Colletvisual dll version automatically follows zstd.h
2015-12-29  Yann Colletfixed clang warnings
2015-12-29  Yann Colletfaster hc mode with repetitive data (experimental)
2015-12-29  Yann Colletfix fast mode on Windows
2015-12-29  Yann Colletfix confirmation prompt
2015-12-21  Yann ColletMerge pull request #99 from KrzysFR/dev
2015-12-19  Yann Colletfix #101
2015-12-18  Christophe... Added missing ZSTDLIB_API for ZSTD_decompress_usingDict... 99/head
2015-12-18  Christophe... Merge remote-tracking branch 'refs/remotes/upstream...
2015-12-18  Christophe... Update version to 0.4.5 in zstdlib resources
2015-12-18  Yann Colletfixed visual warning 98/head
2015-12-18  Yann Colletfixed asan warning
2015-12-18  Yann Colletrobust file list
2015-12-18  Yann Colletbenchmark can use dictionary
2015-12-17  Yann Colletadded ZSTD_compress_usingDict()
2015-12-17  Yann Colletfix test32
2015-12-17  Yann Colletadded : -m : decompress multiple files
2015-12-17  Yann Colletrefactored file compression
2015-12-17  Yann Colletfixed : conversion warning
2015-12-17  Yann Colletadded : -m : compress multiple files in a single command
2015-12-16  Yann Colletlarger cBuffer
2015-12-16  Yann Colletupdate params for 256K
2015-12-16  Yann Colletreduce memory usage
2015-12-16  Yann Colletfix g++ warning
2015-12-16  Yann Colletfix Visual warning
2015-12-16  Yann Colletfaster init for multi-files bench
2015-12-16  Yann Colletfixed Visual warning
2015-12-16  Yann Colletbenchmark multiple files
2015-12-15  Yann Colletminor fixes
2015-12-13  Yann Colletfixed test script 96/head
2015-12-13  Yann Colletfixed arm-specific shadow warning
2015-12-13  Yann Colletfixed silent conversion warnings
next