]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
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
2015-12-02  Yann Colletnew : parameters for <= 16KB
2015-12-02  Yann Colletminor cosmetic improvement for small blocks
2015-12-02  Yann ColletMerge pull request #85 from peterh/master
2015-12-01  Peter HarrisFix compression on Big Endian CPUs 84/head 85/head
2015-12-01  Yann ColletMerge pull request #83 from Cyan4973/dev zstd-0.4.1
2015-12-01  Yann Colletfixed Visual project 83/head
2015-12-01  Yann Colletrevert install to normal zstd due to travis limitation...
2015-12-01  Yann Colletfixed benchmark autogen
2015-12-01  Yann Colletpgo
2015-11-30  Yann Colletrefactored decompress (#82)
2015-11-30  Yann Colletchanged to ZSTD_LEGACY_SUPPORT=0, as suggested within #80
2015-11-30  Yann Colletfixed #81 : removed dead file (reported by @inikep)
2015-11-30  Yann ColletFixed #80 (reported by @luben)
2015-11-29  Yann ColletMerge pull request #79 from Cyan4973/dev zstd-0.4.0
2015-11-29  Yann Colletupdated graphs 79/head
2015-11-29  Yann Colletfixed compression bug
2015-11-29  Yann Colletfixed address space overflow (32-bits mode)
2015-11-28  Yann Colletfixed huff0 decoder (32-bits mode)
2015-11-28  Yann Colletfixed decoder error (rollbuffer mode)
2015-11-28  Yann Colletfixed decoder error (32-bits mode, malicious input)
2015-11-28  Yann Colletprotect 32-bits mode
2015-11-28  Yann Colletminor level change
2015-11-27  Yann Colletlarge file support
2015-11-27  Yann Colletoptimizer mode
2015-11-27  Yann Colletcan build without legacy support using ZSTD_LEGACY...
2015-11-27  Yann Colletstronger tests for zbuff decompression
2015-11-27  Yann Colletupdated fast benchmark table
2015-11-27  Yann Colletzbuff properly supports small dst buffers
2015-11-27  Yann Colletcoalesce block+header size (buffered mode)
2015-11-26  Yann Colletfixed hang bug (infinite loop) in decoder, buffered...
2015-11-26  Yann Colletfixed Visual Studio projects
2015-11-26  Yann Colletfixed potential warning on undefine, reported by Maciej...
2015-11-26  Yann Colletfixed lib makefile
2015-11-26  Yann Colletminor API change
2015-11-26  Yann Colletsupport for legacy 0.3 format
2015-11-26  Yann Colletfixed test in zbufftest
2015-11-26  Yann Colletfixed bug in legacy decoder v0.2, reported by Maciej...
2015-11-26  Yann ColletMerge pull request #78 from Cyan4973/newAPI
2015-11-26  Yann Colletfixed leak 78/head
2015-11-26  Yann Colletfixed asan warning
2015-11-26  Yann Colletfixed g++ warning
2015-11-26  Yann Colletfixed decompression bug (buffered mode)
next