]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2018-01-18  Nick TerrellSet repcodes for empty ZSTD_CDict 997/head
2018-01-17  Yann ColletMerge pull request #991 from facebook/progressiveMT
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
2018-01-16  Yann ColletZSTDMT : minor CCtx memory optimization
2018-01-16  Yann ColletZSTDMT can now work in non-blocking mode with 1 thread
2018-01-16  Yann ColletMerge branch 'dev' into progressiveMT
2018-01-16  Yann ColletMerge pull request #956 from terrelln/mf-struct
2018-01-16  Yann ColletMerge pull request #987 from facebook/checkTag
2018-01-16  Yann Colletensure MOREFLAGS are not lost in root->tests Makefile...
2018-01-16  Yann Collettravis ci : added gcc-7 test
2018-01-16  Nick TerrellReorganize block state 956/head
2018-01-16  Nick TerrellSplit ZSTD_CCtx into smaller sub-structures
2018-01-16  Yann ColletMerge pull request #990 from krab/dev-cmake-libdir
2018-01-15  Alexey IvanovCMake: use GNUInstallDirs for library install dir 990/head
2018-01-15  Yann Colletadded tag-triggered test 987/head
2018-01-15  Yann Colletadded tests/checkTag
2018-01-14  Yann Colletmake -C tests legacy : minor flag alteration
2018-01-14  Yann Collettests/Makefile : fixed target allnothread
2018-01-14  Yann Colletadded `make list` capability to `tests/Makefile`
2018-01-13  Yann ColletMerge pull request #984 from terrelln/dict-load
2018-01-13  Yann Colletzstdmt : can compress at block granularity
2018-01-13  Nick TerrellLoad more dictionary positions into table if empty 984/head
2018-01-12  Yann ColletMerge pull request #983 from terrelln/dict-wlog
2018-01-12  Yann ColletMerge pull request #970 from facebook/dubtlazy
2018-01-12  Nick TerrellAdd test for cdict window log adjustment 983/head
2018-01-12  Nick TerrellIncrease windowLog from CDict based on the srcSize...
2018-01-11  Yann ColletMerge branch 'dev' into dubtlazy 970/head
2018-01-11  Yann ColletMerge pull request #982 from facebook/fix304
2018-01-11  Yann Colletchanged function name to ZSTD_DUBT_findBestMatch()
2018-01-11  Yann ColletMerge pull request #981 from facebook/fix976
2018-01-11  Yann Colletadded warning message 982/head
2018-01-11  Yann Colletfixed #304
2018-01-11  Yann Colletadded a test case for dictBuilder failure
2018-01-11  Yann ColletMerge pull request #980 from conor42/dev
2018-01-11  Yann Colletfixed minor warning on prototype definition 981/head
2018-01-11  Yann Colletfixed bug #976, reported by @indygreg
2018-01-11  conor42Fix break condition in decompression noise test 980/head
2018-01-11  Yann ColletMerge pull request #979 from facebook/memdoc
2018-01-10  Yann ColletMerge pull request #974 from terrelln/dstfile
2018-01-10  Yann Colletapi doc : grouped all ZSTD_create*_advanced() functions... 979/head
2018-01-10  Yann ColletAPI doc : grouped ZSTD_initStatic*() together
2018-01-06  Yann Colletfixed msan test
2018-01-06  Yann ColletMerge pull request #965 from facebook/tests_obj
2018-01-06  Yann ColletMerge branch 'dev' into dubtlazy
2018-01-06  Yann Colletfixed ZSTD_reduceIndex()
2018-01-06  Yann Colletminor tests/Makefile change, as suggested by @terrelln 965/head
2018-01-06  Yann ColletMerge pull request #963 from facebook/benchfix
2018-01-05  Nick Terrell[fileio] Don't call FIO_remove() on stdout or /dev... 974/head
2018-01-05  Nick Terrell[fileio] Use FIO_remove() everywhere for safety
2018-01-05  Nick Terrell[util] Refuse to set file stat on non-regular file
2018-01-04  Yann ColletMerge pull request #972 from pixelb/bz1530049
2018-01-04  Yann ColletMerge pull request #973 from terrelln/test-case
2018-01-03  Nick TerrellAdd test case for PR #972 973/head
2018-01-02  Pádraig Bradyzstd: fix crash when not overwriting existing files 972/head
2017-12-31  Yann Colletupdated /lib documentation
2017-12-30  Yann ColletMerge pull request #968 from shawnl/dev
2017-12-30  Yann Colletfixed minor argument property for Visual
2017-12-30  Yann ColletMerge branch 'dubtlazy' of github.com:facebook/zstd...
2017-12-30  Yann Colletimproved btlazy2 : list of unsorted candidates can...
2017-12-30  Yann Colletupdated compression level table for btlazy2
2017-12-30  Yann Colletupdated compression level table for btlazy2
2017-12-30  Yann Colletsimplify ZSTD_preserveUnsortedMark() implementation
2017-12-29  Shawn Landdenmeson: allow -Dlegacy_support=true, fix -Dlegacy_support=0 968/head
2017-12-29  Yann ColletMerge branch 'benchfix' into dubtlazy
2017-12-29  Yann Colletbtlazy2 : optimization for dictionary compression
2017-12-29  Yann Colletbtlazy2: fixed interaction between unsortedMark and...
2017-12-29  Yann Colletadd test case which reliably produces btlazy2 rescale...
2017-12-29  Yann Colletfixed bug in dubt
2017-12-29  Yann Colletminor speed optimization : index overflow prevention
2017-12-29  Yann Colletcomplete ignore list
2017-12-28  Yann Colletfirst implementation of delayed update for btlazy2
2017-12-27  Yann Colletwindows ci : removed fullbench-dll from appveyor
2017-12-27  Yann Collet%.o objects files in /tests
2017-12-27  Yann Colletfix: bench can accept hlog custom parameter 963/head
2017-12-24  Shawn Landdenget soversion right
2017-12-22  Yann ColletMerge pull request #961 from shawnl/patch-2
2017-12-22  Yann ColletMerge pull request #960 from shawnl/dev
2017-12-22  Shawn Landdenfix unbounded range 961/head
2017-12-21  Shawn Landdenmeson: support differn't legacy levels. 960/head
2017-12-20  Yann ColletMerge pull request #959 from shawnl/dev 954/head
2017-12-20  Shawn Landdenmeson: fix build 959/head
2017-12-19  Yann ColletMerge pull request #958 from facebook/continueCCtx
2017-12-19  Yann ColletZSTD_resetCCtx_internal: fixed order of arguments 958/head
2017-12-19  Yann Colletchanged variable name for clarity, suggested by @terrelln
2017-12-19  Yann Colletfuzzer: ensure existence of CHECK_Z macro beyond OS...
2017-12-19  Yann Colletadded test case for "wrong blockSize in continue mode"
2017-12-19  Yann Colletfix a subtle issue in continue mode
2017-12-19  Yann ColletMerge pull request #957 from facebook/nbThreads
2017-12-16  Yann Colletzstdmt via compress_generic: reduce opportunity to... 957/head
2017-12-15  Yann ColletMerge pull request #955 from facebook/readme
next