]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2018-10-06  maxice8don't assume __linux__ means __GLIBC__ on BACKTRACES_ENABLE 1356/head
2018-10-05  Yann Colletfixed fullbench-lib target 1354/head
2018-10-04  Yann ColletMerge pull request #1351 from facebook/haikubuild
2018-10-04  Yann ColletMerge pull request #1353 from facebook/paramgrill
2018-10-04  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2018-10-04  Yann Colletadded graph for ZSTD_compress_usingCDict() in v1.3.6
2018-10-04  Yann ColletMerge pull request #1352 from facebook/visual
2018-10-04  Yann Colletfixed paramgrill wrong assert() conditions 1353/head
2018-10-04  Yann Colletfixed VS2017Community build script 1352/head
2018-10-03  Yann Colletfinalized minor warnings on Haiku 1351/head
2018-10-03  Yann Colletchanged ZSTD_NANOSLEEP_SUPPORT definition
2018-10-03  Yann Colletportability macro flags updates, for Haiku
2018-10-03  Yann ColletMerge pull request #1330 from korli/haiku
2018-10-03  Yann Colletfixed wrong assert() position
2018-10-03  Yann ColletMerge pull request #1350 from facebook/fixmsan
2018-10-03  Jerome DuvalEnable building zstd on Haiku. 1330/head
2018-10-03  Yann Colletfixed msan warning 1350/head
2018-10-02  Yann ColletMerge pull request #1348 from facebook/donotdelete
2018-10-02  Yann Colletfixed static analyzer warnings 1348/head
2018-10-02  Yann Colletrestored backtrace on failure
2018-10-02  Yann Colletupdated NEWS in anticipation for v1.3.6
2018-10-02  Yann ColletMerge pull request #1317 from felixhandte/split-logs
2018-10-02  Yann Collet./zstd -f do no longer overwrite destination file
2018-10-01  Yann Colletzstd -d -f do no longer erase destination file
2018-10-01  W. Felix HandteRevert Ability to Set HashLog and ChainLog on Context... 1317/head
2018-09-29  Yann Colletregroup name creation logic into its own function
2018-09-29  Yann ColletMerge pull request #1347 from terrelln/werror
2018-09-29  Yann ColletMerge pull request #1346 from terrelln/small-block-fse
2018-09-29  W. Felix HandteRestore Passing CParams to `ZSTD_insertAndFindFirstInde...
2018-09-29  W. Felix HandteUse Working Ctx Logs when not in DMS Mode
2018-09-29  W. Felix HandteWhen Attaching Dictionary, Size Working Tables Based...
2018-09-29  W. Felix HandteRemove Log Overriding for the Time Being
2018-09-29  W. Felix HandteRemove Strategy-Dependency in Making Attachment Decision
2018-09-29  W. Felix HandteSupport Split Logs in ZSTD_btopt..ZSTD_btultra
2018-09-29  W. Felix HandteBump Split Log Support to ZSTD_btultra
2018-09-29  W. Felix HandteSupport Split Logs in ZSTD_greedy..ZSTD_btlazy2
2018-09-29  W. Felix HandteBump Split Log Support to ZSTD_btlazy2
2018-09-29  W. Felix HandteSupport Split Logs in ZSTD_dfast
2018-09-29  W. Felix HandteBump Split Log Support to ZSTD_dfast
2018-09-29  W. Felix HandteSupport a Separate Hash Log in ZSTD_fast
2018-09-29  W. Felix HandteStop Passing in `hashLog` and `stepSize` to `ZSTD_compr...
2018-09-29  W. Felix HandteTemporary Commit to Retain Requested Hash and Chain...
2018-09-29  W. Felix HandteAllow Setting Hash and Chain Logs on Contexts with...
2018-09-29  W. Felix HandteFor Supported Strategies, Attach Dict Even When Params...
2018-09-29  W. Felix HandteSplit Attach and Copy Reset Strategies into Separate...
2018-09-29  W. Felix HandtePull Attachment Decision into Separate Function
2018-09-29  W. Felix HandteAnd Then Avoid the Unused Parameter Warning
2018-09-29  W. Felix HandteMove Asserts into Function to Avoid Unused Function...
2018-09-29  W. Felix HandteMove Match State CParams Setting into `resetCCtx` and...
2018-09-29  W. Felix HandteStrengthen Assertion to Assert Equality
2018-09-29  W. Felix HandteRemove CParams Arg from ZSTD_ldm_blockCompress
2018-09-29  W. Felix HandteStop Separately Passing CParams in ZSTD_lazy Internal...
2018-09-29  W. Felix HandteStop Separately Passing CParams in ZSTD_opt Internal...
2018-09-29  W. Felix HandteAlso Remove CParams from Table Filling Functions' Args
2018-09-29  W. Felix HandteAlso Assert Equivalency When Filling MatchState with...
2018-09-29  W. Felix HandteRemove CParams from Block Compressor Functions' Args
2018-09-29  W. Felix HandteAssert `ctx` and `ms` cparams Equivalency
2018-09-29  W. Felix HandteRemove cParams from CDict
2018-09-29  W. Felix HandteAdd ZSTD_compressionParameters to ZSTD_matchState_t
2018-09-28  Yann Colletchanged macro name
2018-09-28  Yann Colletminor improvement in the multi-format suffix selection
2018-09-28  Nick TerrellFix minigzip in std=c99 mode 1347/head
2018-09-28  Nick Terrell[util] Fix lstat feature test macro
2018-09-28  Nick TerrellAdd -Werror to *build rules
2018-09-28  Nick TerrellFix another warning 1346/head
2018-09-28  Nick TerrellFix warnings
2018-09-28  Nick Terrell[zstd] Fix newly added test case
2018-09-28  Nick Terrell[zstreamtest] Add failing test case
2018-09-28  Yann Colletfixed unreachable section warning on Visual
2018-09-28  Nick TerrellMerge pull request #1343 from terrelln/faster-ci
2018-09-28  Yann ColletMerge branch 'dev' into donotdelete
2018-09-28  Yann ColletMerge pull request #1345 from facebook/fixLegacy
2018-09-28  Yann Colletfixed minor Visual conversion warnings
2018-09-28  Yann Colletfixed longmatch test too 1345/head
2018-09-28  Yann Colletfixed legacy compilation tests
2018-09-28  Yann ColletMerge pull request #1344 from terrelln/grub-fixes
2018-09-27  Yann Colletminor refactoring of --list
2018-09-27  Nick TerrellRestore ZSTD_noCompressBlock() for clarity 1344/head
2018-09-27  Nick TerrellReset number of threads less often 1343/head
2018-09-27  Nick TerrellChange byte to value to avoid a GRUB typedef
2018-09-27  Nick TerrellInclude stddef.h for size_t
2018-09-27  Nick Terrell[zstd] Add -Wmissing-prototypes
2018-09-27  Nick TerrellMore aggressive limitations
2018-09-27  Nick Terrell[zstreamtest] Reduce memory of newapi tests
2018-09-27  Yann ColletMerge pull request #1342 from facebook/fixcatyd
2018-09-27  Yann Colletmoved again overflow correction 1342/head
2018-09-26  Yann ColletMerge pull request #1340 from terrelln/generate-artifacts
2018-09-26  Yann Colletchanged overflow correction place
2018-09-26  Yann ColletMerge pull request #1339 from facebook/grep_colors
2018-09-26  Yann ColletMerge pull request #1327 from facebook/adapt
2018-09-26  Yann Colletfix : huge (>4GB) stream of blocks
2018-09-26  Yann ColletMerge pull request #1338 from facebook/rfc
2018-09-26  Yann ColletMerge pull request #1337 from facebook/test_failure
2018-09-26  Yann ColletMerge pull request #1329 from facebook/v04isout
2018-09-26  Nick TerrellPublish artifacts with CircleCI 1340/head v0.0.29
2018-09-25  Yann Colletfixed usage of grep in Makefile 1339/head
2018-09-25  Yann Colletupdated format documentation 1338/head
2018-09-25  Yann Colletbounds for --adapt mode 1327/head
2018-09-25  Yann Colletfixed `!` tests 1337/head
2018-09-24  Yann ColletMerge branch 'dev' into adapt
next