Yann Collet
|
c093208ab8
|
fix : potential leak (#229)
|
2016-06-30 14:07:30 +02:00 |
Yann Collet
|
6c6e1751f6
|
use ZSTD_getParams() to simplify code
|
2016-06-27 15:28:45 +02:00 |
Yann Collet
|
3d2cd7f816
|
Introduced ZSTD_getParams()
bench now uses ZSTD_createCDict_advanced()
|
2016-06-27 15:12:26 +02:00 |
Yann Collet
|
ec224d256d
|
removed useless context
|
2016-06-27 13:39:30 +02:00 |
Yann Collet
|
4c56f4a3cf
|
fixed error messages
|
2016-06-27 13:36:54 +02:00 |
Yann Collet
|
529d9c7dee
|
updated version to v0.7.2
|
2016-06-27 10:03:10 +02:00 |
Yann Collet
|
d4f4e58ee1
|
fixed ZSTD_decompressBlock() using multiple blocks
|
2016-06-27 01:31:35 +02:00 |
Yann Collet
|
63b5e7a2ea
|
Improved comments
|
2016-06-26 17:42:15 +02:00 |
Yann Collet
|
77054b452d
|
Merge pull request #222 from Cyan4973/dev
Improved speed test
|
2016-06-23 01:32:56 +02:00 |
Yann Collet
|
91d67f0226
|
Merge pull request #221 from inikep/dev
test-zstd-speed.py: added --message in start and finish e-mail
|
2016-06-22 23:34:19 +02:00 |
inikep
|
82babfc0c6
|
test-zstd-speed.py: reordering of functions
|
2016-06-22 20:06:42 +02:00 |
inikep
|
116128ce41
|
test-zstd-speed.py: improved exception handling
|
2016-06-22 18:12:57 +02:00 |
inikep
|
47020670b6
|
test-zstd-speed.py: added --message in start and finish e-mail
- support for ~ in filenames
- result files ending with .txt
|
2016-06-22 17:11:01 +02:00 |
Yann Collet
|
d4f5a176d4
|
Merge pull request #220 from inikep/dev
improved test-zstd-speed.py
|
2016-06-22 16:30:26 +02:00 |
inikep
|
9649126f70
|
Merge remote-tracking branch 'refs/remotes/origin/speedTest' into dev
|
2016-06-22 16:22:29 +02:00 |
inikep
|
da1685e98d
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
|
2016-06-22 16:21:34 +02:00 |
inikep
|
d7d251ccb5
|
bench.c: added support for ZSTD_GIT_COMMIT
|
2016-06-22 16:13:25 +02:00 |
inikep
|
f2f59d758e
|
test-zstd-speed.py: added ZSTD_GIT_COMMIT
|
2016-06-22 15:42:26 +02:00 |
Yann Collet
|
378822521a
|
Merge pull request #217 from Cyan4973/dev
v0.7.1 tag
|
2016-06-22 14:07:04 +02:00 |
inikep
|
c364ee7867
|
test-zstd-speed.py: sent e-mail after KeyboardInterrupt
|
2016-06-22 14:01:53 +02:00 |
Yann Collet
|
3755eb8fea
|
fixed strict-aliasing warning on gcc6
|
2016-06-22 13:15:53 +02:00 |
inikep
|
bcb9aad727
|
test-zstd-speed.py: improved log and e-mail formatting
|
2016-06-22 13:07:58 +02:00 |
inikep
|
95da743a56
|
test-zstd-speed.py: send e-mail in case of error
|
2016-06-22 12:12:35 +02:00 |
Yann Collet
|
23042929da
|
Fixed : dictBuilder fails if first sample is too small
|
2016-06-22 11:05:34 +02:00 |
Yann Collet
|
8d30cd562a
|
Merge pull request #219 from inikep/dev
added gcc5test and gcc6test for Travis
|
2016-06-21 21:51:52 +02:00 |
inikep
|
2d9272f1dd
|
test-zstd-speed.py: improved formatting
|
2016-06-21 19:28:51 +02:00 |
inikep
|
c9bb102401
|
Makefile: added gcc5test and gcc6test
improved Travis tests
|
2016-06-21 18:04:13 +02:00 |
Yann Collet
|
391a128794
|
fix : segfault in command line during automatic overwrite protection mode
|
2016-06-21 17:06:25 +02:00 |
Yann Collet
|
bda68c253b
|
refactored ZBUFF_compressEnd() for better maintainability
|
2016-06-21 15:18:11 +02:00 |
Yann Collet
|
446d442989
|
zbufftest now ensures ZBUFF_compressEnd() is fully flushed in a single pass if dst buffer is large enough
|
2016-06-21 14:14:02 +02:00 |
Yann Collet
|
aa29226b7c
|
fix : ZBUFF_compressEnd() gives right amount remaining to flush, including future epilogue
|
2016-06-21 14:04:57 +02:00 |
Yann Collet
|
f15c1cb00c
|
Fixed : ZBUFF_compressEnd() called multiple times with too small dst buffer (#206)
|
2016-06-21 13:11:48 +02:00 |
Yann Collet
|
2565971ea4
|
stronger fuzzer tests for ZBUFF_compressEnd()
|
2016-06-21 12:17:26 +02:00 |
Yann Collet
|
a49e066b26
|
clarified comments on `ZSTD_compressContinue()`
|
2016-06-21 11:54:03 +02:00 |
inikep
|
d731de84ab
|
test-zstd-speed.py: added send_simple_email
|
2016-06-21 11:26:17 +02:00 |
inikep
|
9bf5357101
|
bench.c: use ZSTD_VERSION_STRING
|
2016-06-21 11:01:29 +02:00 |
Yann Collet
|
d4f38d0dcd
|
updated library to v0.7.1
|
2016-06-21 10:15:43 +02:00 |
Yann Collet
|
d000042108
|
Merge pull request #216 from Cyan4973/dev
v0.7.1
|
2016-06-21 08:43:04 +02:00 |
Yann Collet
|
22d76322ce
|
minor refactor
|
2016-06-21 08:01:51 +02:00 |
Yann Collet
|
a436a529bc
|
minor : fast_extDict does no longer skip first byte
|
2016-06-20 23:34:04 +02:00 |
Yann Collet
|
4623d11571
|
new correction, less extreme replacement value
|
2016-06-20 19:15:37 +02:00 |
Yann Collet
|
5477cc25f7
|
fixed corruption error related to inter-blocks rep-offset
|
2016-06-20 18:31:25 +02:00 |
Yann Collet
|
c98f8e7b57
|
Modified : zstd CLI enables checksum by default
|
2016-06-20 16:31:24 +02:00 |
Yann Collet
|
cbf8c52954
|
roundTripCrash automatic compression level now depends on first 128 bytes
|
2016-06-20 16:18:19 +02:00 |
Yann Collet
|
e4811ba761
|
Modified : ZSTD_createDDict() accepts dictionary < 8 bytes in pure content mode (reported by @chipturner)
|
2016-06-19 23:06:54 +02:00 |
Yann Collet
|
a050204342
|
Merge branch 'dev' of github.com:Cyan4973/zstd into dev
|
2016-06-19 14:27:54 +02:00 |
Yann Collet
|
06d9a73b48
|
minor refactor, using `WILDCOPY_OVERLENGTH` macro instead of hard-coded 8
|
2016-06-19 14:27:21 +02:00 |
Yann Collet
|
06a40ac1a7
|
Merge pull request #213 from inikep/dev
test-zstd-versions.py: test dictionary compression of v0.5.1 and newer
|
2016-06-17 16:15:34 +02:00 |
inikep
|
dba8b44370
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
|
2016-06-17 15:17:37 +02:00 |
inikep
|
e16f65675b
|
test-zstd-versions.py: fixed creation of dictionaries for v0.5.1+
|
2016-06-17 15:17:35 +02:00 |