cyan4973
|
4b26306cb8
|
blindfix : fullbench's one-time leak, detected by valgrind
|
2017-07-01 08:03:59 -07:00 |
|
cyan4973
|
c07e43c2b5
|
added --show-leak-kind=all to valgrind tests
|
2017-07-01 07:05:11 -07:00 |
|
cyan4973
|
21fdf97e00
|
Merge branch 'dev' into fullbench
|
2017-07-01 07:01:08 -07:00 |
|
cyan4973
|
1bafe393e4
|
fix : ZSTDMT_compressStream_generic() can accept NULL input
also : converge implementations towards new version of ZSTDMT_compressStream_generic()
|
2017-07-01 06:59:24 -07:00 |
|
cyan4973
|
b5bb7c6d95
|
fixed Visual compilation of fullbench-dll
|
2017-06-29 19:59:37 -07:00 |
|
Yann Collet
|
f99c2c1a22
|
reduced --no-big-tests even more
to pass tests on qemu-aarch64
|
2017-06-21 23:35:58 -07:00 |
|
Yann Collet
|
f5deae8a67
|
new api fuzzer tests : frame parameters are randonly set
|
2017-06-18 23:41:38 -07:00 |
|
Yann Collet
|
ea3630a889
|
new api fuzzer set : dictionary is randomly set
|
2017-06-18 23:31:55 -07:00 |
|
Yann Collet
|
8dee0ec99e
|
new api fuzzer tests : compression parameters are randomly set
|
2017-06-18 23:25:15 -07:00 |
|
cyan4973
|
c59162e053
|
minor fix for -Wdocumentation
|
2017-06-05 00:12:13 -07:00 |
|
cyan4973
|
8bcbf42617
|
fixed g++ prototype mismatch
|
2017-06-04 23:52:00 -07:00 |
|
cyan4973
|
51235393e3
|
fixed fullbench project for VS2010+
|
2017-06-04 22:06:25 -07:00 |
|
Yann Collet
|
9a691e0f55
|
fixed visual warnings
|
2017-05-31 01:17:44 -07:00 |
|
Yann Collet
|
b6dec4c3ae
|
fixed minor cast warning
|
2017-05-27 17:09:06 -07:00 |
|
Yann Collet
|
e071159101
|
mtctx->jobs allocate its own memory space
to make ZSTDMT_CCtx_s size predictable
so that it can be included in CCtx
|
2017-05-27 00:21:33 -07:00 |
|
Yann Collet
|
b8136f019a
|
static dctx is incompatible with legacy support
documented, and runtime tested
|
2017-05-27 00:03:08 -07:00 |
|
cyan4973
|
613087c02b
|
Silence zlib detection routine
When it fails, $(CC) sends error message into stderr
redirected to /dev/null
|
2017-02-04 23:36:12 -08:00 |
|
cyan4973
|
6f31b76d1d
|
removed gzstd test from travis
this target does no longer exist
|
2017-02-04 21:39:41 -08:00 |
|
cyan4973
|
f0ffa237da
|
fixed VS2008 project
|
2017-01-20 15:24:06 -08:00 |
|
cyan4973
|
326575c3a3
|
fixed VS2010 project
|
2017-01-20 14:49:44 -08:00 |
|
cyan4973
|
2e3b659ae1
|
fixed minor warnings (Visual, conversion, doxygen)
|
2017-01-20 14:43:09 -08:00 |
|
cyan4973
|
5fba09fa41
|
updated util's time for Windows compatibility
Correctly measures time on Posix systems when running with
Multi-threading
Todo : check Windows measurement under multi-threading
|
2017-01-20 12:57:31 -08:00 |
|
Yann Collet
|
08611a9f64
|
removed make artefact
|
2016-12-07 14:04:39 +01:00 |
|
Yann Collet
|
9dfd0af164
|
ZBUFF_ as a wrapper to ZSTD streaming API.
|
2016-12-06 17:16:41 +01:00 |
|
Yann Collet
|
a0d4031e7c
|
fixed cmake build
|
2016-12-06 09:46:14 +01:00 |
|
Yann Collet
|
73ab42252b
|
fixed zbuff in VS2005 projects
|
2016-12-06 09:08:43 +01:00 |
|
Yann Collet
|
2f902f946c
|
fixed zlibwrapper use of xxh
|
2016-12-06 08:52:53 +01:00 |
|
Yann Collet
|
f586bdfe23
|
fixed fuzzer test
|
2016-12-06 06:11:46 +01:00 |
|
Yann Collet
|
83543a7b26
|
updated NEWS
|
2016-09-28 00:15:03 +02:00 |
|
Yann Collet
|
47094ea66b
|
added comment on filePos
|
2016-09-26 18:03:33 +02:00 |
|
Yann Collet
|
cf409a7e2a
|
fixed : init*_advanced() followed by reset() with different pledgedSrcSiz
|
2016-09-26 16:41:05 +02:00 |
|
Yann Collet
|
2f2639438a
|
zstreamtest can fuzztest pledgedSrcSize
|
2016-09-26 14:06:08 +02:00 |
|
Yann Collet
|
58d5dfea54
|
zstreamtest uses ZSTD_reset?Stream
|
2016-09-25 01:34:03 +02:00 |
|
Yann Collet
|
21412bb3f6
|
Merge branch 'dev' of github.com:Cyan4973/zstd into dev
|
2016-09-22 15:57:56 +02:00 |
|
Yann Collet
|
51f4d566c2
|
small decompression speed boost for very small data
|
2016-09-22 15:57:28 +02:00 |
|
Yann Collet
|
47f3697f32
|
added error check
|
2016-09-20 11:59:12 +02:00 |
|
Yann Collet
|
86bdcd83c1
|
added error checking
|
2016-09-20 11:54:29 +02:00 |
|
Yann Collet
|
0704df3259
|
fixed cmake test
|
2016-09-19 16:55:35 +02:00 |
|
Yann Collet
|
dbe70bad48
|
completed change from projects to build
|
2016-09-19 15:08:43 +02:00 |
|
Yann Collet
|
4c9a4c18a9
|
changed projects to build
|
2016-09-19 14:58:14 +02:00 |
|
Yann Collet
|
1eb2fdc74f
|
bumped version number
|
2016-09-18 12:21:47 +02:00 |
|
Yann Collet
|
4ca3d4bc25
|
streaming compression example can handle situations where input buffer size is manually set to a small value.
|
2016-09-18 12:19:06 +02:00 |
|
Yann Collet
|
88aa179347
|
added comments on buffer sizes guarantees
|
2016-09-18 11:58:30 +02:00 |
|
Yann Collet
|
60038948e6
|
added -- command in help
|
2016-09-16 18:52:52 +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
|
64deef3bee
|
Fixed srcSize=1
|
2016-09-14 00:16:07 +02:00 |
|
Yann Collet
|
ac175d46d4
|
updated comments
|
2016-09-13 00:51:47 +02:00 |
|
Yann Collet
|
a3481d6de0
|
make uninstall
|
2016-09-12 05:04:26 +02:00 |
|
Yann Collet
|
d77f2ceee6
|
Merge branch 'dev' of github.com:Cyan4973/zstd into dev
|
2016-09-12 03:14:03 +02:00 |
|
Yann Collet
|
03d3f238de
|
minor comment
|
2016-09-07 07:01:33 +02:00 |
|
Yann Collet
|
aad9fe5470
|
don't remove() /dev/null (#316)
|
2016-09-07 07:00:08 +02:00 |
|
Yann Collet
|
0e07bf3f60
|
added comments on searchLength min / max (#337)
|
2016-09-07 06:33:02 +02:00 |
|
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
|
bbd5bb75a6
|
update table
|
2016-08-27 11:41:23 +02:00 |
|
Yann Collet
|
9a021c1aae
|
fixed some minor clang warnings
|
2016-08-26 09:05:06 +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 |
|
Yann Collet
|
d1733f7417
|
fixed crc bug in rare timing conditions within bench.c
|
2016-08-21 01:04:46 +02:00 |
|
Yann Collet
|
70c2326bf1
|
spec : clarify last literal copy command
|
2016-08-21 00:24:18 +02:00 |
|
Yann Collet
|
8baf78a291
|
minor coding style
|
2016-08-20 13:04:20 +02:00 |
|
Yann Collet
|
1bee2d5e08
|
slight decompression speed improvement
|
2016-08-20 02:59:04 +02:00 |
|
Yann Collet
|
0cfe2ec2fd
|
sync fse version
|
2016-08-20 00:26:26 +02:00 |
|
Yann Collet
|
af1960396b
|
sync huff0
|
2016-08-19 19:38:19 +02:00 |
|
Yann Collet
|
7be46bf8f2
|
promoted streaming API to stable
(except _advanced() variants)
|
2016-08-19 18:39:36 +02:00 |
|
Yann Collet
|
fdba57d513
|
update version number
|
2016-08-19 18:32:30 +02:00 |
|
Yann Collet
|
da3fbcb302
|
Added ZDICT_getDictID()
|
2016-08-19 14:23:58 +02:00 |
|
Yann Collet
|
b944ce0b3a
|
update Mac homebrew installation script
|
2016-08-18 17:11:03 +02:00 |
|
 Yann ColletandGitHub
|
a5dbf9f629
|
Merge pull request #297 from borzunov/dev
Export functions related to dictionary compression from DLL
|
2016-08-18 15:05:01 +02:00 |
|
Yann Collet
|
49d105cfcf
|
better warning and error messages in case of dictionary training failure (#292)
|
2016-08-18 15:02:11 +02:00 |
|
Yann Collet
|
79d9cdd258
|
updated icc compilation status
|
2016-08-18 11:50:37 +02:00 |
|
 Yann ColletandGitHub
|
e80d15304a
|
Merge pull request #296 from inikep/Other
Other
|
2016-08-18 11:48:48 +02:00 |
|
Yann Collet
|
18442c1482
|
minor refactoring
|
2016-08-18 01:40:32 +02:00 |
|
 Yann ColletandGitHub
|
bfdc34e5a3
|
Merge pull request #294 from inikep/Other
improved Makefiles
|
2016-08-17 19:41:56 +02:00 |
|
 Yann ColletandGitHub
|
3d9211e961
|
Merge pull request #290 from david-y-lam/fix_file_name
Remove file name truncation in zstd CLI output
|
2016-08-17 14:05:29 +02:00 |
|
Yann Collet
|
c411902230
|
fixed g++ conversion warning
|
2016-08-17 01:50:54 +02:00 |
|
Yann Collet
|
2065879793
|
updated examples
|
2016-08-17 01:48:43 +02:00 |
|
Yann Collet
|
53e17fbd5e
|
updated streaming API
|
2016-08-17 01:39:22 +02:00 |
|
Yann Collet
|
94ca85d01b
|
fixed Visual warning
|
2016-08-16 15:11:28 +02:00 |
|
Yann Collet
|
655393cc72
|
updated doc for streaming API
|
2016-08-16 15:11:28 +02:00 |
|
Yann Collet
|
6263ba5451
|
fileio uses new streaming API
|
2016-08-16 15:11:28 +02:00 |
|
Yann Collet
|
fb5e385164
|
minor changes
|
2016-08-16 15:11:28 +02:00 |
|
Yann Collet
|
9f9f1fcb52
|
added streaming_decompression example
|
2016-08-16 15:11:28 +02:00 |
|
Yann Collet
|
553b213ada
|
added streaming_compression.c example
|
2016-08-16 15:11:28 +02:00 |
|
Yann Collet
|
d7883a2c0e
|
added zstreamtest
|
2016-08-16 15:11:28 +02:00 |
|
Yann Collet
|
104e5b072d
|
added : streaming decompression API
|
2016-08-16 15:11:28 +02:00 |
|
Yann Collet
|
5a0c8e2439
|
new streaming API (compression)
|
2016-08-16 15:11:27 +02:00 |
|
Yann Collet
|
b3950eef20
|
support for Z_SYNC_FLUSH, by @dak-evanti-ru
|
2016-08-16 15:10:30 +02:00 |
|
 Yann ColletandGitHub
|
146eee1b01
|
Merge pull request #291 from dak-evanti-ru/dev
Fix issue with SYNC_FLUSH support by zlib wrapper
|
2016-08-16 15:08:52 +02:00 |
|
 Yann ColletandGitHub
|
d6ad8fed80
|
Merge pull request #288 from inikep/Other
improved zstd_compression_format.md
|
2016-08-13 13:59:29 +02:00 |
|
 Yann ColletandGitHub
|
8f56319e0e
|
Merge pull request #286 from david-y-lam/dev
Add more descriptive message to -v option in zstd CLI
|
2016-08-13 08:51:41 +02:00 |
|
Yann Collet
|
fab023010d
|
changed test, in compliance with new --ultra policy
|
2016-08-12 19:00:18 +02:00 |
|
Yann Collet
|
fe0590f63f
|
new --ultra policy
|
2016-08-12 18:04:15 +02:00 |
|
Yann Collet
|
6c36449ef3
|
minor comments
|
2016-08-12 00:05:59 +02:00 |
|
Yann Collet
|
ba92046031
|
Merge branch 'dev' of github.com:Cyan4973/zstd into dev
|
2016-08-11 22:10:04 +02:00 |
|
Yann Collet
|
e9b414d825
|
fixed msan warning (#281)
|
2016-08-11 22:09:09 +02:00 |
|