Commit Graph

1891 Commits

Author SHA1 Message Date
inikep
3fa1b748d6 improved deflateEnd and inflateEnd 2016-09-21 13:51:57 +02:00
inikep
694130015b implemented inflateReset2 2016-09-20 16:40:50 +02:00
inikep
86fc8e0003 added ZWRAP_DCtx.decompState 2016-09-20 16:22:28 +02:00
inikep
554b3b935c improved logging 2016-09-20 15:18:00 +02:00
inikep
c038c30048 implemented deflateReset 2016-09-20 12:54:26 +02:00
inikep
18f66459d5 use Z_STREAM_ERROR as default error 2016-09-20 12:50:59 +02:00
inikep
7b546e5da9 added fitblk.c 2016-09-20 12:49:39 +02:00
inikep
c4ab571d89 better memory deallocation in case of error 2016-09-19 14:54:13 +02:00
inikep
0bb930b128 added ZWRAP_finish_with_error 2016-09-19 14:31:16 +02:00
inikep
6101687547 improved inflateSync 2016-09-19 14:27:29 +02:00
inikep
e46bad0b2c imporved support for Z_FINISH 2016-09-19 13:24:07 +02:00
inikep
8fc5848bcb inflateSetDictionary uses ZSTD_initDStream_usingDict 2016-09-16 17:14:01 +02:00
inikep
b077345f08 zlibWrapper converted from ZBUFF to ZSTD_CStream 2016-09-16 14:06:10 +02:00
inikep
3e70cf8036 Merge remote-tracking branch 'refs/remotes/facebook/dev' into dev 2016-09-15 20:41:40 +02:00
inikep
dd8905b351 test-zstd-speed.py: better description of options 2016-09-15 20:41:37 +02:00
inikep
ed0ea8d271 test-zstd-speed.py: added "-D dictName" 2016-09-15 20:31:29 +02:00
inikep
d28afac4f8 test-zstd-speed.py: added support for directories 2016-09-15 19:56:04 +02:00
inikep
6173931868 fixed memory leak reported by bryongloden 2016-09-15 18:58:18 +02:00
Yann Collet
55f276949c removed option unsupported by travis 2016-09-15 17:23:15 +02:00
Yann Collet
a6bdf55759 fixed memory leak 2016-09-15 17:02:06 +02:00
Yann Collet
3e47dbcc8c fixed memory leak 2016-09-15 17:00:02 +02:00
Yann Collet
644a8da88a fixed minor conversion warning 2016-09-15 16:16:21 +02:00
Yann Collet
43eeea4725 fileio uses ZSTD_resetCStream() 2016-09-15 15:38:44 +02:00
Yann Collet
4cb212938c introduced ZSTD_resetCStream() 2016-09-15 14:54:07 +02:00
Yann Collet
fa0c09760c variable renaming 2016-09-15 14:11:01 +02:00
Yann Collet
d7c6589df8 support ZSTD_sizeof_*() on NULL
added ZSTD_sizeof_CDict()
2016-09-15 02:57:27 +02:00
Yann Collet
55981a9ad6 updated format doc version 2016-09-15 02:13:18 +02:00
Yann Collet
6f358f5925 Merge pull request #367 from jrudolph/docs-table-examples
Add FSE decoding tables for pred. distributions to spec for reference + clarify bitstream reading
2016-09-14 20:15:13 +02:00
Yann Collet
0b01a8ef09 Merge pull request #366 from inikep/dev
zstd.exe has FileVersion and ProductVersion with 32-bit gcc (MinGW)
2016-09-14 19:42:29 +02:00
Johannes Rudolph
35ad602c26 spec: clarify how bitstream exactly needs to be reversed for reading 2016-09-14 19:18:00 +02:00
Johannes Rudolph
6fb4d675c6 add FSE decoding tables for predefined distributions to spec
They can so serve as a sample result of the table construction algorithm.
2016-09-14 19:18:00 +02:00
Yann Collet
3ecbe6a37c fileio uses ZSTD_resetDStream() 2016-09-14 17:26:59 +02:00
Yann Collet
e91c4b4cef introduced ZSTD_resetDStream() .
added : ZSTD_sizeof_DDict()
2016-09-14 16:55:44 +02:00
inikep
c03f15e89d zstd.exe has FileVersion and ProductVersion with 32-bit gcc (MinGW) 2016-09-14 16:16:24 +02:00
Yann Collet
d092d77cfc minor variable renaming 2016-09-14 16:14:57 +02:00
Yann Collet
64deef3bee Fixed srcSize=1 2016-09-14 00:16:07 +02:00
Yann Collet
838beb27d3 Merge branch 'fasterDDict' into dev 2016-09-13 19:41:06 +02:00
Yann Collet
220c567aa1 updated NEWS 2016-09-13 19:40:50 +02:00
Yann Collet
64a84edef5 added -r support for Mac OS-X 2016-09-13 17:54:37 +02:00
Yann Collet
c4cc9bf973 -r generates an error on systems which do not support it 2016-09-13 17:50:08 +02:00
Yann Collet
0be21d790a fixed fullbench 2016-09-13 17:33:47 +02:00
Yann Collet
30d305615a updated NEWS 2016-09-13 17:23:31 +02:00
Yann Collet
0a43c80510 Merge pull request #365 from inikep/dev
Dev
2016-09-13 17:21:17 +02:00
Yann Collet
26ec254066 new strategy for faster DDict decompression 2016-09-13 16:52:16 +02:00
inikep
9f25fcf804 fixed precision warnigns 2016-09-13 16:38:54 +02:00
inikep
4d0efc8a16 added zstd.rc 2016-09-13 14:00:18 +02:00
inikep
362708d4d2 zstd.exe has FileVersion and ProductVersion 2016-09-13 13:53:43 +02:00
inikep
1c5ba8a5e7 util.h: removed dependency from PATH_MAX 2016-09-13 13:13:10 +02:00
Yann Collet
ac175d46d4 updated comments 2016-09-13 00:51:47 +02:00
Yann Collet
716a9e8bb3 Merge pull request #363 from inikep/dev
Dev
2016-09-13 00:09:30 +02:00