Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
476964f6a1f898e137d290771562cdbbf40c176d
/
lib
476964f
ZSTD_decodeSeqHeaders renamed to ZSTDv01_decodeSeqHeaders
by inikep
· 8 years ago
c13faa1
legacy decoders: restored #include <intrin.h> for VC++
by inikep
· 8 years ago
8161e73
unified error codes for legacy decoders
by inikep
· 8 years ago
33a0465
fixed a few links
by Yann Collet
· 8 years ago
d56dbc0
removed g_displayLevel
by Yann Collet
· 8 years ago
855766d
clarified dictionary in format description
by Yann Collet
· 8 years ago
d725427
g_time => local displayTime
by Yann Collet
· 8 years ago
1563bfe
fixing FORCE_INLINE for older compilers (#330)
by Yann Collet
· 8 years ago
7304eb7
bumped version number
by Yann Collet
· 8 years ago
901e85f
version bump
by Yann Collet
· 8 years ago
1c59c20
removed redundant files
by Yann Collet
· 8 years ago
599c69d
minor Makefile updates
by Yann Collet
· 8 years ago
e10f7f3
merge
by David Lam
· 8 years ago
4ded9e5
added boilerplate
by Yann Collet
· 8 years ago
3b15f1f
minor refactor
by Yann Collet
· 8 years ago
240795b
Merge branch 'dev' of github.com:Cyan4973/zstd into dev
by Yann Collet
· 8 years ago
14200a2
Fixed issue #304, reported by @borzunov
by Yann Collet
· 8 years ago
da9d3b7
Cleanup some errors in typedef comments and remove duplicated HOWTO from zbuff_decompress.c
by David Lam
· 8 years ago
09c3c8e
Merge pull request #307 from inikep/dev08
by Yann Collet
· 8 years ago
6416b0d
updated README.md
by inikep
· 8 years ago
23b6e05
ZSTD_malloc() and ZSTD_free(), to simplify customMem
by Yann Collet
· 8 years ago
5f53b03
fixed continuation context
by Yann Collet
· 8 years ago
767d8f6
legacy contexts can be re-used
by Yann Collet
· 8 years ago
4bf317d
first version supporting legacy streams (transparent decoding)
by Yann Collet
· 8 years ago
e19a9ef
update compression level table
by Yann Collet
· 8 years ago
9a021c1
fixed some minor clang warnings
by Yann Collet
· 8 years ago
cb5a320
made -Wdocumentation a clang only flag
by Yann Collet
· 8 years ago
87c18b2
fixed multiple minor warnings for XCode
by Yann Collet
· 8 years ago
0d59a6f
removed debug strings
by Yann Collet
· 8 years ago
5a02b69
reinforced fix for huge files
by Yann Collet
· 8 years ago
96bdd87
fixed : compression bug on very large files
by Yann Collet
· 8 years ago
a3a47ec
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into Other
by inikep
· 8 years ago
a2cdffe
fixed wrong parameter issue
by Yann Collet
· 8 years ago
e416e30
remove unnecessary comments
by inikep
· 8 years ago
4e90f6c
removed ZSTD_LOG_ENCODE and ZSTD_LOG_BLOCK
by inikep
· 8 years ago
83388e1
removed ZSTD_LOG_PARSER
by inikep
· 8 years ago
8a36f85
removed stats in debug mode
by inikep
· 8 years ago
57ef4b1
zstd_v07.c: removed unused macros
by inikep
· 8 years ago
24b68a5
update cLevel table for 256KB
by Yann Collet
· 8 years ago
c54692f
improved level 3
by Yann Collet
· 8 years ago
17e482e
added ZSTD_setDStreamParameter()
by Yann Collet
· 8 years ago
3071c3e
STREAM_WINDOW_MAX : protect streaming from unreasonable memory requirements
by Yann Collet
· 8 years ago
70e3b31
fixed playtests on os-x
by Yann Collet
· 8 years ago
cb32763
added sizeof CStream and DStream
by Yann Collet
· 8 years ago
d1733f7
fixed crc bug in rare timing conditions within bench.c
by Yann Collet
· 8 years ago
8baf78a
minor coding style
by Yann Collet
· 8 years ago
1bee2d5
slight decompression speed improvement
by Yann Collet
· 8 years ago
0cfe2ec
sync fse version
by Yann Collet
· 8 years ago
af19603
sync huff0
by Yann Collet
· 8 years ago
7be46bf
promoted streaming API to stable (except _advanced() variants)
by Yann Collet
· 8 years ago
fdba57d
update version number
by Yann Collet
· 8 years ago
da3fbcb
Added ZDICT_getDictID()
by Yann Collet
· 8 years ago
a5dbf9f
Merge pull request #297 from borzunov/dev
by Yann Collet
· 8 years ago
49d105c
better warning and error messages in case of dictionary training failure (#292)
by Yann Collet
· 8 years ago
0f6f17a
Rename ZSTDLIB_API to ZDICTLIB_API in zdict.h
by Alexander Borzunov
· 8 years ago
1f48382
Export functions related to dictionary compression from DLL
by Alexander Borzunov
· 8 years ago
e80d153
Merge pull request #296 from inikep/Other
by Yann Collet
· 8 years ago
a7bb322
removed never referenced functions
by inikep
· 8 years ago
18442c1
minor refactoring
by Yann Collet
· 8 years ago
c411902
fixed g++ conversion warning
by Yann Collet
· 8 years ago
53e17fb
updated streaming API
by Yann Collet
· 8 years ago
655393c
updated doc for streaming API
by Yann Collet
· 8 years ago
104e5b0
added : streaming decompression API
by Yann Collet
· 8 years ago
5a0c8e2
new streaming API (compression)
by Yann Collet
· 8 years ago
ba92046
Merge branch 'dev' of github.com:Cyan4973/zstd into dev
by Yann Collet
· 8 years ago
e9b414d
fixed msan warning (#281)
by Yann Collet
· 8 years ago
5f49eba
added usage of rep[0]-1 for the optimal parser
by inikep
· 8 years ago
98e08cb
fixed: tree not updated after finding very long rep matches
by inikep
· 8 years ago
038d149
fixed compilation with Visual Studio 2005
by inikep
· 8 years ago
48849f8
fixed compilation with Intel Compiler with Windows
by inikep
· 8 years ago
1ea5622
updated xxhash
by Yann Collet
· 8 years ago
666398e
added : xxhash namespace enforced from xxhash.h.
by Yann Collet
· 8 years ago
8ded0b8
update xxhash to v0.6.2
by Yann Collet
· 8 years ago
280f9a8
minor comment
by Yann Collet
· 8 years ago
e0b4a2d
fixed dictionary generation, reported by Bartosz Taudul
by Yann Collet
· 8 years ago
ae40b18
bumped library number
by Yann Collet
· 8 years ago
0763905
ZSTD_compress_usingCDict() correctly provides original size by default in frame header
by Yann Collet
· 8 years ago
bf2bc11
bench : controlled display update when loading lot of files
by Yann Collet
· 8 years ago
346efcc
fixed doc typo
by Yann Collet
· 8 years ago
f116e87
fixed analyzer warning
by Yann Collet
· 8 years ago
9ba929f
Merge branch 'dev' of github.com:Cyan4973/zstd into dev
by Yann Collet
· 8 years ago
3ca7503
updated doc (#269)
by Yann Collet
· 8 years ago
c55eb18
Merge pull request #267 from inikep/dev08
by Yann Collet
· 8 years ago
056df51
fixed ZSTD_compressBlock_opt_extDict_generic
by inikep
· 8 years ago
917fe18
Implemented repOffset "minus 1" on ll==0
by Yann Collet
· 8 years ago
2a2ba36
Merge pull request #266 from jrmarino/master
by Yann Collet
· 8 years ago
0d07ec0
Enable build on FreeBSD ports (includes DragonFly BSD)
by jrmarino
· 8 years ago
8cebfd1
fix attempt on test-zstd-speed
by Yann Collet
· 8 years ago
66f69e5
restore decompression speed on fizzle
by Yann Collet
· 8 years ago
3b2bd1d
zstd_opt uses same tables as zstd_compress
by Yann Collet
· 8 years ago
f714f59
fixed visual warning
by Yann Collet
· 8 years ago
761f8db
back to normal table cell copy
by Yann Collet
· 8 years ago
3c6b808
minor decompression speed gains
by Yann Collet
· 8 years ago
70a9ff4
fixed too large selectivity level, reported by Ilona Papava
by Yann Collet
· 8 years ago
c0ce4f1
slightly improved compression speed
by Yann Collet
· 8 years ago
ed57d85
new seqStore
by Yann Collet
· 8 years ago
6b615d3
Updated API comments, following suggestions by Bryan O'Sullivan
by Yann Collet
· 8 years ago
c00d30f
Merge pull request #264 from inikep/dev08
by Yann Collet
· 8 years ago
6b68ba2
zstd_opt.h: fixed checking of rep codes (2)
by inikep
· 8 years ago
59b86fc
zstd_opt.h: fixed checking of rep codes
by inikep
· 8 years ago
Next »