]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2016-09-20  jungle-boogiegmake necessary on *BSD systems. 376/head
2016-09-20  Yann Colletadded error check
2016-09-20  Yann Colletadded error checking
2016-09-19  Yann Colletfixed cmake test
2016-09-19  Yann Colletcompleted change from projects to build
2016-09-19  Yann Colletchanged projects to build
2016-09-18  Yann Colletbumped version number
2016-09-18  Yann Colletstreaming compression example can handle situations...
2016-09-18  Yann Colletadded comments on buffer sizes guarantees
2016-09-16  Yann Colletadded -- command in help
2016-09-15  Yann ColletMerge pull request #370 from inikep/dev
2016-09-15  inikepMerge remote-tracking branch 'refs/remotes/facebook... 370/head
2016-09-15  inikeptest-zstd-speed.py: better description of options
2016-09-15  inikeptest-zstd-speed.py: added "-D dictName"
2016-09-15  inikeptest-zstd-speed.py: added support for directories
2016-09-15  inikepfixed memory leak reported by bryongloden
2016-09-15  Yann Colletremoved option unsupported by travis
2016-09-15  Yann Colletfixed memory leak
2016-09-15  Yann Colletfixed memory leak
2016-09-15  Yann Colletfixed minor conversion warning
2016-09-15  Yann Colletfileio uses ZSTD_resetCStream()
2016-09-15  Yann Colletintroduced ZSTD_resetCStream()
2016-09-15  Yann Colletvariable renaming
2016-09-15  Yann Colletsupport ZSTD_sizeof_*() on NULL
2016-09-15  Yann Colletupdated format doc version
2016-09-14  Yann ColletMerge pull request #367 from jrudolph/docs-table-examples
2016-09-14  Yann ColletMerge pull request #366 from inikep/dev
2016-09-14  Johannes Rudolphspec: clarify how bitstream exactly needs to be reverse... 367/head
2016-09-14  Johannes Rudolphadd FSE decoding tables for predefined distributions...
2016-09-14  Yann Colletfileio uses ZSTD_resetDStream()
2016-09-14  Yann Colletintroduced ZSTD_resetDStream() .
2016-09-14  inikepzstd.exe has FileVersion and ProductVersion with 32... 366/head
2016-09-14  Yann Colletminor variable renaming
2016-09-13  Yann ColletFixed srcSize=1
2016-09-13  Yann ColletMerge branch 'fasterDDict' into dev
2016-09-13  Yann Colletupdated NEWS
2016-09-13  Yann Colletadded -r support for Mac OS-X
2016-09-13  Yann Collet-r generates an error on systems which do not support it
2016-09-13  Yann Colletfixed fullbench
2016-09-13  Yann Colletupdated NEWS
2016-09-13  Yann ColletMerge pull request #365 from inikep/dev
2016-09-13  Yann Colletnew strategy for faster DDict decompression
2016-09-13  inikepfixed precision warnigns 365/head
2016-09-13  inikepadded zstd.rc
2016-09-13  inikepzstd.exe has FileVersion and ProductVersion
2016-09-13  inikeputil.h: removed dependency from PATH_MAX
2016-09-12  Yann Colletupdated comments
2016-09-12  Yann ColletMerge pull request #363 from inikep/dev
2016-09-12  inikep.travis.yml: added ubuntu-toolchain-r-test for asan32 363/head
2016-09-12  inikep.travis.yml: restored asan32 test
2016-09-12  inikep.travis.yml: added "sourceline"
2016-09-12  inikepforce Travis to use clang-3.8
2016-09-12  inikep.travis.yml: added gcc-multilib
2016-09-12  inikep.travis.yml: 32-bit clang tests switched to Ubuntu...
2016-09-12  inikeptest-zstd-speed.py: compiler version and MD5 in logs
2016-09-12  inikepappveyor.yml: automatic builds of Windows executables
2016-09-12  Yann Colletmake uninstall
2016-09-12  Yann ColletMerge branch 'dev' of github.com:Cyan4973/zstd into dev
2016-09-09  Yann Colletbetter error handling
2016-09-09  Yann ColletMerge pull request #357 from jrudolph/patch-1
2016-09-09  Johannes RudolphSmallish typo fixes in format documentation 357/head
2016-09-09  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2016-09-09  Yann Colletchanged streaming decoder behavior : now, when all...
2016-09-09  Yann Colletclarified doc
2016-09-09  Yann ColletMerge pull request #355 from codeshef/dev
2016-09-08  codeshefmodification in line51 355/head
2016-09-08  Yann Colletclarified tests
2016-09-08  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2016-09-08  Yann Colletupdated decompression streaming example
2016-09-08  Yann ColletMerge pull request #352 from terrelln/dev
2016-09-07  Nick TerrellSpecify that dictionary ID is little-endian 352/head
2016-09-07  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2016-09-07  Yann Colletsupport large skippable frames
2016-09-07  Yann Colletminor comment
2016-09-07  Yann Colletdon't remove() /dev/null (#316)
2016-09-07  Yann Colletadded comments on searchLength min / max (#337)
2016-09-07  Yann ColletMerge pull request #349 from terrelln/dev
2016-09-07  Nick TerrellFix minor potential narrowing bug 349/head
2016-09-07  Nick TerrellFix invalid narrowing conversion to size_t
2016-09-06  Nick Terrell[pzstd] Add appveyor build commands
2016-09-06  Nick Terrell[pzstd] Compile with minGW 64
2016-09-06  Nick Terrell[pzstd] Changes to compile on VS2015
2016-09-06  Nick Terrell[pzstd] Smart default # of threads (#331)
2016-09-06  Yann Colletintroduced CHECK_E
2016-09-06  Yann Colletintroduced CHECK_F
2016-09-06  Yann Colletclarification dictionary format
2016-09-06  Yann ColletFORCE_INLINE common definition
2016-09-06  Yann Colletmore context-reuse tests
2016-09-06  Yann Colletfixed zbufftest
2016-09-06  Yann Colletfixed checksum
2016-09-06  Yann Colletimproved compression on small files when using same...
2016-09-06  Yann Colletsmall compression speed gains with using_CDict
2016-09-06  Yann Colletclarified streaming decompression inlined doc
2016-09-06  Yann ColletMerge pull request #346 from brendankirby/dev
2016-09-05  Brendan KirbyMerge pull request #1 from brendankirby/readme-fix 346/head
2016-09-05  Brendan KirbyFixes a few grammar issues in the readme file
2016-09-05  Yann ColletZSTD_frameHeaderSize_prefix (#340), as result of ZSTD_i...
2016-09-05  Yann ColletFixed : magic number (#345), reported by @mitchblank
2016-09-05  Yann Colletclarified inline doc for streaming
2016-09-05  Yann Colletupdated NEWS
next