]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
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 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-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  Yann ColletMerge pull request #653 from terrelln/dev
2017-04-11  Nick TerrellAdd BtrFS benchmarks 653/head
2017-04-11  Nick TerrellAdd BtrFS patch for 4.10 kernel
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
2017-04-06  Sean PurcellDon't build zstd release binary with debug symbols
2017-04-06  Yann Colletensure cctx internal buffer is correctly sized in case...
2017-04-06  Yann Colletupdated comments for ZSTD_resetCStream()
2017-04-05  Yann Colletimproved zstreamtest --mt to trap bug #644 648/head
2017-04-05  Yann ColletDStream : ensure correct size of internal buffers in...
2017-04-05  Yann Colletensure correct size of internal buffers in case of...
2017-04-05  Yann ColletMerge pull request #647 from terrelln/linux
2017-04-05  Nick TerrellImprove comments and ordering 647/head
2017-04-05  Nick TerrellAdd a README
2017-04-05  Nick TerrellAdd Kconfig and Makefile diffs
2017-04-05  Yann ColletMerge pull request #646 from terrelln/dev
2017-04-05  Nick Terrellfix gitignore
2017-04-05  Nick TerrellRename zstd_(de)compress.c to (de)compress.c
2017-04-05  Nick TerrellUndef current if defined
2017-04-05  Nick TerrellFix up some old names
2017-04-05  Nick TerrellReally move the makefile
2017-04-05  Nick TerrellMove Makefile to lib/zstd
2017-04-04  Nick TerrellAdd fs/btrfs/zstd.c
2017-04-04  Yann Colletparamgrill : results from optimizer use cli format
2017-04-04  Yann Colletfix paramgrill -O#
2017-04-04  Nick TerrellExplicitly convert scratchBuffer to unsigned*
2017-04-04  Nick TerrellExplicitly convert scratchBuffer to unsigned* 646/head
2017-04-04  Yann Colletfixed paramgrill -O#
2017-04-04  Nick TerrellMove sources to lib/zstd/
2017-04-04  Nick TerrellRemove unused FSE/HUF functions
2017-04-04  Nick TerrellSwitch call of FSE_count() to FSE_count_wksp()
2017-04-04  Nick TerrellRemove more restrict
2017-04-04  Nick TerrellFix up xxhash
2017-04-04  Nick TerrellSwitch intptr_t to ptrdiff_t
2017-04-04  Nick TerrellMove zstd.h to linux/zstd.h
2017-04-04  Yann Colletfixed bench.c : optional advanced parameters applied
2017-04-04  Yann Colletminor bench.c adjustments
2017-04-04  Nick TerrellTest module macros
2017-04-04  Nick TerrellAdd module macros
2017-04-04  Yann ColletProtects ZSTD_compressBegin_usingCDict() vs NULL cdict...
2017-04-04  Nick TerrellAdd zstd kernel module Makefile
2017-04-04  Nick TerrellAdd userland test with mock kernel headers
2017-04-04  Nick TerrellFix ZSTD_createCStream_usingCDict() and ZSTD_compress_u...
2017-04-04  Yann ColletMerge pull request #645 from terrelln/cdict
2017-04-04  Nick TerrellRemove unnecessary dictID store 645/head
2017-04-04  Nick TerrellMake ZSTD_compress_usingCDict() respect contentSizeFlag
2017-04-04  Nick TerrellFix ZSTD_initCStream_usingCDict() to use dictionary
2017-04-04  Yann ColletMerge pull request #643 from facebook/zstdmt
2017-04-03  Nick TerrellFix compilation errors
2017-04-03  Nick TerrellPreallocate workSpace for cctx and combine create and...
2017-04-03  Yann Colletminor man update, for `overlapSize` 643/head
2017-04-01  Yann Colletupdated documentation on multithreading modes
2017-04-01  Yann Colletoptimize ZSTDMT_compress() memory usage
2017-04-01  Nick TerrellWorking on API
2017-04-01  Yann ColletChanged ZSTD_compressBound()
2017-03-31  Yann ColletMerge branch 'dev' into zstdmt
2017-03-31  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2017-03-31  Yann ColletMerge pull request #642 from terrelln/no-sparse
2017-03-31  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2017-03-31  Yann Colletminor typo fixes in specification
2017-03-31  Yann ColletMerge pull request #640 from facebook/memAccess
2017-03-31  Yann Colletnumerous typos and clarifications in format specification
2017-03-31  Nick TerrellClean up default sparse logic 642/head
2017-03-31  Nick TerrellTurn off sparse mode for OS X by default
2017-03-30  Yann Colletfixed minor warnings in debug code
2017-03-30  Yann Colletoverlap at full windowSize for max compression level
2017-03-30  Yann Colletimproved ZSTDMT_compress()
2017-03-30  Nick TerrellRemove STATIC_LINKING_ONLY defines
2017-03-30  Nick TerrellUse <asm/unaligned.h> for unaligned memory access
2017-03-30  Nick TerrellChange stdlib includes to linux includes
2017-03-30  Nick TerrellRemove platform specific macros
2017-03-30  Nick TerrellConvert all spaces to tabs
2017-03-30  Nick Terrellspaces to tabs
2017-03-30  Nick TerrellCopy files into contrib/linux-kernel/
2017-03-30  Sean PurcellMake pzstd and cmake use gcc/g++
2017-03-30  Sean PurcellBuild windows releases on appveyor as artifacts
2017-03-30  Yann ColletMerge pull request #637 from facebook/zstdmt
2017-03-30  Yann ColletChanged memory strategy to __packed for gcc 640/head
2017-03-30  Yann Colletcreated contrib/cleanTabs
2017-03-30  Yann ColletMerge pull request #638 from terrelln/tabs
2017-03-30  Yann Colletfixed Visual fuzzer project 637/head
2017-03-30  Yann Colletfixed Visual Studio projects
2017-03-30  Nick TerrellConvert all tabs to spaces 638/head
2017-03-30  Yann Colletre-added patch ...
next