]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-03-20  Sean PurcellFix decodecorpus clang compile errors 613/head
2017-03-20  Sean PurcellFix windows compiler warnings for decodecorpus
2017-03-20  Yann ColletMerge pull request #610 from iburinoc/slowfuzzer
2017-03-20  Sean PurcellAdd --no-big-tests flag for qemu fuzz-tests 610/head
2017-03-20  Sean PurcellAdd ability to strongly limit fuzzer test size with...
2017-03-18  Yann ColletMerge pull request #607 from inikep/dev
2017-03-18  Przemyslaw... updated build of Windows packages 607/head
2017-03-18  Przemyslaw... Merge remote-tracking branch 'refs/remotes/facebook...
2017-03-17  Yann Colletfixed typo in server type
2017-03-17  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2017-03-17  Yann Colletupdated compression graph
2017-03-17  Yann ColletMerge pull request #605 from iburinoc/term
2017-03-17  Sean PurcellOnly run IS_CONSOLE tests with a TTY 605/head
2017-03-16  Yann Colletfix minor details in man page
2017-03-16  Sean PurcellAdd tests for compressed data on console
2017-03-16  Yann ColletMerge pull request #604 from iburinoc/manpage
2017-03-16  Sean PurcellFix zstd not erroring on compressing to terminal withou...
2017-03-16  Sean PurcellConvert manpage to Markdown, converted with ronn 604/head
2017-03-16  Yann ColletMerge pull request #603 from iburinoc/slowfuzzer
2017-03-15  Sean PurcellPrevent fuzz testers from combining large dicts with... 603/head
2017-03-14  Yann ColletMerge pull request #602 from iburinoc/doc
2017-03-14  Sean PurcellAdd functions missing from manual, and fix parameter... 602/head
2017-03-14  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2017-03-14  Yann Colletupdated NEWS for v1.1.4
2017-03-14  Yann ColletMerge pull request #601 from terrelln/nxz
2017-03-14  Yann ColletMerge pull request #600 from iburinoc/legacy
2017-03-14  Nick TerrellAdd xz and lzma support. 601/head
2017-03-14  Sean PurcellFix legacy support=0 case and accidental double include... 600/head
2017-03-13  Sean PurcellUpdate builds to not support legacy v01-v03
2017-03-13  Sean PurcellZSTD_LEGACY_SUPPORT defines lowest supported version
2017-03-10  Yann ColletMerge pull request #598 from iburinoc/undef
2017-03-10  Sean PurcellChange gotoDict type to uPtrDiff 598/head
2017-03-10  Sean PurcellFix undefined behaviour in decompressor
2017-03-10  Yann ColletMerge pull request #597 from iburinoc/ci
2017-03-10  Yann ColletMerge pull request #596 from ldv-alt/dev
2017-03-10  Sean PurcellMake signed integer overflow recoverable in UBsan 597/head
2017-03-10  Sean PurcellAdd testing description
2017-03-10  Sean PurcellMake test times overwritable
2017-03-10  Sean PurcellUpdate .travis.yml and Makefile for medium tests
2017-03-09  Dmitry V. Levinprograms/Makefile: remove zstd-internal target 596/head
2017-03-09  Yann ColletMerge pull request #595 from terrelln/macros
2017-03-08  Nick TerrellRemove 'mem.h' dependency from ZSTD_WINDOWLOG_MAX 595/head
2017-03-08  Yann ColletMerge pull request #594 from terrelln/bugs
2017-03-08  Nick TerrellAvoid '#define inline /* ... */' 594/head
2017-03-08  Nick TerrellFix ZSTD_sizeof_CStream()
2017-03-08  Yann ColletMerge pull request #593 from iburinoc/undef
2017-03-08  Sean PurcellReduce point at which we reduce offsets to protect... 593/head
2017-03-08  Yann Colletminor text refactor in readme
2017-03-07  Yann ColletMerge pull request #592 from iburinoc/ci
2017-03-07  Sean PurcellFix travis test broken by Makefile change 592/head
2017-03-07  Yann ColletMerge pull request #590 from iburinoc/ci
2017-03-07  Sean PurcellUse test section 590/head
2017-03-07  Yann Colletfixed lzbench link
2017-03-07  Yann Colletfix : remove mempcpy line in bench
2017-03-07  Yann Colletupdated benchmark table
2017-03-06  Sean PurcellAdd build targets to the Makefile, and update CircleCI...
2017-03-06  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2017-03-06  Yann Colletadded -Wformat-security flag, as recommended by @pixelb
2017-03-06  Yann Colletminor code refactor in HUF module
2017-03-06  Yann ColletMerge pull request #588 from pixelb/fedora-warnings
2017-03-06  Pádraig Bradysupport -Werror=format-security 588/head
2017-03-04  Yann ColletMerge pull request #586 from terrelln/repeat-heuristic
2017-03-04  Nick TerrellAlways check Huffman tables for ZSTD_lazy+ 586/head
2017-03-03  Yann ColletMerge pull request #585 from terrelln/cover-leak
2017-03-03  Yann ColletMerge pull request #584 from terrelln/huff-repeat
2017-03-03  Yann Colletupdate NEWS on @iburinoc's 32-bits version improvement
2017-03-03  Yann Colletdisable prefetch-decode for 32-bits target
2017-03-03  Yann ColletMerge pull request #582 from iburinoc/m32
2017-03-03  Nick TerrellUse workspace for count and CTable 584/head
2017-03-02  Nick TerrellFix COVER_optimizeTrainFromBuffer() resource leaks 585/head
2017-03-02  Sean PurcellRemove 'generic' inline strategy 582/head
2017-03-02  Sean PurcellMerge remote-tracking branch 'origin/dev' into m32
2017-03-02  Nick TerrellAllow compressor to repeat Huffman tables
2017-03-02  Yann ColletMerge pull request #583 from terrelln/set-dictid
2017-03-02  Nick TerrellSet dictID to 0 for content only dictionaries 583/head
2017-03-02  Yann Colletfixed : build zstd cli after libzstd
2017-03-02  Yann Colletmake : added target shortest
2017-03-02  Yann Colletadded gzip tests
2017-03-02  Sean PurcellOffsets >= 32MB in 32-bits mode
2017-03-01  Yann Colletxxhash can be included twice in any order
2017-03-01  Yann Colletsolves warnings when compiling with global XXH_STATIC_L...
2017-03-01  Yann ColletMerge pull request #579 from iburinoc/multiframe
2017-03-01  Yann ColletMerge pull request #580 from facebook/speedStream
2017-03-01  Yann Colletupdated NEWS for 1.1.4
2017-02-28  Yann ColletMerge pull request #575 from Majlen/cmake-improvement
2017-02-28  Sean PurcellCheck to ensure ddict isn't null before dereference 579/head
2017-02-28  Yann ColletMerge pull request #578 from inikep/dev
2017-02-28  Przemyslaw... travis.yml: fixed pull_request 578/head
2017-02-28  Yann Colletfixed multi frames 580/head
2017-02-28  Milan ŠevčíkAdded compile flags to pzstd 575/head
2017-02-28  Milan Ševčík-Wstrict-prototypes is not supported with C++
2017-02-28  Milan ŠevčíkImprove handling of library symlinks.
2017-02-28  Milan ŠevčíkAdd zstdmt target in cmake
2017-02-28  Milan ŠevčíkSupport building contrib utils from cmake
2017-02-28  Yann Colletfixed decoding skippable frames
2017-02-28  Yann Colletadded test for decompression with NULL dict and NULL...
2017-02-28  Przemyslaw... cli : fix : --rm is silent when input is stdin (decompr...
2017-02-28  Przemyslaw... update gzip tests
2017-02-28  Yann ColletImproved speed of ZSTD_decompressStream()
2017-02-28  Przemyslaw... updated .travis.yml (2)
next