Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_zstd
/
70c80e19e6c167a0d7eb30a8604fe70a8f81fb8d
70c80e1
[greedy] Fix performance instability
by Nick Terrell
· 5 years ago
c3e921c
Merge pull request #2131 from terrelln/raw-dict-fuzzer
by Nick Terrell
· 5 years ago
f800e72
[lib] Fix assertion when dictionary is prefix
by Nick Terrell
· 5 years ago
5dca17d
Merge pull request #2132 from bimbashrestha/grep-rm-test
by Yann Collet
· 5 years ago
f5f0bb2
Merge pull request #2125 from Artoria2e5/patch-2
by Yann Collet
· 5 years ago
0453cfa
removing -f test (grep usage not supported on mac)
by Bimba Shrestha
· 5 years ago
3c1eba4
[lib] Fix lazy repcode validity checks
by Nick Terrell
· 5 years ago
d622577
Merge pull request #2130 from facebook/initStatic_fix
by Yann Collet
· 5 years ago
4e05159
[lib] Fix repcode validation in no dict mode
by Nick Terrell
· 5 years ago
6d687a8
[lib] Fix dictionary + repcodes + optimal parser
by Nick Terrell
· 5 years ago
4b88bd3
[lib][fuzz] Assert sequences are valid in round trip tests
by Nick Terrell
· 5 years ago
e001715
fixed asan test
by Yann Collet
· 5 years ago
20bd246
blindfix for VS macro redefinition
by Yann Collet
· 5 years ago
76e726e
updated documentation for ZSTD_estimate*()
by Yann Collet
· 5 years ago
80d3585
[lib] Fix lazy parser with dictionary + repcodes
by Nick Terrell
· 5 years ago
1185dfb
[fuzz] Add raw dictionary content fuzzer
by Nick Terrell
· 5 years ago
301a62f
[fuzz] Fix compress bound for dictionary_round_trip
by Nick Terrell
· 5 years ago
e7d2391
[doc] measuring performance docs (#2117)
by Bimba Shrestha
· 5 years ago
ed9eb17
Merge pull request #2124 from facebook/initStatic_tests
by Yann Collet
· 5 years ago
f13eb2e
Merge pull request #2123 from facebook/zstd_help
by Yann Collet
· 5 years ago
91ad012
updated initStatic tests
by Yann Collet
· 5 years ago
608f1bf
fixed context downsize with initStatic
by Yann Collet
· 5 years ago
58227db
Merge branch 'dev' into initStatic_tests
by Yann Collet
· 5 years ago
d8b40fe
Merge pull request #2129 from felixhandte/fix-cctx-size-estimate
by Yann Collet
· 5 years ago
c6636af
Fix ZSTD_estimateCCtxSize() Under ASAN
by W. Felix Handte
· 5 years ago
738f491
Merge pull request #2128 from terrelln/benches
by Nick Terrell
· 5 years ago
f2f86b5
Update benchmarks and add fast mode
by Nick Terrell
· 5 years ago
0c04e64
Merge pull request #2127 from bimbashrestha/docs1
by Bimba Shrestha
· 5 years ago
ef467fd
documenting non-supported grep options for zstdgrep
by Bimba Shrestha
· 5 years ago
93ff2fb
Merge pull request #2120 from facebook/clevel_doc
by Yann Collet
· 5 years ago
c3398d2
programs/Makefile: make it actually work with clang
by Mingye Wang
· 5 years ago
dd026ca
re-inforced tests for initStaticCCtx
by Yann Collet
· 5 years ago
aa9474e
Merge pull request #2122 from felixhandte/unused-variables
by Felix Handte
· 5 years ago
37b2daf
minor clarification on `-o file`
by Yann Collet
· 5 years ago
5c67a4e
Merge branch 'dev' of github.com:facebook/zstd into dev
by Yann Collet
· 5 years ago
e5366be
updated `zstd -h`
by Yann Collet
· 5 years ago
3b39ce6
Merge pull request #2116 from felixhandte/pkg-config-again-again
by Felix Handte
· 5 years ago
376c26b
Use Unused Variable
by W. Felix Handte
· 5 years ago
d564d56
document additional compilation macros
by Yann Collet
· 5 years ago
87c541c
Only Trigger libzstd.pc Build on Unix-Like Platforms
by W. Felix Handte
· 5 years ago
85801b9
Test libzstd.pc Build on Travis OS X
by W. Felix Handte
· 5 years ago
78aa937
Add libzstd.pc Build to More Aggregate Targets in Makefiles
by W. Felix Handte
· 5 years ago
15561bc
Fix pkg-config File Generation Again Again
by W. Felix Handte
· 5 years ago
a036f60
Merge pull request #2078 from nocnokneo/fix-destdir-installs
by Felix Handte
· 5 years ago
4f2cb94
Merge branch 'dev' into clevel_doc
by Yann Collet
· 5 years ago
32b5a8e
Merge pull request #2118 from Artoria2e5/patch-1
by Nick Terrell
· 5 years ago
e873697
updated documentation regarding ZSTD_CLEVEL
by Yann Collet
· 5 years ago
602dae3
Merge pull request #2119 from bimbashrestha/mingw
by Bimba Shrestha
· 5 years ago
df9e5b6
adding
by Bimba Shrestha
· 5 years ago
efc656c
Merge pull request #2114 from facebook/verbose
by Yann Collet
· 5 years ago
1afe57c
Merge pull request #2112 from facebook/cfast
by Yann Collet
· 5 years ago
969ba4f
Change the modification of ZSTD_wildcopy()
by caoyzh
· 5 years ago
a7e34ff
revert ZSTD_reduceTable_internal()'s modificatiion
by caoyzh
· 5 years ago
9e802ed
Modify indent of comments
by caoyzh
· 5 years ago
7f75f05
Change "arm_neon.h" to system include <arm_neon.h>
by caoyzh
· 5 years ago
b2e56f7
Optimize compression by using neon function.
by caoyzh
· 5 years ago
37d10b6
programs/README.md: update help text
by Mingye Wang
· 5 years ago
45c66dd
[zdict] Stabilize ZDICT_finalizeDictionary()
by Nick Terrell
· 5 years ago
6259247
Merge pull request #2115 from bimbashrestha/docs
by Bimba Shrestha
· 5 years ago
1b1cc3d
adding some static-anslysis docs
by Bimba Shrestha
· 5 years ago
cf854f4
support for verbose make
by Yann Collet
· 5 years ago
5414428
small speed improvement for strategy fast
by Yann Collet
· 5 years ago
5717bd3
[lib] Fix NULL pointer dereference
by Nick Terrell
· 5 years ago
ad8dbae
Merge pull request #2103 from felixhandte/relative-includes
by Felix Handte
· 5 years ago
e7df0d4
Merge pull request #2095 from bimbashrestha/grep
by Bimba Shrestha
· 5 years ago
d116f24
Merge pull request #2109 from facebook/fasterCygwin
by Yann Collet
· 5 years ago
250184a
adding tests back
by Bimba Shrestha
· 5 years ago
e09cdf9
Merge pull request #2108 from facebook/hufc_wconv
by Yann Collet
· 5 years ago
4f755bd
faster cygwin test
by Yann Collet
· 5 years ago
5163778
Yay It Works, Clean Up Logging A Bit
by W. Felix Handte
· 5 years ago
005ffd3
Fix Sed Regex Escaping for Extended Regex Rules......
by W. Felix Handte
· 5 years ago
bdfb50f
Uhhh It's Still Failing, Let's Try Printing Debug Info?
by W. Felix Handte
· 5 years ago
ef7d98e
Merge branch 'dev' into hufc_wconv
by Yann Collet
· 5 years ago
229cbd0
Fix Fallbacks to Work on FreeBSD
by W. Felix Handte
· 5 years ago
c29fd7c
some more conversion warnings
by Yann Collet
· 5 years ago
6ff16b4
adding help text
by Bimba Shrestha
· 5 years ago
a06a508
fixing inconsistencies
by Bimba Shrestha
· 5 years ago
7120d97
fix minor conversion warnings (#2106)
by Yann Collet
· 5 years ago
6381b7e
Add Fallback When realpath Doesn't Support --relative-to
by W. Felix Handte
· 5 years ago
c7cba8e
Mark zstddeclib-in.c Not Executable
by W. Felix Handte
· 5 years ago
c1b836f
fix minor conversion warnings
by Yann Collet
· 5 years ago
8b32714
Merge pull request #1976 from felixhandte/minimal-lib-target
by Felix Handte
· 5 years ago
b48f6c7
Try to Fix Single File Library Combiner Script to Handle Relative Includes
by W. Felix Handte
· 5 years ago
7b75d77
Remove Useless Assignment in Makefile
by W. Felix Handte
· 5 years ago
7dcca6b
Also Move programs/ Directory to Relative Includes
by W. Felix Handte
· 5 years ago
6028827
Rewrite Include Paths to be Relative
by W. Felix Handte
· 5 years ago
0301ef5
[bench] Extending largeNbDicts to compression (#2089)
by Bimba Shrestha
· 5 years ago
7e9aabd
Merge pull request #2099 from felixhandte/compile-under-pedantic
by Felix Handte
· 5 years ago
0b81035
Test Flag in Travis CI
by W. Felix Handte
· 5 years ago
fa5e01c
Add Space-Optimized Helper Variable to Lib Makefile
by W. Felix Handte
· 6 years ago
816ed80
Merge pull request #1984 from MeghnaM/1636-Reduce-stack-usage-of-HUF_sort
by Felix Handte
· 5 years ago
2cf72d5
Try to Fix MSVC Error
by W. Felix Handte
· 5 years ago
6528fa0
Do a `-pedantic` Build in CircleCI
by W. Felix Handte
· 5 years ago
dacbcd2
Fix Up Some Pointer Handling in Tests
by W. Felix Handte
· 5 years ago
3764859
Switch Helper Declaration to Not Force Inline
by W. Felix Handte
· 5 years ago
c7da66c
Purge C++-Style Comments (`// ...`), Make Compilation Succeed Under C90
by W. Felix Handte
· 5 years ago
952427a
Avoid inline Keyword in C90
by W. Felix Handte
· 5 years ago
baa4e2e
Don't Evaluate Arguments to Dummy Function
by W. Felix Handte
· 5 years ago
450542d
Allow Empty Format Strings in Error Macro Invocations
by W. Felix Handte
· 5 years ago
6696933
Make All Invocations Start With Literal Format String
by W. Felix Handte
· 5 years ago
Next »