Yann Collet
|
ed7fb8413c
|
extended use of strerror(errno)
|
2016-07-02 21:01:54 +02:00 |
|
Yann Collet
|
b71adf45c1
|
extended use of strerror(errno)
|
2016-07-02 01:51:12 +02:00 |
|
Yann Collet
|
b7f197633a
|
use strerror(errno) to return system error message
|
2016-07-02 00:59:25 +02:00 |
|
Yann Collet
|
a7a5d7736c
|
Updated doc
|
2016-07-02 00:37:32 +02:00 |
|
Yann Collet
|
cebab1d322
|
Explicit error message when dst file cannot be created / opened
|
2016-07-02 00:12:14 +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
|
d4f4e58ee1
|
fixed ZSTD_decompressBlock() using multiple blocks
|
2016-06-27 01:31:35 +02:00 |
|
inikep
|
9649126f70
|
Merge remote-tracking branch 'refs/remotes/origin/speedTest' into dev
|
2016-06-22 16:22:29 +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
|
8d30cd562a
|
Merge pull request #219 from inikep/dev
added gcc5test and gcc6test for Travis
|
2016-06-21 21:51:52 +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
|
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
|
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 |
|
inikep
|
9bf5357101
|
bench.c: use ZSTD_VERSION_STRING
|
2016-06-21 11:01:29 +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
|
19cab46f2f
|
Joined seqStore initialization at dispatch point
|
2016-06-17 12:54:52 +02:00 |
|
Yann Collet
|
3f01c8833f
|
better seed randomization for systems with poor clock() resolutation
|
2016-06-16 13:38:10 +02:00 |
|
Yann Collet
|
803c05ec7e
|
fuzzer : tests with high id are run without need to change finalTestNb
|
2016-06-16 11:32:57 +02:00 |
|
Yann Collet
|
23ccc34262
|
Merge branch 'dev' of github.com:Cyan4973/zstd into dev
|
2016-06-15 23:33:52 +02:00 |
|
Yann Collet
|
1a7b8fbc24
|
fixed dictionary tests
|
2016-06-15 23:33:38 +02:00 |
|
Yann Collet
|
9b998e4d08
|
Fixed decompression of literals in dictionary mode
|
2016-06-15 23:11:20 +02:00 |
|
Tobias Ibounig
|
3915545605
|
Fix Max Compression Level in zstd.1
|
2016-06-15 22:20:46 +02:00 |
|
Yann Collet
|
531a4273c0
|
stronger dictionary compression tests
|
2016-06-15 19:02:11 +02:00 |
|
Yann Collet
|
1869f7966e
|
Merge pull request #205 from inikep/dev
legacy decoder for v0.6
|
2016-06-10 17:13:07 +02:00 |
|
Yann Collet
|
b09b12ce10
|
Added command --rm : remove source file after successful de/compression
|
2016-06-09 23:01:19 +02:00 |
|
inikep
|
bf853d5510
|
added legacy decoder for v0.6 format
|
2016-06-09 17:59:18 +02:00 |
|
Yann Collet
|
ee1a084852
|
Integrated new dictionary API into bench module
|
2016-06-07 01:40:49 +02:00 |
|
Yann Collet
|
f72dc6091b
|
removed msan tests, due to issues with datagen.c
|
2016-06-06 19:42:47 +02:00 |
|
Yann Collet
|
2cc72f1fd3
|
fixed initialization issue in bench
|
2016-06-06 17:50:07 +02:00 |
|
Yann Collet
|
673f0d7cdc
|
new frame format, allowing custom window size
|
2016-06-06 00:26:38 +02:00 |
|
Yann Collet
|
a91ca620cf
|
removed HUF_readStats() from public space
|
2016-06-05 01:33:55 +02:00 |
|
Yann Collet
|
f3a1a84c9a
|
fixed cmake project
|
2016-06-05 01:05:01 +02:00 |
|
Yann Collet
|
d0e2cd15cb
|
Merged fse_static into fse.h . Now requires FSE_STATIC_LINKING_ONLY macro.
|
2016-06-05 00:58:01 +02:00 |
|
Yann Collet
|
d3b7f8d21f
|
Merged zstd_static.h into zstd.h . Now requires ZSTD_STATIC_LINKING_ONLY macro
|
2016-06-04 19:47:02 +02:00 |
|
Yann Collet
|
5347aee8f7
|
merged zbuff_static.h into zbuff.h . Now requires ZBUFF_STATIC_LINKING_ONLY macro
|
2016-06-04 19:12:48 +02:00 |
|
Yann Collet
|
e69b8ccceb
|
merged zdict_static.h into zdict.h . Now requires ZDICT_STATIC_LINKING_ONLY macro.
|
2016-06-04 18:56:23 +02:00 |
|
Yann Collet
|
0d31160b4e
|
better dynamic memory adaptation when using CLI
|
2016-06-04 00:09:02 +02:00 |
|
Yann Collet
|
ab7b6f1ece
|
Merge pull request #198 from inikep/dev070
Dev070
|
2016-06-03 21:37:49 +02:00 |
|
Yann Collet
|
441f5d61fd
|
dictionary size objective can be described in Megabytes
|
2016-06-03 15:15:47 +02:00 |
|
Yann Collet
|
1dd7961557
|
minor code refactoring
|
2016-06-03 15:14:09 +02:00 |
|
inikep
|
36fac00149
|
removed calloc calls from lib/
|
2016-06-03 13:23:04 +02:00 |
|
inikep
|
db2f540414
|
added defaultCustomNULL
|
2016-06-03 12:56:56 +02:00 |
|
inikep
|
ff2d18928d
|
zlibWrapper: added gcc flag -Wdeclaration-after-statement
|
2016-06-02 22:15:09 +02:00 |
|
inikep
|
b74a468fad
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev070' into dev070
|
2016-06-02 22:09:09 +02:00 |
|