Przemyslaw Skibinski
64fa2dbc5e
Fixed https://github.com/facebook/zstd/issues/232
2017-01-25 13:02:33 +01:00
Przemyslaw Skibinski
e98788e0dc
Merge remote-tracking branch 'refs/remotes/origin/master' into dev11
2017-01-25 12:24:24 +01:00
Przemyslaw Skibinski
c4874aab4c
.travis.yml: different tests for "master" branch
2017-01-25 11:57:28 +01:00
Przemyslaw Skibinski
3bb010a667
.travis.yml: optimized order of short tests
2017-01-25 11:19:35 +01:00
Przemyslaw Skibinski
74d2cfdee2
.travis.yml: test jobs 12-15
2017-01-24 17:42:28 +01:00
Przemyslaw Skibinski
6ad02e7762
JOB_NUMBER -eq 9
2017-01-24 15:01:46 +01:00
Przemyslaw Skibinski
96f152f708
improved ZSTD_compressBlock_opt_extDict_generic
2017-01-24 13:18:50 +01:00
Przemyslaw Skibinski
6a6d8b4f1b
Merge remote-tracking branch 'refs/remotes/facebook/dev' into dev11
2017-01-19 12:11:22 +01:00
Przemyslaw Skibinski
502966ab9c
zlibWrapper: added the totalInBytes flag - we need it as strm->total_in can be reset by user
2017-01-19 12:10:52 +01:00
Yann Collet
18b3ce6064
Merge pull request #514 from inikep/dev11
...
fixed gz functions based on zlib 1.2.11
2017-01-18 15:21:17 -08:00
Przemyslaw Skibinski
957a6d596b
updated link to copyright notice
2017-01-18 19:04:00 +01:00
Przemyslaw Skibinski
c3a04deda2
fixed clang warnings in gzread.c and gzwrite.c
2017-01-18 14:36:10 +01:00
Przemyslaw Skibinski
c9512db301
gzcompatibility.h updated to zlib 1.2.11
2017-01-18 12:51:44 +01:00
Przemyslaw Skibinski
3805a00904
gzwrite.c updated to zlib 1.2.11
2017-01-18 12:47:32 +01:00
Przemyslaw Skibinski
5735fd74ee
gzread.c updated to zlib 1.2.11
2017-01-18 12:14:01 +01:00
Przemyslaw Skibinski
7f82aad187
gzlib.c updated to zlib 1.2.11
2017-01-18 12:08:08 +01:00
Przemyslaw Skibinski
69f7990fc5
gzguts.h updated to zlib 1.2.11
2017-01-18 12:01:50 +01:00
Przemyslaw Skibinski
5edab91bbb
get_crc_table only with ZLIB_VERNUM >= 0x1270
2017-01-18 10:39:39 +01:00
Yann Collet
8e44bd83f1
updated NEWS
2017-01-17 13:15:25 -08:00
Przemyslaw Skibinski
8a0bc30a2d
Merge remote-tracking branch 'refs/remotes/facebook/dev' into dev11
2017-01-17 13:02:29 +01:00
Przemyslaw Skibinski
5b114d3c01
zlibWrapper: added get_crc_table
2017-01-17 13:02:06 +01:00
Przemyslaw Skibinski
d72f4b6b7a
added "Makefile is validated"
2017-01-17 12:40:06 +01:00
Yann Collet
123c8a3cb8
Merge pull request #511 from indygreg/cdict-dictid
...
Set dictionary ID in ZSTD_initCStream_usingCDict()
2017-01-16 20:17:44 -08:00
Yann Collet
33fce03045
added test checking dictID when using ZSTD_initCStream_usingCDict()
...
It shows that dictID is not properly added into frame header
2017-01-16 19:46:22 -08:00
Gregory Szorc
7d6f478d15
Set dictionary ID in ZSTD_initCStream_usingCDict()
...
When porting python-zstandard to use ZSTD_initCStream_usingCDict()
so compression dictionaries could be reused, an automated test
failed due to compressed content changing.
I tracked this down to ZSTD_initCStream_usingCDict() not
setting the dictID field of the ZSTD_CCtx attached to the
ZSTD_CStream instance.
I'm not 100% convinced this is the correct or full solution,
as I'm still seeing one automated test failing with this change.
2017-01-14 17:44:54 -08:00
Yann Collet
aa64b01138
Merge pull request #510 from iburinoc/baddict
...
Fixed decompress_usingDict not propagating corrupted dictionary error
2017-01-12 22:10:04 +01:00
Sean Purcell
c44c4d5223
Fix missing 'OK' logging on fuzzer testcase
2017-01-12 09:38:33 -08:00
Sean Purcell
834ab50fa3
Fixed decompress_usingDict not propagating corrupted dictionary error
2017-01-11 17:31:34 -08:00
Yann Collet
b8cdc16969
Merge pull request #509 from terrelln/dict-builder-32
...
Handle cover dictionary builder maximum input size for 32-bit mode
2017-01-10 06:30:28 +01:00
Nick Terrell
8d984699db
Document memory requirements for COVER algorithm
2017-01-09 18:20:10 -08:00
Nick Terrell
555e281637
Handle large input size in 32-bit mode correctly
2017-01-09 18:20:06 -08:00
Nick Terrell
c220d4c74d
Use COVER_MEMMULT when training with COVER.
2017-01-09 16:49:04 -08:00
Yann Collet
56958500fc
minor man page update
2017-01-09 19:47:09 +01:00
Yann Collet
4736dffd41
Merge pull request #507 from terrelln/dict-builder-optimize
...
Add new dictionary builder
2017-01-03 20:33:33 +01:00
Nick Terrell
a8b4fe0481
Add COVER dictionary builder to fuzzer unit tests
2017-01-02 18:45:19 -08:00
Nick Terrell
3a1fefcf00
Simplify COVER parameters
2017-01-02 17:51:38 -08:00
Nick Terrell
cbb3ce376b
Add cover cli to playtests
2017-01-02 14:43:11 -08:00
Nick Terrell
df8415c502
Add COVER to the zstd cli
2017-01-02 14:43:08 -08:00
Nick Terrell
9103ed6c8b
Add cover.c to build files
2017-01-02 13:22:53 -08:00
Nick Terrell
96b39f65fa
Add COVER dictionary builder
2017-01-02 13:22:51 -08:00
Przemyslaw Skibinski
59292ef6e1
Merge remote-tracking branch 'refs/remotes/facebook/dev' into dev11
2016-12-29 15:24:18 +01:00
Yann Collet
8d7432914f
Merge pull request #503 from inikep/dev11
...
Dev11
2016-12-28 16:50:39 +01:00
Yann Collet
9b587e2135
Merge pull request #502 from Chocobo1/cpp11
...
Move -std=c++11 cxxflag to PZSTD_CXXFLAGS
2016-12-28 14:38:48 +01:00
Przemyslaw Skibinski
75f3a3a335
changed default PREFIX and MANDIR
2016-12-28 12:32:41 +01:00
Chocobo1
37a2fb4ce1
Move -std=c++11 cxxflag to PZSTD_CXXFLAGS
...
Fixes the problem that the compiler doesn't enable c++11 mode by default
and the package build system has its own CXXFLAGS
2016-12-26 23:08:23 +08:00
Yann Collet
39c105c605
Merge branch 'dev' of github.com:facebook/zstd into dev
2016-12-23 22:25:31 +01:00
Yann Collet
aca113f4f5
fixed ZSTD_sizeof_?Dict()
2016-12-23 22:25:03 +01:00
Yann Collet
c07d2e3a31
Merge pull request #499 from inikep/dev11
...
improved *BSD and Solaris compatibility
2016-12-23 21:32:03 +01:00
Yann Collet
63fcb87b07
Merge pull request #497 from apjanke/zstdless-with-shebang
...
zstdless: add shebang and quote $@
2016-12-23 11:18:10 +01:00
Yann Collet
d9da24042a
Merge pull request #498 from terrelln/zdict-deprecated
...
Fix failing test due to deprecation warning
2016-12-23 11:16:23 +01:00