]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2020-05-21  Yann Colletfix meson playTests.sh 2158/head
2020-05-21  Yann Collettry to fix PPC64 Qemu tests
2020-05-21  Yann ColletMerge pull request #2155 from facebook/fix_zbufftest
2020-05-21  Yann Colletfixed zbuff test 2155/head
2020-05-20  Yann ColletMerge pull request #2153 from terrelln/ldm-dict-reset
2020-05-19  Nick Terrell[test] Update the ldm loadedDictEnd test to cover zstdmt 2153/head
2020-05-19  Nick Terrell[ldm][mt] Fix loadedDictEnd
2020-05-19  Nick TerrellMerge pull request #2152 from terrelln/simple-rt-bound
2020-05-19  Nick Terrell[fuzz] Expand the allowedExpansion 2152/head
2020-05-19  Yann Colletfix 22294 (#2151)
2020-05-19  Nick TerrellMerge pull request #2150 from terrelln/ldm-dict-reset
2020-05-18  Nick Terrell[test] Test that the ldm dictionary gets invalidated... 2150/head
2020-05-18  Nick Terrell[test] Improve LDM forceMaxWindow test
2020-05-18  Felix HandteMerge pull request #2148 from felixhandte/fix-2144
2020-05-18  Nick Terrell[ldm] Reset loadedDictEnd when the context is reset
2020-05-18  W. Felix HandteDon't Use `[[` in Shell Scripts 2148/head
2020-05-18  Felix HandteMerge pull request #2146 from cwoffenden/combine-script...
2020-05-18  Carl WoffendenMinor tidy 2146/head
2020-05-18  Carl WoffendenReduced generated sized on macOS (and other envs where...
2020-05-16  Yann Colletupdated CHANGELOG for v1.4.5
2020-05-15  Bimba Shrestha[fuzz] Adding dictionary_stream_round_trip fuzzer ...
2020-05-15  Yann ColletMerge pull request #2141 from terrelln/regression
2020-05-15  Nick Terrell[test][regression] Update results.csv 2141/head
2020-05-14  Yann Colletupdated documentation for v1.4.5
2020-05-14  Nick TerrellMerge pull request #2138 from terrelln/ldm-fix
2020-05-14  Nick Terrell[test] Expose the LDM+MT+dict bug in a unit test 2138/head
2020-05-14  Nick Terrell[lib] Fix bug in loading LDM dictionary in MT mode
2020-05-13  Bimba ShresthaMerge pull request #2135 from bimbashrestha/grep
2020-05-13  Bimba Shresthareverting docs and test 2135/head
2020-05-13  Bimba ShresthaRevert to old zstdgrep
2020-05-13  Yann ColletMerge pull request #2134 from terrelln/align-lazy
2020-05-13  Nick Terrell[greedy] Fix performance instability 2134/head
2020-05-13  Nick TerrellMerge pull request #2131 from terrelln/raw-dict-fuzzer
2020-05-12  Nick Terrell[lib] Fix assertion when dictionary is prefix 2131/head
2020-05-12  Yann ColletMerge pull request #2132 from bimbashrestha/grep-rm...
2020-05-12  Yann ColletMerge pull request #2125 from Artoria2e5/patch-2
2020-05-12  Bimba Shrestharemoving -f test (grep usage not supported on mac) 2132/head
2020-05-12  Nick Terrell[lib] Fix lazy repcode validity checks
2020-05-12  Yann ColletMerge pull request #2130 from facebook/initStatic_fix
2020-05-12  Nick Terrell[lib] Fix repcode validation in no dict mode
2020-05-12  Nick Terrell[lib] Fix dictionary + repcodes + optimal parser
2020-05-12  Nick Terrell[lib][fuzz] Assert sequences are valid in round trip...
2020-05-12  Yann Colletfixed asan test 2130/head
2020-05-12  Yann Colletblindfix for VS macro redefinition
2020-05-12  Yann Colletupdated documentation for ZSTD_estimate*()
2020-05-12  Nick Terrell[lib] Fix lazy parser with dictionary + repcodes
2020-05-12  Nick Terrell[fuzz] Add raw dictionary content fuzzer
2020-05-12  Nick Terrell[fuzz] Fix compress bound for dictionary_round_trip
2020-05-12  Bimba Shrestha[doc] measuring performance docs (#2117)
2020-05-12  Yann ColletMerge pull request #2124 from facebook/initStatic_tests
2020-05-12  Yann ColletMerge pull request #2123 from facebook/zstd_help
2020-05-12  Yann Colletupdated initStatic tests
2020-05-12  Yann Colletfixed context downsize with initStatic
2020-05-11  Yann ColletMerge branch 'dev' into initStatic_tests 2124/head
2020-05-11  Yann ColletMerge pull request #2129 from felixhandte/fix-cctx...
2020-05-11  W. Felix HandteFix ZSTD_estimateCCtxSize() Under ASAN 2129/head
2020-05-11  Nick TerrellMerge pull request #2128 from terrelln/benches
2020-05-11  Nick TerrellUpdate benchmarks and add fast mode 2128/head
2020-05-11  Bimba ShresthaMerge pull request #2127 from bimbashrestha/docs1
2020-05-11  Bimba Shresthadocumenting non-supported grep options for zstdgrep 2127/head
2020-05-11  Yann ColletMerge pull request #2120 from facebook/clevel_doc
2020-05-10  Mingye Wangprograms/Makefile: make it actually work with clang 2125/head
2020-05-09  Yann Colletre-inforced tests for initStaticCCtx
2020-05-08  Felix HandteMerge pull request #2122 from felixhandte/unused-variables
2020-05-08  Yann Colletminor clarification on `-o file` 2123/head
2020-05-08  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2020-05-08  Yann Colletupdated `zstd -h`
2020-05-08  Felix HandteMerge pull request #2116 from felixhandte/pkg-config...
2020-05-08  W. Felix HandteUse Unused Variable 2122/head
2020-05-08  Yann Colletdocument additional compilation macros 2120/head
2020-05-08  W. Felix HandteOnly Trigger libzstd.pc Build on Unix-Like Platforms 2116/head
2020-05-08  W. Felix HandteTest libzstd.pc Build on Travis OS X
2020-05-08  W. Felix HandteAdd libzstd.pc Build to More Aggregate Targets in Makefiles
2020-05-08  W. Felix HandteFix pkg-config File Generation Again Again
2020-05-08  Felix HandteMerge pull request #2078 from nocnokneo/fix-destdir...
2020-05-08  Yann ColletMerge branch 'dev' into clevel_doc
2020-05-08  Nick TerrellMerge pull request #2118 from Artoria2e5/patch-1
2020-05-08  Yann Colletupdated documentation regarding ZSTD_CLEVEL
2020-05-08  Bimba ShresthaMerge pull request #2119 from bimbashrestha/mingw
2020-05-08  Bimba Shresthaadding 2119/head
2020-05-07  Yann ColletMerge pull request #2114 from facebook/verbose
2020-05-07  Yann ColletMerge pull request #2112 from facebook/cfast
2020-05-07  caoyzhChange the modification of ZSTD_wildcopy()
2020-05-07  caoyzhrevert ZSTD_reduceTable_internal()'s modificatiion
2020-05-07  caoyzhModify indent of comments
2020-05-07  caoyzhChange "arm_neon.h" to system include <arm_neon.h>
2020-05-07  caoyzhOptimize compression by using neon function.
2020-05-07  Mingye Wangprograms/README.md: update help text 2118/head
2020-05-07  Nick Terrell[zdict] Stabilize ZDICT_finalizeDictionary()
2020-05-07  Bimba ShresthaMerge pull request #2115 from bimbashrestha/docs
2020-05-07  Bimba Shresthaadding some static-anslysis docs 2115/head
2020-05-07  Yann Colletsupport for verbose make 2114/head
2020-05-07  Yann Colletsmall speed improvement for strategy fast 2112/head
2020-05-06  Nick Terrell[lib] Fix NULL pointer dereference
2020-05-06  Felix HandteMerge pull request #2103 from felixhandte/relative...
2020-05-06  Bimba ShresthaMerge pull request #2095 from bimbashrestha/grep
2020-05-06  Yann ColletMerge pull request #2109 from facebook/fasterCygwin
2020-05-05  Bimba Shresthaadding tests back 2095/head
2020-05-05  Yann ColletMerge pull request #2108 from facebook/hufc_wconv
2020-05-05  Yann Colletfaster cygwin test 2109/head
next