]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2018-07-11  Jennifer LiuAdd explanation for split=100 1225/head
2018-07-10  Jennifer LiuChange default splitPoint to 100
2018-07-09  Jennifer LiuChange back to splitPoint<=0
2018-07-09  Jennifer LiuOnly make 0.0 default splitPoint
2018-07-06  Jennifer LiuChange cover_sum back to 2 parameters and fix splitPoin...
2018-07-06  Jennifer LiuFix testing parameter
2018-07-05  Jennifer LiuUpdate doc for split==100
2018-07-05  Jennifer LiuAllow splitPoint==1.0 (using all samples for both train...
2018-07-04  Jennifer LiuSome edits based on pull request comments
2018-07-03  Jennifer LiuUpdate minimal training sample size
2018-07-02  Jennifer LiuUpdate COVER dictionary builder tests
2018-07-02  Jennifer LiuUpdate documentation
2018-06-30  Jennifer LiuFix another declaration issue
2018-06-30  Jennifer LiuAdd split=# to cli
2018-06-29  Jennifer LiuExplicitly cast double to unsigned
2018-06-29  Jennifer LiuFix variable declaration problem
2018-06-29  Jennifer LiuAnother fix to comparator
2018-06-29  Jennifer LiuFix splitPoint floating point comparison problem
2018-06-29  Jennifer LiuSplit samples into train and test sets
2018-06-27  Jennifer LiuRedirect failed test result to INTOVOID and update... 1214/head
2018-06-27  Jennifer LiuMake fast=0 fail
2018-06-20  Jennifer Liuset up sample config.yml
2018-06-20  Yann ColletMerge pull request #1198 from facebook/msdebug
2018-06-20  cyan4973made Visual Studio compatible with DEBUGLEVEL >= 2 1198/head
2018-06-19  Yann ColletMerge pull request #1190 from terrelln/ldm-adjust
2018-06-19  Yann ColletMerge pull request #1179 from supertopher/dev
2018-06-19  Yann ColletMerge pull request #1194 from facebook/no-opaqueapi
2018-06-19  Topher LubawayTests to verify piped input to `--list` exits 1 1179/head
2018-06-19  Yann Colletremoved specific --opaqueapi test 1194/head
2018-06-18  Nick TerrellUse debug.h in fileio.c 1190/head
2018-06-18  Nick TerrellAdjust advanced parameters to source size
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  Topher LubawayReduce noise in diff
2018-06-13  Topher LubawayRemoves duplicate IS_CONSOLE from PR
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-12  Topher LubawayKeep windows specific headers
2018-06-12  Topher LubawayMulti-OS support for --list detecting stream input
2018-06-11  Topher LubawayOnly check for tty in non-windows environments
2018-06-11  Topher LubawayProperly brackets isatty if statement
2018-06-11  Topher LubawayImproves UX for --list command's lack of support for...
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
next