]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2018-03-01  Yann Colletlimit DYNAMIC_BMI2 to gcc >= 4.8 1031/head
2018-03-01  Yann Colletforce inlining of HUF_decodeSymbol*() functions
2018-02-28  Yann Colletupdate doc/README.md on provided tools to test 3rd...
2018-02-28  Yann ColletMerge pull request #1026 from terrelln/lrm-window
2018-02-27  Nick TerrellLDM manages its own window round buffer 1026/head
2018-02-27  Yann ColletMerge pull request #1025 from facebook/huf
2018-02-27  Yann Colletfixed wrong size test 1025/head
2018-02-27  Yann ColletMerge pull request #1024 from terrelln/window-split
2018-02-26  Yann Colletadded error code workSpace_tooSmall
2018-02-26  Yann Colletminor cleaning of huff0
2018-02-26  Nick TerrellReduce ZSTD_CHAINLOG_MAX to 29 in 32-bit mode 1024/head
2018-02-26  Nick TerrellSplit the window state into substructure
2018-02-24  Yann ColletMerge pull request #1021 from terrelln/lrm-split
2018-02-22  Yann Colletminor nit from Mac XCode
2018-02-22  Nick TerrellRemove long range matcher immediate repcode check 1021/head
2018-02-22  Nick TerrellSplit block compresser out of long range matcher
2018-02-22  Yann ColletMerge pull request #1022 from facebook/bmi2IntoC
2018-02-22  Yann ColletImplemented BMI2 functions directly within huf_decompress.c 1022/head
2018-02-21  Yann ColletMerge pull request #1020 from facebook/betterBench
2018-02-21  Yann Colletfullbench includes assert.h 1020/head
2018-02-21  Yann Colletfixed huf_compress workspace size
2018-02-21  Yann Colletupdate fullbench measurement methodology
2018-02-21  Yann ColletMerge pull request #1019 from facebook/betterBench
2018-02-21  Yann Colletfixed minor conversion warning 1019/head
2018-02-20  Yann ColletMerge pull request #1017 from terrelln/c-bmi2
2018-02-20  Yann Colletuse TIMELOOP_NANOSEC
2018-02-20  Yann Colletimprove benchmark measurement for small inputs
2018-02-20  Nick Terrell[BMI2] Add comments to the bmi2 variable in the contexts 1017/head
2018-02-20  Yann Colletadded clarification comments in zstd_errors.h
2018-02-15  Yann ColletMerge pull request #1011 from terrelln/bmi2
2018-02-15  Nick Terrell[compress] Support BMI2
2018-02-14  Nick Terrell[decompress] Support BMI2 1011/head
2018-02-13  Yann Colletfixed --single-thread
2018-02-13  Yann ColletMerge pull request #1014 from facebook/fasterDec
2018-02-13  Yann Colletpretify last unit test output 1014/head
2018-02-13  Yann Colletadded code comment on how to generate default tables
2018-02-13  Yann Colletadded SEQSYMBOL_TABLE_SIZE()
2018-02-11  Yann Colletfixed logo path
2018-02-10  Yann ColletMerge branch 'dev' into fasterDec
2018-02-10  Yann ColletMerge pull request #1010 from facebook/flexibleLevel
2018-02-10  Yann ColletMerge branch 'dev' into flexibleLevel 1010/head
2018-02-10  Yann ColletMerge pull request #1013 from facebook/fasterDec32
2018-02-09  Yann Colletspecify new command --single-thread
2018-02-09  Yann Colletfixed minor nit as per @terrelln's comments
2018-02-09  Yann ColletMerge branch 'dev' into flexibleLevel
2018-02-09  Yann Colletre-enabled ZSTD_decompressSequencesLong()
2018-02-09  Yann Colletpre-calculated default decoding tables
2018-02-09  Yann Colletfixed mono-symbol distribution
2018-02-09  Yann Colletfixed default fse distributions
2018-02-09  Yann ColletaddBits and baseline into FSE decoding table
2018-02-09  Yann ColletMerge branch 'dev' into fasterDec
2018-02-08  Yann Colletfixed streaming_memory_usage example
2018-02-07  Yann ColletMerged ZSTD_preserveUnsortedMark() into ZSTD_reduceIndex() 1013/head
2018-02-05  Yann Colletminor : modified ZSTD_preserveUnsortedMark() to be...
2018-02-04  Yann Colletfaster decoding in 32-bits mode for long offsets (tenta...
2018-02-03  Yann Colletensure compression parameters are updated when only...
2018-02-02  Yann Colletzstdmt: applies new parameters on the fly
2018-02-02  Yann Colletfileio: create dedicated function to generate zstd...
2018-02-02  Yann ColletMerge pull request #1006 from systemcrash/patch-2
2018-02-02  Yann ColletMerge pull request #1005 from systemcrash/dev
2018-02-02  Yann Colletfixed minor conversion warning
2018-02-02  Yann ColletChanged nbThreads for nbWorkers
2018-02-02  Yann Colletclarified comments on LDM parameters
2018-02-02  Yann Colletzstdmt: added ability to change compression parameters...
2018-02-02  Yann Colletremoved bitstream.h dependency
2018-02-01  Yann ColletMerge pull request #1009 from terrelln/fail-early
2018-02-01  Nick TerrellTest for incorrect pledgeSrcSize earlier 1009/head
2018-01-31  Yann ColletMerge pull request #1008 from terrelln/hlog3
2018-01-31  Nick Terrell[fuzzer] Check ZSTD_initStaticCDict() for every level 1008/head
2018-01-31  Nick TerrellFix hashLog3 size when copying cdict tables
2018-01-31  Yann ColletMerge pull request #1000 from facebook/progressiveFlush
2018-01-30  Yann Colletupdated zstd api manual 1000/head
2018-01-30  Yann Colletfixed function declaration ZSTD_getBlockSize()
2018-01-30  Yann Colletzstdmt: changed naming convention
2018-01-29  systemcrashUpdate README.md 1006/head
2018-01-29  systemcrashUpdate zstd.1 1005/head
2018-01-28  Yann Colletbumped version number to v1.3.4
2018-01-27  Yann Colletfixed minor conversion warning for C++ compilation...
2018-01-27  Yann Colletjob mutex creation is checked
2018-01-27  Yann Colletzstdmt: there is now one mutex/cond per job
2018-01-27  Yann Colletzstdmt: minor code refactor for clarity
2018-01-26  Yann Colletzstdmt: job table correctly cleaned after synchronous...
2018-01-26  Yann Colletzstdmt : refactor a few member names
2018-01-26  Yann Colletzstdmt : flush() only lock to read shared job members
2018-01-26  Yann Colletminor : ZSTDMT_writeLastEmptyBlock() is a void function
2018-01-26  Yann Colletzstdmt : fixed memory leak
2018-01-26  Yann Colletzstdmt : refactor job members
2018-01-26  Yann Colletfixed minor declaration-after-statement warning
2018-01-26  Yann Colletzstdmt: removed job->jobCompleted
2018-01-25  Yann Colletzstdmt:: renamed mutex and cond to underline they are...
2018-01-24  Yann ColletMerge pull request #1001 from ne-sted/fix-defaults...
2018-01-24  ne-stedcli: fix align of defaults 1001/head
2018-01-24  Yann Colletzstdmt : fixed complex sequencing bug
2018-01-23  Yann Colletzstdmt : correctly set end of frame
2018-01-23  Yann Colletzstdmt : fix end condition (ZSTD_e_end)
2018-01-23  Yann Colletzstdmt: fixed minor race condition
2018-01-23  Yann Colletzstdmt : fixed ending frame with 0-size block
2018-01-23  Yann ColletMerge pull request #998 from facebook/zcat
2018-01-20  Yann Colletzstreamtest : fixed test 32 : multi-thread compression
2018-01-20  Yann Colletzstdmt : fixed last job size
next