Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
71eafdd23f8fd1f81ef4ea50063da992fe1874ed
71eafdd
Integrated dictionary builder into zstd cli
by Yann Collet
· 9 years ago
fb92a78
Fixed clang warnings
by Yann Collet
· 9 years ago
7d36028
Integrate dictBuilder into libzstd
by Yann Collet
· 9 years ago
82260dd
fixed asan read error in ZSTD_HcGetAllMatches
by Yann Collet
· 9 years ago
04b12d8
paramgrill can select manually targetLength new compression levels
by Yann Collet
· 9 years ago
bd828d9
changed : sufficientLength => targetLength
by Yann Collet
· 9 years ago
4488661
minor cosmetics
by Yann Collet
· 9 years ago
490aa68
restored fast zstd_opt variant
by Yann Collet
· 9 years ago
b79a0b3
paramgrill supports sufficientLength stronger variation for ZSTD_opt
by Yann Collet
· 9 years ago
62ae262
restored currentMl>0 condition, as suggested by @inikep
by Yann Collet
· 9 years ago
3b63f7f
change zstd_opt.c into zstd_opt.h, since it's included
by Yann Collet
· 9 years ago
0db4115
fixed debug print macros on Windows
by Yann Collet
· 9 years ago
2f94d2f
minor refactor
by Yann Collet
· 9 years ago
768c6bc
fix : inlining difficulties with gcc 4.6 (travis)
by Yann Collet
· 9 years ago
70e8c38
Refactoring for portability
by Yann Collet
· 9 years ago
302177a
Merge pull request #125 from inikep/dev
by Yann Collet
· 9 years ago
ce6730a
fix for ZSTD_HcGetAllMatches_generic
by inikep
· 9 years ago
be77f33
Revert "Revert "ZSTD_compressBlock_opt_extDict_generic""
by inikep
· 9 years ago
2b714df
Revert "ZSTD_compressBlock_opt_extDict_generic"
by inikep
· 9 years ago
b498fc1
ZSTD_compressBlock_opt_extDict_generic
by inikep
· 9 years ago
e75621f
dumpsEnd
by inikep
· 9 years ago
31314ae
int to U32
by inikep
· 9 years ago
6bff748
Fixed minor warnings in legacy modes
by Yann Collet
· 9 years ago
991b390
removed PowerPC target on Travis CI (unfortunately unsupported)
by Yann Collet
· 9 years ago
62ba4b4
more tests
by Yann Collet
· 9 years ago
0cd3ab5
tests for powerpc target on travis ci
by Yann Collet
· 9 years ago
ee602ce
Added btlazy2 to short tests
by Yann Collet
· 9 years ago
521b010
Added PowerPC tests with Qemu user more
by Yann Collet
· 9 years ago
648959a
new : ARM tests with Qemu user-mode
by Yann Collet
· 9 years ago
4f0a393
added missing patches
by Yann Collet
· 9 years ago
ef37063
fix big-endian compression error
by Yann Collet
· 9 years ago
0d130d7
Merge pull request #124 from inikep/dev
by Yann Collet
· 9 years ago
da730ff
a bugfix for backward matches
by inikep
· 9 years ago
dbade7c
remove ZSTD_compressBlock_opt2_generic
by inikep
· 9 years ago
c39c771
Merge pull request #122 from inikep/dev
by Yann Collet
· 9 years ago
f2fee4c
added params.sufficientLength
by inikep
· 9 years ago
748389c
Merge remote-tracking branch 'refs/remotes/Cyan4973/v051' into dev
by inikep
· 9 years ago
5b07497
backward match extension
by inikep
· 9 years ago
857ca56
Merge pull request #120 from inikep/v05x
by Yann Collet
· 9 years ago
0a1740a
typo
by Yann Collet
· 9 years ago
45ff430
Updated documentation
by Yann Collet
· 9 years ago
2712b69
Merge remote-tracking branch 'refs/remotes/origin/v05x' into dev
by inikep
· 9 years ago
3379c5d
ZSTD_OPT_DEBUG
by inikep
· 9 years ago
8deaf1d
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
by inikep
· 9 years ago
f967753
ssize_t -> int
by inikep
· 9 years ago
982ffc7
changed enum type name to `ZSTD_ErrorCode`
by Yann Collet
· 9 years ago
55a4447
sufficient_len = 32
by inikep
· 9 years ago
34608aa
ssize_t
by inikep
· 9 years ago
17712af
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into v05x
by inikep
· 9 years ago
17938e6
Merge remote-tracking branch 'refs/remotes/Cyan4973/master' into v05x
by inikep
· 9 years ago
b3df71e
code cleaning
by inikep
· 9 years ago
4fa4098
last match will start at a minimum distance of 8 from oend
by inikep
· 9 years ago
08f500c
cur_min
by inikep
· 9 years ago
6f07186
clean code
by inikep
· 9 years ago
59c9146
40099096
by inikep
· 9 years ago
baff8d6
gitignore
by inikep
· 9 years ago
40dd473
removed llen
by inikep
· 9 years ago
c9483f0
clean code
by inikep
· 9 years ago
953ce72
minor comments refactoring
by Yann Collet
· 9 years ago
158677c
new copy rep
by inikep
· 9 years ago
d1ff7bf
cur_rep
by inikep
· 9 years ago
eb72f59
i != litlen
by inikep
· 9 years ago
997fb06
anchor
by inikep
· 9 years ago
75be1a4
fixes
by inikep
· 9 years ago
cb5cd16
40392170 integer
by inikep
· 9 years ago
27e1c6a
ZSTD_resetFreqs
by inikep
· 9 years ago
4196923
40370570 ZSTD_getPriceReal
by inikep
· 9 years ago
4b2ae47
Merge pull request #117 from Cyan4973/v05x
by Yann Collet
· 9 years ago
70b0545
MaxLit
by inikep
· 9 years ago
a98149d
ZSTD_getLiteralPrice 2
by inikep
· 9 years ago
dbbedfb
ZSTD_getLiteralPrice
by inikep
· 9 years ago
892776e
ZSTD_get_price2
by inikep
· 9 years ago
1292509
ZSTD_get_price
by inikep
· 9 years ago
749460d
ZSTD_updatePrice
by inikep
· 9 years ago
3bfcfc7
ZSTD_updatePrice
by inikep
· 9 years ago
53721f1
Merge remote-tracking branch 'refs/remotes/Cyan4973/v05x' into v05x
by inikep
· 9 years ago
78e5ea3
ZSTD_getPrice
by inikep
· 9 years ago
d02506c
40699855
by inikep
· 9 years ago
85cc6b5
minml
by inikep
· 9 years ago
7f6680e
clean some code
by inikep
· 9 years ago
4cb2009
40901629
by inikep
· 9 years ago
1b8b1f9
auto check of matches
by inikep
· 9 years ago
e9f30ea
40970636
by inikep
· 9 years ago
b010b3b
Fixed decoding error (afl)
by Yann Collet
· 9 years ago
72bff50
Updated error API, following suggestions by @nemequ (#116)
by Yann Collet
· 9 years ago
ae7aa06
lots of minor refactorings
by Yann Collet
· 9 years ago
7d968c7
move _usingDict() to stable API (zstd.h)
by Yann Collet
· 9 years ago
035f69f
fixed visual project
by Yann Collet
· 9 years ago
464fa99
added v0.4 legacy support
by Yann Collet
· 9 years ago
5391a71
fixed
by inikep
· 9 years ago
55bc9a8
41374379
by inikep
· 9 years ago
5d41310
update
by inikep
· 9 years ago
7d8e6bd
changed long length format
by Yann Collet
· 9 years ago
d6e8cc5
41403384
by inikep
· 9 years ago
7a6343f
fixed encoding bugs
by Yann Collet
· 9 years ago
e1b8e53
better logging
by inikep
· 9 years ago
2ce4923
modified buffer management rules
by Yann Collet
· 9 years ago
59140c5
turn off: last match must start at a minimum distance of 8 from oend
by inikep
· 9 years ago
82d71fe
added wildcard '*' expansion in DictBuilder under Visual
by Yann Collet
· 9 years ago
b35c464
fixed clang warnings
by Yann Collet
· 9 years ago
Next »