Commit Graph

1891 Commits

Author SHA1 Message Date
inikep
f747be1096 .travis.yml: added ubuntu-toolchain-r-test for asan32 2016-09-12 21:43:59 +02:00
inikep
279a999265 .travis.yml: restored asan32 test 2016-09-12 21:28:07 +02:00
inikep
4b83b9678d .travis.yml: added "sourceline" 2016-09-12 17:20:44 +02:00
inikep
437bbec116 force Travis to use clang-3.8 2016-09-12 16:42:07 +02:00
inikep
c6f0ee934b .travis.yml: added gcc-multilib 2016-09-12 15:57:40 +02:00
inikep
e8e531193b .travis.yml: 32-bit clang tests switched to Ubuntu 14.04 2016-09-12 14:33:23 +02:00
inikep
0dad121a1a test-zstd-speed.py: compiler version and MD5 in logs 2016-09-12 14:17:47 +02:00
inikep
e9ae30af46 appveyor.yml: automatic builds of Windows executables 2016-09-12 14:17:26 +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
a2664649df better error handling 2016-09-09 19:33:56 +02:00
Yann Collet
746b51de51 Merge pull request #357 from jrudolph/patch-1
Smallish typo fixes in format documentation
2016-09-09 19:16:20 +02:00
Johannes Rudolph
7b0c261623 Smallish typo fixes in format documentation 2016-09-09 19:02:40 +02:00
Yann Collet
2c6779f948 Merge branch 'dev' of github.com:facebook/zstd into dev 2016-09-09 16:49:38 +02:00
Yann Collet
b3060f7a9e changed streaming decoder behavior : now, when all compressed frame is consumed, it means decompression is completed, with regenerated data fully flushed. 2016-09-09 16:44:16 +02:00
Yann Collet
b94fcc8d8a clarified doc 2016-09-09 14:56:15 +02:00
Yann Collet
4a38d22668 Merge pull request #355 from codeshef/dev
modification in line 51
2016-09-09 06:32:41 +02:00
codeshef
75ba29b117 modification in line51 2016-09-09 02:23:29 +05:30
Yann Collet
264c733ad6 clarified tests 2016-09-08 19:39:00 +02:00
Yann Collet
661fcc955f Merge branch 'dev' of github.com:facebook/zstd into dev 2016-09-08 19:29:25 +02:00
Yann Collet
01c199226a updated decompression streaming example 2016-09-08 19:29:04 +02:00
Yann Collet
81ad632b72 Merge pull request #352 from terrelln/dev
Specify that dictionary ID is little-endian
2016-09-08 07:41:11 +02:00
Nick Terrell
e48fbb9f4c Specify that dictionary ID is little-endian 2016-09-07 14:39:32 -07:00
Yann Collet
5c6d244973 Merge branch 'dev' of github.com:facebook/zstd into dev 2016-09-07 14:54:54 +02:00
Yann Collet
ac8bace6b1 support large skippable frames 2016-09-07 14:54:23 +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
bfa30f086d Merge pull request #349 from terrelln/dev
[pzstd] Windows build and default number of threads
2016-09-07 05:50:25 +02:00
Nick Terrell
4d4d1ad3b3 Fix minor potential narrowing bug 2016-09-06 20:27:11 -07:00
Nick Terrell
823bf3d08d Fix invalid narrowing conversion to size_t 2016-09-06 20:11:02 -07:00
Nick Terrell
b3ed23e18e [pzstd] Add appveyor build commands 2016-09-06 15:01:23 -07:00
Nick Terrell
4db9fbdec7 [pzstd] Compile with minGW 64 2016-09-06 14:00:20 -07:00
Nick Terrell
378d12bb0c [pzstd] Changes to compile on VS2015 2016-09-06 12:43:07 -07:00
Nick Terrell
4c202815c7 [pzstd] Smart default # of threads (#331) 2016-09-06 12:41:36 -07:00
Yann Collet
95d07d7447 introduced CHECK_E 2016-09-06 16:38:51 +02:00
Yann Collet
3e21ec5b01 introduced CHECK_F 2016-09-06 15:36:19 +02:00
Yann Collet
ff306ae2f6 clarification dictionary format 2016-09-06 15:34:07 +02:00
Yann Collet
5c956d593c FORCE_INLINE common definition 2016-09-06 15:05:19 +02:00
Yann Collet
12083a45d4 more context-reuse tests 2016-09-06 15:01:51 +02:00
Yann Collet
edbcd9f5b2 fixed zbufftest 2016-09-06 14:30:57 +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
5e43b289bf Merge pull request #346 from brendankirby/dev
Readme Fix
2016-09-06 03:52:59 +02:00
Brendan Kirby
3650b2193f Merge pull request #1 from brendankirby/readme-fix
Fixes a few grammar issues in the readme file
2016-09-05 19:59:40 -04:00
Brendan Kirby
e8b28a052b Fixes a few grammar issues in the readme file 2016-09-05 19:59:26 -04:00
Yann Collet
7c83dfd5c2 ZSTD_frameHeaderSize_prefix (#340), as result of ZSTD_initStream 2016-09-05 19:47:43 +02:00
Yann Collet
7bdfcead56 Fixed : magic number (#345), reported by @mitchblank 2016-09-05 17:43:31 +02:00