]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-02-27  Yann Colletreduced ZSTD_DDict memory usage 573/head
2017-02-26  Yann Colletadded ZSTD_refDDict()
2017-02-26  Yann ColletloadEntropy works on new ZSTD_entropy_t type
2017-02-26  Yann Colletcreated entropy structure type
2017-02-25  Yann ColletAdded DDict unit test in fuzzer
2017-02-25  Yann ColletMerge pull request #566 from facebook/forceRawDict
2017-02-24  Yann Colletattempt to fix pthreat linking error 566/head
2017-02-24  Yann Colletzstdmt : fix : loading prefix from previous segments
2017-02-24  Yann Colletminor tests/Makefile refactoring
2017-02-24  Yann ColletMerge pull request #565 from iburinoc/testcorpus
2017-02-24  Yann ColletMerge pull request #564 from iburinoc/doc
2017-02-24  Sean PurcellFix -Wsign-compare issues in decodecorpus.c 565/head
2017-02-23  Sean PurcellMerge branch 'dev' into doc 564/head
2017-02-23  Yann ColletMerge pull request #562 from iburinoc/testcorpus
2017-02-23  Sean PurcellMove educational_decoder to doc/ and add doc README
2017-02-23  Yann ColletMerge pull request #558 from facebook/manual
2017-02-23  Yann ColletMerge pull request #560 from iburinoc/findcompressedsize
2017-02-23  Sean PurcellUpdate CLI and link from educational decoder 562/head
2017-02-23  Sean PurcellUpdate tests/README.md
2017-02-23  Sean PurcellCreate a tool that generates random, valid, Zstd frames...
2017-02-22  Yann ColletMerge pull request #561 from iburinoc/fsefix
2017-02-22  Sean PurcellFix bug in FSE distribution normalization 561/head
2017-02-22  Sean PurcellDescribe ambiguity around skippable frames 560/head
2017-02-22  Sean PurcellUpdate comment
2017-02-22  Sean PurcellChange name to to findFrameCompressedSize and add skipp...
2017-02-22  Yann Colletfixed malloc(0) potential issue
2017-02-22  Yann ColletMerge pull request #556 from sjnam/size_unknown
2017-02-22  Yann Colletfixed c90/gnu90/gnu99 tests 558/head
2017-02-22  Yann ColletMerge pull request #559 from inikep/arm-ppc-compilation
2017-02-22  Przemyslaw... travis.yml: test arm-ppc-compilation target 559/head
2017-02-22  Przemyslaw... added arm-ppc-compilation Makefile target
2017-02-22  Przemyslaw... minor tweaks
2017-02-22  Yann Colletadded `manual` target in root Makefile
2017-02-22  Yann Colletadded `manual` target to contrib/gen_html/Makefile
2017-02-22  Przemyslaw... travis.yml: fix versionsTest target
2017-02-22  Przemyslaw... travis.yml: set "dist: trusty" as default
2017-02-22  Przemyslaw... move Ubuntu packages install to Makefile
2017-02-22  Przemyslaw... travis.yml: reduce number of jobs to 7
2017-02-22  Przemyslaw... Merge remote-tracking branch 'refs/remotes/facebook...
2017-02-22  Soojin Namtest for fail to decompress 556/head
2017-02-22  Yann ColletMerge pull request #557 from inikep/dev11
2017-02-22  Yann ColletMerge pull request #552 from iburinoc/spec
2017-02-21  Przemyslaw... fix uasan-test32
2017-02-21  Przemyslaw... travis.yml: added uasan-test and uasan-test32
2017-02-21  Przemyslaw... travis.yml: use CFLAGS=-Og with -fsanitize
2017-02-21  Przemyslaw... travis.yml: added LDFLAGS=-fuse-ld=gold
2017-02-21  Przemyslaw... travis.yml: reduce number of jobs
2017-02-21  Przemyslaw... legacy.c: fix memory leaks
2017-02-21  Sean PurcellAdd default distributions and fix typos 552/head
2017-02-21  Przemyslaw... zstd_compress.c: fix memory leaks
2017-02-21  Przemyslaw... fix memory leaks
2017-02-21  Przemyslaw... uasan
2017-02-21  Przemyslaw... travis.yml: use clang-4.0 for asan32 test 557/head
2017-02-21  Przemyslaw... bench.c: use a single ticksPerSecond
2017-02-21  Przemyslaw... travis.yml: switch asan32 to Ubuntu 14.04
2017-02-21  Przemyslaw... travis.yml: join pzstd tests
2017-02-21  Przemyslaw... Merge remote-tracking branch 'refs/remotes/facebook...
2017-02-21  Przemyslaw... travis.yml: remove tests that overlap with Circle CI
2017-02-21  Przemyslaw... util.h: restore times()
2017-02-21  Soojin NamMerge branch 'dev' into size_unknown
2017-02-21  Yann ColletMerge pull request #555 from anders-code/dev
2017-02-21  Yann ColletMerge pull request #553 from inikep/devel
2017-02-21  Soojin Namoriginal size unknown
2017-02-20  Anders Olesonspelling fixes in comments 555/head
2017-02-20  Przemyslaw... util.h: use mach_absolute_time for macOS
2017-02-20  Przemyslaw... introduce UTIL_freq_t
2017-02-20  Przemyslaw... replace times() with clock_gettime(CLOCK_MONOTONIC, x)
2017-02-20  Przemyslaw... Merge remote-tracking branch 'refs/remotes/facebook... 553/head
2017-02-20  Yann Colletupdated NEWS with meson build by Dima Krasner
2017-02-20  Yann ColletMerge pull request #551 from dimkr/meson
2017-02-18  Dima KrasnerMoved to contrib 551/head
2017-02-18  Sean PurcellRestructure Format Specification
2017-02-17  Dima KrasnerAdded a message when multhread=true
2017-02-17  Dima KrasnerUpdated the README
2017-02-17  Dima KrasnerAdded multi-threaded library support
2017-02-17  Przemyslaw... circle.yml: set FUZZERTEST=-T4mn
2017-02-17  Przemyslaw... Merge remote-tracking branch 'refs/remotes/facebook...
2017-02-17  Yann ColletMerge pull request #550 from iburinoc/matchoverlenwrite
2017-02-16  Yann ColletMerge pull request #548 from inikep/gz_compress
2017-02-16  Sean PurcellUpdate overlength match test case 550/head
2017-02-16  Sean PurcellexecSequence copies up to 2*WILDCOPY_OVERLENGTH extra
2017-02-16  Przemyslaw... circle.yml: make travis-install 548/head
2017-02-16  Przemyslaw... faster start of containers
2017-02-16  Dima KrasnerAdded a Meson project
2017-02-16  Przemyslaw... join tests into pairs
2017-02-16  Przemyslaw... move MOREFLAGS to circle.yml
2017-02-16  Yann ColletMerge pull request #549 from iburinoc/matchoverlenwrite
2017-02-16  Przemyslaw... more balanced tests
2017-02-16  Przemyslaw... two groups of tests
2017-02-16  Przemyslaw... improved clangtest
2017-02-16  Przemyslaw... imporved test-zstd
2017-02-16  Przemyslaw... Tests for thread 1 (when CIRCLE_NODE_TOTAL=1) or thread 2
2017-02-16  Przemyslaw... final colon
2017-02-16  Przemyslaw... check CIRCLE_NODE_TOTAL
2017-02-16  Przemyslaw... check $CIRCLE_NODE_INDEX
2017-02-16  Przemyslaw... circle.yml: run only short tests
2017-02-16  Przemyslaw... fix travis.yml
2017-02-16  Przemyslaw... .travis.yml: detect "$TRAVIS_EVENT_TYPE" = "cron"
2017-02-16  Sean PurcellFix wildcopy overwriting data still in window 549/head
2017-02-15  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
next