]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2018-02-14  Nick Terrell[decompress] Support BMI2 1011/head
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
2018-01-20  Yann Colletzstdmt : finally vanquished an elusive and rare race...
2018-01-19  Yann Colletzstdmt : simplify job creation
2018-01-19  Yann Colletzstdmt: fixed corruption issue in ZSTDMT_endStream()
2018-01-19  Yann Colletadd `zcat` symlink support, suggested by @wtarreau 998/head
2018-01-19  Yann Colletzstdmt uses POOL_tryAdd() to call a new worker
2018-01-19  Yann ColletMerge pull request #995 from facebook/progressiveMT
2018-01-19  Yann ColletMerge pull request #994 from facebook/constCDict
2018-01-19  Yann Colletfixed frame checksum issue
2018-01-18  Yann Colletadded POOL_tryAdd()
2018-01-18  Yann ColletMerge branch 'dev' into constCDict 994/head
2018-01-18  Yann ColletMerge branch 'progressiveMT' into progressiveFlush
2018-01-18  Yann ColletMerge branch 'dev' into progressiveMT 995/head
2018-01-18  Yann ColletMerge pull request #997 from terrelln/empty-dict
2018-01-18  Nick TerrellSet repcodes for empty ZSTD_CDict 997/head
2018-01-18  Yann Colletfileio: READY_FOR_UPDATE() is now a function-like macro
2018-01-18  Yann Colletfixes for @terrelln comments
2018-01-18  Yann Colletzstdmt: added ability to flush current job before it...
2018-01-18  Yann Colletfixed a few access contention
2018-01-18  Yann ColletIntroduce ZSTD_getFrameProgression()
2018-01-17  Yann ColletMerge pull request #991 from facebook/progressiveMT
2018-01-17  Yann Colletchanged initStatic?Dict() return type to const ZSTD_...
2018-01-17  Yann ColletMerge pull request #993 from krab/dev-cmake-windows-mt
2018-01-17  Yann ColletMerge branch 'dev' into progressiveMT 991/head
2018-01-17  Yann ColletMerge pull request #992 from terrelln/small-cdict
2018-01-17  Yann Colletzstdmt : fixed very large window sizes
2018-01-17  Yann Colletzstdmt: fixed an endless loop on allocation failure
2018-01-17  Nick TerrellReduce size of ZSTD_CDict 992/head
2018-01-17  Yann Colletzstdmt: minor variable renaming, for clarity
2018-01-17  Alexey IvanovCMake: fixed multithreading build on Windows 993/head
2018-01-17  Yann Colletfix fileio progression status update
2018-01-17  Yann Colletcli: fix for no-MT mode
2018-01-17  Yann Colletintroduced parameter ZSTD_p_nonBlockingMode
next