]> git.ipfire.org Git - thirdparty/zstd.git/log
thirdparty/zstd.git
9 years agoZSTD_decompressFrame(): use remainingSize instead of iend - ip 262/head
Eric Biggers [Tue, 26 Jul 2016 17:42:20 +0000 (10:42 -0700)] 
ZSTD_decompressFrame(): use remainingSize instead of iend - ip

Same behavior, but no need to have redundant variables.

9 years agoZSTD_decompressFrame(): pass up error code from ZSTD_decodeFrameHeader()
Eric Biggers [Tue, 26 Jul 2016 17:42:19 +0000 (10:42 -0700)] 
ZSTD_decompressFrame(): pass up error code from ZSTD_decodeFrameHeader()

9 years agoReplace remaining references to "direct mode" with "single segment mode"
Eric Biggers [Tue, 26 Jul 2016 17:42:19 +0000 (10:42 -0700)] 
Replace remaining references to "direct mode" with "single segment mode"

9 years agomulti-files -t doesn't stop after detecting magic number read failure
Yann Collet [Tue, 26 Jul 2016 15:13:58 +0000 (17:13 +0200)] 
multi-files -t doesn't stop after detecting magic number read failure

9 years agofixed null-length round trip
Yann Collet [Tue, 26 Jul 2016 14:44:09 +0000 (16:44 +0200)] 
fixed null-length round trip

9 years agofixed --test on zero-length files, reported by @amnilsson
Yann Collet [Tue, 26 Jul 2016 13:39:31 +0000 (15:39 +0200)] 
fixed --test on zero-length files, reported by @amnilsson

9 years agoMerge pull request #259 from inikep/dev08
Yann Collet [Tue, 26 Jul 2016 13:13:05 +0000 (15:13 +0200)] 
Merge pull request #259 from inikep/dev08

legacy decoder for v0.7 format

9 years agotest-zstd-speed.py: added automated speed test for 32-bit executable 259/head
inikep [Tue, 26 Jul 2016 11:05:01 +0000 (13:05 +0200)] 
test-zstd-speed.py: added automated speed test for 32-bit executable

9 years agoutil.h: detect if an error occurs in readdir() (thanks to Jim Meyering)
inikep [Tue, 26 Jul 2016 09:07:37 +0000 (11:07 +0200)] 
util.h: detect if an error occurs in readdir() (thanks to Jim Meyering)

9 years agoTravis CI: removed -Werror from powerpc compilation
inikep [Tue, 26 Jul 2016 06:37:53 +0000 (08:37 +0200)] 
Travis CI: removed -Werror from powerpc compilation

9 years agostrengthened integrity tests
Yann Collet [Mon, 25 Jul 2016 23:26:56 +0000 (01:26 +0200)] 
strengthened integrity tests

9 years agoMerge branch 'dev08' of github.com:Cyan4973/zstd into dev08
Yann Collet [Mon, 25 Jul 2016 22:50:56 +0000 (00:50 +0200)] 
Merge branch 'dev08' of github.com:Cyan4973/zstd into dev08

9 years agofixed #260, reported by @amnilsson
Yann Collet [Mon, 25 Jul 2016 22:49:47 +0000 (00:49 +0200)] 
fixed #260, reported by @amnilsson

9 years agofixed gcc warning: always_inline function might not be inlinable
inikep [Mon, 25 Jul 2016 19:17:45 +0000 (21:17 +0200)] 
fixed gcc warning: always_inline function might not be inlinable

9 years agoupdated CMake and VS projects to support decoder for v0.7 format
inikep [Mon, 25 Jul 2016 15:49:49 +0000 (17:49 +0200)] 
updated CMake and VS projects to support decoder for v0.7 format

9 years agolegacy decoder for v0.7 format
inikep [Mon, 25 Jul 2016 15:49:08 +0000 (17:49 +0200)] 
legacy decoder for v0.7 format

9 years agoMerge pull request #258 from inikep/dev08
Yann Collet [Mon, 25 Jul 2016 14:48:32 +0000 (16:48 +0200)] 
Merge pull request #258 from inikep/dev08

updated zstd_compression_format.md

9 years agozstd_compression_format.md: "Little-endian" instead of "Little endian" 258/head
inikep [Mon, 25 Jul 2016 10:47:02 +0000 (12:47 +0200)] 
zstd_compression_format.md: "Little-endian" instead of "Little endian"

9 years agofixed description of Frame_Content_Size_flag
inikep [Mon, 25 Jul 2016 10:26:39 +0000 (12:26 +0200)] 
fixed description of Frame_Content_Size_flag

9 years agoupdated zstd_compression_format.md 257/head
inikep [Mon, 25 Jul 2016 09:04:56 +0000 (11:04 +0200)] 
updated zstd_compression_format.md

9 years agotest-zstd-speed.py: fixed checking of ratio limit
inikep [Mon, 25 Jul 2016 08:35:53 +0000 (10:35 +0200)] 
test-zstd-speed.py: fixed checking of ratio limit

9 years agofixes oob read
Yann Collet [Sun, 24 Jul 2016 16:02:04 +0000 (18:02 +0200)] 
fixes oob read

9 years agobetter MOREFLAGS
Yann Collet [Sun, 24 Jul 2016 15:46:05 +0000 (17:46 +0200)] 
better MOREFLAGS

9 years agoremoved special case all-1 huffman distribution
Yann Collet [Sun, 24 Jul 2016 13:35:59 +0000 (15:35 +0200)] 
removed special case all-1 huffman distribution

9 years agominor comment changes
Yann Collet [Sun, 24 Jul 2016 12:26:11 +0000 (14:26 +0200)] 
minor comment changes

9 years agofixed doc on cLevel default, reported by Oliver Lange
Yann Collet [Sat, 23 Jul 2016 23:21:53 +0000 (01:21 +0200)] 
fixed doc on cLevel default, reported by Oliver Lange

9 years agounified encoding types
Yann Collet [Sat, 23 Jul 2016 14:31:49 +0000 (16:31 +0200)] 
unified encoding types

9 years agochanged enccoding type order : raw, rle, compressed, repeat-stats
Yann Collet [Sat, 23 Jul 2016 13:52:05 +0000 (15:52 +0200)] 
changed enccoding type order : raw, rle, compressed, repeat-stats

9 years agomade accuracy limits "hard" instead of "recommended"
Yann Collet [Fri, 22 Jul 2016 17:32:07 +0000 (19:32 +0200)] 
made accuracy limits "hard" instead of "recommended"

9 years agofixed typo in literal block size mode, reported by Jake Nyquist
Yann Collet [Fri, 22 Jul 2016 17:15:27 +0000 (19:15 +0200)] 
fixed typo in literal block size mode, reported by Jake Nyquist

9 years agochanged streamNb order to 1-4-4-4
Yann Collet [Fri, 22 Jul 2016 15:30:52 +0000 (17:30 +0200)] 
changed streamNb order to 1-4-4-4

9 years agomore complete support for literals repeat mode
Yann Collet [Fri, 22 Jul 2016 13:04:25 +0000 (15:04 +0200)] 
more complete support for literals repeat mode

9 years agofixed : big-endian decoding
Yann Collet [Fri, 22 Jul 2016 12:12:28 +0000 (14:12 +0200)] 
fixed : big-endian decoding

9 years agodisabled VersionsTest : cannot work without legacy 0.7 mode
Yann Collet [Fri, 22 Jul 2016 12:11:35 +0000 (14:11 +0200)] 
disabled VersionsTest : cannot work without legacy 0.7 mode

9 years agofixed 32-bits compilation
Yann Collet [Fri, 22 Jul 2016 03:02:27 +0000 (05:02 +0200)] 
fixed 32-bits compilation

9 years agofixed conversion warnings
Yann Collet [Fri, 22 Jul 2016 02:45:06 +0000 (04:45 +0200)] 
fixed conversion warnings

9 years agominor
Yann Collet [Fri, 22 Jul 2016 01:50:31 +0000 (18:50 -0700)] 
minor

9 years agoforce loop-align to 32 for zstd_decompress
Yann Collet [Fri, 22 Jul 2016 01:36:50 +0000 (18:36 -0700)] 
force loop-align to 32 for zstd_decompress

9 years agochanged filed order
Yann Collet [Thu, 21 Jul 2016 13:42:23 +0000 (06:42 -0700)] 
changed filed order

9 years agoLiterals header fields use little endian convention
Yann Collet [Wed, 20 Jul 2016 18:12:24 +0000 (20:12 +0200)] 
Literals header fields use little endian convention

9 years agocBlockSize uses little-endian convention
Yann Collet [Wed, 20 Jul 2016 12:58:49 +0000 (14:58 +0200)] 
cBlockSize uses little-endian convention

9 years agoupdate header to v0.8
Yann Collet [Wed, 20 Jul 2016 11:36:43 +0000 (13:36 +0200)] 
update header to v0.8

9 years agoupdated cLevels
Yann Collet [Fri, 22 Jul 2016 12:36:46 +0000 (14:36 +0200)] 
updated cLevels

9 years agoMerge branch 'dev' of github.com:Cyan4973/zstd into dev
Yann Collet [Wed, 20 Jul 2016 11:37:11 +0000 (13:37 +0200)] 
Merge branch 'dev' of github.com:Cyan4973/zstd into dev

9 years agominor comments clarifications
Yann Collet [Tue, 19 Jul 2016 13:06:55 +0000 (15:06 +0200)] 
minor comments clarifications

9 years agoMerge pull request #255 from inikep/dev
Yann Collet [Tue, 19 Jul 2016 17:35:11 +0000 (19:35 +0200)] 
Merge pull request #255 from inikep/dev

AppVeyor: fixed mingw32 test

9 years agotest-zstd-speed.py: generate warning on noticeable compression ratio losses 255/head
inikep [Tue, 19 Jul 2016 15:59:53 +0000 (17:59 +0200)] 
test-zstd-speed.py: generate warning on noticeable compression ratio losses

added --ratioLimit option

9 years agotest-zstd-speed.py: added --verbose option
inikep [Tue, 19 Jul 2016 13:49:14 +0000 (15:49 +0200)] 
test-zstd-speed.py: added --verbose option

9 years agoMerge pull request #253 from gymdis/heapmode_off_legacy_fix
Yann Collet [Tue, 19 Jul 2016 11:52:03 +0000 (13:52 +0200)] 
Merge pull request #253 from gymdis/heapmode_off_legacy_fix

Fix compile issue with ZSTD_LEGACY_SUPPORT=1 and ZSTD_HEAPMODE=0

9 years agoFix compile issue with ZSTD_LEGACY_SUPPORT=1 and ZSTD_HEAPMODE=0 252/head 253/head
Christopher Bergqvist [Tue, 19 Jul 2016 11:25:38 +0000 (13:25 +0200)] 
Fix compile issue with ZSTD_LEGACY_SUPPORT=1 and ZSTD_HEAPMODE=0

9 years agotest-zstd-speed.py: ignore "coverity_scan" and "gh-pages" branches
inikep [Tue, 19 Jul 2016 11:09:00 +0000 (13:09 +0200)] 
test-zstd-speed.py: ignore "coverity_scan" and "gh-pages" branches

9 years agoAppVeyor: fixed mingw32 test
inikep [Tue, 19 Jul 2016 10:23:32 +0000 (12:23 +0200)] 
AppVeyor: fixed mingw32 test

9 years agoZSTD_getBlockSizeMax()
Yann Collet [Mon, 18 Jul 2016 14:52:10 +0000 (16:52 +0200)] 
ZSTD_getBlockSizeMax()

9 years agoMerge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
inikep [Mon, 18 Jul 2016 13:28:20 +0000 (15:28 +0200)] 
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev

9 years agominor : long tests display progression status
Yann Collet [Mon, 18 Jul 2016 02:06:43 +0000 (04:06 +0200)] 
minor : long tests display progression status

9 years agominor doc clarifications
Yann Collet [Mon, 18 Jul 2016 01:52:47 +0000 (03:52 +0200)] 
minor doc clarifications

9 years agofixed cmake project
Yann Collet [Mon, 18 Jul 2016 01:41:59 +0000 (03:41 +0200)] 
fixed cmake project

9 years agofixed VS2008 projects
Yann Collet [Mon, 18 Jul 2016 01:37:20 +0000 (03:37 +0200)] 
fixed VS2008 projects

9 years agofixed zlibWrapper examples for lib/zstd.h
Yann Collet [Mon, 18 Jul 2016 01:27:26 +0000 (03:27 +0200)] 
fixed zlibWrapper examples for lib/zstd.h

9 years agoremoved filters files
Yann Collet [Mon, 18 Jul 2016 01:17:56 +0000 (03:17 +0200)] 
removed filters files

9 years agoupdate Visual projects for /lib/zstd.h
Yann Collet [Mon, 18 Jul 2016 01:14:58 +0000 (03:14 +0200)] 
update Visual projects for /lib/zstd.h

9 years agomoved `zstd.h` to `/lib`
Yann Collet [Sun, 17 Jul 2016 18:42:21 +0000 (20:42 +0200)] 
moved `zstd.h` to `/lib`

9 years agoupdate version to v0.7.5
Yann Collet [Sun, 17 Jul 2016 14:44:18 +0000 (16:44 +0200)] 
update version to v0.7.5

9 years agominor compression level corrections
Yann Collet [Sun, 17 Jul 2016 14:21:37 +0000 (16:21 +0200)] 
minor compression level corrections

9 years agominor static assert for 32/64 bits system. Suggested by @ebiggers
Yann Collet [Sun, 17 Jul 2016 13:53:18 +0000 (15:53 +0200)] 
minor static assert for 32/64 bits system. Suggested by @ebiggers

9 years agofixed : premature frame end on zero-sized raw block - reported by @ebiggers
Yann Collet [Sun, 17 Jul 2016 13:39:24 +0000 (15:39 +0200)] 
fixed : premature frame end on zero-sized raw block - reported by @ebiggers

9 years agoAdd legacy support for the low-level streaming API
luben karavelov [Sat, 16 Jul 2016 21:18:47 +0000 (22:18 +0100)] 
Add legacy support for the low-level streaming API

9 years agoupdated NEWS
Yann Collet [Sat, 16 Jul 2016 18:04:47 +0000 (20:04 +0200)] 
updated NEWS

9 years agoMerge pull request #249 from chipturner/master
Yann Collet [Sat, 16 Jul 2016 20:50:57 +0000 (22:50 +0200)] 
Merge pull request #249 from chipturner/master

Update brew for 0.7.4

9 years agoUpdate brew for 0.7.4 249/head
Chip Turner [Sat, 16 Jul 2016 20:04:36 +0000 (13:04 -0700)] 
Update brew for 0.7.4

9 years agoMerge pull request #248 from Cyan4973/dev v0.7.4
Yann Collet [Sat, 16 Jul 2016 18:17:53 +0000 (20:17 +0200)] 
Merge pull request #248 from Cyan4973/dev

v0.7.4

9 years agoMerge pull request #247 from cadedaniel/dev 248/head
Yann Collet [Sat, 16 Jul 2016 09:32:13 +0000 (11:32 +0200)] 
Merge pull request #247 from cadedaniel/dev

Adding brew formula for easy install

9 years ago-v and --verbose increase display level by 1
Yann Collet [Fri, 15 Jul 2016 17:43:30 +0000 (19:43 +0200)] 
-v and --verbose increase display level by 1

9 years agoupdated doc
Yann Collet [Fri, 15 Jul 2016 16:56:07 +0000 (18:56 +0200)] 
updated doc

9 years agoadded dictionary_compression.c example
Yann Collet [Fri, 15 Jul 2016 16:52:37 +0000 (18:52 +0200)] 
added dictionary_compression.c example

9 years agominor formatting changes
Yann Collet [Fri, 15 Jul 2016 15:58:13 +0000 (17:58 +0200)] 
minor formatting changes

9 years agominor specification clarifications, suggested by @ebiggers
Yann Collet [Fri, 15 Jul 2016 15:31:13 +0000 (17:31 +0200)] 
minor specification clarifications, suggested by @ebiggers

9 years agoimplemented dictID reserved ranges
Yann Collet [Fri, 15 Jul 2016 15:03:38 +0000 (17:03 +0200)] 
implemented dictID reserved ranges

9 years agoadded target zstd in root Makefile
Yann Collet [Fri, 15 Jul 2016 14:12:38 +0000 (16:12 +0200)] 
added target zstd in root Makefile

9 years agoadapted fuzzer test to new blockSizeMax rule for ZSTD_compressBlock()
Yann Collet [Fri, 15 Jul 2016 10:20:26 +0000 (12:20 +0200)] 
adapted fuzzer test to new blockSizeMax rule for ZSTD_compressBlock()

9 years agoZSTD_compressBlock() limits block size depending on windowLog parameter
Yann Collet [Fri, 15 Jul 2016 09:56:53 +0000 (11:56 +0200)] 
ZSTD_compressBlock() limits block size depending on windowLog parameter

9 years agoimproved efficiency for large messages with small dictionaries
Yann Collet [Fri, 15 Jul 2016 09:27:09 +0000 (11:27 +0200)] 
improved efficiency for large messages with small dictionaries

9 years agoAdding brew formula for easy install 247/head
Cade Daniel [Thu, 14 Jul 2016 23:42:50 +0000 (16:42 -0700)] 
Adding brew formula for easy install

9 years agofixed issue with small dictionary
Yann Collet [Thu, 14 Jul 2016 20:43:12 +0000 (22:43 +0200)] 
fixed issue with small dictionary

9 years agofixed minor coverity warning
Yann Collet [Thu, 14 Jul 2016 19:02:57 +0000 (21:02 +0200)] 
fixed minor coverity warning

9 years agofixed paramgrill
Yann Collet [Thu, 14 Jul 2016 18:46:24 +0000 (20:46 +0200)] 
fixed paramgrill

9 years agoremoved debugging traces
Yann Collet [Thu, 14 Jul 2016 15:46:38 +0000 (17:46 +0200)] 
removed debugging traces

9 years agofixed a few minor coverity warnings
Yann Collet [Thu, 14 Jul 2016 15:18:20 +0000 (17:18 +0200)] 
fixed a few minor coverity warnings

9 years agosimplified ZSTD_estimateCCtxSize()
Yann Collet [Thu, 14 Jul 2016 15:05:38 +0000 (17:05 +0200)] 
simplified ZSTD_estimateCCtxSize()

9 years agofixed conversion warning
Yann Collet [Thu, 14 Jul 2016 14:52:45 +0000 (16:52 +0200)] 
fixed conversion warning

9 years agofixed minor coverity warning
Yann Collet [Wed, 13 Jul 2016 17:30:40 +0000 (19:30 +0200)] 
fixed minor coverity warning

9 years agofixed minor coverity warnings
Yann Collet [Wed, 13 Jul 2016 15:38:39 +0000 (17:38 +0200)] 
fixed minor coverity warnings

9 years agominor spec wording
Yann Collet [Wed, 13 Jul 2016 15:30:21 +0000 (17:30 +0200)] 
minor spec wording

9 years agofixed minor coverity warning
Yann Collet [Wed, 13 Jul 2016 15:19:57 +0000 (17:19 +0200)] 
fixed minor coverity warning

9 years agoreduced paramgrill dependency to C standard lib only
Yann Collet [Wed, 13 Jul 2016 14:45:24 +0000 (16:45 +0200)] 
reduced paramgrill dependency to C standard lib only

9 years agochanged macro name to ZSTDCLI_CLEVEL_DEFAULT
Yann Collet [Wed, 13 Jul 2016 13:16:00 +0000 (15:16 +0200)] 
changed macro name to ZSTDCLI_CLEVEL_DEFAULT

9 years agoupdated compression levels table
Yann Collet [Wed, 13 Jul 2016 12:56:24 +0000 (14:56 +0200)] 
updated compression levels table

9 years agochanged default compression level to 3 (can be modified with macro ZSTDCLI_DEFAULT_CL...
Yann Collet [Wed, 13 Jul 2016 12:15:08 +0000 (14:15 +0200)] 
changed default compression level to 3 (can be modified with macro ZSTDCLI_DEFAULT_CLEVEL)

9 years agochanged for #245
Yann Collet [Wed, 13 Jul 2016 11:52:58 +0000 (13:52 +0200)] 
changed for #245

9 years agonew paramgrill mode : `-O#` : find optimal parameters for a given sample and a given...
Yann Collet [Wed, 13 Jul 2016 11:11:08 +0000 (13:11 +0200)] 
new paramgrill mode : `-O#` : find optimal parameters for a given sample and a given target speed