]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-05-27  Yann Colletstatic dctx is incompatible with legacy support
2017-05-26  Yann ColletAdded ZSTD_initStaticCDict()
2017-05-25  Yann Colletadded ZSTD_initStaticDDict()
2017-05-25  Yann Colletupdated ZSTD_estimate?DictSize() to pass parameter...
2017-05-25  Yann Colletadded ZSTD_initStaticDCtx()
2017-05-24  Yann Colletmerged DStream's inBuff and outBuff into a single buffer
2017-05-24  Yann Colletfixed performance regression with ZSTD_decompress(...
2017-05-23  Yann ColletMerged ZSTD_DCtx and ZSTD_DStream objects
2017-05-23  Yann Colletmove MEM_readMINMATCH() into zstd_opt.h
2017-05-23  Yann Colletadded ZSTD_initStaticCCtx()
2017-05-23  Yann ColletBuffered are now allocated inside workSpace
2017-05-23  Yann ColletSimplifier compression call graph
2017-05-23  Yann Colletsimplified reset by removing full-reset policy
2017-05-23  Yann ColletImplemented separation between requested and applied...
2017-05-22  Yann ColletImplemented ZSTD_CCtx_refCDict()
2017-05-22  Yann ColletMerge branch 'dev' into advancedAPI2
2017-05-22  Yann ColletMerge pull request #705 from terrelln/dev
2017-05-20  Yann ColletZSTD_compress_generic() can handle dictionary compression
2017-05-20  Nick Terrell[libzstd] Allow users to define custom visibility 705/head
2017-05-19  Yann Colletfixing symbol.c test
2017-05-19  Yann ColletZSTD_CCtx_setParameter() only works during initializati...
2017-05-19  Yann Colletfixed declaration-after-statement warning
2017-05-19  Yann Colletchanged ZSTD_BLOCKSIZE_ABSOLUTEMAX into ZSTD_BLOCKSIZE_MAX
2017-05-19  Yann ColletZSTD_compress_generic() supports multiple successive...
2017-05-18  Yann ColletAdded ZSTD_compress_generic()
2017-05-17  Yann Colletremoved useless variable from CCtx
2017-05-17  Yann ColletMerge branch 'dev' into advancedAPI2
2017-05-17  Yann Colletminor coding style update
2017-05-17  Yann Colletminor comment clarifications
2017-05-16  Yann ColletMerge branch 'dev' into advancedAPI2
2017-05-16  Yann ColletMerge pull request #702 from facebook/newPrototype
2017-05-16  Yann Colletpedantic : added one error check 702/head
2017-05-16  Yann ColletMerge pull request #701 from terrelln/lk-xxh
2017-05-16  Nick Terrell[linux-kernel] Remove unused variables in test 701/head
2017-05-16  Yann Colletadded prototype ZSTD_versionString()
2017-05-16  Nick Terrell[linux-kernel] Update header comments
2017-05-16  Yann Colletadded prototype ZSTD_decompressBegin_usingDDict (#700)
2017-05-16  Nick TerrellAdd zstd.diff
2017-05-16  Nick Terrell[linux-kernel] Separate xxhash into its own module
2017-05-16  Yann Colletremoved gcc compilation flag -Wbad-function-cast
2017-05-16  Yann Colletfixed vla warning on linux
2017-05-16  Yann Colletfixed redundant declarations in legacy v0.5 and v0...
2017-05-16  Yann Colletadded several compilation flags
2017-05-12  Yann Colletpushed enum values for strategy by one (ZSTD_fast==1)
2017-05-12  Yann Colletchanged macro LOADCPARAMS by static function ZSTD_cLeve...
2017-05-12  Yann Colletadded ZSTD_CCtx_setParameter()
2017-05-12  Yann Colletbetter error code when compressing using NULL CDict
2017-05-12  Yann Colletmade ZSTD_compress_generic() definition accessible
2017-05-12  Yann Colletupdated Advanced API proposal
2017-05-11  Yann ColletMerge pull request #696 from joscollin/wip-lib-legacy...
2017-05-11  Yann ColletMerge pull request #695 from joscollin/wip-lib-compress...
2017-05-11  Yann ColletMerge pull request #690 from joscollin/wip-lib-common...
2017-05-11  Jos Collinlib/legacy: warning: this statement may fall through 696/head
2017-05-11  Jos Collinlib/compress: warning: this statement may fall through 695/head
2017-05-11  Jos Collinlib/common: warning: this statement may fall through 690/head
2017-05-11  Yann ColletMerge pull request #692 from terrelln/btopt
2017-05-11  Nick TerrellUpdate whitespace 692/head
2017-05-10  Nick TerrellUpdate zstd.1.md to use btultra
2017-05-10  Nick TerrellMerge remote-tracking branch 'upstream/dev' into btopt
2017-05-10  Yann ColletMerge pull request #689 from facebook/cctxMerge
2017-05-10  Yann Colletadded test for ZSTD_estimateCStreamSize() 689/head
2017-05-10  Yann Colletchanged variable name, for clarity
2017-05-10  Yann Colletfixed ZSTD_estimateCStreamSize()
2017-05-10  Yann Colletshortened ZSTD_createCStream_Advanced()
2017-05-09  Yann Colletfixed symbols test
2017-05-09  Yann Colletadded ZSTD_estimateDStreamSize()
2017-05-09  Yann Colletchanged name frameParams into frameHeader
2017-05-09  Yann Colletregroup memory usage function declarations
2017-05-09  Yann Colletseparated ZSTD_estimateCStreamSize() from ZSTD_estimate...
2017-05-09  Yann Colletbumped version number
2017-05-09  Yann Colletadded ZSTD_estimateCDictSize() and ZSTD_estimateDDictSize()
2017-05-09  Yann ColletUpdated ZSTD_freeCCtx()
2017-05-09  Yann Colletupdated ZSTD_estimateCCtxSize()
2017-05-08  Yann ColletUpdated ZSTD_sizeof_CCtx()
2017-05-08  Yann Colletmerged CCtx and CStream as a single same object
2017-05-08  Yann ColletMerge pull request #654 from iburinoc/splittable
2017-05-08  Yann ColletMerge pull request #687 from facebook/permissiveTest
2017-05-06  Yann Colletcli : -d and -t do not stop after a failed decompression 687/head
2017-05-05  Yann Colletadded dev branch CircleCI badge
2017-05-05  Yann Colletadded dev branch Appveyor badge
2017-05-05  Yann Colletkeep dev branch status only
2017-05-05  Yann Colletcreates a binary archive without the `programs` directory
2017-05-05  Yann ColletAppveyor build artefact creates zipped cli binary
2017-05-05  Yann Colletremoved zstdmt generation from Appveyor artefact build
2017-05-05  Yann Colletremoved -g from DEBUGFLAGS
2017-05-03  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev 686/head
2017-05-03  Yann Colletupdated dict graphs to 2D mode
2017-05-03  Yann ColletMerge pull request #685 from terrelln/squashfs-bench
2017-05-03  Nick Terrell[kernel] Update README with SquashFS patch 685/head
2017-05-03  Yann Colletupdated programs/README.md, to introduce compilation...
2017-05-02  Yann Colletreorganized Makefile for multiple targets
2017-05-02  Yann Colletadded xzstd4 target
2017-05-02  Yann Colletfixed xzstd
2017-05-02  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2017-05-02  Yann Colletupdated DSpeed chart to remove 3D effect (#589)
2017-05-02  Yann ColletMerge pull request #684 from terrelln/btrfs-init
2017-05-02  Nick Terrell[btrfs] Fix typo in pr_warn() message 684/head
2017-05-02  Nick Terrell[btrfs] Update patch to use ZSTD_init{C,D}Stream()
2017-05-02  Yann Colletupdated NEWS for v1.2.0
2017-05-02  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
next