]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2019-09-16  W. Felix HandteDon't Include `sanitizer/msan_interface.h`, Since Not... 1780/head
2019-09-11  W. Felix HandteShrink Table Valid End During Alloc Alignment / Phase...
2019-09-11  W. Felix HandteAdd Assertions to Confirm that Workspace Pointers are...
2019-09-11  W. Felix Handte`__msan_poison()` Workspace When Preparing for Re-Use
2019-09-11  W. Felix HandteFix Memory Leak in Test
2019-09-11  W. Felix HandteFix Compilation Error (`uint32_t` -> `size_t`)
2019-09-11  W. Felix HandteSpeed Up Test a Little
2019-09-11  W. Felix HandteAdd Fuzzer Test Case for Index Reduction
2019-09-11  W. Felix HandteZero `h3size` When `h3log` is 0
2019-09-11  W. Felix HandteAlso Shrink Clean Table Area When Reducing Indices
2019-09-11  W. Felix HandteUpdate DEBUGLOG Statements
2019-09-11  W. Felix HandteShrink Clean Table Area When Copying Table Contents...
2019-09-10  W. Felix HandteComments
2019-09-10  W. Felix HandteOnly Reset Indexing in `ZSTD_resetCCtx_internal()`...
2019-09-10  W. Felix HandteRemove No-Longer-Used Continuation Functions
2019-09-10  W. Felix HandteRemove Fast Continue Path in `ZSTD_resetCCtx_internal()`
2019-09-10  W. Felix Handte`ZSTD_reset_matchState` Optionally Doesn't Restart...
2019-09-10  W. Felix HandteRename `ZSTD_compResetPolicy_e` Values and Add Comment
2019-09-10  W. Felix HandteAccept `ZSTD_indexResetPolicy_e` Param in `ZSTD_reset_m...
2019-09-10  W. Felix HandteIntroduce `ZSTD_indexResetPolicy_e` Enum
2019-09-10  W. Felix HandteTrack Usable Table Space in Compression Workspace
2019-09-10  Yann ColletMerge pull request #1712 from felixhandte/workspace...
2019-09-10  W. Felix HandteRemove Empty lib/compress/zstd_cwksp.c 1712/head
2019-09-10  Yann ColletMerge pull request #1775 from facebook/edufix
2019-09-10  Nick TerrellMerge pull request #1777 from darxsys/improvDataGen
2019-09-10  Yann ColletMerge pull request #1773 from bimbashrestha/rle_first_b...
2019-09-10  Yann Colletfix education decoder test 1775/head
2019-09-10  Bimba ShresthaUsing a number instead of M prefix in head call 1773/head
2019-09-09  Dario PavlovicAddressing nits 1777/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  Dario PavlovicFixing issues with double usage of data.
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  Bimba ShresthaChanging test file directory names to be more descriptive
2019-09-09  W. Felix HandteShorten `&zc->workspace` -> `ws` in `ZSTD_resetCCtx_int...
2019-09-09  Bimba ShresthaTesting first block decompression cli
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-09  Dario Pavlovic[Fuzz] Improve data generation #1723
2019-09-07  Yann ColletMerge pull request #1771 from vnair81/dev
2019-09-06  Yann Colletfix minor compilation condition
2019-09-06  Bimba ShresthaMentioning cli only in the comment as suggested
2019-09-06  Yann Colletfix eductional decoder
2019-09-06  Bimba ShresthaPut back omission for first rle block and updated comme...
2019-09-06  Bimba ShresthaRemoving redundant condition in decompression, making...
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
next