Yann Collet
|
b624922b14
|
fixed checksum
|
2016-09-06 11:16:57 +02:00 |
|
Yann Collet
|
a7737f6a60
|
improved compression on small files when using same parameters
|
2016-09-06 09:44:59 +02:00 |
|
Yann Collet
|
7ae67bb18a
|
small compression speed gains with using_CDict
|
2016-09-06 06:28:05 +02:00 |
|
Yann Collet
|
1d4208c029
|
clarified streaming decompression inlined doc
|
2016-09-06 05:16:40 +02:00 |
|
Yann Collet
|
7c83dfd5c2
|
ZSTD_frameHeaderSize_prefix (#340), as result of ZSTD_initStream
|
2016-09-05 19:47:43 +02:00 |
|
Yann Collet
|
fa72f6bdce
|
clarified inline doc for streaming
|
2016-09-05 17:39:56 +02:00 |
|
Yann Collet
|
c73a8109bb
|
Merge pull request #344 from inikep/dev10
unified error codes for legacy decoders
|
2016-09-05 07:46:33 -07:00 |
|
inikep
|
45db83f98d
|
ZSTD_decodeLiteralsBlock renamed to ZSTDv01_decodeLiteralsBlock
|
2016-09-05 14:46:24 +02:00 |
|
inikep
|
476964f6a1
|
ZSTD_decodeSeqHeaders renamed to ZSTDv01_decodeSeqHeaders
|
2016-09-05 13:34:57 +02:00 |
|
inikep
|
c13faa1b0f
|
legacy decoders: restored #include <intrin.h> for VC++
|
2016-09-05 13:25:07 +02:00 |
|
inikep
|
8161e7321a
|
unified error codes for legacy decoders
|
2016-09-05 12:29:51 +02:00 |
|
Thomas Klausner
|
b85cdabd50
|
Enable install targets for NetBSD.
|
2016-09-04 14:37:57 +02:00 |
|
Yann Collet
|
33a0465a51
|
fixed a few links
|
2016-09-02 22:11:49 -07:00 |
|
Yann Collet
|
d56dbc02d3
|
removed g_displayLevel
|
2016-09-02 17:28:41 -07:00 |
|
Yann Collet
|
855766d73d
|
clarified dictionary in format description
|
2016-09-02 17:04:49 -07:00 |
|
Yann Collet
|
d725427a3c
|
g_time => local displayTime
|
2016-09-02 15:32:39 -07:00 |
|
Yann Collet
|
1563bfeabc
|
fixing FORCE_INLINE for older compilers (#330)
|
2016-09-02 11:44:21 -07:00 |
|
Yann Collet
|
7304eb7c09
|
bumped version number
|
2016-09-01 15:49:26 -07:00 |
|
Yann Collet
|
901e85fe26
|
version bump
|
2016-08-31 07:51:25 -07:00 |
|
Yann Collet
|
1c59c20903
|
removed redundant files
|
2016-08-31 07:15:44 -07:00 |
|
Yann Collet
|
599c69d917
|
minor Makefile updates
|
2016-08-30 13:33:20 -07:00 |
|
David Lam
|
e10f7f3dcb
|
merge
|
2016-08-30 12:03:36 -07:00 |
|
Yann Collet
|
4ded9e591c
|
added boilerplate
|
2016-08-30 11:06:28 -07:00 |
|
Yann Collet
|
3b15f1f10f
|
minor refactor
|
2016-08-30 09:58:50 -07:00 |
|
Yann Collet
|
240795bef7
|
Merge branch 'dev' of github.com:Cyan4973/zstd into dev
|
2016-08-30 06:51:55 -07:00 |
|
Yann Collet
|
14200a20f0
|
Fixed issue #304, reported by @borzunov
|
2016-08-30 06:51:00 -07:00 |
|
David Lam
|
da9d3b7057
|
Cleanup some errors in typedef comments and remove duplicated HOWTO from zbuff_decompress.c
|
2016-08-29 17:31:51 -07:00 |
|
Yann Collet
|
09c3c8e885
|
Merge pull request #307 from inikep/dev08
updated README.md
|
2016-08-29 16:32:33 -07:00 |
|
inikep
|
6416b0d705
|
updated README.md
|
2016-08-29 13:04:26 +02:00 |
|
Yann Collet
|
23b6e05d8e
|
ZSTD_malloc() and ZSTD_free(), to simplify customMem
|
2016-08-28 21:05:43 -07:00 |
|
Yann Collet
|
5f53b0335e
|
fixed continuation context
|
2016-08-28 10:00:49 -07:00 |
|
Yann Collet
|
767d8f66fa
|
legacy contexts can be re-used
|
2016-08-28 08:19:47 -07:00 |
|
Yann Collet
|
4bf317dd00
|
first version supporting legacy streams (transparent decoding)
|
2016-08-28 07:43:34 -07:00 |
|
Yann Collet
|
e19a9ef05d
|
update compression level table
|
2016-08-26 20:02:49 +02:00 |
|
Yann Collet
|
9a021c1aae
|
fixed some minor clang warnings
|
2016-08-26 09:05:06 +02:00 |
|
Yann Collet
|
cb5a320705
|
made -Wdocumentation a clang only flag
|
2016-08-26 08:06:36 +02:00 |
|
Yann Collet
|
87c18b2ebd
|
fixed multiple minor warnings for XCode
|
2016-08-26 01:43:47 +02:00 |
|
Yann Collet
|
0d59a6f73a
|
removed debug strings
|
2016-08-25 22:42:46 +02:00 |
|
Yann Collet
|
5a02b69215
|
reinforced fix for huge files
|
2016-08-25 22:24:59 +02:00 |
|
Yann Collet
|
96bdd87de4
|
fixed : compression bug on very large files
|
2016-08-25 14:34:42 +02:00 |
|
inikep
|
a3a47ec4d0
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into Other
|
2016-08-24 21:25:49 +02:00 |
|
Yann Collet
|
a2cdffe556
|
fixed wrong parameter issue
|
2016-08-24 19:42:15 +02:00 |
|
inikep
|
e416e30019
|
remove unnecessary comments
|
2016-08-24 17:32:09 +02:00 |
|
inikep
|
4e90f6c1e0
|
removed ZSTD_LOG_ENCODE and ZSTD_LOG_BLOCK
|
2016-08-24 17:24:11 +02:00 |
|
inikep
|
83388e109f
|
removed ZSTD_LOG_PARSER
|
2016-08-24 17:22:20 +02:00 |
|
inikep
|
8a36f8527c
|
removed stats in debug mode
|
2016-08-24 17:19:12 +02:00 |
|
inikep
|
57ef4b1a0d
|
zstd_v07.c: removed unused macros
|
2016-08-24 17:16:56 +02:00 |
|
Yann Collet
|
24b68a5b23
|
update cLevel table for 256KB
|
2016-08-24 14:22:26 +02:00 |
|
Yann Collet
|
c54692faeb
|
improved level 3
|
2016-08-24 01:45:46 +02:00 |
|
Yann Collet
|
17e482efdd
|
added ZSTD_setDStreamParameter()
|
2016-08-23 16:58:10 +02:00 |
|