Yann Collet
|
92d75667e4
|
fix for fast mode
|
2016-07-03 01:10:53 +02:00 |
|
Yann Collet
|
b2b5309c6f
|
removes Visual warning on strerror()
|
2016-07-03 00:20:03 +02:00 |
|
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
|
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
|
391a128794
|
fix : segfault in command line during automatic overwrite protection mode
|
2016-06-21 17:06:25 +02:00 |
|
Yann Collet
|
c98f8e7b57
|
Modified : zstd CLI enables checksum by default
|
2016-06-20 16:31:24 +02:00 |
|
Yann Collet
|
b09b12ce10
|
Added command --rm : remove source file after successful de/compression
|
2016-06-09 23:01:19 +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
|
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
|
0d31160b4e
|
better dynamic memory adaptation when using CLI
|
2016-06-04 00:09:02 +02:00 |
|
Yann Collet
|
87cfbe3e5f
|
checksum generation can be selected from command line (--checksum )
|
2016-06-01 19:22:15 +02:00 |
|
inikep
|
a6b942018d
|
Merge remote-tracking branch 'refs/remotes/origin/dev' into dev070
# Conflicts:
# .travis.yml
# Makefile
# lib/common/zstd_static.h
# programs/Makefile
# projects/VS2008/zstd/zstd.vcproj
# projects/VS2008/zstdlib/zstdlib.vcproj
# projects/cmake/lib/CMakeLists.txt
# projects/cmake/programs/CMakeLists.txt
|
2016-06-01 00:07:09 +02:00 |
|
inikep
|
f772bf54a5
|
support for skippable frames
|
2016-05-31 12:43:46 +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
|
c46fb924df
|
added dictionary ID (incomplete)
|
2016-05-29 05:01:04 +02:00 |
|
inikep
|
e75909ef93
|
ZBUFF_createCCtx_advanced moved to zbuff_static.h
|
2016-05-25 11:31:16 +02:00 |
|
inikep
|
02c244bf78
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
|
2016-05-24 17:15:04 +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
|
75424d1139
|
Added : Sparse write support
--[no-]sparse command
|
2016-05-23 16:56:56 +02:00 |
|
inikep
|
60af95d971
|
fixed compression with -c with multiple files on Windows
|
2016-05-19 10:29:49 +02:00 |
|
Yann Collet
|
b3a9938d0c
|
Merge pull request #182 from inikep/dev
support for Visual Studio 2012, 2013, 2015
|
2016-05-10 17:18:12 +02:00 |
|
Yann Collet
|
bd39d54576
|
zbuff supports byte-by-byte decompression scenarios
|
2016-05-10 14:14:19 +02:00 |
|
inikep
|
ed9a08538c
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
# Conflicts:
# lib/common/util.h
# programs/paramgrill.c
# visual/2013/fullbench/fullbench.vcxproj.filters
# visual/2013/fuzzer/fuzzer.vcxproj.filters
|
2016-05-10 13:20:01 +02:00 |
|
Yann Collet
|
d693117113
|
fixed : null-length string roundtrip
|
2016-05-10 05:56:09 +02:00 |
|
Yann Collet
|
8b23eea694
|
minor refactor : more accurate variables scope
Added null-length string test
|
2016-05-10 05:37:43 +02:00 |
|
Yann Collet
|
f6ca09b5ff
|
Reduced console display on loading lots of files with zstd --train . Reported by @KrzysFR, see #177
|
2016-05-09 04:44:45 +02:00 |
|
Yann Collet
|
95af06f6ef
|
fixed legacy dictionary decompression
|
2016-05-08 08:23:51 +02:00 |
|
Yann Collet
|
0c0f314550
|
CLI supports dictionary decompression in legacy mode v0.5.x
|
2016-05-08 08:11:24 +02:00 |
|
Yann Collet
|
f849462d4c
|
minor refactor : more accurate variable scope
|
2016-05-07 22:43:40 +02:00 |
|
inikep
|
13c8424ea0
|
code cleaning
|
2016-05-05 13:58:56 +02:00 |
|
inikep
|
0bd0faec32
|
fixed compatibility issues
|
2016-05-05 13:10:57 +02:00 |
|
inikep
|
9c22e57bfb
|
Compiler Options moved to util.h
|
2016-05-05 11:53:42 +02:00 |
|
inikep
|
bab4317961
|
util.h must the the first include to #define _POSIX_C_SOURCE
|
2016-04-29 15:19:40 +02:00 |
|
inikep
|
d5ff2c3d9a
|
ordering of #include
|
2016-04-28 14:40:45 +02:00 |
|
inikep
|
83c76b4594
|
bench.c: time functions moved to common/util.h
|
2016-04-28 13:16:01 +02:00 |
|
inikep
|
69fcd7c0ae
|
getFileSize moved to common/util.h
|
2016-04-28 12:23:33 +02:00 |
|
inikep
|
db3964382c
|
introduced ZSTD_NODECOMPRESS to link only compressor
|
2016-04-22 18:22:30 +02:00 |
|
inikep
|
3c7c3527d0
|
introduced ZSTD_NOCOMPRESS to generate decompressor only
|
2016-04-22 13:59:05 +02:00 |
|
inikep
|
23a0889301
|
separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/
|
2016-04-22 12:43:18 +02:00 |
|
Yann Collet
|
9e8b09a7bd
|
Fixed memory initialization issue, reported by Maciej Adamczyk
|
2016-04-07 19:35:23 +02:00 |
|
Yann Collet
|
3b71925c2d
|
separate params into compressionParams and frameParams
|
2016-03-30 19:48:05 +02:00 |
|
Yann Collet
|
b44be74244
|
Fixed zdict
more dictionary compression tests
|
2016-03-26 20:52:14 +01:00 |
|
Yann Collet
|
09b21ee2f6
|
fix fileio bug with new zbuff
simplified zbuff decoding
|
2016-03-15 12:56:03 +01:00 |
|