Yann Collet
|
f2a3b6e7b4
|
added : frame content checksum
|
2016-05-31 22:23:45 +02:00 |
|
Yann Collet
|
6fca9e7545
|
Changed : max dictionary file size increased to 8 MB
|
2016-05-31 02:40:42 +02:00 |
|
Yann Collet
|
6381e99fb2
|
Added : ability to create compressed frames without dictID
|
2016-05-31 02:29:45 +02:00 |
|
Yann Collet
|
b81cbbade1
|
fixed minor conversion warning
|
2016-05-30 22:29:45 +02:00 |
|
Yann Collet
|
290aaa7521
|
Added : ability to manually select the dictionary ID of a newly created dictionary
|
2016-05-30 21:18:52 +02:00 |
|
cyan
|
b880631aed
|
Fixed visual projects
Signed-off-by: Yann Collet <yann.collet.73@gmail.com>
|
2016-05-30 18:28:29 +02:00 |
|
Yann Collet
|
30009521d7
|
fuzzer tests dictBuilder.
Added : ability to not store dictID during compression; decompression doesn't check dictID then
|
2016-05-30 16:17:33 +02:00 |
|
Yann Collet
|
d2858e93cb
|
minor refactoring
|
2016-05-30 15:11:17 +02:00 |
|
Yann Collet
|
c0a9bf3c2e
|
minor code refactoring
|
2016-05-30 04:48:32 +02:00 |
|
Yann Collet
|
954e2bc48f
|
added fuzzer test for ZSTD_compressBegin_advanced()
|
2016-05-30 01:42:05 +02:00 |
|
Yann Collet
|
33341de7d7
|
fixed fuzzer dictionary test
|
2016-05-29 23:09:51 +02:00 |
|
Yann Collet
|
fcf2087a15
|
restored zstdcli.c
|
2016-05-29 05:16:05 +02:00 |
|
Yann Collet
|
c46fb924df
|
added dictionary ID (incomplete)
|
2016-05-29 05:01:04 +02:00 |
|
Yann Collet
|
0d348d46d8
|
fixed cmake
fixed playTests
|
2016-05-29 02:02:24 +02:00 |
|
Yann Collet
|
f51e0660f4
|
Simplified list of *.c files
|
2016-05-29 01:39:19 +02:00 |
|
Yann Collet
|
0c5e8b17ad
|
moved xxhash to lib/common
|
2016-05-29 01:06:30 +02:00 |
|
Yann Collet
|
ab2ee08042
|
fixed makefile error in clean target
|
2016-05-28 16:06:29 +02:00 |
|
Yann Collet
|
fb0ba59c41
|
Added : utility roundTripCrash
which generates a crash (double-free) on detecting a round-trip corruption
|
2016-05-28 15:30:01 +02:00 |
|
Yann Collet
|
6c903a8dd5
|
updated xxhash to latest "dev" version
|
2016-05-28 13:34:07 +02:00 |
|
inikep
|
bff23b72c5
|
fixed Visual Studio warning
|
2016-05-25 17:40:58 +02:00 |
|
inikep
|
957823f56f
|
zstdcli: -r (operate recursively on directories) works with dictBuilder and compression
|
2016-05-25 15:30:55 +02:00 |
|
inikep
|
4f1acdd158
|
usage of fileno() only on POSIX and Windows
|
2016-05-25 12:41:41 +02:00 |
|
inikep
|
e75909ef93
|
ZBUFF_createCCtx_advanced moved to zbuff_static.h
|
2016-05-25 11:31:16 +02:00 |
|
inikep
|
5d589562fe
|
playTests.sh joined with playTestsMSYS.sh
|
2016-05-25 10:50:28 +02:00 |
|
inikep
|
460a4ee6d4
|
playTests updated with Pass-Through mode
|
2016-05-24 18:22:38 +02:00 |
|
inikep
|
02c244bf78
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
|
2016-05-24 17:15:04 +02:00 |
|
inikep
|
fb5df613cf
|
zstd_stats.h included only in debug mode
|
2016-05-24 15:36:37 +02:00 |
|
inikep
|
a1653fbfd0
|
zbufftest.c: tests for ZBUFF_createCCtx_advanced/ZBUFF_createDCtx_advanced
|
2016-05-24 15:35:48 +02:00 |
|
inikep
|
71dd67cf57
|
fullbench: tests for ZBUFF_createCCtx_advanced and ZBUFF_createDCtx_advanced
|
2016-05-24 10:57:14 +02:00 |
|
Yann Collet
|
ddbb8e27bf
|
fixed minor conversion warning
|
2016-05-24 00:52:14 +02:00 |
|
Yann Collet
|
de95f96462
|
Pass-Through mode support (using -df ), for compatibility with gzip
|
2016-05-23 19:46:47 +02:00 |
|
Yann Collet
|
32990b5dae
|
Added tests for Sparse mode support
Fixed : complex cli arg case involving a mix of `stdin` and `-o`
|
2016-05-23 17:48:57 +02:00 |
|
Yann Collet
|
75424d1139
|
Added : Sparse write support
--[no-]sparse command
|
2016-05-23 16:56:56 +02:00 |
|
Peter (Stig) Edwards
|
04773ac90a
|
Minor changes needed for OpenVMS
Define util sleep functions on VMS.
If PRIO_PROCESS is not defined then do not attempt to use it in the definition of SET_HIGH_PRIORITY.
|
2016-05-21 12:15:48 +01:00 |
|
Yann Collet
|
45f84ab7cc
|
all programs use ZSTD_VERSION_STRING from zstd.h to display their version
|
2016-05-20 12:34:40 +02:00 |
|
Yann Collet
|
de4d4da52d
|
changed version to 0.6.2
removed make-controlled version (now used from zstd.h)
removed std=c99 by default
added : c90/gno90/c99/gnu99/c11 tests
|
2016-05-20 12:20:12 +02:00 |
|
Yann Collet
|
e162aceeb6
|
minor simplification
|
2016-05-20 11:35:00 +02:00 |
|
inikep
|
96abb5a806
|
AppVeyor tests use playTests.bat
|
2016-05-19 15:50:58 +02:00 |
|
inikep
|
44bb2f6c89
|
added datagen in Visual Studio project
|
2016-05-19 12:16:14 +02:00 |
|
inikep
|
60af95d971
|
fixed compression with -c with multiple files on Windows
|
2016-05-19 10:29:49 +02:00 |
|
inikep
|
2bd6b13e53
|
added playTests.bat
|
2016-05-18 18:05:56 +02:00 |
|
inikep
|
3aa4b2b598
|
update file permission
|
2016-05-18 18:04:10 +02:00 |
|
Yann Collet
|
35276a9441
|
fixed minor conversion warnings
|
2016-05-18 17:26:23 +02:00 |
|
Yann Collet
|
bde926fce7
|
removed msan tests
|
2016-05-18 17:18:48 +02:00 |
|
inikep
|
f33021552b
|
added playTestsMSYS.sh
|
2016-05-18 16:38:36 +02:00 |
|
klemens
|
268775dae8
|
spelling-fixes, as of lintian.debian.org
|
2016-05-16 22:23:24 +02:00 |
|
inikep
|
63ecd747de
|
added common/entropy_common.c
|
2016-05-13 11:27:56 +02:00 |
|
inikep
|
58a1d45aa5
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
|
2016-05-13 11:05:35 +02:00 |
|
inikep
|
0bdb6a8118
|
changed definition of UTIL_createFileList
|
2016-05-13 10:52:02 +02:00 |
|
inikep
|
3eabe9b474
|
added zlibWrapper - zstd wrapper for zlib
|
2016-05-12 17:15:41 +02:00 |
|