]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2016-09-23  Christophe... Changed to use ZSTDLIBv06_API and ZSTDLIBv07_API for... 383/head
2016-09-23  Christophe... Add legacy support for VS2005 solution
2016-09-23  Christophe... Add legacy support for VS2008 solution
2016-09-23  Christophe... Fix for Issue #379 - add legacy support to VS2010 sln
2016-09-23  Yann ColletMerge pull request #382 from terrelln/dev
2016-09-23  Nick Terrell[pzstd] Add tests to appveyor MinGW64 382/head
2016-09-23  Nick Terrell[pzstd] Spawn less threads in tests
2016-09-23  Nick TerrellDon't redefine macro in util.h
2016-09-23  Nick Terrell[pzstd] Add 32 bit tests to travis-ci
2016-09-23  Nick TerrellAdd include guards to datagen.h
2016-09-22  Nick Terrell[pzstd] Turn on warnings + quiet them
2016-09-22  Yann ColletMerge branch 'dev' of github.com:Cyan4973/zstd into dev
2016-09-22  Yann Colletsmall decompression speed boost for very small data
2016-09-22  Nick TerrellMerge remote-tracking branch 'upstream/dev' into dev
2016-09-22  Nick Terrell[pzstd] Fix and test 32 bit support
2016-09-21  Nick Terrell[pzstd] Check if input is a directory
2016-09-21  Nick Terrell[pzstd] Fix invalid argument message
2016-09-21  Nick Terrell[pzstd] Reduce memory usage to 60-75% of previous
2016-09-21  Nick Terrell[pzstd] Make CLI compatible with zstd
2016-09-21  Yann ColletStreaming : dictionary compression on multiple files...
2016-09-21  Yann Colletcli : better adaptation to small files
2016-09-21  Yann Colletfixed : cli : forgotten mandatory argument
2016-09-21  Yann ColletImplemented "command must be followed by argument"...
2016-09-21  Yann Colletminor refactor for clarity
2016-09-21  Yann Colletminor build comment
2016-09-21  Yann ColletMerge pull request #376 from jungle-boogie/patch-1
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
next