]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-01-17  Przemyslaw... added "Makefile is validated"
2017-01-17  Yann ColletMerge pull request #511 from indygreg/cdict-dictid
2017-01-17  Yann Colletadded test checking dictID when using ZSTD_initCStream_...
2017-01-15  Gregory SzorcSet dictionary ID in ZSTD_initCStream_usingCDict() 511/head
2017-01-12  Yann ColletMerge pull request #510 from iburinoc/baddict
2017-01-12  Sean PurcellFix missing 'OK' logging on fuzzer testcase 510/head
2017-01-12  Yann Colletfix gcc-arm warning "suggest braces around empty body"
2017-01-12  Yann Colletzstdmt : fix : resources properly collected even when...
2017-01-12  Sean PurcellFixed decompress_usingDict not propagating corrupted...
2017-01-12  Yann Colletzstdmt : correctly check for cctx and buffer allocation
2017-01-12  Yann Colletzstdmt : changed internal naming from frame to chunk
2017-01-11  Yann ColletZSTDMT_compress() creates a single frame
2017-01-11  Yann Colletminor refactor (release CCtx 1st) and comment clarification
2017-01-11  Yann Colletfixed ZSTDMT_createCCtx() : checked inner objects are...
2017-01-11  Yann Colletimproved ZSTD_createCCtxPool() cancellation
2017-01-11  Yann Colletfixed ZSTDMT_createCCtxPool() when inner CCtx creation...
2017-01-10  Yann ColletMerge pull request #509 from terrelln/dict-builder-32
2017-01-10  Nick TerrellDocument memory requirements for COVER algorithm 509/head
2017-01-10  Nick TerrellHandle large input size in 32-bit mode correctly
2017-01-10  Nick TerrellUse COVER_MEMMULT when training with COVER.
2017-01-09  Yann Colletminor man page update
2017-01-03  Yann ColletMerge pull request #507 from terrelln/dict-builder...
2017-01-03  Nick TerrellAdd COVER dictionary builder to fuzzer unit tests 507/head
2017-01-03  Nick TerrellSimplify COVER parameters
2017-01-02  Yann Colletseparated ppc and ppc64 tests, for more regular timing
2017-01-02  Nick TerrellAdd cover cli to playtests
2017-01-02  Nick TerrellAdd COVER to the zstd cli
2017-01-02  Nick TerrellAdd cover.c to build files
2017-01-02  Nick TerrellAdd COVER dictionary builder
2017-01-02  Yann Colletcompile object files, for faster recompilation
2017-01-02  Yann Colletfixed cmake tests
2017-01-02  Yann Colletnew Makefile target zstdmt
2017-01-02  Yann Colletfixed linux warnings
2017-01-01  Yann Colletminor fixes
2017-01-01  Yann Colletuse pthread_cond to send signals between threads
2017-01-01  Yann ColletMerge pull request #505 from terrelln/pthread_cond_t
2017-01-01  Nick TerrellShorten thread pool tests 505/head
2017-01-01  Nick TerrellFix pool for threading.h
2017-01-01  Nick TerrellAdd threading.h condition variables
2017-01-01  Nick TerrellSwitch thread pool test to threading.h
2016-12-31  Yann Colletextended ZSTDMT code support for non-MT systems and...
2016-12-31  Yann Colletsimplified Buffer Pool
2016-12-31  Yann Colletnew zstdmt version using generic treadpool
2016-12-31  Yann Colletbench correctly measures time for multi-threaded compre...
2016-12-30  Yann ColletMerge pull request #504 from terrelln/thread-pool
2016-12-30  Nick TerrellAdd thread pool tests 504/head
2016-12-30  Nick TerrellAdd a thread pool for ZSTDMT and COVER
2016-12-29  Przemyslaw... Merge remote-tracking branch 'refs/remotes/facebook...
2016-12-29  Yann ColletChanged : input divided into roughly equal parts.
2016-12-28  Yann Colletcompression threads use ZSTD_compressCCtx()
2016-12-28  Yann ColletMerge pull request #503 from inikep/dev11
2016-12-28  Yann Colletadded -T command , to set nb of threads
2016-12-28  Yann Colletprotect buffer pool with a mutex
2016-12-28  Yann ColletMerge pull request #502 from Chocobo1/cpp11
2016-12-28  Przemyslaw... changed default PREFIX and MANDIR 503/head
2016-12-27  Yann Colletfirst zstdmt sketch
2016-12-26  Chocobo1Move -std=c++11 cxxflag to PZSTD_CXXFLAGS 502/head
2016-12-23  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2016-12-23  Yann Colletfixed ZSTD_sizeof_?Dict()
2016-12-23  Yann ColletMerge pull request #499 from inikep/dev11
2016-12-23  Yann ColletMerge pull request #497 from apjanke/zstdless-with...
2016-12-23  Yann ColletMerge pull request #498 from terrelln/zdict-deprecated
2016-12-23  Przemyslaw... BSD: improved "make install" 499/head
2016-12-23  Nick TerrellZDICT_finalizeDictionary() flipped comparison 498/head
2016-12-23  Nick TerrellZDICT_finalizeDictionary() flipped comparison
2016-12-23  Nick TerrellFix failing test due to deprecation warning
2016-12-22  Andrew Jankezstdless: add shebang and quote $@ 497/head
2016-12-22  Yann Colletadded ZDICT_finalizeDictionary()
2016-12-22  Przemyslaw... Solaris: working "make -C lib install"
2016-12-22  Przemyslaw... Solaris: working "make -C programs install"
2016-12-22  Przemyslaw... "make test" is now compatible with Solaris
2016-12-22  Przemyslaw... Merge remote-tracking branch 'refs/remotes/facebook...
2016-12-22  Yann Colletfixed zlib_wrapper conversion warnings
2016-12-22  Yann Colletfixed allmost target
2016-12-22  Yann Colletremoved examples from standard C tests, since they...
2016-12-21  Yann Colletfix : zlib wrapper compile in gnu90 mode
2016-12-21  Yann Colletadded ZSTD_createDDict_byReference() body
2016-12-21  Przemyslaw... Merge remote-tracking branch 'refs/remotes/facebook...
2016-12-21  Yann Colletadded ZSTD_createDDict_byReference()
2016-12-21  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2016-12-21  Yann ColletMerge pull request #489 from inikep/v112
2016-12-21  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2016-12-21  Yann Colletadded : ZSTD_createCDict_byReference()
2016-12-21  Yann ColletMerge pull request #493 from inikep/fullbench
2016-12-21  Przemyslaw... util.h: restore BSD license for Facebook Open-Source 489/head
2016-12-21  Przemyslaw... updated comments
2016-12-21  Przemyslaw... _CRT_SECURE_NO_WARNINGS moved to util.h
2016-12-21  Przemyslaw... platform.h: removed Compiler Options
2016-12-21  Przemyslaw... fixed Visual Studio compilation
2016-12-21  Yann ColletMerge pull request #492 from inikep/dev11
2016-12-21  Yann ColletMerge pull request #490 from jacquesg/cmake-fix
2016-12-21  Przemyslaw... improved MinGW support
2016-12-21  Yann ColletMerge pull request #494 from terrelln/msan-dict-load
2016-12-21  Przemyslaw... fix basic types redefinition
2016-12-21  Przemyslaw... simplified zstdcli.c
2016-12-21  Przemyslaw... executables use new util.h and platform.h
2016-12-21  Przemyslaw... improved util.h and platform.h
2016-12-20  Nick TerrellAdd test for invalid offset rep codes 494/head
2016-12-20  Nick TerrellFix dictionary loading bug causing an MSAN failure
2016-12-20  Przemyslaw... windres updated to v1.1.3 493/head
next