]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2022-01-05  W. Felix HandteClean Up Debugging Statements 2964/head
2022-01-05  W. Felix HandteRestrict `GNU-stack` Note to GNU Assemblers
2022-01-05  W. Felix HandteWrite `GNU-stack` Section on All ELF Architectures
2022-01-05  W. Felix HandteMakefiles: Add `noexecstack` Options to Compilation...
2022-01-04  W. Felix HandteAdd Test Validating Stack is not Executable in playTests.sh
2021-12-30  W. Felix HandteMark Huffman Decoder Assembly `noexecstack` on All...
2021-12-30  Yann ColletMerge pull request #2962 from facebook/seqStore_off
2021-12-29  Yann Colletuse ZSTD_memcpy(), for proper redirection within Linux... 2962/head
2021-12-29  Yann Colletfound a few more places which were dependent on seqStor...
2021-12-29  Yann ColletMerge pull request #2960 from fwessels/patch-1
2021-12-28  Yann ColletMerge pull request #2954 from facebook/storeSeq_ml
2021-12-28  Yann Colletregroup all mentions of ZSTD_REP_MOVE within zstd_compr...
2021-12-28  Yann Colletfixed minor conversion warnings
2021-12-28  Yann Colletabstracted storeSeq() sumtype numeric representation...
2021-12-28  Yann Colletabstracted storeSeq() sumtype numeric representation...
2021-12-28  Yann Colletabstracted storeSeq() sumtype numeric representation...
2021-12-28  Yann Colletseparate newRep() from updateRep()
2021-12-28  Yann Colletfixed minor typecast warnings
2021-12-28  Yann Colletabstracted usage of offBase sumtype within zstd_lazy.c
2021-12-28  Yann Colletfixed regression test assert
2021-12-28  Frank WesselsFix mini typo 2960/head
2021-12-28  Yann Colletcreated STORED_*() macros
2021-12-24  Yann Colletintroduce macros STORE_OFFSET() and STORE_REPCODE()
2021-12-24  Yann ColletMerge branch 'dev' into seqStore_off
2021-12-24  Yann Colletchange seqDef.offset into seqDef.offBase
2021-12-24  Yann Colletlibrary optimization flag can be selected on command...
2021-12-23  Yann Colletchanged seqDef.matchLength into seqDef.mlBase 2954/head
2021-12-23  Yann Colletchange ZSTD_storeSeq() interface to accept matchLength
2021-12-22  Yann ColletMerge pull request #2947 from MehdiChinoune/patch-1
2021-12-22  مهدي شينون... Fix zstd-static output name with MINGW/Clang 2947/head
2021-12-21  Yann Colletupdated manual
2021-12-20  Yann Colletupdate man pages 2942/head
2021-12-20  Yann Colletupdated changelog for v1.5.1 2941/head
2021-12-20  Yann ColletMerge pull request #2940 from facebook/revert-2885...
2021-12-20  Yann ColletRevert "Limit `ZSTD_maxCLevel` to 21 for 32-bit binaries." 2940/head
2021-12-20  Yann ColletMerge pull request #2934 from facebook/lazy_rebalance
2021-12-20  Yann ColletMerge branch 'dev' into lazy_rebalance 2934/head
2021-12-20  Yann Colletupdate regression results
2021-12-17  Yann Colletadded target update_regressionResults
2021-12-17  Yann Colletupdate regression results
2021-12-17  Yann Colletupdate regression results
2021-12-16  Yann ColletMerge branch 'dev' into lazy_rebalance
2021-12-16  Yann Colletupdated regression results.csv
2021-12-16  Yann Colletfixed version number for fast modes
2021-12-16  Yann Colletforgot the chainlog is effectively a "fake" value with...
2021-12-16  Yann ColletMerge pull request #2931 from facebook/fix_rowlog
2021-12-16  Yann Colletupdated benchmark for v1.5.1
2021-12-16  Yann Colletminor changelog update
2021-12-16  Yann Colletminor changelog update
2021-12-16  Yann Colletrebalance lazy compression levels
2021-12-15  Yann Colletfixed incorrect rowlog initialization 2931/head
2021-12-15  Elliot GorokhovskyMerge pull request #2925 from embg/dict_training_sample...
2021-12-15  Yann Colletminor changelog update, for clarity
2021-12-15  Yann ColletMerge pull request #2929 from facebook/sse_row_lazy
2021-12-15  Felix HandteMerge pull request #2930 from nolange/reduce_tables_to_8bit
2021-12-14  Norbert LangeReduce bit tables to 8bit 2930/head
2021-12-14  Norbert LangeAdd typedefs for 8bit (un)signed
2021-12-14  binhdvoFix performance degradation with -m32 (#2926)
2021-12-14  Elliot GorokhovskyAllow user to specify memory limit for dictionary training 2925/head
2021-12-14  Felix HandteMerge pull request #2921 from felixhandte/neg-lvl-stagg...
2021-12-14  Yann Colletroll SSE implementation of row_lazy match finder 2929/head
2021-12-13  W. Felix HandteUpdate Regression Tests w/ New Sizes 2921/head
2021-12-13  W. Felix HandteIncrement Step by 1 not 2
2021-12-13  Nick TerrellMerge pull request #2905 from 15596858998/dev_1205
2021-12-13  W. Felix HandteRewrite `step` to Track Increment Between Pairs of...
2021-12-13  W. Felix HandteAllow Templating `ZSTD_fast` Matchfinders on Accelerati...
2021-12-13  Felix HandteMerge pull request #2923 from IAL32/patch-1
2021-12-13  zx123123Update playTests.sh 2905/head
2021-12-11  Adrian Castrotypo: Small spelling mistake in example 2923/head
2021-12-11  Yann ColletMerge pull request #2922 from facebook/x32
2021-12-11  Yann Colletfixed x32 compatibility 2922/head
2021-12-11  Yann Colletadded x32 compatibility test
2021-12-10  W. Felix HandteDecompose `step` into Two Variables
2021-12-10  W. Felix HandteStagger Application of `stepSize` in ZSTD_fast
2021-12-09  Yann Colletcomplete changelog with #2885
2021-12-09  Yann ColletMerge pull request #2917 from facebook/change151
2021-12-09  Felix HandteMerge pull request #2910 from felixhandte/reject-irregu...
2021-12-09  Yann ColletUpdate changelog for v1.5.1 2917/head
2021-12-09  Yann ColletMerge pull request #2914 from facebook/xxhash081
2021-12-08  Yann Colletremove offending static assert lines 2914/head
2021-12-08  Nick TerrellMerge pull request #2916 from terrelln/issue-2906
2021-12-08  Yann Colletaltered copyright title
2021-12-08  W. Felix HandteReject Irregular Dictionary Files 2910/head
2021-12-08  Yann Colletremoved declarations of XXH3 symbols when XXH_NO_XXH3...
2021-12-08  Yann Colletreplaces malloc / free / memcpy by Zstandard's version
2021-12-08  Nick TerrellRemove possible NULL pointer addition 2916/head
2021-12-08  Nick TerrellMerge pull request #2915 from terrelln/oss-fuzz-build-fix
2021-12-08  Felix HandteMerge pull request #2912 from felixhandte/pkg-config-fix
2021-12-08  Nick TerrellFix oss-fuzz build 2915/head
2021-12-08  Yann Colletfixed very minor cast warning under cygwin
2021-12-08  W. Felix HandteFix Up #2659; Build libzstd.pc Whenever Building the... 2912/head
2021-12-08  Yann Colletupdated xxHash to latest v0.8.1
2021-12-07  binhdvoImply -q when stderr is not a tty (#2884)
2021-12-07  Felix HandteMerge pull request #2659 from ericonr/pc
2021-12-06  Nick TerrellMerge pull request #2907 from Hello71/armv6-fix-legacy
2021-12-06  Nick TerrellMerge pull request #2890 from 15596858998/dec_1201
2021-12-06  Alex Xu (Hello71)Apply FORCE_MEMORY_ACCESS=1 to legacy 2907/head
2021-12-05  15596858998add test case
2021-12-03  Nick TerrellMerge pull request #2893 from terrelln/issue-2789
2021-12-03  Felix HandteMerge pull request #2897 from felixhandte/zstd-deprecat...
next