]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2019-09-10  W. Felix HandteRemove Empty lib/compress/zstd_cwksp.c 1712/head
2019-09-09  W. Felix HandteForward Declare `ZSTD_cwksp_available_space` to Fix...
2019-09-09  W. Felix HandteInline Workspace Functions
2019-09-09  W. Felix HandteForward resetCCtx Errors when Using CDict
2019-09-09  W. Felix HandteFix sizeof_CCtx and sizeof_CDict Calculations for Stati...
2019-09-09  W. Felix HandteFix workspaceTooSmall Calculation
2019-09-09  W. Felix HandteShorten `&zc->workspace` -> `ws` in `ZSTD_resetCCtx_int...
2019-09-09  W. Felix HandteClean Up TODOs and Comments pt. II
2019-09-09  W. Felix HandteNit
2019-09-09  W. Felix HandtePull Phase Advance Logic Out into Internal Function
2019-09-09  W. Felix HandteHide Workspace Movement Behind Helper Function
2019-09-09  W. Felix HandteFix DEBUGLOG Statement Levels
2019-09-09  W. Felix HandteFix Rescale Continue Special Case
2019-09-09  W. Felix HandteRemove Unused noRealloc CRP Value
2019-09-09  W. Felix HandteRe-Implement Workspace Shrinking when Oversized
2019-09-09  W. Felix HandteAdd New File to Visual Studio Projects
2019-09-09  W. Felix HandteAdd New File to Meson Build
2019-09-09  W. Felix HandteCleanup from Move
2019-09-09  W. Felix HandteMove Workspace Functions to Their Own File
2019-09-09  W. Felix HandteRename
2019-09-09  W. Felix HandteClean Up TODOs and Comments
2019-09-09  W. Felix HandteImprove Comments a Bit
2019-09-09  W. Felix HandteAllocate CDict in Workspace (Rather than in Separate...
2019-09-09  W. Felix HandteRewrite ZSTD_initStaticCCtx to Alloc CCtx in Workspace
2019-09-09  W. Felix HandteOnly the CCtx Itself Needs to be Cleared during Static...
2019-09-09  W. Felix HandteAlign Alloc Pointer When Transitioning from Buffers...
2019-09-09  W. Felix HandteRemove Overly-Restrictive Assert
2019-09-09  W. Felix HandteWhen Loading Dict By Copy, Always Put it in the Workspace
2019-09-09  W. Felix HandteAlloc Tables Separately
2019-09-09  W. Felix HandteBegin Introducing Phases
2019-09-09  W. Felix HandteTMP
2019-09-09  W. Felix HandteDisambiguate 'workspace' and 'entropyWorkspace'
2019-09-09  W. Felix HandteNormalize Case 'workSpace' -> 'workspace'
2019-09-07  Yann ColletMerge pull request #1771 from vnair81/dev
2019-09-05  Varun S NairFixing assert and DEBUGLOG due to ZSTD_CCtx_params... 1771/head
2019-09-05  Varun S NairPassing ZSTD_CCtx_params by const pointer
2019-09-04  Yann ColletMerge pull request #1770 from cwoffenden/amalgamate...
2019-09-02  Carl WoffendenMinor: documented sizes smaller 1770/head
2019-09-02  Carl WoffendenCorrectness and tidy
2019-09-02  Yann ColletMerge pull request #1769 from cybojanek/update_streamin...
2019-09-01  Jan KasiakFix streaming compression/decompression examples 1769/head
2019-08-30  Yann ColletMerge pull request #1761 from terrelln/regression
2019-08-30  Nick Terrell[regression] small improvement from RLE blocks 1761/head
2019-08-29  Yann ColletMerge pull request #1744 from bimbashrestha/dev
2019-08-29  Yann ColletMerge pull request #1754 from facebook/decTest
2019-08-29  Bimba ShresthaUndoing the last commit (that was an accident) 1744/head
2019-08-29  bimbashresthaAdding method for extracting sequences.
2019-08-29  Yann ColletMerge branch 'dev' into decTest 1754/head
2019-08-29  Yann ColletMerge pull request #1755 from cwoffenden/amalgamate...
2019-08-29  Carl WoffendenC99 and older GCC fixes 1755/head
2019-08-28  Yann Colletupdate test script
2019-08-28  Yann Colletfix create_ script for sh
2019-08-28  Yann ColletMerge pull request #1749 from facebook/rmadapt
2019-08-28  Yann ColletMerge branch 'dev' into decTest
2019-08-28  Yann ColletMerge pull request #1750 from cwoffenden/amalgamate...
2019-08-28  Carl WoffendenRewrote the scripts to sh instead of bash 1750/head
2019-08-28  bimbashresthaAdded test for multiple blocks of zeros and fixed nit...
2019-08-27  Yann Collettry to debug issues on CirrusCI
2019-08-27  Yann Colletadded single_file_decoder to contrib/ tests
2019-08-27  Yann Colletminor script renaming, for clarity
2019-08-27  Yann Colletchanged contrib project name for clarity
2019-08-27  Yann Colletremoved associated test 1749/head
2019-08-27  Yann Colletremoved adaptive-compression
2019-08-27  Nick TerrellMerge pull request #1748 from terrelln/cover-deadlock
2019-08-27  Yann ColletMerge pull request #1739 from cwoffenden/amalgamate
2019-08-27  Carl WoffendenFixed test failure when Emscripten not present 1739/head
2019-08-27  Carl WoffendenMinor repetition
2019-08-27  Carl WoffendenTypo
2019-08-27  Carl WoffendenAdded clarification
2019-08-27  Carl WoffendenAdded reasoning
2019-08-27  Carl WoffendenTypo
2019-08-27  Carl WoffendenAdded test script; tidied and documented
2019-08-27  Nick Terrell[test][dictBuilder] Add multithreaded tests 1748/head
2019-08-27  Nick Terrell[dictBuilder] Fix deadlock in *COVER error case
2019-08-26  bimbashresthaAdded bool to cctx and fixed some comment nits
2019-08-26  bimbashresthaFixing mixed declaration compiler complaint
2019-08-26  bimbashresthaForbiding emission of RLE when its the first block
2019-08-26  bimbashresthaRemoving accidental method call
2019-08-26  Carl WoffendenAdded Emscripten example, removed Buck, minor tidy
2019-08-26  bimbashresthaRemoving assert for rle that doesn't always hold
2019-08-26  bimbashresthaUsing typedef U32 instead of int
2019-08-26  bimbashresthaRemoving implicit conversion from const void* to const...
2019-08-26  Carl WoffendenAble to test combine script; minor tidy
2019-08-25  Carl WoffendenPreparing to run tests
2019-08-23  Carl WoffendenMinor fix for files with spaces. Typo.
2019-08-23  Carl WoffendenMerge branch 'dev' into amalgamate
2019-08-23  Carl WoffendenRevert "Merge remote-tracking branch 'origin/master...
2019-08-23  Carl WoffendenMerge remote-tracking branch 'upstream/dev' into dev
2019-08-23  Carl WoffendenMerge remote-tracking branch 'origin/master' into dev
2019-08-23  Nick TerrellMerge pull request #1733 from nmagerko/size-hint
2019-08-23  Nick TerrellMerge pull request #1745 from terrelln/regression-driver
2019-08-23  Carl WoffendenAdded generator script and simple test
2019-08-23  Nick Terrell[fuzz] Add a DEBUGLOG(3) statement to print file 1745/head
2019-08-22  bimbashresthaFixing more test falure errors
2019-08-22  bimbashresthaFixing ci-circle test failure issues
2019-08-22  bimbashresthaMoving RLE logic to inside ZSTD_compressBlock_internal...
2019-08-22  Nick MagerkoFix merge conflicts 1733/head
2019-08-22  Nick TerrellMerge pull request #1726 from nmagerko/stream-size
2019-08-22  bimbashresthaGenerate RLE blocks in the encoder
2019-08-22  Nick MagerkoDifferentiate --stream-size from --size-hint 1726/head
next