]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
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
2015-12-13  Yann Colletexternal dictionary capability added to command line
2015-12-12  Yann Colletfixed asan warning
2015-12-12  Yann Colletfixed g++ warning
2015-12-12  Yann Colletextended static dictionary to buffered mode
2015-12-11  Yann Colletfixed : high compression modes for Windows 32 bits
2015-12-10  Yann Colletfix 32-bits windows decoding on high-compression archives
2015-12-10  Yann Colletwindows project are now VS2013
2015-12-10  Yann ColletMerge pull request #95 from KrzysFR/zstdlib_vcproj
2015-12-10  Christophe... Add a Visual Studio project for building zstdlib.dll... 95/head
2015-12-10  Yann Colletfixed #94
2015-12-10  Yann ColletMerge pull request #91 from KrzysFR/zstdlib_api
2015-12-09  Christophe... Added ZSTDLIB_API to new ZSTD_maxCLevel method 91/head
2015-12-09  Christophe... Only define ZSTDLIB_API when building a Windows DLL
2015-12-09  Christophe... Merge remote-tracking branch 'upstream/dev' into zstdli...
2015-12-09  Yann Colletadded : ZSTD_maxCLevel()
2015-12-08  Yann ColletMerge pull request #93 from annulen/playTests
2015-12-08  Konstantin... Re-added accidentally lost round-trip tests for compres... 93/head
2015-12-08  Konstantin... playTests.sh: Added --test-large-data switch.
2015-12-08  Konstantin... playTests.sh: refactored round-trip tests
2015-12-08  Konstantin... Move tests from zstd-playTests target to separate shell...
2015-12-08  Yann Colletfixed comment (reported by @annulen)
2015-12-07  Christophe... Added ZSTDLIB_API definition to zstd_buffered.h which... 90/head
2015-12-07  Christophe... Add ZSTDLIB_API macro to prefix all exported methods...
2015-12-07  Yann Colletupdate graph 88/head
2015-12-06  Yann Colletvalidated external dictionary
2015-12-05  Yann Colletstrengthened bufferless streaming decompression
2015-12-04  Yann Colletuse time limited fuzzer tests in CI
2015-12-04  Yann Collettime-limited fuzzer tests
2015-12-04  Yann Colletstrengthened streaming bufferless compression
2015-12-03  Yann Colletnew zstd-noBench & zstd-frugal builds
2015-12-02  Yann Colletupdate version to 0.4.2 86/head
2015-12-02  Yann Colletupdate NEWS for 0.4.2
2015-12-02  Yann Colletcompress uses less memory for small blocks
next