Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
218c09e5b3cd3305d05b331979f55f071e06c4ef
218c09e
Merge pull request #844 from terrelln/fuzzer
by Yann Collet
· 7 years ago
9712d5e
[fuzzer] Fix bugs in fuzz.py
by Nick Terrell
· 7 years ago
a6f08b4
[fuzzer] Fix FUZZ_seed()
by Nick Terrell
· 7 years ago
6c6412c
[fuzzer] Update README.md
by Nick Terrell
· 7 years ago
6b8236c
[fuzz] Add fuzzing helper script
by Nick Terrell
· 7 years ago
b7e1522
Add block fuzzers
by Nick Terrell
· 7 years ago
def3214
[fuzzer] Handle single empty directory
by Nick Terrell
· 7 years ago
739b620
Merge pull request #842 from stellamplau/decodeCorpus-maxSize
by Yann Collet
· 7 years ago
335780c
fixed too strong alignment assert in ZSTD_initStaticCCtx()
by Yann Collet
· 7 years ago
8b6c80a
Update fuzzer Makefile
by Nick Terrell
· 7 years ago
677c2cb
Update fuzzer sources
by Nick Terrell
· 7 years ago
963558a
Fix implicit conversion error
by Stella Lau
· 7 years ago
40bf0ce
Add flag to limit max decompressed size in decodeCorpus
by Stella Lau
· 7 years ago
f1571da
Merge pull request #838 from stellamplau/ldm-mergeDev
by Yann Collet
· 7 years ago
be1f2da
Merge pull request #841 from facebook/utilTimeAPI
by Yann Collet
· 7 years ago
a1bc088
Merge pull request #840 from stellamplau/decodeCorpus-blocks
by Yann Collet
· 7 years ago
8f26dc3
blindfix for Visual
by Yann Collet
· 7 years ago
bc41c7f
fixed minor prototype warning
by Yann Collet
· 7 years ago
c95c0c9
modified util::time API
by Yann Collet
· 7 years ago
e890655
Make decodecorpus generate raw compressed blocks
by Stella Lau
· 7 years ago
5bbb465
Merge pull request #839 from terrelln/timer
by Yann Collet
· 7 years ago
4120a7f
Merge pull request #837 from facebook/libzstd-nomt
by Yann Collet
· 7 years ago
6ab4d5e
[bench] Use higher resolution timer on POSIX
by Nick Terrell
· 7 years ago
3d8e313
Reduce ldm hash table size in test
by Stella Lau
· 7 years ago
274f7ec
Merge pull request #836 from facebook/decodingBufferSizeMin
by Yann Collet
· 7 years ago
3306bcb
fix #820 : GCC v3.x 32-bits doesn't define 64-bits intrinsic
by Yann Collet
· 7 years ago
eb3327c
Merge branch 'dev' of https://github.com/facebook/zstd into ldm-mergeDev
by Stella Lau
· 7 years ago
f902bf9
Merge branch 'ldm-integrate' into ldm-mergeDev
by Stella Lau
· 7 years ago
f325ee4
fixed pass-through warning
by Yann Collet
· 7 years ago
0d1b54d
Explicitly cast raw numerals when left-shifting
by Stella Lau
· 7 years ago
0d6ecc7
makes it possible to compile libzstd in single-thread mode without zstdmt_compress.c (#819)
by Yann Collet
· 7 years ago
ce31004
fix following suggestions by @terrelln
by Yann Collet
· 7 years ago
b3f33cc
use ZSTD_decodingBufferSize_min() inside ZSTD_decompressStream()
by Yann Collet
· 7 years ago
058ed2a
ZSTD_decodingBufferSize_min()
by Yann Collet
· 7 years ago
3128e03
updated license header
by Yann Collet
· 7 years ago
360428c
Move ldm functions to their own file
by Stella Lau
· 7 years ago
baa37c3
programs/Makefile : better support for GNU conventions
by Yann Collet
· 7 years ago
3a12531
lib/Makefile : better support for GNU conventions
by Yann Collet
· 7 years ago
1c7b914
update README on BUCK file
by Yann Collet
· 7 years ago
36374cc
update and clarify lib/README
by Yann Collet
· 7 years ago
2b99d69
Remove debug code
by Stella Lau
· 7 years ago
eeff55d
Merge remote-tracking branch 'upstream/dev' into ldm-mergeDev
by Stella Lau
· 7 years ago
8c33cfe
Add ldm documentation in README
by Stella Lau
· 7 years ago
e6b0945
Merge pull request #834 from stellamplau/regressionDriverFix
by Yann Collet
· 7 years ago
ad00462
Merge pull request #831 from terrelln/split-compress
by Yann Collet
· 7 years ago
9e40602
Add tests and fix pointer alignment
by Stella Lau
· 7 years ago
af4068a
Fix function name in tests/fuzz/regression_driver
by Stella Lau
· 7 years ago
c706de5
Rename and add short ldm parameters in cli
by Stella Lau
· 7 years ago
98b8542
Fix setting of nextToUpdate at end of ldm matcher
by Stella Lau
· 7 years ago
a4eac0d
Update build scripts
by Nick Terrell
· 7 years ago
721726d
Split parsers out of zstd_compress.c
by Nick Terrell
· 7 years ago
8b54ac6
Merge pull request #833 from stellamplau/copyCCtxFix
by Yann Collet
· 7 years ago
08d33fe
Fix parameter handling in copyCCtx with cdict
by Stella Lau
· 7 years ago
fd0071d
Fix parameter handling with ZSTD_copyCCtx
by Stella Lau
· 7 years ago
643d28c
Add ldm options to 'man zstd'
by Stella Lau
· 7 years ago
197d5dc
Merge pull request #832 from terrelln/assert
by Yann Collet
· 7 years ago
423b133
[POOL] Allow free on NULL when multithreading is disabled
by Nick Terrell
· 7 years ago
67d4a61
Add ldmBucketSizeLog param
by Stella Lau
· 7 years ago
a1f04d5
Move hashEveryLog to cctxParams and update cli
by Stella Lau
· 7 years ago
e7615ba
Merge pull request #829 from facebook/fix828
by Yann Collet
· 7 years ago
767a0b3
Move ldm hashLog, bucketLog, and mml to cctxParams
by Stella Lau
· 7 years ago
ed7ace3
updated NEWS
by Yann Collet
· 7 years ago
8a5c0c9
restored 32-bits decoder ability to decode long offsets (>32 MB, levels 21+)
by Yann Collet
· 7 years ago
0558850
bench stops immediately on decoding error
by Yann Collet
· 7 years ago
36aa8b5
improved decoding speed
by Yann Collet
· 7 years ago
17d8e0b
Merge remote-tracking branch 'upstream/longRangeMatcher' into ldm-integrate
by Stella Lau
· 7 years ago
8081bec
Add long distance matching as a CCtxParam
by Stella Lau
· 7 years ago
ab40a56
Merge pull request #830 from Etsukata/fix-tests-fuzz-build-error
by Yann Collet
· 7 years ago
7492e7f
tests/fuzz: change ZSTD_BLOCKSIZE_ABSOLUTEMAX into ZSTD_BLOCKSIZE_MAX
by Eiichi Tsukata
· 7 years ago
6639395
tests/fuzz: fix make all target names
by Eiichi Tsukata
· 7 years ago
d963daa
fixed minor warning (empty translation unit)
by Yann Collet
· 7 years ago
3704507
fixed decompression bug reported by @Etsukata (#828)
by Yann Collet
· 7 years ago
0c314cd
updated zstd API manual
by Yann Collet
· 7 years ago
369c29d
fixed impact of merge conflict for longRange
by Yann Collet
· 7 years ago
9ab7614
Merge pull request #827 from facebook/dev
by Yann Collet
· 7 years ago
d7ad99b
Merge branch 'longRangeMatcher' into dev
by Yann Collet
· 7 years ago
c7818fc
Merge branch 'modTests' into dev
by Yann Collet
· 7 years ago
4299c27
improved console log of utils.h
by Yann Collet
· 7 years ago
d791aef
blind attempt at removing gcc dependency
by Yann Collet
· 7 years ago
4e81dc0
Merge branch 'dev' into modTests
by Yann Collet
· 7 years ago
3982edf
Merge branch 'dev' of github.com:facebook/zstd into dev
by Yann Collet
· 7 years ago
e0cecd8
fixed poolTests
by Yann Collet
· 7 years ago
179b161
fixed poolTest
by Yann Collet
· 7 years ago
8e29838
changed target allarch into allzstd
by Yann Collet
· 7 years ago
6a546ef
Add long distance matcher
by Stella Lau
· 7 years ago
f1a3ce3
Merge pull request #826 from terrelln/license
by Yann Collet
· 7 years ago
f9252d8
[linux-kernel] Update license
by Nick Terrell
· 7 years ago
b0cb081
last batch of header files changed to reflect new license (#825)
by Yann Collet
· 7 years ago
e21384f
fixed more file headers after license change (#825)
by Yann Collet
· 7 years ago
d01cd4e
Merge pull request #810 from stellamplau/params
by Yann Collet
· 7 years ago
e9dc204
fixed a bunch of headers after license change (#825)
by Yann Collet
· 7 years ago
9023898
updated NEWS
by Yann Collet
· 7 years ago
90a31bf
Pass dictMode to ZSTDMT_initCStream; fix nits
by Stella Lau
· 7 years ago
868e9f6
Merge pull request #821 from facebook/licenseExample
by Yann Collet
· 7 years ago
ee65701
Minor fixes; remove formatting only changes
by Stella Lau
· 7 years ago
a6e20e1
Add test for raw content starting with dict header
by Stella Lau
· 7 years ago
623e3cd
Use ZSTD_dm_rawContent in zstdmt_compress
by Stella Lau
· 7 years ago
82d636b
Rename applyCCtxParams()
by Stella Lau
· 7 years ago
4e83572
Delay creation of ZSTDMT_CCtx
by Stella Lau
· 7 years ago
c7a18b7
Localize 'dictMode' from cctx to function param
by Stella Lau
· 7 years ago
Next »