]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
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
2020-05-05  W. Felix HandteYay It Works, Clean Up Logging A Bit 2103/head
2020-05-05  W. Felix HandteFix Sed Regex Escaping for Extended Regex Rules......
2020-05-05  W. Felix HandteUhhh It's Still Failing, Let's Try Printing Debug Info?
2020-05-05  Yann ColletMerge branch 'dev' into hufc_wconv 2108/head
2020-05-05  W. Felix HandteFix Fallbacks to Work on FreeBSD
2020-05-05  Yann Colletsome more conversion warnings
2020-05-05  Bimba Shresthaadding help text
2020-05-05  Bimba Shresthafixing inconsistencies
2020-05-05  Yann Colletfix minor conversion warnings (#2106)
2020-05-04  W. Felix HandteAdd Fallback When realpath Doesn't Support --relative-to
2020-05-04  W. Felix HandteMark zstddeclib-in.c Not Executable
2020-05-04  Yann Colletfix minor conversion warnings 2106/head
2020-05-04  Felix HandteMerge pull request #1976 from felixhandte/minimal-lib...
2020-05-04  W. Felix HandteTry to Fix Single File Library Combiner Script to Handl...
2020-05-04  W. Felix HandteRemove Useless Assignment in Makefile
2020-05-04  W. Felix HandteAlso Move programs/ Directory to Relative Includes
2020-05-04  W. Felix HandteRewrite Include Paths to be Relative
2020-05-04  Bimba Shrestha[bench] Extending largeNbDicts to compression (#2089)
2020-05-04  Felix HandteMerge pull request #2099 from felixhandte/compile-under...
2020-05-04  W. Felix HandteTest Flag in Travis CI 1976/head
2020-05-04  W. Felix HandteAdd Space-Optimized Helper Variable to Lib Makefile
2020-05-04  Felix HandteMerge pull request #1984 from MeghnaM/1636-Reduce-stack...
2020-05-04  W. Felix HandteTry to Fix MSVC Error 2099/head
2020-05-04  W. Felix HandteDo a `-pedantic` Build in CircleCI
2020-05-04  W. Felix HandteFix Up Some Pointer Handling in Tests
2020-05-04  W. Felix HandteSwitch Helper Declaration to Not Force Inline
2020-05-04  W. Felix HandtePurge C++-Style Comments (`// ...`), Make Compilation...
2020-05-04  W. Felix HandteAvoid inline Keyword in C90
next