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 |
|
 Yann ColletandGitHub
|
a9ba7e769b
|
Merge pull request #284 from inikep/Other
Other
|
2016-08-11 21:03:26 +02:00 |
|
Yann Collet
|
60e12876f6
|
Merge branch 'dev' of github.com:Cyan4973/zstd into dev
|
2016-08-11 18:38:59 +02:00 |
|
 Yann ColletandGitHub
|
8a734e5a06
|
Merge pull request #283 from inikep/Testing2
Testing2
|
2016-08-11 18:37:42 +02:00 |
|
 Yann ColletandGitHub
|
828db005f2
|
Merge pull request #279 from inikep/Portability
Portability
|
2016-08-11 17:00:03 +02:00 |
|
Yann Collet
|
f6199ed130
|
updated Dspeed graph
|
2016-08-11 01:13:15 +02:00 |
|
Yann Collet
|
db4369b62b
|
updated Dspeed graph
|
2016-08-11 01:05:02 +02:00 |
|
Yann Collet
|
1ea5622a32
|
updated xxhash
|
2016-08-10 09:40:08 +02:00 |
|
Yann Collet
|
666398e7ed
|
added : xxhash namespace enforced from xxhash.h.
added : xxhash namespace test.
removed : -DXXH_NAMESPACE
|
2016-08-10 08:16:51 +02:00 |
|
Yann Collet
|
8ded0b84aa
|
update xxhash to v0.6.2
|
2016-08-10 07:40:40 +02:00 |
|
Yann Collet
|
0486bb78c6
|
fixed : make clean
|
2016-08-10 07:21:52 +02:00 |
|
Yann Collet
|
be1eb3feb2
|
updated mac homebrew install script
|
2016-08-10 07:16:30 +02:00 |
|
Yann Collet
|
280f9a8754
|
minor comment
|
2016-08-08 00:44:00 +02:00 |
|
Yann Collet
|
e0b4a2d40f
|
fixed dictionary generation, reported by Bartosz Taudul
|
2016-08-03 03:36:03 +02:00 |
|
Yann Collet
|
ae40b18d55
|
bumped library number
|
2016-08-03 01:59:21 +02:00 |
|
Yann Collet
|
0763905f44
|
ZSTD_compress_usingCDict() correctly provides original size by default in frame header
Fixed dictionary examples
|
2016-08-03 01:57:57 +02:00 |
|
Yann Collet
|
6a21971f4a
|
bench : implemented avgSize
|
2016-08-03 00:06:24 +02:00 |
|
Yann Collet
|
bf2bc112bb
|
bench : controlled display update when loading lot of files
|
2016-08-02 23:48:13 +02:00 |
|
Yann Collet
|
346efccc35
|
fixed doc typo
|
2016-08-02 14:26:00 +02:00 |
|
Yann Collet
|
de4c04f6c2
|
Fixed : ZSTD_compress* can compress > 4 GB in a single pass, reported by Nick Terrell
|
2016-08-02 11:27:05 +02:00 |
|
Yann Collet
|
f116e87f59
|
fixed analyzer warning
|
2016-08-01 19:15:18 +02:00 |
|
Yann Collet
|
0b2d682487
|
fixed freeCDict
|
2016-08-01 17:39:06 +02:00 |
|
Yann Collet
|
373d4f9070
|
updated examples (#273)
|
2016-08-01 17:36:11 +02:00 |
|
Yann Collet
|
9a69ec4f3b
|
added : resilience test for ZSTD_getErrorName()
|
2016-08-01 16:25:58 +02:00 |
|
Yann Collet
|
415251c63b
|
minor style change
|
2016-08-01 14:26:49 +02:00 |
|
Yann Collet
|
a9febe81ae
|
changed bench behavior for slow compression levels
|
2016-08-01 13:40:52 +02:00 |
|
 Yann ColletandGitHub
|
908a9f8f36
|
Merge pull request #268 from Cyan4973/dev
v0.8.0
|
2016-08-01 09:51:18 +02:00 |
|
Yann Collet
|
9ba929f1d4
|
Merge branch 'dev' of github.com:Cyan4973/zstd into dev
|
2016-08-01 02:26:59 +02:00 |
|
Yann Collet
|
3ca750372d
|
updated doc (#269)
|
2016-08-01 02:26:20 +02:00 |
|
 Yann ColletandGitHub
|
c55eb18c11
|
Merge pull request #267 from inikep/dev08
fixed ZSTD_compressBlock_opt_extDict_generic
|
2016-07-31 22:00:16 +02:00 |
|
Yann Collet
|
917fe188f1
|
Implemented repOffset "minus 1" on ll==0
|
2016-07-31 04:01:57 +02:00 |
|
Yann Collet
|
8f29e8e0e4
|
updated NEWS
|
2016-07-31 02:43:17 +02:00 |
|
 Yann ColletandGitHub
|
2a2ba3691c
|
Merge pull request #266 from jrmarino/master
Enable build on FreeBSD ports (includes DragonFly BSD) [dev branch]
|
2016-07-31 02:21:26 +02:00 |
|
Yann Collet
|
8cebfd1d26
|
fix attempt on test-zstd-speed
|
2016-07-31 01:59:23 +02:00 |
|