Yann Collet
|
883a7cacc4
|
removed zbufftest from list of clang tests on Appveyor
|
2016-11-16 08:58:32 -08:00 |
|
Yann Collet
|
52afb3993e
|
zbuff API now generates deprecation warnings
|
2016-11-16 08:50:54 -08:00 |
|
Yann Collet
|
cdff19c4b3
|
minor comment change
|
2016-11-11 17:26:54 -08:00 |
|
Yann Collet
|
8e4901eccd
|
removed zbuff.h from include installation
|
2016-11-08 15:45:39 -08:00 |
|
Yann Collet
|
d41380ea5d
|
make zstd a phony target at root
|
2016-11-07 14:55:12 -08:00 |
|
Yann Collet
|
0018ca28dc
|
zstd cli : displays total decoded size, even when a stream consists of multiple frames
|
2016-11-07 14:42:37 -08:00 |
|
Yann Collet
|
fd3be6bc97
|
bump version number to 1.1.2
|
2016-11-07 14:35:41 -08:00 |
|
Yann Collet
|
407a11f63e
|
fixed Visual compatibility
|
2016-11-03 15:52:01 -07:00 |
|
Yann Collet
|
861cd06ded
|
fix test-zstd-nolegacy
|
2016-11-03 01:11:56 -07:00 |
|
Yann Collet
|
6c111fa3da
|
fix zlibWrapper make test
|
2016-11-03 00:44:02 -07:00 |
|
Yann Collet
|
7347869fb6
|
fixed make install
|
2016-11-02 22:28:37 -07:00 |
|
Yann Collet
|
179b19776f
|
fileio.c does no longer need ZSTD_LEGACY_SUPPORT, and does no longer depend on zstd_legacy.h
Added : ZSTD_isFrame() in experimental section
|
2016-11-02 17:30:49 -07:00 |
|
Yann Collet
|
f3f13211ae
|
Fix #419 : no warning when setting custom LDFLAGS
|
2016-11-02 17:02:45 -07:00 |
|
Yann Collet
|
0a5a5fb7fd
|
Fix #418 : printing selected segments in zdict debug mode can segfault with certain pathological patterns
|
2016-11-02 13:57:55 -07:00 |
|
Yann Collet
|
4c0b44f8ce
|
minor display improvement in fuzzer when nb of tests is very large
|
2016-11-01 11:13:22 -07:00 |
|
Yann Collet
|
3d197d4c8c
|
updated man page
|
2016-10-31 18:10:32 -07:00 |
|
Yann Collet
|
fe92398918
|
updated README, mentioning .zst suffix
|
2016-10-31 15:48:58 -07:00 |
|
Yann Collet
|
31e660e7aa
|
more accurate default maximum window size
|
2016-10-29 03:56:45 -07:00 |
|
Yann Collet
|
589f011761
|
changed ZBUFF_* by ZSTD_*Stream() within fullbench,
in anticipation of future deprecation of ZBUFF_*.
|
2016-10-28 15:17:38 -07:00 |
|
Yann Collet
|
b9550d6d43
|
fixed benchmark mode typo .
added benchmark mode tests
|
2016-10-28 14:43:24 -07:00 |
|
Yann Collet
|
22de81e87e
|
updated man page
|
2016-10-28 13:58:31 -07:00 |
|
Yann Collet
|
ee5b725823
|
ZSTD_initCStream() optimization : do not allocate a CDict when no dictionary used
|
2016-10-27 14:20:55 -07:00 |
|
Yann Collet
|
bfae317ae3
|
minor const added
|
2016-10-26 18:44:59 -07:00 |
|
Yann Collet
|
cf08958d9b
|
print one global summary (instead of one per file)
|
2016-10-26 18:37:29 -07:00 |
|
Yann Collet
|
82613d72e4
|
added example multiple_streaming_compression
|
2016-10-26 18:10:43 -07:00 |
|
Yann Collet
|
335ad5d4d4
|
added ZSTD_initDStream_usingDDict() .
slightly optimized ZSTD_initDStream() when no dictionary .
fixed ZSTD_sizeof_CStream() .
|
2016-10-25 17:47:02 -07:00 |
|
Yann Collet
|
9516234e67
|
first sketch for ZSTD_initCStream_usingCDict()
|
2016-10-25 16:19:52 -07:00 |
|
Yann Collet
|
37d130031d
|
updated comments on context re-use
|
2016-10-24 17:22:12 -07:00 |
|
Yann Collet
|
da3bd8b6de
|
protect ZSTD_decodeFrameHeader() from invalid usage, as suggested by @spaskob
|
2016-10-20 20:11:00 -07:00 |
|
Yann Collet
|
52c1bf93fe
|
improved dicitonary segment merge
|
2016-10-18 16:34:58 -07:00 |
|
Yann Collet
|
a7a4690b0a
|
use implicit rules to compile zstd_decompress.c
|
2016-10-18 16:01:03 -07:00 |
|
Yann Collet
|
f7906d5955
|
detect early impossible decompression scenario in legacy decoder v0.5
|
2016-10-18 13:48:32 -07:00 |
|
Yann Collet
|
9313c8d953
|
no repeat mode in legacy v0.5
|
2016-10-18 13:36:15 -07:00 |
|
Yann Collet
|
83d7bdee4b
|
fixed invalid invocation of dictionary in legacy decoder v0.5
|
2016-10-18 12:25:43 -07:00 |
|
Yann Collet
|
197a55ee7b
|
fix edge case
|
2016-10-18 11:27:52 -07:00 |
|
Yann Collet
|
33fdd099bb
|
fix command line interpretation
|
2016-10-17 17:48:48 -07:00 |
|
Yann Collet
|
06573e17be
|
fixed minor corner case
|
2016-10-17 17:28:28 -07:00 |
|
Yann Collet
|
2b361cf2f1
|
minor opt
|
2016-10-14 16:09:07 -07:00 |
|
Yann Collet
|
70077bc9bb
|
refactor for long commands
|
2016-10-14 14:41:17 -07:00 |
|
Yann Collet
|
d7b120ab5c
|
added long commands --memory= and --memlimit-decompress=
|
2016-10-14 14:22:32 -07:00 |
|
Yann Collet
|
1122349ac2
|
added long comment --memlimit=
|
2016-10-14 14:07:11 -07:00 |
|
Yann Collet
|
7933434fdf
|
Merge branch 'dev' of github.com:facebook/zstd into dev
|
2016-10-14 13:32:35 -07:00 |
|
Yann Collet
|
d4cda27b63
|
new command -M#, to limit memory usage during decompression (#403)
|
2016-10-14 13:32:20 -07:00 |
|
Yann Collet
|
5d919e7ac3
|
added ZSTD_error_frameParameter_windowTooLarge (#403)
|
2016-10-12 17:29:24 -07:00 |
|
Yann Collet
|
e405c7a126
|
updated visual projects
|
2016-10-12 15:29:22 -07:00 |
|
Yann Collet
|
e19111c42f
|
make creates libzstd binaries (#415)
|
2016-10-12 11:09:36 -07:00 |
|
Yann Collet
|
8b70d012f0
|
fix cmake
|
2016-10-12 10:23:53 -07:00 |
|
Yann Collet
|
f52cd03e73
|
bumped version number
|
2016-10-11 17:29:27 -07:00 |
|
Yann Collet
|
ef2357d0d3
|
created error_private.c, so that a single list of error strings get included
|
2016-10-11 17:24:50 -07:00 |
|
Yann Collet
|
14efab827b
|
added zstd_errors.h to include installation
|
2016-10-11 16:51:29 -07:00 |
|
Yann Collet
|
a17fd7312a
|
changed error_public.h into zstd_errors.h
|
2016-10-11 16:41:09 -07:00 |
|
Yann Collet
|
18b51b99c0
|
sync fse
|
2016-10-11 08:21:09 -07:00 |
|
Yann Collet
|
df6797447f
|
update dictionary builder warning comments
|
2016-09-27 15:14:32 +02:00 |
|
Yann Collet
|
97b378a6f8
|
Streaming : dictionary compression on multiple files / segments can correctly provide srcSize into header (when provided) using pledgedSrcSize.
|
2016-09-21 17:20:19 +02:00 |
|
Yann Collet
|
993060e0f2
|
cli : better adaptation to small files
|
2016-09-21 16:46:08 +02:00 |
|
Yann Collet
|
714464f05d
|
fixed : cli : forgotten mandatory argument
|
2016-09-21 16:05:03 +02:00 |
|
Yann Collet
|
27b5ac666e
|
Implemented "command must be followed by argument" protection
suggested by @terrelln (#375)
|
2016-09-21 14:31:22 +02:00 |
|
Yann Collet
|
0977f7ece6
|
minor refactor for clarity
|
2016-09-21 12:24:43 +02:00 |
|
Yann Collet
|
84484cc656
|
minor build comment
|
2016-09-21 11:24:22 +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
|
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 |
|
Yann Collet
|
d092d77cfc
|
minor variable renaming
|
2016-09-14 16:14:57 +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
|
26ec254066
|
new strategy for faster DDict decompression
|
2016-09-13 16:52:16 +02:00 |
|
Yann Collet
|
a2664649df
|
better error handling
|
2016-09-09 19:33:56 +02:00 |
|
Yann Collet
|
2c6779f948
|
Merge branch 'dev' of github.com:facebook/zstd into dev
|
2016-09-09 16:49:38 +02:00 |
|
Yann Collet
|
b3060f7a9e
|
changed streaming decoder behavior : now, when all compressed frame is consumed, it means decompression is completed, with regenerated data fully flushed.
|
2016-09-09 16:44:16 +02:00 |
|
Yann Collet
|
b94fcc8d8a
|
clarified doc
|
2016-09-09 14:56:15 +02:00 |
|
Yann Collet
|
264c733ad6
|
clarified tests
|
2016-09-08 19:39:00 +02:00 |
|
Yann Collet
|
661fcc955f
|
Merge branch 'dev' of github.com:facebook/zstd into dev
|
2016-09-08 19:29:25 +02:00 |
|
Yann Collet
|
01c199226a
|
updated decompression streaming example
|
2016-09-08 19:29:04 +02:00 |
|
Yann Collet
|
5c6d244973
|
Merge branch 'dev' of github.com:facebook/zstd into dev
|
2016-09-07 14:54:54 +02:00 |
|
Yann Collet
|
ac8bace6b1
|
support large skippable frames
|
2016-09-07 14:54:23 +02:00 |
|
Yann Collet
|
95d07d7447
|
introduced CHECK_E
|
2016-09-06 16:38:51 +02:00 |
|
Yann Collet
|
3e21ec5b01
|
introduced CHECK_F
|
2016-09-06 15:36:19 +02:00 |
|
Yann Collet
|
ff306ae2f6
|
clarification dictionary format
|
2016-09-06 15:34:07 +02:00 |
|
Yann Collet
|
5c956d593c
|
FORCE_INLINE common definition
|
2016-09-06 15:05:19 +02:00 |
|
Yann Collet
|
12083a45d4
|
more context-reuse tests
|
2016-09-06 15:01:51 +02:00 |
|
Yann Collet
|
edbcd9f5b2
|
fixed zbufftest
|
2016-09-06 14:30:57 +02:00 |
|
Yann Collet
|
7c83dfd5c2
|
ZSTD_frameHeaderSize_prefix (#340), as result of ZSTD_initStream
|
2016-09-05 19:47:43 +02:00 |
|
Yann Collet
|
7bdfcead56
|
Fixed : magic number (#345), reported by @mitchblank
|
2016-09-05 17:43:31 +02:00 |
|
Yann Collet
|
fa72f6bdce
|
clarified inline doc for streaming
|
2016-09-05 17:39:56 +02:00 |
|
Yann Collet
|
a4c212c001
|
updated NEWS
|
2016-09-05 08:06:33 -07:00 |
|
Yann Collet
|
78b102d21d
|
Merge branch 'dev' of github.com:facebook/zstd into dev
|
2016-09-02 22:12:01 -07: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
|
d69798f858
|
Merge branch 'dev' of github.com:facebook/zstd into dev
|
2016-09-02 17:05:20 -07:00 |
|
Yann Collet
|
855766d73d
|
clarified dictionary in format description
|
2016-09-02 17:04:49 -07:00 |
|