]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2018-06-21  W. Felix HandteAdd CCtx Param Controlling Dict Attachment Behavior 1200/head
2018-06-18  Yann ColletMerge pull request #1185 from felixhandte/zstd-btlazy...
2018-06-15  Yann ColletMerge pull request #1191 from facebook/huf_rename
2018-06-15  Yann ColletMerge branch 'dev' into huf_rename 1191/head
2018-06-15  Yann Colletgrouped X2 function together
2018-06-15  Yann ColletMerge pull request #1189 from facebook/hist
2018-06-14  Yann Colletadded debug.h for cmake 1189/head
2018-06-14  Yann Colletavoid duplicate code comments
2018-06-14  Yann ColletVisual Studio project blind fix
2018-06-14  Yann ColletMerge pull request #1187 from facebook/fix1186
2018-06-14  Yann ColletMerge pull request #1184 from facebook/debug
2018-06-14  Ryan SchmidtAdd CXXFLAGS to ALL_LDFLAGS (#1178)
2018-06-14  Yann Colletrenamed all HUF_decompress*X4*() functions into *X2
2018-06-14  Yann Colletrenamed all HUF_decompress*X2*() functions into *X1
2018-06-14  W. Felix HandteForce Inline BtFindBestMatch 1185/head
2018-06-14  Yann Colletfix dctx initialization within ZSTD_decompress in stack... 1187/head
2018-06-14  Yann Colletfixed g_debuglevel variable name 1184/head
2018-06-13  Yann Colletgrouped all histogram functions into hist.c
2018-06-13  W. Felix HandteSearch Dict for Matches
2018-06-13  W. Felix HandteAttach Dicts when Using ZSTD_btlazy2
2018-06-13  Yann ColletMerge pull request #1169 from felixhandte/zstd-lazy...
2018-06-13  Yann Colletgrouped debug functions into debug.h
2018-06-13  W. Felix HandteFix Cast Warning 1169/head
2018-06-13  W. Felix HandteExtend Dictionary Matches Backwards
2018-06-13  W. Felix HandteUpdate Dictionary Attachment Cutoff Values Again
2018-06-13  W. Felix HandteDo Not Inline DMS Search Function
2018-06-13  W. Felix HandteAlso Implement Depth Repcode Checks
2018-06-13  W. Felix HandteApply Match Continuation Bug Fix
2018-06-13  W. Felix HandteUpdate Dictionary Attachment Cutoff Values
2018-06-13  W. Felix HandteCheck Dict Match State in ZSTD_HcFindBestMatch_generic
2018-06-13  W. Felix HandteFocus on Non-BT Impls for the Moment
2018-06-13  W. Felix HandteRemove Pre-Existing Repcode Check
2018-06-13  W. Felix HandteSecond Repcode Check
2018-06-13  W. Felix HandteFirst Repcode Check
2018-06-13  W. Felix HandteDisallow Too-Long Repcodes When Using an Attached Dict
2018-06-13  W. Felix HandteRename `base` -> `prefixLowest`
2018-06-13  W. Felix HandteGo Back to Separate Intermediate Functions for Differen...
2018-06-13  W. Felix HandteFurther Templatize Intermediate Functions on dictMode
2018-06-13  W. Felix HandteConvert Existing U32 extDict Vars to ZSTD_dictMode...
2018-06-13  W. Felix HandteAttach Dict When Using ZSTD_lazy Strategies
2018-06-13  W. Felix HandteAdd _dictMatchState Stubs for ZSTD_lazy Functions
2018-06-13  W. Felix HandteAdd dictMode Param to ZSTD_compressBlock_lazy_generic
2018-06-13  Yann ColletMerge pull request #1168 from GeorgeLu97/paramgrillfeatures
2018-06-13  Yann ColletMerge pull request #1175 from ryandesign/macos
2018-06-12  George LuRequested changes 1168/head
2018-06-12  Yann ColletMerge pull request #1174 from duc0/document_default_level
2018-06-11  Duc NgoLine break 1174/head
2018-06-11  Duc NgoAddress comments
2018-06-11  Yann ColletMerge pull request #1177 from ryandesign/gen_html-CXXFLAGS
2018-06-10  Ryan SchmidtRemove duplicate CXXFLAGS 1177/head
2018-06-09  Ryan SchmidtFix name of macOS 1175/head
2018-06-08  Yann ColletMerge pull request #1171 from facebook/negLevels
2018-06-08  George LuMake paramgrill use bench.c benchmarking
2018-06-08  Duc NgoExpose ZSTD_CLEVEL_DEFAULT and update documentation
2018-06-07  Yann Colletfixed minor conversion warning 1171/head
2018-06-07  Yann Colletfixed regressiontest
2018-06-07  Yann ColletMerge branch 'dev' into negLevels
2018-06-07  Yann Colletsupport targetlen==0 with strategy==ZSTD_fast
2018-06-07  Yann Colletremoved literalCompression directive
2018-06-07  Yann Colletfuzzer: make negative compression level fail
2018-06-07  Yann ColletMerge branch 'zstd_compress' into negLevels
2018-06-07  Yann Colletnegative compression level test
2018-06-07  Yann ColletMerge pull request #1165 from facebook/ctxSizeDown
2018-06-07  Yann Colletclean ZSTD_compress() initialization 1170/head
2018-06-07  Yann Colletdisable aarch64 test on travis CI 1165/head
2018-06-07  Yann Colletadded ld -v to aarch64fuzz
2018-06-06  Yann ColletMerge pull request #1164 from GeorgeLu97/CustomMacros
2018-06-06  Yann Colletbumped version number to v1.3.5
2018-06-06  George LuRename tests 1164/head
2018-06-06  Yann Colletcontext can be sized down even with constant parameters
2018-06-06  Yann Colletchanged member name to workSpaceOversizedDuration
2018-06-06  Yann ColletMerge pull request #1167 from facebook/seekable_gcc5
2018-06-06  Yann Colletfixed seekable_format type mismatch 1167/head
2018-06-06  Yann Colletbetter make -j all behavior
2018-06-06  Yann Colletrefactor travis CI test
2018-06-06  Yann Colletensure seekable_format/examples generated libzstd.a
2018-06-06  George LuMore Tests
2018-06-05  George LuRemove test from Circle
2018-06-05  George LuMove stuff around
2018-06-05  Yann Colletadded test case
2018-06-05  George LuRemove optimizations
2018-06-05  George Lucircle test
2018-06-05  George LuRevert "Partial compilation test?"
2018-06-05  George LuPartial compilation test?
2018-06-05  Yann Colletadded workSpaceTooLarge and workSpaceWasteful
2018-06-05  Yann ColletMerge pull request #1162 from facebook/corruptionFix
2018-06-05  George LuFix Typos
2018-06-05  Yann Colletchanged a few variable names 1162/head
2018-06-04  Yann ColletMerge pull request #1161 from GeorgeLu97/paramgrillformat
2018-06-04  George LuAdded Deprecated Dependencies
2018-06-04  George Luforgot \n, ; 1161/head
2018-06-04  George LuRemove old file declaration
2018-06-04  George LuUpdate usage_advanced
2018-06-04  George LuDocumentation
2018-06-04  George LuCreated Macros
2018-06-02  Yann ColletFixed a nasty corruption bug
2018-06-02  George Lu-O# with no file fails
2018-06-01  George LuAdded Level Option
2018-06-01  Yann ColletMerge pull request #1159 from GeorgeLu97/suffixlist
2018-06-01  George LuAdd Error Print
next