]> git.ipfire.org Git - thirdparty/zstd.git/log
thirdparty/zstd.git
9 years agofixed minor visual warning 236/head
Yann Collet [Sun, 3 Jul 2016 17:03:13 +0000 (19:03 +0200)] 
fixed minor visual warning

9 years agoUpdated specifications
Yann Collet [Sun, 3 Jul 2016 16:49:35 +0000 (18:49 +0200)] 
Updated specifications

9 years agoZSTD_storeSeq takes an U32 as offset type
Yann Collet [Sat, 2 Jul 2016 23:48:26 +0000 (01:48 +0200)] 
ZSTD_storeSeq takes an U32 as offset type

9 years agofileio.c no longer depends on zstd_internal.h
Yann Collet [Sat, 2 Jul 2016 23:36:57 +0000 (01:36 +0200)] 
fileio.c no longer depends on zstd_internal.h

9 years agosimplified repcodes for lazy_extDict
Yann Collet [Sat, 2 Jul 2016 23:28:16 +0000 (01:28 +0200)] 
simplified repcodes for lazy_extDict

9 years agofix lazy parser
Yann Collet [Sat, 2 Jul 2016 23:23:58 +0000 (01:23 +0200)] 
fix lazy parser

9 years agofix for fast mode
Yann Collet [Sat, 2 Jul 2016 23:10:53 +0000 (01:10 +0200)] 
fix for fast mode

9 years agoremoves Visual warning on strerror()
Yann Collet [Sat, 2 Jul 2016 22:17:39 +0000 (00:17 +0200)] 
removes Visual warning on strerror()

9 years agorevert fix
Yann Collet [Sat, 2 Jul 2016 21:55:34 +0000 (23:55 +0200)] 
revert fix

9 years ago`-c` does no longer modify displayLevel when `-v` set.
Yann Collet [Sat, 2 Jul 2016 20:57:28 +0000 (22:57 +0200)] 
`-c` does no longer modify displayLevel when `-v` set.

9 years agoupdated NEWS
Yann Collet [Sat, 2 Jul 2016 20:03:08 +0000 (22:03 +0200)] 
updated NEWS

9 years agofixed risk of segfault on very large files (multiple GB)
Yann Collet [Sat, 2 Jul 2016 19:39:47 +0000 (21:39 +0200)] 
fixed risk of segfault on very large files (multiple GB)

9 years agoextended use of strerror(errno)
Yann Collet [Sat, 2 Jul 2016 09:14:30 +0000 (11:14 +0200)] 
extended use of strerror(errno)

9 years agoextended use of strerror(errno)
Yann Collet [Fri, 1 Jul 2016 23:05:31 +0000 (01:05 +0200)] 
extended use of strerror(errno)

9 years agouse strerror(errno) to return system error message
Yann Collet [Fri, 1 Jul 2016 22:59:25 +0000 (00:59 +0200)] 
use strerror(errno) to return system error message

9 years agoUpdated doc
Yann Collet [Fri, 1 Jul 2016 22:37:32 +0000 (00:37 +0200)] 
Updated doc

9 years agoExplicit error message when dst file cannot be created / opened
Yann Collet [Fri, 1 Jul 2016 22:12:14 +0000 (00:12 +0200)] 
Explicit error message when dst file cannot be created / opened

9 years agoupdate specification and comments
Yann Collet [Fri, 1 Jul 2016 18:55:28 +0000 (20:55 +0200)] 
update specification and comments

9 years agoupdated frame specification with recommended max window size
Yann Collet [Thu, 30 Jun 2016 15:05:42 +0000 (17:05 +0200)] 
updated frame specification with recommended max window size

9 years agoNew : Zstandard Frame format specification
Yann Collet [Thu, 30 Jun 2016 13:40:28 +0000 (15:40 +0200)] 
New : Zstandard Frame format specification

9 years agofix : potential leak (#229)
Yann Collet [Thu, 30 Jun 2016 12:07:30 +0000 (14:07 +0200)] 
fix : potential leak (#229)

9 years agouse ZSTD_getParams() to simplify code
Yann Collet [Mon, 27 Jun 2016 13:28:45 +0000 (15:28 +0200)] 
use ZSTD_getParams() to simplify code

9 years agoIntroduced ZSTD_getParams()
Yann Collet [Mon, 27 Jun 2016 13:12:26 +0000 (15:12 +0200)] 
Introduced ZSTD_getParams()
bench now uses ZSTD_createCDict_advanced()

9 years agoremoved useless context
Yann Collet [Mon, 27 Jun 2016 11:39:30 +0000 (13:39 +0200)] 
removed useless context

9 years agofixed error messages
Yann Collet [Mon, 27 Jun 2016 11:36:54 +0000 (13:36 +0200)] 
fixed error messages

9 years agoupdated version to v0.7.2
Yann Collet [Mon, 27 Jun 2016 08:03:10 +0000 (10:03 +0200)] 
updated version to v0.7.2

9 years agofixed ZSTD_decompressBlock() using multiple blocks
Yann Collet [Sun, 26 Jun 2016 23:31:35 +0000 (01:31 +0200)] 
fixed ZSTD_decompressBlock() using multiple blocks

9 years agoImproved comments
Yann Collet [Sun, 26 Jun 2016 15:42:15 +0000 (17:42 +0200)] 
Improved comments

9 years agoMerge pull request #221 from inikep/dev 222/head
Yann Collet [Wed, 22 Jun 2016 21:34:19 +0000 (23:34 +0200)] 
Merge pull request #221 from inikep/dev

test-zstd-speed.py: added --message in start and finish e-mail

9 years agotest-zstd-speed.py: reordering of functions 221/head
inikep [Wed, 22 Jun 2016 18:06:42 +0000 (20:06 +0200)] 
test-zstd-speed.py: reordering of functions

9 years agotest-zstd-speed.py: improved exception handling
inikep [Wed, 22 Jun 2016 16:12:57 +0000 (18:12 +0200)] 
test-zstd-speed.py: improved exception handling

9 years agotest-zstd-speed.py: added --message in start and finish e-mail
inikep [Wed, 22 Jun 2016 15:11:01 +0000 (17:11 +0200)] 
test-zstd-speed.py: added --message in start and finish e-mail

- support for ~ in filenames
- result files ending with .txt

9 years agoMerge pull request #220 from inikep/dev
Yann Collet [Wed, 22 Jun 2016 14:30:26 +0000 (16:30 +0200)] 
Merge pull request #220 from inikep/dev

improved test-zstd-speed.py

9 years agoMerge remote-tracking branch 'refs/remotes/origin/speedTest' into dev 220/head
inikep [Wed, 22 Jun 2016 14:22:29 +0000 (16:22 +0200)] 
Merge remote-tracking branch 'refs/remotes/origin/speedTest' into dev

9 years agoMerge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
inikep [Wed, 22 Jun 2016 14:21:34 +0000 (16:21 +0200)] 
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev

9 years agobench.c: added support for ZSTD_GIT_COMMIT
inikep [Wed, 22 Jun 2016 14:13:25 +0000 (16:13 +0200)] 
bench.c: added support for ZSTD_GIT_COMMIT

9 years agotest-zstd-speed.py: added ZSTD_GIT_COMMIT
inikep [Wed, 22 Jun 2016 13:42:26 +0000 (15:42 +0200)] 
test-zstd-speed.py: added ZSTD_GIT_COMMIT

9 years agotest-zstd-speed.py: sent e-mail after KeyboardInterrupt
inikep [Wed, 22 Jun 2016 12:01:53 +0000 (14:01 +0200)] 
test-zstd-speed.py: sent e-mail after KeyboardInterrupt

9 years agofixed strict-aliasing warning on gcc6 217/head
Yann Collet [Wed, 22 Jun 2016 11:15:53 +0000 (13:15 +0200)] 
fixed strict-aliasing warning on gcc6

9 years agotest-zstd-speed.py: improved log and e-mail formatting
inikep [Wed, 22 Jun 2016 11:07:58 +0000 (13:07 +0200)] 
test-zstd-speed.py: improved log and e-mail formatting

9 years agotest-zstd-speed.py: send e-mail in case of error
inikep [Wed, 22 Jun 2016 10:12:35 +0000 (12:12 +0200)] 
test-zstd-speed.py: send e-mail in case of error

9 years agoFixed : dictBuilder fails if first sample is too small
Yann Collet [Wed, 22 Jun 2016 09:05:34 +0000 (11:05 +0200)] 
Fixed : dictBuilder fails if first sample is too small

9 years agoMerge pull request #219 from inikep/dev
Yann Collet [Tue, 21 Jun 2016 19:51:52 +0000 (21:51 +0200)] 
Merge pull request #219 from inikep/dev

added gcc5test and gcc6test for Travis

9 years agotest-zstd-speed.py: improved formatting
inikep [Tue, 21 Jun 2016 17:28:51 +0000 (19:28 +0200)] 
test-zstd-speed.py: improved formatting

9 years agoMakefile: added gcc5test and gcc6test 219/head
inikep [Tue, 21 Jun 2016 16:04:13 +0000 (18:04 +0200)] 
Makefile: added gcc5test and gcc6test

improved Travis tests

9 years agofix : segfault in command line during automatic overwrite protection mode
Yann Collet [Tue, 21 Jun 2016 15:06:25 +0000 (17:06 +0200)] 
fix : segfault in command line during automatic overwrite protection mode

9 years agorefactored ZBUFF_compressEnd() for better maintainability
Yann Collet [Tue, 21 Jun 2016 13:18:11 +0000 (15:18 +0200)] 
refactored ZBUFF_compressEnd() for better maintainability

9 years agozbufftest now ensures ZBUFF_compressEnd() is fully flushed in a single pass if dst...
Yann Collet [Tue, 21 Jun 2016 12:14:02 +0000 (14:14 +0200)] 
zbufftest now ensures ZBUFF_compressEnd() is fully flushed in a single pass if dst buffer is large enough

9 years agofix : ZBUFF_compressEnd() gives right amount remaining to flush, including future...
Yann Collet [Tue, 21 Jun 2016 12:04:57 +0000 (14:04 +0200)] 
fix : ZBUFF_compressEnd() gives right amount remaining to flush, including future epilogue

9 years agoFixed : ZBUFF_compressEnd() called multiple times with too small dst buffer (#206)
Yann Collet [Tue, 21 Jun 2016 11:11:48 +0000 (13:11 +0200)] 
Fixed : ZBUFF_compressEnd() called multiple times with too small dst buffer (#206)

9 years agostronger fuzzer tests for ZBUFF_compressEnd()
Yann Collet [Tue, 21 Jun 2016 10:17:26 +0000 (12:17 +0200)] 
stronger fuzzer tests for ZBUFF_compressEnd()

9 years agoclarified comments on `ZSTD_compressContinue()`
Yann Collet [Tue, 21 Jun 2016 09:54:03 +0000 (11:54 +0200)] 
clarified comments on `ZSTD_compressContinue()`

9 years agotest-zstd-speed.py: added send_simple_email
inikep [Tue, 21 Jun 2016 09:26:17 +0000 (11:26 +0200)] 
test-zstd-speed.py: added send_simple_email

9 years agobench.c: use ZSTD_VERSION_STRING
inikep [Tue, 21 Jun 2016 09:01:29 +0000 (11:01 +0200)] 
bench.c: use ZSTD_VERSION_STRING

9 years agoupdated library to v0.7.1
Yann Collet [Tue, 21 Jun 2016 08:15:43 +0000 (10:15 +0200)] 
updated library to v0.7.1

9 years agominor refactor
Yann Collet [Tue, 21 Jun 2016 06:01:51 +0000 (08:01 +0200)] 
minor refactor

9 years agominor : fast_extDict does no longer skip first byte 216/head
Yann Collet [Mon, 20 Jun 2016 21:34:04 +0000 (23:34 +0200)] 
minor : fast_extDict does no longer skip first byte

9 years agonew correction, less extreme replacement value
Yann Collet [Mon, 20 Jun 2016 17:15:37 +0000 (19:15 +0200)] 
new correction, less extreme replacement value

9 years agofixed corruption error related to inter-blocks rep-offset
Yann Collet [Mon, 20 Jun 2016 16:31:25 +0000 (18:31 +0200)] 
fixed corruption error related to inter-blocks rep-offset

9 years agoModified : zstd CLI enables checksum by default
Yann Collet [Mon, 20 Jun 2016 14:31:24 +0000 (16:31 +0200)] 
Modified : zstd CLI enables checksum by default

9 years agoroundTripCrash automatic compression level now depends on first 128 bytes
Yann Collet [Mon, 20 Jun 2016 14:18:19 +0000 (16:18 +0200)] 
roundTripCrash automatic compression level now depends on first 128 bytes

9 years agoModified : ZSTD_createDDict() accepts dictionary < 8 bytes in pure content mode ...
Yann Collet [Sun, 19 Jun 2016 21:06:54 +0000 (23:06 +0200)] 
Modified : ZSTD_createDDict() accepts dictionary < 8 bytes in pure content mode (reported by @chipturner)

9 years agoMerge branch 'dev' of github.com:Cyan4973/zstd into dev
Yann Collet [Sun, 19 Jun 2016 12:27:54 +0000 (14:27 +0200)] 
Merge branch 'dev' of github.com:Cyan4973/zstd into dev

9 years agominor refactor, using `WILDCOPY_OVERLENGTH` macro instead of hard-coded 8
Yann Collet [Sun, 19 Jun 2016 12:27:21 +0000 (14:27 +0200)] 
minor refactor, using `WILDCOPY_OVERLENGTH` macro instead of hard-coded 8

9 years agoMerge pull request #213 from inikep/dev
Yann Collet [Fri, 17 Jun 2016 14:15:34 +0000 (16:15 +0200)] 
Merge pull request #213 from inikep/dev

test-zstd-versions.py: test dictionary compression of v0.5.1 and newer

9 years agoMerge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev 213/head
inikep [Fri, 17 Jun 2016 13:17:37 +0000 (15:17 +0200)] 
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev

9 years agotest-zstd-versions.py: fixed creation of dictionaries for v0.5.1+
inikep [Fri, 17 Jun 2016 13:17:35 +0000 (15:17 +0200)] 
test-zstd-versions.py: fixed creation of dictionaries for v0.5.1+

9 years agotest-zstd-versions.py: create and test dictionaries for v0.5.0
inikep [Fri, 17 Jun 2016 12:43:24 +0000 (14:43 +0200)] 
test-zstd-versions.py: create and test dictionaries for v0.5.0

9 years agotest-zstd-versions.py: improved error handling
inikep [Fri, 17 Jun 2016 12:07:42 +0000 (14:07 +0200)] 
test-zstd-versions.py: improved error handling

9 years agotest-zstd-versions.py: fixed DEVNULL
inikep [Fri, 17 Jun 2016 11:39:43 +0000 (13:39 +0200)] 
test-zstd-versions.py: fixed DEVNULL

9 years agoJoined `seqStore` initialization at dispatch point
Yann Collet [Fri, 17 Jun 2016 10:54:52 +0000 (12:54 +0200)] 
Joined `seqStore` initialization at dispatch point

9 years agotest-zstd-versions.py: dictionary compression with levels 1, 5, 9, 15, 18
inikep [Thu, 16 Jun 2016 18:23:11 +0000 (20:23 +0200)] 
test-zstd-versions.py: dictionary compression with levels 1, 5, 9, 15, 18

9 years agotest-zstd-versions.py: test dictiony compression for v0.5.1 and newer
inikep [Thu, 16 Jun 2016 17:29:09 +0000 (19:29 +0200)] 
test-zstd-versions.py: test dictiony compression for v0.5.1 and newer

9 years agominor comment change 212/head
Yann Collet [Thu, 16 Jun 2016 14:39:55 +0000 (16:39 +0200)] 
minor comment change

9 years agoMove `build` into `projects/build`
Yann Collet [Thu, 16 Jun 2016 14:08:40 +0000 (16:08 +0200)] 
Move `build` into `projects/build`

9 years ago`.cmd` files use windows-style eol
Yann Collet [Thu, 16 Jun 2016 13:53:02 +0000 (15:53 +0200)] 
`.cmd` files use windows-style eol

9 years agoAdded build/README from @KrzysFR (#201)
Yann Collet [Thu, 16 Jun 2016 13:44:30 +0000 (15:44 +0200)] 
Added build/README from @KrzysFR (#201)

9 years agomake room for reserved "information bit" in frame header
Yann Collet [Thu, 16 Jun 2016 13:38:51 +0000 (15:38 +0200)] 
make room for reserved "information bit" in frame header

9 years agotest-zstd-versions.py: create dictionaries for v0.5.1 and newer
inikep [Thu, 16 Jun 2016 12:15:32 +0000 (14:15 +0200)] 
test-zstd-versions.py: create dictionaries for v0.5.1 and newer

9 years agoupdate readme for 0.7
Yann Collet [Thu, 16 Jun 2016 12:08:48 +0000 (14:08 +0200)] 
update readme for 0.7

9 years agobetter seed randomization for systems with poor clock() resolutation
Yann Collet [Thu, 16 Jun 2016 11:38:10 +0000 (13:38 +0200)] 
better seed randomization for systems with poor clock() resolutation

9 years agoFixed zstd_opt encoding error with repeat-offsets
Yann Collet [Thu, 16 Jun 2016 11:20:46 +0000 (13:20 +0200)] 
Fixed zstd_opt encoding error with repeat-offsets

9 years agofuzzer : tests with high id are run without need to change finalTestNb
Yann Collet [Thu, 16 Jun 2016 09:32:57 +0000 (11:32 +0200)] 
fuzzer : tests with high id are run without need to change finalTestNb

9 years agofixed ptr arithmetic warning
Yann Collet [Wed, 15 Jun 2016 23:41:50 +0000 (01:41 +0200)] 
fixed ptr arithmetic warning

9 years agozdict stores standard rep-offset.
Yann Collet [Wed, 15 Jun 2016 23:14:41 +0000 (01:14 +0200)] 
zdict stores standard rep-offset.
It can use custom ones, but the proper formula and impact on statistics is not done yet.

9 years agostrengthened dict loading on decompresson side
Yann Collet [Wed, 15 Jun 2016 16:48:51 +0000 (18:48 +0200)] 
strengthened dict loading on decompresson side

9 years agodecoder restores repOffsets from dictionary
Yann Collet [Wed, 15 Jun 2016 12:05:07 +0000 (14:05 +0200)] 
decoder restores repOffsets from dictionary

9 years agoRepsCodes are saved into Dict
Yann Collet [Wed, 15 Jun 2016 11:53:34 +0000 (13:53 +0200)] 
RepsCodes are saved into Dict
(uncomplete : need decompression to regenerate them)

9 years agofixed fuzzer error (inter-block repeated offsets)
Yann Collet [Wed, 15 Jun 2016 22:53:56 +0000 (00:53 +0200)] 
fixed fuzzer error (inter-block repeated offsets)

9 years agoMerge branch 'dev' of github.com:Cyan4973/zstd into dev
Yann Collet [Wed, 15 Jun 2016 21:33:52 +0000 (23:33 +0200)] 
Merge branch 'dev' of github.com:Cyan4973/zstd into dev

9 years agofixed dictionary tests
Yann Collet [Wed, 15 Jun 2016 21:33:38 +0000 (23:33 +0200)] 
fixed dictionary tests

9 years agoFixed decompression of literals in dictionary mode
Yann Collet [Wed, 15 Jun 2016 21:11:20 +0000 (23:11 +0200)] 
Fixed decompression of literals in dictionary mode

9 years agoMerge pull request #211 from tobijdc/patch-5
Yann Collet [Wed, 15 Jun 2016 21:01:01 +0000 (23:01 +0200)] 
Merge pull request #211 from tobijdc/patch-5

Fix Max Compression Level in zstd.1

9 years agoFix Max Compression Level in zstd.1 211/head
Tobias Ibounig [Wed, 15 Jun 2016 20:20:46 +0000 (22:20 +0200)] 
Fix Max Compression Level in zstd.1

9 years agostronger dictionary compression tests
Yann Collet [Wed, 15 Jun 2016 17:02:11 +0000 (19:02 +0200)] 
stronger dictionary compression tests

9 years agoMerge pull request #210 from inikep/dev
Yann Collet [Wed, 15 Jun 2016 10:28:38 +0000 (12:28 +0200)] 
Merge pull request #210 from inikep/dev

zlibWrapper: improved memory deallocation in case of error

9 years agoMerge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev 210/head
inikep [Wed, 15 Jun 2016 09:38:53 +0000 (11:38 +0200)] 
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev

9 years agoMerge pull request #209 from KrzysFR/dev
Yann Collet [Tue, 14 Jun 2016 14:38:22 +0000 (16:38 +0200)] 
Merge pull request #209 from KrzysFR/dev

Removed old xxx_static.h header references from VS2010 project

9 years agofixed conversion warnings
Yann Collet [Tue, 14 Jun 2016 13:34:24 +0000 (15:34 +0200)] 
fixed conversion warnings

9 years agoRemoved old xxx_static.h header references from VS2010 project 209/head
Christophe Chevalier [Tue, 14 Jun 2016 12:07:54 +0000 (14:07 +0200)] 
Removed old xxx_static.h header references from VS2010 project