]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-04-28  Sean PurcellAdd raw seek table construction API and parallel compre... 654/head
2017-04-21  Sean PurcellMerge remote-tracking branch 'origin/dev' into splittable
2017-04-21  Sean PurcellAdd parallel processing example for seekable API
2017-04-21  Yann Colletcli : add support for --threads=# command
2017-04-21  Yann Colletignore more cmake build artefacts
2017-04-21  Yann ColletMerge pull request #669 from ligfx/friendlycmake
2017-04-21  Michael MalteseCMake: don't modify global C_FLAGS and CXX_FLAGS 669/head
2017-04-21  Michael MalteseCMake: don't recheck compile flags every time
2017-04-21  Michael MalteseCMake: various configure_file fixes to use CMAKE_CURREN...
2017-04-21  Michael MalteseCMake: namespace modules and set CMAKE_MODULE_PATH
2017-04-20  Sean PurcellAddress comments and make sure all prototypes are rende...
2017-04-20  Michael MalteseCMake: Set ZSTD_SOURCE_DIR from CMAKE_CURRENT_SOURCE_DIR
2017-04-20  Yann Colletdisable assert when compiling paramgrill
2017-04-20  Yann ColletMerge pull request #658 from facebook/compressionFlow
2017-04-20  Yann ColletMerge branch 'dev' into compressionFlow 658/head
2017-04-20  Yann Colletminor long line reformatting
2017-04-19  Yann ColletMerge pull request #668 from Majlen/cmake-improvement
2017-04-19  Milan ŠevčíkChange all SET_TARGET_PROPERTIES to SET_PROPERTY 668/head
2017-04-19  Milan ŠevčíkTest new cmake branches with Circle CI
2017-04-19  Milan ŠevčíkCreate and install pkg-config file with cmake
2017-04-19  Milan ŠevčíkCopy files during build phase, custom targets instead...
2017-04-19  Milan ŠevčíkAdd lzma and zlib support to cmake build system
2017-04-19  Yann Colletslightly refined README comments on lib-mt
2017-04-19  Yann ColletMerge pull request #666 from iburinoc/zstdmt-default
2017-04-19  Yann Colletfixed ZSTDMT_initCStream_advanced()
2017-04-19  Sean PurcellUpdate README 666/head
2017-04-18  Sean PurcellUpdate seekable API to simplify IO
2017-04-18  Yann Colletadded test for ZSTD_initCStream_advanced()
2017-04-18  Yann Colletadded ZSTD_copyCCtx_internal()
2017-04-18  Yann Colletadded make list
2017-04-18  Sean PurcellAdd MT enabled targets for libzstd
2017-04-18  Yann ColletChanged ZSTD_resetCCtx_advanced() into ZSTD_resetCCtx_i...
2017-04-18  Yann ColletMerge pull request #665 from iburinoc/fixmsg
2017-04-18  Yann Colletcreated ZSTD_compressBegin_usingCDict_advanced()
2017-04-18  Sean PurcellFix no thread message 665/head
2017-04-18  Yann ColletMerge branch 'dev' into compressionFlow
2017-04-18  Yann ColletImproved code comments for block functions
2017-04-18  Yann ColletMerge pull request #663 from iburinoc/zstdmt-default
2017-04-18  Yann ColletMerge pull request #662 from iburinoc/man-mt
2017-04-18  Yann Colletclarified frame parameters for ZSTD_compress*_usingCDict()
2017-04-18  Sean PurcellCompile CLI using files instead of objs 663/head
2017-04-18  Sean PurcellUpdate -T0 comment in man page 662/head
2017-04-17  Yann ColletMerge branch 'dev' into compressionFlow
2017-04-17  Yann ColletMerge pull request #660 from iburinoc/zstdmt-test
2017-04-17  Yann Colletproper evaluation of Huffman CTable size
2017-04-17  Sean PurcellAdd zstdmt and -T0 to man page
2017-04-17  Yann ColletMerge branch 'dev' into compressionFlow
2017-04-17  Yann ColletMerge pull request #661 from iburinoc/zstdmt-default
2017-04-17  Yann ColletMerge branch 'dev' into compressionFlow
2017-04-17  Sean PurcellInstall zstdmt even without threading support 661/head
2017-04-17  Sean PurcellFix input size too small to trigger zstdmt 660/head
2017-04-17  Sean PurcellMake zstd compile with mt by default
2017-04-17  Sean PurcellAdd multithreading tests to playTests.sh
2017-04-17  Yann ColletMerge pull request #659 from bapt/bsd-multithread
2017-04-15  Baptiste DaroussinEnable multithreading on BSD 659/head
2017-04-14  Yann ColletMerge branch 'dev' into compressionFlow
2017-04-14  Yann Colletfixed : memory leak in fuzzer test
2017-04-14  Yann ColletMerge pull request #656 from iburinoc/core-count
2017-04-14  Sean PurcellAddress @terrelln's comments
2017-04-13  Yann ColletMerge pull request #657 from iburinoc/appveyor
2017-04-13  Sean PurcellAdd 0 initializers to static variables 656/head
2017-04-13  Sean PurcellChange ifndef's to undef's
2017-04-13  Sean PurcellMake appveyor small tests use new mingw as well 657/head
2017-04-13  Sean PurcellFix clang linux compilation
2017-04-13  Sean PurcellFix compilation on windows
2017-04-13  Sean PurcellFix compilation on macOS
2017-04-13  Sean Purcell-T0 detects number of physical cores
2017-04-12  Sean PurcellReduce the limit on frame decompressed size to 2 GB
2017-04-12  Yann ColletMerge pull request #655 from iburinoc/large-data
2017-04-12  Sean Purcells/chunk/frame/
2017-04-12  Sean PurcellAddress PR comments and minor fixes
2017-04-12  Yann Colletremoved srcSize control from CStream
2017-04-12  Yann Colletcontent size is controlled at bufferless level
2017-04-12  Yann ColletMerge branch 'dev' into compressionFlow
2017-04-12  Sean PurcellFix message 655/head
2017-04-12  Sean PurcellAdd test of file > 4GB to playTests
2017-04-11  Yann Colletcli : better status display for zstdmt in 1-thread...
2017-04-11  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2017-04-11  Yann Colletcli : FIO_createDictBuffer() replaces FIO_loadFile()
2017-04-11  Sean PurcellMove seekable format content to /contrib
2017-04-11  Sean PurcellFixes
2017-04-11  Sean PurcellAdd format specification
2017-04-11  Sean PurcellMake seekable streams work w/ small buffers, misc fixes
2017-04-11  Sean PurcellSeekable compression demo
2017-04-11  Yann ColletMerge pull request #653 from terrelln/dev
2017-04-11  Nick TerrellAdd BtrFS benchmarks 653/head
2017-04-11  Yann Colletforce contentSizeFlag=0 when using ZSTD_initCStream_usi...
2017-04-11  Nick TerrellAdd BtrFS patch for 4.10 kernel
2017-04-11  Yann Colletsimplified call graph
2017-04-11  Yann Colletsimplified ZSTD_initCStream*() flow
2017-04-11  Yann ColletIntroduce ZSTD_initCStream_internal()
2017-04-10  Nick TerrellSwitch comments to kernel style + limit to 80 cols
2017-04-10  Nick TerrellRemove ZSTDLIB_API from decompress.c
2017-04-07  Yann ColletMerge pull request #648 from facebook/zstdmt
2017-04-07  Yann ColletMerge pull request #650 from iburinoc/ro-overwrite
2017-04-07  Sean PurcellAdd refuse to overwrite test and fix format 650/head
2017-04-06  Yann ColletMerge pull request #649 from iburinoc/win-release
2017-04-06  Sean PurcellAdd test for overwriting read-only
2017-04-06  Sean PurcellLet zstd overwrite read-only files
2017-04-06  Sean PurcellPush both artifacts without debug symbols 649/head
next