]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2016-09-01  Nick TerrellRandomize tests so travis-ci tests can check for existi... 325/head
2016-09-01  Nick TerrellUpdate travis-ci config to include pzstd
2016-09-01  Nick TerrellGet ready to add tests to travis-ci
2016-09-01  Nick TerrellRemove old benchmark code
2016-09-01  Nick TerrellFix small README things
2016-09-01  Nick TerrellAdd PZstandard to contrib/
2016-09-01  Yann ColletMerge pull request #317 from facebook/master
2016-09-01  Yann ColletMerge pull request #314 from kassens/build-status 317/head
2016-08-31  Jan KassensFix build status images 314/head
2016-08-31  Yann ColletMerge pull request #312 from Cyan4973/dev
2016-08-31  Yann Colletupdate brew formula 312/head
2016-08-31  Yann ColletMerge pull request #311 from Cyan4973/dev v1.0.0
2016-08-31  Yann Colletupdated NEWS 311/head
2016-08-31  Yann Colletversion bump
2016-08-31  Yann Colletcopy zlib license into file header
2016-08-31  Yann Colletremoved redundant files
2016-08-30  Yann Colletminor Makefile updates
2016-08-30  Yann ColletMerge pull request #306 from david-y-lam/fix_doc
2016-08-30  David Lammerge 306/head
2016-08-30  Yann Colletadded boilerplate
2016-08-30  Yann Colletminor refactor
2016-08-30  Yann ColletMerge branch 'dev' of github.com:Cyan4973/zstd into dev
2016-08-30  Yann ColletFixed issue #304, reported by @borzunov
2016-08-30  David LamCleanup some errors in typedef comments and remove...
2016-08-29  Yann ColletMerge pull request #307 from inikep/dev08
2016-08-29  inikepupdated README.md 307/head
2016-08-29  Yann ColletZSTD_malloc() and ZSTD_free(), to simplify customMem
2016-08-29  Yann Colletfixed Visual project, removing fileio_legacy
2016-08-29  Yann ColletRemoved fileio_legacy; now legacy supports relies entir...
2016-08-28  Yann Colletbackward compatibility versions tests start from v0.4.0
2016-08-28  Yann Colletfixed versionsTest
2016-08-28  Yann ColletCLI supports Legacy formats v0.4+
2016-08-28  Yann Colletbetter clean
2016-08-28  Yann Colletfixed continuation context
2016-08-28  Yann Colletremoved fileio specific legacy support;
2016-08-28  Yann Colletlegacy contexts can be re-used
2016-08-28  Yann Colletfirst version supporting legacy streams (transparent...
2016-08-27  Yann Colletupdate table
2016-08-26  Yann Colletupdate compression level table
2016-08-26  Yann Colletfixed some minor clang warnings
2016-08-26  Yann Colletmade -Wdocumentation a clang only flag
2016-08-25  Yann Colletfixed multiple minor warnings for XCode
2016-08-25  Yann Colletincreased maximum memory size for 64-bits bench to...
2016-08-25  Yann Colletremoved debug strings
2016-08-25  Yann Colletreinforced fix for huge files
2016-08-25  Yann Colletreinforced fix for huge files
2016-08-25  Yann Colletfixed welcome message
2016-08-25  Yann Colletfixed test on CentOS7
2016-08-25  Yann ColletMerge pull request #302 from inikep/Documentation
2016-08-25  inikepminor changes in zstd_compression_format.md 302/head
2016-08-25  Yann Colletremoved TRAVIS_OS_NAME
2016-08-25  inikepupdated zstd_compression_format.md
2016-08-25  Yann Colletfixed : compression bug on very large files
2016-08-25  Yann ColletMerge pull request #301 from inikep/Other
2016-08-25  inikepimproved zstd_compression_format.md
2016-08-25  inikepminor README.md corrections
2016-08-25  inikepcreated programs\README.md
2016-08-25  inikepimproved tests/README.md
2016-08-24  inikepupdated projects\README.md
2016-08-24  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973... 301/head
2016-08-24  Yann Colletfixed wrong parameter issue
2016-08-24  inikepremove unnecessary comments
2016-08-24  inikepremoved ZSTD_LOG_ENCODE and ZSTD_LOG_BLOCK
2016-08-24  inikepremoved ZSTD_LOG_PARSER
2016-08-24  inikepremoved stats in debug mode
2016-08-24  inikepzstd_v07.c: removed unused macros
2016-08-24  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-08-24  Yann Colletupdate cLevel table for 256KB
2016-08-23  Yann Colletimproved level 3
2016-08-23  Yann Colletadded ZSTD_setDStreamParameter()
2016-08-23  inikepfixed typo in test-zstd-speed.py
2016-08-22  Yann ColletSTREAM_WINDOW_MAX : protect streaming from unreasonable...
2016-08-22  Yann Colletfixed playtests on os-x
2016-08-22  Yann Colletadded sizeof CStream and DStream
2016-08-20  Yann Colletfixed crc bug in rare timing conditions within bench.c
2016-08-20  Yann Colletspec : clarify last literal copy command
2016-08-20  Yann Colletminor coding style
2016-08-20  Yann Colletslight decompression speed improvement
2016-08-19  Yann Colletsync fse version
2016-08-19  Yann Colletsync huff0
2016-08-19  Yann Colletpromoted streaming API to stable
2016-08-19  Yann Colletupdate version number
2016-08-19  Yann ColletAdded ZDICT_getDictID()
2016-08-19  inikepmake clean will remove decompress/zstd_decompress.o
2016-08-18  Yann ColletMerge pull request #298 from inikep/Other
2016-08-18  Yann ColletMerge pull request #299 from Cyan4973/dev
2016-08-18  Yann Colletupdate Mac homebrew installation script 299/head
2016-08-18  inikepimproved .gitignore 298/head
2016-08-18  Yann ColletMerge pull request #295 from Cyan4973/dev v0.8.1
2016-08-18  inikepappveyor.yml working with tests/
2016-08-18  inikepplayTests.sh working with tests/
2016-08-18  Yann ColletMerge pull request #297 from borzunov/dev 295/head
2016-08-18  Yann Colletbetter warning and error messages in case of dictionary...
2016-08-18  inikepcmake project: fixed include directories
2016-08-18  inikepVS projects: fixed include directiories
2016-08-18  inikepupdated VS projects
2016-08-18  inikepupdated scripts +x permissions
2016-08-18  inikepupdated .travis.yml and appveyor.yml for tests/
2016-08-18  Alexander BorzunovRename ZSTDLIB_API to ZDICTLIB_API in zdict.h 297/head
2016-08-18  inikepimproved tests\Makefile
next