Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
20b089e53d855bfc1446d1217e30709701af2f87
/
NEWS
36321d2
updated NEWS
by Yann Collet
· 8 years ago
d46ecb5
added dll compilation tests
by Yann Collet
· 8 years ago
b23420f
updated NEWS
by Yann Collet
· 8 years ago
0869853
updated NEWS
by Yann Collet
· 8 years ago
c261f71
minor variation of rescale fix
by Yann Collet
· 8 years ago
383b808
minor lib build refactoring
by Yann Collet
· 8 years ago
6e754fe
fixed lib soname. example : simple_compression : size overflow check
by Yann Collet
· 8 years ago
d2908b9
updated NEWS
by Yann Collet
· 8 years ago
825dffb
moved zbuff source files into lib/deprecated
by Yann Collet
· 8 years ago
e7a41a5
added : dictID retrieval functions.
by Yann Collet
· 8 years ago
9ffbeea
API : changed : streaming decompression : implicit reset on starting new frames
by Yann Collet
· 8 years ago
efaf104
added zstdless
by Yann Collet
· 8 years ago
743b33f
fix zstdcat
by Yann Collet
· 8 years ago
2238312
fix dict loading
by Yann Collet
· 8 years ago
1cc37ad
modified NEWS
by Yann Collet
· 8 years ago
b766c80
update NEWS
by Yann Collet
· 8 years ago
52afb39
zbuff API now generates deprecation warnings
by Yann Collet
· 8 years ago
0018ca2
zstd cli : displays total decoded size, even when a stream consists of multiple frames
by Yann Collet
· 8 years ago
4c0b44f
minor display improvement in fuzzer when nb of tests is very large
by Yann Collet
· 8 years ago
22de81e
updated man page
by Yann Collet
· 8 years ago
cf08958
print one global summary (instead of one per file)
by Yann Collet
· 8 years ago
9516234
first sketch for ZSTD_initCStream_usingCDict()
by Yann Collet
· 8 years ago
37d1300
updated comments on context re-use
by Yann Collet
· 8 years ago
f7906d5
detect early impossible decompression scenario in legacy decoder v0.5
by Yann Collet
· 8 years ago
2b361cf
minor opt
by Yann Collet
· 8 years ago
d4cda27
new command -M#, to limit memory usage during decompression (#403)
by Yann Collet
· 8 years ago
e405c7a
updated visual projects
by Yann Collet
· 8 years ago
83543a7
updated NEWS
by Yann Collet
· 8 years ago
1eb2fdc
bumped version number
by Yann Collet
· 8 years ago
220c567
updated NEWS
by Yann Collet
· 8 years ago
30d3056
updated NEWS
by Yann Collet
· 8 years ago
b624922
fixed checksum
by Yann Collet
· 8 years ago
a4c212c
updated NEWS
by Yann Collet
· 8 years ago
33a0465
fixed a few links
by Yann Collet
· 8 years ago
855766d
clarified dictionary in format description
by Yann Collet
· 8 years ago
1563bfe
fixing FORCE_INLINE for older compilers (#330)
by Yann Collet
· 8 years ago
60181e3
zstd cli correctly detects console on Mac OS-X
by Yann Collet
· 8 years ago
ef9999f
zstreamtest depends only on standard C time.h
by Yann Collet
· 8 years ago
7304eb7
bumped version number
by Yann Collet
· 8 years ago
0588ee6
updated NEWS
by Yann Collet
· 8 years ago
54caf68
Removed fileio_legacy; now legacy supports relies entirely on streaming API.
by Yann Collet
· 8 years ago
94376ac
fixed test on CentOS7
by Yann Collet
· 8 years ago
8baf78a
minor coding style
by Yann Collet
· 8 years ago
79d9cdd
updated icc compilation status
by Yann Collet
· 8 years ago
655393c
updated doc for streaming API
by Yann Collet
· 8 years ago
b3950ee
support for Z_SYNC_FLUSH, by @dak-evanti-ru
by Yann Collet
· 8 years ago
fe0590f
new --ultra policy
by Yann Collet
· 8 years ago
6c36449
minor comments
by Yann Collet
· 8 years ago
346efcc
fixed doc typo
by Yann Collet
· 8 years ago
3ca7503
updated doc (#269)
by Yann Collet
· 8 years ago
8f29e8e
updated NEWS
by Yann Collet
· 8 years ago
6a82f0f
minor comments
by Yann Collet
· 8 years ago
62470b4
Changed ZSTD_compressEnd()
by Yann Collet
· 8 years ago
55a8bea
fixed dictionary generation
by Yann Collet
· 8 years ago
dd25a27
added tutorial warning messages for dictBuilder
by Yann Collet
· 8 years ago
24a3d90
strengthened integrity tests
by Yann Collet
· 8 years ago
6fa05a2
cBlockSize uses little-endian convention
by Yann Collet
· 8 years ago
d5c5a77
minor comments clarifications
by Yann Collet
· 8 years ago
356e5e2
update Visual projects for /lib/zstd.h
by Yann Collet
· 8 years ago
85f3919
moved `zstd.h` to `/lib`
by Yann Collet
· 8 years ago
e557fd5
minor compression level corrections
by Yann Collet
· 8 years ago
d54b2d2
minor static assert for 32/64 bits system. Suggested by @ebiggers
by Yann Collet
· 8 years ago
3b8b575
updated NEWS
by Yann Collet
· 8 years ago
227cc39
improved efficiency for large messages with small dictionaries
by Yann Collet
· 8 years ago
ea2ecdc
fixed issue with small dictionary
by Yann Collet
· 8 years ago
5e80dd3
fixed minor coverity warnings
by Yann Collet
· 8 years ago
d4e103a
updated doc
by Yann Collet
· 8 years ago
19c27d2
simplified legacy functions, no longer need magic number
by Yann Collet
· 8 years ago
f323bf7
added : ZSTD_getDecompressedSize()
by Yann Collet
· 8 years ago
52c04fe
removed `mem.h` dependency from `zstd.h` (experimental section)
by Yann Collet
· 8 years ago
f246cf5
ZSTD_decompress_usingDDict() compatible with Legacy mode
by Yann Collet
· 8 years ago
a295b31
fixed conversion warning
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
00d44ab
updated doc
by Yann Collet
· 8 years ago
d916c90
updated doc
by Yann Collet
· 8 years ago
d96e8f2
updated NEWS
by Yann Collet
· 8 years ago
529d9c7
updated version to v0.7.2
by Yann Collet
· 8 years ago
3755eb8
fixed strict-aliasing warning on gcc6
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
a436a52
minor : fast_extDict does no longer skip first byte
by Yann Collet
· 8 years ago
c98f8e7
Modified : zstd CLI enables checksum by default
by Yann Collet
· 8 years ago
4948f27
make room for reserved "information bit" in frame header
by Yann Collet
· 8 years ago
b09b12c
Added command `--rm` : remove source file after successful de/compression
by Yann Collet
· 8 years ago
662a541
updated huff0 - now generates a common HUF_DTable type for all decoding tables
by Yann Collet
· 8 years ago
0d31160
better dynamic memory adaptation when using CLI
by Yann Collet
· 8 years ago
e3f4e6c
Updated news
by Yann Collet
· 8 years ago
dd97e24
Updated NEWS with @inikep's work
by Yann Collet
· 8 years ago
de95f96
Pass-Through mode support (using `-df`), for compatibility with gzip
by Yann Collet
· 8 years ago
d9b3cca
restore openVMS support (detected by @thatsafunnyname)
by Yann Collet
· 9 years ago
e6aa23b
updated NEWS for v0.6.1
by Yann Collet
· 9 years ago
918b934
minor comment update
by Yann Collet
· 9 years ago
d782890
fixed datagen
by Yann Collet
· 9 years ago
f6ca09b
Reduced console display on loading lots of files with `zstd --train`. Reported by @KrzysFR, see #177
by Yann Collet
· 9 years ago
fbc40b8
Update NEWS on #147 by @chipturner
by Yann Collet
· 9 years ago
34b20ec
fullbench can measure speed of zbuff
by Yann Collet
· 9 years ago
6cb4135
update doc / comments
by Yann Collet
· 9 years ago
4c64d51
modified level 18
by Yann Collet
· 9 years ago
2d08b09
Updated man zstd
by Yann Collet
· 9 years ago
459a6b7
Fix corner case multiple files bug Added test cases
by Yann Collet
· 9 years ago
0db4115
fixed debug print macros on Windows
by Yann Collet
· 9 years ago
Next »