Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
99923dfc1a93479d7024289a87ac5a4749c701a7
99923df
Add typedefs for 8bit (un)signed
by Norbert Lange
· 3 years ago
64205b7
Fix performance degradation with -m32 (#2926)
by binhdvo
· 3 years ago
5e2fede
Merge pull request #2921 from felixhandte/neg-lvl-stagger-step
by Felix Handte
· 3 years ago
450fca9
Update Regression Tests w/ New Sizes
by W. Felix Handte
· 3 years ago
82a49c8
Increment Step by 1 not 2
by W. Felix Handte
· 3 years ago
3e2a70b
Merge pull request #2905 from 15596858998/dev_1205
by Nick Terrell
· 3 years ago
6ca5f42
Rewrite `step` to Track Increment Between Pairs of Positions
by W. Felix Handte
· 3 years ago
b8434cb
Allow Templating `ZSTD_fast` Matchfinders on Acceleration (Lvl < -1)
by W. Felix Handte
· 3 years ago
65404fe
Merge pull request #2923 from IAL32/patch-1
by Felix Handte
· 3 years ago
c69d13e
Update playTests.sh
by zx123123
· 3 years ago
e0f9dc0
typo: Small spelling mistake in example
by Adrian Castro
· 3 years ago
252ef86
Merge pull request #2922 from facebook/x32
by Yann Collet
· 3 years ago
e1ab220
fixed x32 compatibility
by Yann Collet
· 3 years ago
c94cda2
added x32 compatibility test
by Yann Collet
· 3 years ago
ace6a7e
Decompose `step` into Two Variables
by W. Felix Handte
· 3 years ago
22501cd
Stagger Application of `stepSize` in ZSTD_fast
by W. Felix Handte
· 3 years ago
4cc5e28
complete changelog with #2885
by Yann Collet
· 3 years ago
c077b53
Merge pull request #2917 from facebook/change151
by Yann Collet
· 3 years ago
0c26d98
Merge pull request #2910 from felixhandte/reject-irregular-dicts
by Felix Handte
· 3 years ago
3d73830
Update changelog for v1.5.1
by Yann Collet
· 3 years ago
57383d2
Merge pull request #2914 from facebook/xxhash081
by Yann Collet
· 3 years ago
3ce265f
remove offending static assert lines
by Yann Collet
· 3 years ago
8b40095
Merge pull request #2916 from terrelln/issue-2906
by Nick Terrell
· 3 years ago
16241b7
altered copyright title
by Yann Collet
· 3 years ago
9985e10
Reject Irregular Dictionary Files
by W. Felix Handte
· 3 years ago
a9cd616
removed declarations of XXH3 symbols when XXH_NO_XXH3 is defined
by Yann Collet
· 3 years ago
27e706d
replaces malloc / free / memcpy by Zstandard's version
by Yann Collet
· 3 years ago
b94407b
Remove possible NULL pointer addition
by Nick Terrell
· 3 years ago
859e050
Merge pull request #2915 from terrelln/oss-fuzz-build-fix
by Nick Terrell
· 3 years ago
33562c5
Merge pull request #2912 from felixhandte/pkg-config-fix
by Felix Handte
· 3 years ago
aa7729c
Fix oss-fuzz build
by Nick Terrell
· 3 years ago
fb3522a
fixed very minor cast warning under cygwin
by Yann Collet
· 3 years ago
9f1dee8
Fix Up #2659; Build libzstd.pc Whenever Building the Lib on Unix
by W. Felix Handte
· 3 years ago
1c7d2c4
updated xxHash to latest v0.8.1
by Yann Collet
· 3 years ago
38dfc46
Imply -q when stderr is not a tty (#2884)
by binhdvo
· 3 years ago
9118ee0
Merge pull request #2659 from ericonr/pc
by Felix Handte
· 3 years ago
b6b4c9a
Merge pull request #2907 from Hello71/armv6-fix-legacy
by Nick Terrell
· 3 years ago
e7b0ae3
Merge pull request #2890 from 15596858998/dec_1201
by Nick Terrell
· 3 years ago
3d773d7
Apply FORCE_MEMORY_ACCESS=1 to legacy
by Alex Xu (Hello71)
· 3 years ago
ba7e8f1
add test case
by 15596858998
· 3 years ago
486472c
Merge pull request #2893 from terrelln/issue-2789
by Nick Terrell
· 3 years ago
d2c86ec
Merge pull request #2897 from felixhandte/zstd-deprecated-avoid-deprecated
by Felix Handte
· 3 years ago
fd6c34f
Merge pull request #2899 from felixhandte/cmake-disable-multithreading-android
by Felix Handte
· 3 years ago
c284569
[asm] Share portability macros and restrict ASM further
by Nick Terrell
· 3 years ago
647c1b6
Merge pull request #2900 from terrelln/issue-2893-test
by Nick Terrell
· 3 years ago
014bbb2
Merge pull request #2898 from terrelln/issue-2862
by Nick Terrell
· 3 years ago
a74a369
[CI] Add cmake windows build
by Nick Terrell
· 3 years ago
1bf3d8a
Merge pull request #2896 from facebook/m68k
by Yann Collet
· 3 years ago
4a82bc9
Disable Multithreading in CMake Builds for Android
by W. Felix Handte
· 3 years ago
e5bfaee
Improve zstd_opt build speed and size
by Nick Terrell
· 3 years ago
e688317
Fix Include Path
by W. Felix Handte
· 3 years ago
01ecd6f
Merge pull request #2892 from terrelln/issue-2785
by Nick Terrell
· 3 years ago
d82d67d
Migrate to `FORWARD_IF_ERROR`
by W. Felix Handte
· 3 years ago
30b9db8
changed macro name to ZSTD_ALIGNOF
by Yann Collet
· 3 years ago
1d025d8
bound alignment backup to sizeof(void*)
by Yann Collet
· 3 years ago
a3ee981
Avoid Using Deprecated Functions in Deprecated Code
by W. Felix Handte
· 3 years ago
80a13fd
move the alignment macro to compiler.h
by Yann Collet
· 3 years ago
21e28f5
Merge pull request #2891 from supperPants/dev
by Nick Terrell
· 3 years ago
a134737
Merge pull request #2687 from sapiippo/dev
by Yann Collet
· 3 years ago
550410d
Merge pull request #2894 from facebook/tomerge2051
by Yann Collet
· 3 years ago
ffbdc8a
m68k CI tests on GA are now compulsory
by Yann Collet
· 3 years ago
b2fbd0a
Merge pull request #2895 from kanavin/fix-repro
by Nick Terrell
· 3 years ago
1e514fe
Makefile: sort all wildcard file list expansions
by Alexander Kanavin
· 3 years, 11 months ago
39dced0
fix align conditions for huf_compress
by Yann Collet
· 3 years ago
91f5891
[CircleCI] Fix short-tests-0
by Nick Terrell
· 3 years ago
e89e847
added alignment test
by Yann Collet
· 3 years ago
a71eed3
removed lib/Makefile preamble
by Yann Collet
· 3 years ago
3f64b31
Merge branch 'dev' into tomerge2051
by Yann Collet
· 3 years ago
c8767a4
Merge pull request #2501 from skitt/hide-static-symbols
by Yann Collet
· 3 years ago
9b97fdf
Merge pull request #2887 from terrelln/issue-2815
by Nick Terrell
· 3 years ago
49d5787
reduce storage requirement
by Yann Collet
· 3 years ago
3133d1e
Merge pull request #2876 from 15596858998/dev
by Yann Collet
· 3 years ago
8031dc7
Merge pull request #2885 from yoniko/limit-level-32bit-systems
by Yann Collet
· 3 years ago
e34e58b
Merge pull request #2886 from terrelln/issue-2865
by Nick Terrell
· 3 years ago
8f9f644
Merge pull request #2888 from terrelln/issue-2814
by Nick Terrell
· 3 years ago
906c3e9
Merge pull request #2889 from terrelln/issue-2811
by Nick Terrell
· 3 years ago
c2260c1
Merge https://github.com/facebook/zstd into dev
by supperPants
· 3 years ago
d4713de
Fix typos.
by supperPants
· 3 years ago
a8adfa7
fixbug CLI's -D fails when the argument is not a regular file
by 15596858998
· 3 years ago
a7a469e
[contrib][pzstd] Fix build issue with gcc-5
by Nick Terrell
· 3 years ago
360c263
[test] Test that the exec-stack bit isn't set on libzstd.so
by Nick Terrell
· 3 years ago
0356e05
[zdict] Remove ZDICT_CONTENTSIZE_MIN restriction for ZDICT_finalizeDictionary
by Nick Terrell
· 3 years ago
5414dd7
[bmi2] Add lzcnt and bmi target attributes
by Nick Terrell
· 3 years ago
bf0a746
Merge pull request #2877 from jannkoeker/dev
by Yann Collet
· 3 years ago
7847c2f
Merge pull request #2872 from cntrump/fix_umbrella_header_warning_for_spm
by Nick Terrell
· 3 years ago
ef2cba6
`ZSTD_maxCLevel` now limited to 21 for 32-bit binaries.
by Yonatan Komornik
· 3 years ago
9bc94b2
Merge pull request #2845 from senhuang42/appveyor_msvc2
by sen
· 3 years ago
0907ab5
Add GH Actions windows runtime test
by senhuang42
· 3 years ago
d7e1736
Fix build for cygwin/bsd (#2882)
by binhdvo
· 3 years ago
7abebc8
Clarify documentation for -c (#2883)
by binhdvo
· 3 years ago
20660a0
msvc tests to dev
by senhuang42
· 3 years ago
0a36c10
Update CMakeLists.txt
by Jann Köker
· 3 years ago
944c71c
Remove zstd-umbrella.h
by Lvv.me
· 3 years ago
e315a04
更新 fileio.c
by 15596858998
· 3 years ago
ebf664b
Fix SPM warning: umbrella header for module 'libzstd' does not include header 'xxx.h'
by Lvv.me
· 3 years ago
7ce6f71
更新 playTests.sh
by 15596858998
· 3 years ago
c2c6a4a
Merge pull request #2869 from felixhandte/oss-fuzz-fix-41005
by Felix Handte
· 3 years ago
6607908
Determinism: Avoid Mapping Window into Reserved Indices during Reduction
by W. Felix Handte
· 3 years ago
a37a8df
Merge pull request #2856 from rex4539/typos
by Yann Collet
· 3 years ago
f56de11
Merge pull request #2858 from cntrump/support_swift_package_manager
by Yann Collet
· 3 years ago
Next »