]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2020-04-20  Bimba Shresthaupdating chainlog bound 2085/head
2020-04-20  Bimba ShresthaMerge pull request #2083 from bimbashrestha/quick1
2020-04-20  Bimba Shresthaadding newline 2083/head
2020-04-17  Bimba ShresthaAdding --long support for --patch-from (#1959)
2020-04-14  Yann ColletMerge pull request #2080 from facebook/minor_fileio_ref...
2020-04-13  Yann Colletminor refactor 2080/head
2020-04-08  Nick TerrellMerge pull request #2040 from caoyzh/dev-2
2020-04-07  Bimba ShresthaMerge pull request #2075 from bimbashrestha/dict_fuzzer_ref
2020-04-07  Bimba Shresthahandling nil case for refprefix 2075/head
2020-04-07  Yann ColletMerge pull request #2065 from cwoffenden/single-file-lib
2020-04-07  Carl WoffendenFixed clash when projects are already using xxHash 2065/head
2020-04-07  Carl WoffendenFixed-up single-file libs directory
2020-04-07  Carl WoffendenRenamed directory
2020-04-07  Carl WoffendenImproved documentation
2020-04-07  Carl WoffendenFurther replication removed
2020-04-07  Carl WoffendenMerge remote-tracking branch 'upstream/dev' into single...
2020-04-07  Carl WoffendenCode replicated in compression and decompression moved...
2020-04-07  Bimba Shresthaadding refPrefix
2020-04-06  Bimba ShresthaMerge pull request #2069 from bimbashrestha/doversize
2020-04-04  Bimba Shresthaadding test for dctx size reduction 2069/head
2020-04-04  Bimba ShresthaMerge pull request #2068 from bimbashrestha/quick
2020-04-03  Bimba Shresthamoving consts to zstd_internal and reusing them
2020-04-03  Bimba Shresthaconverting to if
2020-04-03  Bimba Shresthaadding dctx to function name
2020-04-03  Bimba Shresthaonly computing sizes once
2020-04-03  Bimba ShresthaUsing in and out size together
2020-04-03  Bimba ShresthaMerge pull request #2067 from bimbashrestha/res-leak
2020-04-03  Bimba Shresthareturning on null check 2067/head
2020-04-03  Bimba Shresthaadding fclose before return
2020-04-03  Bimba Shresthaadding oversized check on decompression
2020-04-03  Bimba Shresthaadding oversizeDuration to dctx and macros
2020-04-03  Bimba Shresthano percentage on readsize == 0 2068/head
2020-04-03  Bimba Shrestharemoving max(1, ..)
2020-04-03  Carl WoffendenMinor typo
2020-04-03  Carl WoffendenAdded missing -pthread flag (was breaking on BSD)
2020-04-03  Carl WoffendenSingle-file decoder script can now (optionally) create...
2020-04-03  Carl WoffendenFixes decompressor when using -Wshorten-64-to-32 (...
2020-03-27  Nick TerrellMerge pull request #2054 from terrelln/license-fix
2020-03-27  Nick TerrellMerge pull request #2053 from terrelln/fix-play-test
2020-03-27  Nick Terrell[circleci] Run test-license.py 2054/head
2020-03-27  Nick Terrell[test] Fix playTests.sh with space in binary path 2053/head
2020-03-27  Nick Terrell[test] Add a test that checks for valid copyright and...
2020-03-27  Nick TerrellFix copyright and license lines
2020-03-24  Nick TerrellMerge pull request #2050 from terrelln/align
2020-03-24  Nick TerrellAlign decompress sequences loop to 32+16 bytes 2050/head
2020-03-24  Nick TerrellMerge pull request #2029 from terrelln/minor-opt
2020-03-23  Bimba ShresthaMerge pull request #2036 from bimbashrestha/edist
2020-03-23  Bimba ShresthaMerge pull request #2047 from bimbashrestha/doc
2020-03-23  Bimba ShresthatargetLen -> targetLength 2047/head
2020-03-14  caoyzhOptimize by prefetching on aarch64 2040/head
2020-03-13  Bimba ShresthaEdit distance match finder 2036/head
2020-03-11  Bimba ShresthaMerge pull request #2033 from bimbashrestha/icc 1988/head
2020-03-10  Bimba ShresthaMerge pull request #2031 from bimbashrestha/bitscan
2020-03-10  Bimba ShresthaTypo 2031/head
2020-03-10  Bimba ShresthaAdding comment and remvoing ivdep 2033/head
2020-03-09  Bimba ShresthaMerge pull request #2032 from bimbashrestha/no-size
2020-03-09  Bimba ShresthaSetting ZSTD_c_contentSizeFlag instead of UNKNOWN filesize 2032/head
2020-03-09  Bimba ShresthaAdding documentation
2020-03-09  Bimba ShresthaAdding test for --[no-]content-size
2020-03-09  Bimba ShresthaAdding --content-size
2020-03-09  Bimba ShresthaInverting content size prefs bool
2020-03-09  Bimba ShresthaAdding (void)noContentSize
2020-03-09  Bimba Shrestha--no-content-size cli
2020-03-05  Bimba ShresthaMissed returns
2020-03-05  Bimba Shresthabitscan add undef check
2020-03-05  Bimba ShresthaMerge pull request #2030 from bimbashrestha/quick
2020-03-05  Bimba ShresthaRemoving no-tree-vectorize for intel 2030/head
2020-03-05  Bimba Shresthaadding vector to main loop
2020-03-05  Nick Terrell[opt] Only update repcodes upon arrival 2029/head
2020-03-05  Nick TerrellMerge pull request #2028 from terrelln/minor-opt
2020-03-05  Nick Terrell[opt] Don't recompute repcodes while emitting sequences
2020-03-05  Nick Terrell[opt] Delete ZSTD_litLengthContribution 2028/head
2020-03-05  Nick Terrell[opt] Explain why we don't include literals price
2020-03-05  Nick Terrell[opt] Don't recompute initial literals price
2020-03-04  Bimba ShresthaMerge pull request #2027 from bimbashrestha/travis-icc
2020-03-03  Bimba ShresthaMerge pull request #2026 from bimbashrestha/issues...
2020-03-03  Bimba ShresthaRemoving mmx compiler flags 2027/head
2020-03-03  Bimba ShresthaAdding icc make check to travis ci
2020-03-03  Bimba ShresthaAdd issue templates to zstd 2026/head
2020-03-03  Bimba ShresthaMerge pull request #2025 from bimbashrestha/doc
2020-03-03  Bimba ShresthaFixing ZSTD_c_compressionLevel confusing note 2025/head
2020-03-03  Nick TerrellMerge pull request #2024 from terrelln/zstdgrep-error
2020-03-03  Nick Terrell[zstdgrep] Add a simple test 2024/head
2020-03-02  Nick TerrellMerge pull request #2023 from terrelln/fix-logs
2020-03-02  Nick Terrell[zstdgrep] Remove -f because zstdcat implies it
2020-03-02  Nick Terrell[zstdgrep] Log zstd decompression errors to stderr
2020-03-02  Nick TerrellDont log errors when ZSTD_fseBitCost() returns an error 2023/head
2020-02-27  Bimba ShresthaMerge pull request #2019 from bimbashrestha/quick
2020-02-27  Bimba ShresthaAdding hashLog to --show-default-cparams 2019/head
2020-02-27  Bimba Shrestha[cirrus-ci] Removing pkg -y update and using 11.3-snap...
2020-02-27  Yann ColletMerge pull request #2017 from facebook/verbose
2020-02-26  Yann Colletman page : added `--verbose` long command 2017/head
2020-02-26  Felix HandteRevert "Fix pkg-config File Generation Again" (#2016)
2020-02-25  Felix HandteMerge pull request #2001 from felixhandte/pkg-config...
2020-02-24  Nick TerrellMerge pull request #2013 from terrelln/oss-fuzz
2020-02-24  Nick TerrellUpdate CIFuzz file and turn off dry-run mode 2013/head
2020-02-21  Felix HandteMerge pull request #2007 from lgarrison/cli-allow-sizet
2020-02-20  Lehman GarrisonAllow some cli options to accept numeric values up... 2007/head
2020-02-20  Bimba ShresthaMerge pull request #1999 from bket/fix_have_lz4
2020-02-20  Bimba ShresthaMerge pull request #2002 from bimbashrestha/docs
next