Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
bcb5f77efa245deb5a5c62dc3518ab746cae370c
bcb5f77
dictBuilder manages better samples of null size 0 and large size > 128 KB
by Yann Collet
· 8 years ago
445d49d
fixed conversion warning
by Yann Collet
· 8 years ago
a295b31
fixed conversion warning
by Yann Collet
· 8 years ago
517e1ba
fixed dictBuilder issue with HC levels. Reported by Bartosz Taudul.
by Yann Collet
· 8 years ago
fe07eaa
simplified ZSTD_decodeSequence()
by Yann Collet
· 8 years ago
e0ce5b0
updated spec
by Yann Collet
· 8 years ago
cd25a91
updated format spec
by Yann Collet
· 8 years ago
9ca7336
updated spec
by Yann Collet
· 8 years ago
f9cac7a
Added GNU separator `--`, to specifies that all following arguments are necessary file names (and not commands). Suggested by @chipturner (#230)
by Yann Collet
· 8 years ago
23f05cc
updated specifications
by Yann Collet
· 8 years ago
92c986b
fixed cmake error (missing errno)
by Yann Collet
· 8 years ago
00d44ab
updated doc
by Yann Collet
· 8 years ago
d916c90
updated doc
by Yann Collet
· 8 years ago
440bb63
Merge pull request #238 from juanfra684/patch-2
by Yann Collet
· 8 years ago
041f1ad
Merge pull request #237 from juanfra684/patch-1
by Yann Collet
· 8 years ago
06ad6f1
Add OpenBSD to the Makefile test.
by Juan Francisco Cantero Hurtado
· 8 years ago
fb5c59f
Redundant entry for options in the man page.
by Juan Francisco Cantero Hurtado
· 8 years ago
5cc1882
fixed minor visual warning
by Yann Collet
· 8 years ago
698cb63
Updated specifications
by Yann Collet
· 8 years ago
d57dffb
ZSTD_storeSeq takes an U32 as offset type
by Yann Collet
· 8 years ago
c62cda9
fileio.c no longer depends on zstd_internal.h
by Yann Collet
· 8 years ago
302ff03
simplified repcodes for lazy_extDict
by Yann Collet
· 8 years ago
9634f67
fix lazy parser
by Yann Collet
· 8 years ago
92d7566
fix for fast mode
by Yann Collet
· 8 years ago
b2b5309
removes Visual warning on strerror()
by Yann Collet
· 8 years ago
5e734ad
revert fix
by Yann Collet
· 8 years ago
f4b7b74
`-c` does no longer modify displayLevel when `-v` set.
by Yann Collet
· 8 years ago
d96e8f2
updated NEWS
by Yann Collet
· 8 years ago
0d5bf8f
fixed risk of segfault on very large files (multiple GB)
by Yann Collet
· 8 years ago
ed7fb84
extended use of strerror(errno)
by Yann Collet
· 8 years ago
b71adf4
extended use of strerror(errno)
by Yann Collet
· 8 years ago
b7f1976
use strerror(errno) to return system error message
by Yann Collet
· 8 years ago
a7a5d77
Updated doc
by Yann Collet
· 8 years ago
cebab1d
Explicit error message when dst file cannot be created / opened
by Yann Collet
· 8 years ago
2fa9904
update specification and comments
by Yann Collet
· 8 years ago
406dcca
updated frame specification with recommended max window size
by Yann Collet
· 8 years ago
c35cd5b
New : Zstandard Frame format specification
by Yann Collet
· 8 years ago
c093208
fix : potential leak (#229)
by Yann Collet
· 8 years ago
6c6e175
use ZSTD_getParams() to simplify code
by Yann Collet
· 8 years ago
3d2cd7f
Introduced ZSTD_getParams() bench now uses ZSTD_createCDict_advanced()
by Yann Collet
· 8 years ago
ec224d2
removed useless context
by Yann Collet
· 8 years ago
4c56f4a
fixed error messages
by Yann Collet
· 8 years ago
529d9c7
updated version to v0.7.2
by Yann Collet
· 8 years ago
d4f4e58
fixed ZSTD_decompressBlock() using multiple blocks
by Yann Collet
· 8 years ago
63b5e7a
Improved comments
by Yann Collet
· 8 years ago
91d67f0
Merge pull request #221 from inikep/dev
by Yann Collet
· 8 years ago
82babfc
test-zstd-speed.py: reordering of functions
by inikep
· 8 years ago
116128c
test-zstd-speed.py: improved exception handling
by inikep
· 8 years ago
4702067
test-zstd-speed.py: added --message in start and finish e-mail
by inikep
· 8 years ago
d4f5a17
Merge pull request #220 from inikep/dev
by Yann Collet
· 8 years ago
9649126
Merge remote-tracking branch 'refs/remotes/origin/speedTest' into dev
by inikep
· 8 years ago
da1685e
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
by inikep
· 8 years ago
d7d251c
bench.c: added support for ZSTD_GIT_COMMIT
by inikep
· 8 years ago
f2f59d7
test-zstd-speed.py: added ZSTD_GIT_COMMIT
by inikep
· 8 years ago
c364ee7
test-zstd-speed.py: sent e-mail after KeyboardInterrupt
by inikep
· 8 years ago
3755eb8
fixed strict-aliasing warning on gcc6
by Yann Collet
· 8 years ago
bcb9aad
test-zstd-speed.py: improved log and e-mail formatting
by inikep
· 8 years ago
95da743
test-zstd-speed.py: send e-mail in case of error
by inikep
· 8 years ago
2304292
Fixed : dictBuilder fails if first sample is too small
by Yann Collet
· 8 years ago
8d30cd5
Merge pull request #219 from inikep/dev
by Yann Collet
· 8 years ago
2d9272f
test-zstd-speed.py: improved formatting
by inikep
· 8 years ago
c9bb102
Makefile: added gcc5test and gcc6test
by inikep
· 8 years ago
391a128
fix : segfault in command line during automatic overwrite protection mode
by Yann Collet
· 8 years ago
bda68c2
refactored ZBUFF_compressEnd() for better maintainability
by Yann Collet
· 8 years ago
446d442
zbufftest now ensures ZBUFF_compressEnd() is fully flushed in a single pass if dst buffer is large enough
by Yann Collet
· 8 years ago
aa29226
fix : ZBUFF_compressEnd() gives right amount remaining to flush, including future epilogue
by Yann Collet
· 8 years ago
f15c1cb
Fixed : ZBUFF_compressEnd() called multiple times with too small dst buffer (#206)
by Yann Collet
· 8 years ago
2565971
stronger fuzzer tests for ZBUFF_compressEnd()
by Yann Collet
· 8 years ago
a49e066
clarified comments on `ZSTD_compressContinue()`
by Yann Collet
· 8 years ago
d731de8
test-zstd-speed.py: added send_simple_email
by inikep
· 8 years ago
9bf5357
bench.c: use ZSTD_VERSION_STRING
by inikep
· 8 years ago
d4f38d0
updated library to v0.7.1
by Yann Collet
· 8 years ago
22d7632
minor refactor
by Yann Collet
· 8 years ago
a436a52
minor : fast_extDict does no longer skip first byte
by Yann Collet
· 8 years ago
4623d11
new correction, less extreme replacement value
by Yann Collet
· 8 years ago
5477cc2
fixed corruption error related to inter-blocks rep-offset
by Yann Collet
· 8 years ago
c98f8e7
Modified : zstd CLI enables checksum by default
by Yann Collet
· 8 years ago
cbf8c52
roundTripCrash automatic compression level now depends on first 128 bytes
by Yann Collet
· 8 years ago
e4811ba
Modified : ZSTD_createDDict() accepts dictionary < 8 bytes in pure content mode (reported by @chipturner)
by Yann Collet
· 8 years ago
a050204
Merge branch 'dev' of github.com:Cyan4973/zstd into dev
by Yann Collet
· 8 years ago
06d9a73
minor refactor, using `WILDCOPY_OVERLENGTH` macro instead of hard-coded 8
by Yann Collet
· 8 years ago
06a40ac
Merge pull request #213 from inikep/dev
by Yann Collet
· 8 years ago
dba8b44
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
by inikep
· 8 years ago
e16f656
test-zstd-versions.py: fixed creation of dictionaries for v0.5.1+
by inikep
· 8 years ago
7e3597b
test-zstd-versions.py: create and test dictionaries for v0.5.0
by inikep
· 8 years ago
2ef1650
test-zstd-versions.py: improved error handling
by inikep
· 8 years ago
4545671
test-zstd-versions.py: fixed DEVNULL
by inikep
· 8 years ago
19cab46
Joined `seqStore` initialization at dispatch point
by Yann Collet
· 8 years ago
d1af4e6
test-zstd-versions.py: dictionary compression with levels 1, 5, 9, 15, 18
by inikep
· 8 years ago
150152f
test-zstd-versions.py: test dictiony compression for v0.5.1 and newer
by inikep
· 8 years ago
510cff3
minor comment change
by Yann Collet
· 8 years ago
12d881e
Move `build` into `projects/build`
by Yann Collet
· 8 years ago
201d82f
`.cmd` files use windows-style eol
by Yann Collet
· 8 years ago
61cc4f2
Added build/README from @KrzysFR (#201)
by Yann Collet
· 8 years ago
4948f27
make room for reserved "information bit" in frame header
by Yann Collet
· 8 years ago
24aa7b4
test-zstd-versions.py: create dictionaries for v0.5.1 and newer
by inikep
· 8 years ago
ec2031e
update readme for 0.7
by Yann Collet
· 8 years ago
3f01c88
better seed randomization for systems with poor clock() resolutation
by Yann Collet
· 8 years ago
23ba415
Fixed zstd_opt encoding error with repeat-offsets
by Yann Collet
· 8 years ago
803c05e
fuzzer : tests with high id are run without need to change finalTestNb
by Yann Collet
· 8 years ago
Next »