]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-01-27  Nick TerrellFix segfault in zstreamtest MT 524/head
2017-01-27  Yann ColletMerge pull request #522 from terrelln/benchmt
2017-01-27  Yann Colletupdated NEWS
2017-01-27  Yann ColletMerge pull request #520 from iburinoc/spec
2017-01-27  Yann Colletfixed MSAN warnings in legacy decoders
2017-01-27  Nick TerrellFix cmake build 522/head
2017-01-27  Yann Colletupdated NEWS
2017-01-27  Sean PurcellEdits as per comments, and change wildcard 'X' to '?' 520/head
2017-01-27  Nick TerrellFix Visual Studios project
2017-01-26  Nick TerrellFix pool.c threading.h import
2017-01-26  Nick TerrellFix zstdmt_compress.h include
2017-01-26  Yann ColletMerge pull request #519 from inikep/dev11
2017-01-26  Yann ColletMerge pull request #518 from facebook/zstdmt
2017-01-26  Yann Colletfixed : ZSTD_setCCtxParameter() properly exposed in DLL 518/head
2017-01-26  Sean PurcellFixed commented issues
2017-01-26  Yann Colletfixed clang documentation warning
2017-01-26  Yann ColletCLI : automatically set overlap size to max (windowSize...
2017-01-26  Sean PurcellUpdated format specification to be easier to understand
2017-01-26  Yann Colletadded test of new parameter ZSTD_p_forceWindow
2017-01-26  Yann Colletfixed zstdmt corruption issue when enabling overlapped...
2017-01-25  Yann Colletfixed zstdmt cli freeze issue with large nb of threads
2017-01-25  Przemyslaw... improved #232 fix 519/head
2017-01-25  Przemyslaw... Fixed https://github.com/facebook/zstd/issues/232
2017-01-25  Przemyslaw... Merge remote-tracking branch 'refs/remotes/origin/maste...
2017-01-25  Przemyslaw... .travis.yml: different tests for "master" branch
2017-01-25  Przemyslaw... .travis.yml: optimized order of short tests
2017-01-25  Yann Colletoverlapped section, for improved compression
2017-01-25  Yann Colletrefactor job creation
2017-01-25  Yann Colletzstdmt cli and API allow selection of section sizes
2017-01-24  Yann ColletZSTDMT now supports frame checksum
2017-01-24  Przemyslaw... .travis.yml: test jobs 12-15
2017-01-24  Przemyslaw... JOB_NUMBER -eq 9
2017-01-24  Przemyslaw... improved ZSTD_compressBlock_opt_extDict_generic
2017-01-23  Yann Colletrefactor ZSTDMT streaming flush code
2017-01-23  Yann ColletZSTDMT streaming : fall back to (regular) single thread...
2017-01-23  Yann ColletZSTDMT_compressCCtx : fallback to single-thread mode...
2017-01-23  Yann ColletZSTDMT_compressStream() becomes blocking when required...
2017-01-23  Yann ColletZSTDMT_initCStream_usingDict() can outlive dict
2017-01-22  Yann Colletplaytest.sh : changed sdiff into $DIFF
2017-01-22  Yann Colletprotected (mutex) read to jobCompleted, as suggested...
2017-01-22  Yann Colletoptimized pool allocation by 1 slot
2017-01-22  Yann Colletminor : tab to spaces
2017-01-21  Yann Colletconvert tabs to space
2017-01-21  Yann Colletfixed : compilation of zstreamtest in dll mode
2017-01-21  Yann ColletResolved merge conflict dev+zstdmt
2017-01-21  Yann Colletskip zstdmt at root directory
2017-01-20  cyan4973fixed VS2008 project
2017-01-20  cyan4973fixed VS2010 project
2017-01-20  cyan4973fixed minor warnings (Visual, conversion, doxygen)
2017-01-20  cyan4973updated util's time for Windows compatibility
2017-01-20  Yann Colletminor refactoring : cleaner MT integration within bench
2017-01-20  Yann Colletrenamed savedRep into repToConfirm
2017-01-20  Yann Colletzstd cli can now compress using multi-threading
2017-01-19  Yann ColletAdded ZSTDMT_initCStream_advanced() variant
2017-01-19  Yann Colletchanged MT enabling macro to ZSTD_MULTITHREAD
2017-01-19  Yann Colletfixed minor warning (unused variable) in fuzzer
2017-01-19  Yann Colletadded streaming fuzzer tests for MT API
2017-01-19  Yann Colletfixed Multi-threaded compression
2017-01-19  Yann ColletSimplified compressChunk job
2017-01-19  Yann ColletMerge pull request #516 from inikep/dev11
2017-01-19  Yann ColletMerge pull request #515 from iburinoc/emptydict
2017-01-19  Przemyslaw... Merge remote-tracking branch 'refs/remotes/facebook... 516/head
2017-01-19  Przemyslaw... zlibWrapper: added the totalInBytes flag - we need...
2017-01-18  Yann ColletZSTDMT_endStream : nullify input buffer after flush
2017-01-18  Yann ColletMerge pull request #514 from inikep/dev11
2017-01-18  Yann ColletZSTDMT_initCStream() supports restart from invalid...
2017-01-18  Yann Collettrap compression errors, collect back resources from...
2017-01-18  Sean PurcellPrefix notes with /**< 515/head
2017-01-18  Yann ColletCCtxPool starts empty, as suggested by @terrelln
2017-01-18  Yann Colletfixed cmaketest
2017-01-18  Przemyslaw... updated link to copyright notice 514/head
2017-01-18  Przemyslaw... fixed clang warnings in gzread.c and gzwrite.c
2017-01-18  Przemyslaw... gzcompatibility.h updated to zlib 1.2.11
2017-01-18  Przemyslaw... gzwrite.c updated to zlib 1.2.11
2017-01-18  Przemyslaw... gzread.c updated to zlib 1.2.11
2017-01-18  Przemyslaw... gzlib.c updated to zlib 1.2.11
2017-01-18  Przemyslaw... gzguts.h updated to zlib 1.2.11
2017-01-18  Przemyslaw... get_crc_table only with ZLIB_VERNUM >= 0x1270
2017-01-18  Yann ColletZSTDMT_free() scrubs potentially unfinished jobs to...
2017-01-18  Yann ColletZSTDMT_{flush,end}Stream() now block on next job comple...
2017-01-17  Yann Colletcompleted ZSTDMT streaming compression
2017-01-17  Sean PurcellDon't create dict in streaming apis if dictSize == 0
2017-01-17  Yann Colletupdated NEWS
2017-01-17  Przemyslaw... Merge remote-tracking branch 'refs/remotes/facebook...
2017-01-17  Przemyslaw... zlibWrapper: added get_crc_table
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
next