]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-12-13  Nick Terrell[fileio] Refuse to remove non-regular file 949/head
2017-12-13  Yann Colletfuzzer tests : added -v command
2017-12-12  Yann ColletRevert "Created a test case which reliably reproduces...
2017-12-12  Yann ColletCreated a test case which reliably reproduces bug #944
2017-12-08  Yann ColletMerge pull request #943 from facebook/fix942
2017-12-08  Yann Colletcomment clarification 943/head
2017-12-07  Yann ColletZSTD_initCStream_srcSize() considers "0" to mean "unknown"
2017-12-07  Yann Colletzstreamtest : add test which detects when ZSTD_initCStr...
2017-12-07  Yann Colletfix #942 : streaming interface does not compress after...
2017-12-05  Yann ColletMerge pull request #941 from facebook/registerLess
2017-12-05  Yann ColletMerge pull request #940 from facebook/gettime
2017-12-05  Yann Colletno longer supported starting C++17 941/head
2017-12-05  Yann ColletIt's still necessary to check PLATFORM_POSIX_VERSION... 940/head
2017-12-05  Yann Colletremoved a few redundant #include
2017-12-04  Yann Colletfix #911 : changed detection macro for clock_gettime()
2017-12-04  Yann ColletMerge pull request #936 from facebook/qemu32panic
2017-12-04  Yann Colletfileio: fixed LZ4F invocation from assert() 936/head
2017-12-04  Yann ColletMerge branch 'dev' into qemu32panic
2017-12-04  Yann ColletMerge pull request #939 from facebook/shorterCircleCI
2017-12-03  Yann ColletMerge branch 'dev' into qemu32panic
2017-12-02  Yann ColletsetParameter : no side-effect on setting a compression...
2017-12-02  Yann Colletcircleci: removed -m32 tests 939/head
2017-12-02  Yann Colletcircleci : balance some tests
2017-12-02  Yann Colletcircleci : removed cmaketest
2017-12-02  Yann Colletzstdcli: fixed minor warning when bench module not...
2017-12-02  Yann Colletfixed powerpc test
2017-12-02  Yann Colletcircleci: removed gccX/clang tests
2017-12-02  Yann Colletadded environment variable through circleci dashboard
2017-12-02  Yann Colletcircleci: removed one test node
2017-12-02  Yann ColletMerge pull request #938 from terrelln/time
2017-12-02  Yann ColletMerge pull request #934 from facebook/opt3
2017-12-02  Yann Colletcircleci: add CFLAGS=-O0 environment variable
2017-12-02  Yann Colletcircleci : make libzstd-nomt had its own test
2017-12-01  Yann ColletMerge branch 'dev' into qemu32panic
2017-12-01  Yann Colletremoved -ftrapv from tests/ debug flags
2017-12-01  Nick TerrellCombine definitions of SEC_TO_MICRO 938/head
2017-11-30  Nick TerrellUse util.h for timing
2017-11-30  Yann Colletfixed Visual warning on minor interface discrepancy
2017-11-30  Yann Colletremoved long-range-mode tests from `zstreamtest --no...
2017-11-30  Yann Colletsimplified ZSTD_CCtx_setParametersUsingCCtxParams()
2017-11-29  Yann Colletzstd_opt: added comments, as requested by @terrelln 934/head
2017-11-29  Yann Colletremoved one invocation of SET_PRICE() macro
2017-11-28  Yann ColletMerge branch 'dev' into opt3
2017-11-28  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2017-11-28  Yann Colletadd integer overflow trapping to debug builds
2017-11-28  Yann Colletzstd_opt: changed cost formula
2017-11-28  Yann Colletremoved a bunch of code related to cached literal price
2017-11-28  Yann Colletseparate rawLiterals, fullLiterals and match costs
2017-11-28  Yann ColletMerge pull request #893 from felixhandte/fix-lz4-compre...
2017-11-28  W. Felix HandteFix LZ4 Compression Buffer Overflow 893/head
2017-11-28  W. Felix HandteAdd Test on LZ4 Format Input Buffer Overrun
2017-11-28  Yann Colletbtopt: minor refactor : removed one SET_PRICE() macro...
2017-11-28  Yann Colletbtopt: minor speed optimization
2017-11-27  Yann Colletinstall: changed variable MANDIR into MAN1DIR
2017-11-27  Yann Colletzstreamtest : in `-T#s`, s considered a suffix meaning...
2017-11-25  Yann Colletupdated man page
2017-11-25  Yann Colletminor update
2017-11-24  Yann ColletMerge pull request #931 from scottchiefbaker/documentation
2017-11-23  Scott BakerInclude information about the benchmark output/methodology 931/head
2017-11-22  Yann ColletMerge pull request #924 from facebook/opt2
2017-11-21  Yann Colletfixed comment, reported by @gyscos 924/head
2017-11-21  Yann Colletfixed comment, as suggested by @terrelln
2017-11-20  Yann ColletMerge pull request #925 from dusta/patch-1
2017-11-20  DustaMissing dot 925/head
2017-11-20  Yann Colletstrategy ZSTD_btopt pinned to (0) variant (faster one)
2017-11-19  Yann Colletslightly improved compression speed
2017-11-19  Yann Colletslightly improved ratio at -22
2017-11-19  Yann Colletminor : search early-out on sufficient_len for hc3...
2017-11-19  Yann Colletbtopt0 : a bit faster and weaker
2017-11-19  Yann Colletcreated (hidden) new strategy btopt0
2017-11-19  Yann Colletzstd_opt: minor speed optimization
2017-11-18  Yann Colletbench: slightly adjusted display format
2017-11-18  Yann Colletminor spelling fixes
2017-11-18  Yann Colletfix ZSTD_COMPRESSBOUND() macro
2017-11-18  Yann ColletMerge pull request #922 from terrelln/signal
2017-11-18  Yann ColletMerge pull request #921 from facebook/ubfix
2017-11-18  Nick Terrell[zstd] Fix rare bug with signal handler 922/head
2017-11-17  Yann Colletfix un-initialized memory warning 921/head
2017-11-17  Yann ColletMerge pull request #920 from facebook/benchSeparate
2017-11-17  Yann Colletfix one UB pointer arithmetic in encoder
2017-11-17  Yann Colletfixed one UB pointer arithmetic
2017-11-17  Yann ColletMerge pull request #916 from facebook/optMergeRep
2017-11-17  Yann Colletfixed circle-ci script 920/head
2017-11-17  Yann Colletminor interface adjustments
2017-11-17  Yann Colletbench: added cli command `-S` to benchmark multiple...
2017-11-17  Yann Colletbench: realTime is a global parameter
2017-11-16  Yann Colletfixed minor warning 916/head
2017-11-16  Yann Colletfixed some complex scenarios
2017-11-16  Yann ColletFixed Btree update
2017-11-15  Yann Colletremoved wrong assertion
2017-11-15  Yann Colletremoved a few specialized traces
2017-11-15  Yann Colletshortened repcode match finder implementation
2017-11-15  Yann Colletfixed corruption issue
2017-11-15  Yann Colletstill fighting data corruption
2017-11-15  Yann Colletmerged rep search into btMatchSearch
2017-11-14  Yann ColletMerge pull request #912 from facebook/opt
2017-11-13  Yann Colletmerged repcode search into BT match search
2017-11-10  Yann Colletcmake: fixed lib/CMakeLists.txt 912/head
2017-11-10  Yann Colletreduced scope of multiple variables
2017-11-08  Yann Colletlib/compress: created ZSTD_LLcode() and ZSTD_MLcode()
next