]> git.ipfire.org Git - thirdparty/zstd.git/log
thirdparty/zstd.git
9 years agoUpdated NEWS 53/head
Yann Collet [Wed, 28 Oct 2015 00:41:46 +0000 (01:41 +0100)] 
Updated NEWS

9 years agoFixed issue #52 (faulty binary generation with Visual Studio 2013 & 2015 in release...
Yann Collet [Wed, 28 Oct 2015 00:35:05 +0000 (01:35 +0100)] 
Fixed issue #52 (faulty binary generation with Visual Studio 2013 & 2015 in release mode (compiler bug)), reported and fixed by Christophe Chevalier (@KrzysFR)

9 years agofixed issue #50, reported by Hanno Böck (@hannob) 51/head
Yann Collet [Fri, 23 Oct 2015 13:30:30 +0000 (14:30 +0100)] 
fixed issue #50, reported by Hanno Böck (@hannob)

9 years agofixed issue #49, reported by Hanno Böck (@hannob)
Yann Collet [Fri, 23 Oct 2015 11:23:09 +0000 (12:23 +0100)] 
fixed issue #49, reported by Hanno Böck (@hannob)

9 years agounified ctx naming convention 48/head
Yann Collet [Wed, 21 Oct 2015 13:39:26 +0000 (14:39 +0100)] 
unified ctx naming convention

9 years agorestored ZSTD_compressCCtx() def
Yann Collet [Wed, 21 Oct 2015 12:31:46 +0000 (13:31 +0100)] 
restored ZSTD_compressCCtx() def

9 years agoUpdated news
Yann Collet [Wed, 21 Oct 2015 10:13:31 +0000 (11:13 +0100)] 
Updated news

9 years agoUpdated benchmark
Yann Collet [Wed, 21 Oct 2015 09:46:02 +0000 (10:46 +0100)] 
Updated benchmark

9 years agoFixed minor gcc5+ warning
Yann Collet [Wed, 21 Oct 2015 09:01:09 +0000 (10:01 +0100)] 
Fixed minor gcc5+ warning

9 years agoAdded advanced compression functions
Yann Collet [Wed, 21 Oct 2015 08:07:25 +0000 (09:07 +0100)] 
Added advanced compression functions

9 years agoAdded block size to bench
Yann Collet [Wed, 21 Oct 2015 07:22:25 +0000 (08:22 +0100)] 
Added block size to bench

9 years agoclang optimizer bug workaround
Yann Collet [Tue, 20 Oct 2015 02:01:38 +0000 (03:01 +0100)] 
clang optimizer bug workaround

9 years agoFixed fullbench
Yann Collet [Mon, 19 Oct 2015 19:02:46 +0000 (20:02 +0100)] 
Fixed fullbench

9 years agorefactored literal segment
Yann Collet [Mon, 19 Oct 2015 18:25:44 +0000 (19:25 +0100)] 
refactored literal segment

9 years agoFixed sanitizer warning
Yann Collet [Mon, 19 Oct 2015 14:32:47 +0000 (15:32 +0100)] 
Fixed sanitizer warning

9 years agominor speed improvement
Yann Collet [Mon, 19 Oct 2015 02:12:23 +0000 (03:12 +0100)] 
minor speed improvement

9 years agosmall decompression speed improvement
Yann Collet [Mon, 19 Oct 2015 01:36:34 +0000 (02:36 +0100)] 
small decompression speed improvement

9 years agosmall decompression speed improvement
Yann Collet [Mon, 19 Oct 2015 01:14:43 +0000 (02:14 +0100)] 
small decompression speed improvement

9 years agoupdated Visual projects
Yann Collet [Sun, 18 Oct 2015 22:21:50 +0000 (23:21 +0100)] 
updated Visual projects

9 years agomissed updated files
Yann Collet [Sun, 18 Oct 2015 21:26:26 +0000 (22:26 +0100)] 
missed updated files

9 years agoupdate huff0
Yann Collet [Sun, 18 Oct 2015 21:18:32 +0000 (22:18 +0100)] 
update huff0

9 years agoFix fullbench 47/head
Yann Collet [Wed, 14 Oct 2015 17:07:24 +0000 (18:07 +0100)] 
Fix fullbench

9 years agoFix uninitialized warnings reported by @nemequ
Yann Collet [Wed, 14 Oct 2015 16:53:44 +0000 (17:53 +0100)] 
Fix uninitialized warnings reported by @nemequ

9 years agoClarified comments
Yann Collet [Wed, 14 Oct 2015 15:28:19 +0000 (16:28 +0100)] 
Clarified comments

9 years agoMerge pull request #46 from xaphier/dev
Yann Collet [Wed, 14 Oct 2015 13:23:01 +0000 (15:23 +0200)] 
Merge pull request #46 from xaphier/dev

Remove one malloc/free from compression

9 years agoRemove one malloc/free from compression 46/head
xaphier [Sat, 10 Oct 2015 10:14:51 +0000 (12:14 +0200)] 
Remove one malloc/free from compression

By making the buffer part of the zstd context structure, one malloc/free
can be removed from the compression.

9 years agoAdded : Frame concatenation ability 44/head
Yann Collet [Thu, 10 Sep 2015 22:26:09 +0000 (23:26 +0100)] 
Added : Frame concatenation ability

9 years agoFix : decompression i/o detects flush write errors
Yann Collet [Thu, 27 Aug 2015 02:16:04 +0000 (03:16 +0100)] 
Fix : decompression i/o detects flush write errors

9 years agoFixed minor visual warning 43/head
Yann Collet [Wed, 26 Aug 2015 22:10:09 +0000 (23:10 +0100)] 
Fixed minor visual warning

9 years agofixed minor issue on decoding invalid data
Yann Collet [Wed, 26 Aug 2015 21:45:23 +0000 (22:45 +0100)] 
fixed minor issue on decoding invalid data

9 years agoUpdated FSE
Yann Collet [Wed, 26 Aug 2015 18:22:01 +0000 (19:22 +0100)] 
Updated FSE

9 years agomodified man page
Yann Collet [Wed, 26 Aug 2015 10:04:58 +0000 (12:04 +0200)] 
modified man page

9 years agoadded : --verbose command
Yann Collet [Wed, 26 Aug 2015 09:32:17 +0000 (10:32 +0100)] 
added : --verbose command

9 years agoRefactor Makefile and .travis tests
Yann Collet [Tue, 25 Aug 2015 23:19:06 +0000 (00:19 +0100)] 
Refactor Makefile and .travis tests

9 years agoZstd cli : --version and --help write to stdout
Yann Collet [Tue, 25 Aug 2015 22:32:45 +0000 (23:32 +0100)] 
Zstd cli : --version and --help write to stdout

9 years agoFixed : compression error on some specific distribution
Yann Collet [Tue, 25 Aug 2015 21:56:42 +0000 (22:56 +0100)] 
Fixed : compression error on some specific distribution

9 years agoMore informative write error messages
Yann Collet [Tue, 25 Aug 2015 17:13:32 +0000 (18:13 +0100)] 
More informative write error messages

9 years agoFixed #42
Yann Collet [Tue, 25 Aug 2015 16:41:46 +0000 (17:41 +0100)] 
Fixed #42

9 years agoUpdated readme of fuzzer tests 41/head
Yann Collet [Mon, 24 Aug 2015 19:29:17 +0000 (20:29 +0100)] 
Updated readme of fuzzer tests

9 years agoFixed a few issues found by AFL (American Fuzzy Lop)
Yann Collet [Mon, 24 Aug 2015 19:17:11 +0000 (20:17 +0100)] 
Fixed a few issues found by AFL (American Fuzzy Lop)

9 years agoFixed decoding error #11 (reported by @magv)
Yann Collet [Mon, 24 Aug 2015 14:47:04 +0000 (15:47 +0100)] 
Fixed decoding error #11 (reported by @magv)

9 years agoupdated readme 40/head
Yann Collet [Sun, 23 Aug 2015 23:14:40 +0000 (00:14 +0100)] 
updated readme

9 years agoUpdated Visual solution 39/head
Yann Collet [Sun, 23 Aug 2015 22:20:34 +0000 (23:20 +0100)] 
Updated Visual solution

9 years agoAdded : ZSTD decompression : ability to resist to noisy/faulty data source
Yann Collet [Sun, 23 Aug 2015 22:13:49 +0000 (23:13 +0100)] 
Added : ZSTD decompression : ability to resist to noisy/faulty data source

9 years agoUpdated xxhash
Yann Collet [Fri, 21 Aug 2015 11:00:52 +0000 (12:00 +0100)] 
Updated xxhash

9 years agoupdated fse
Yann Collet [Fri, 21 Aug 2015 02:59:31 +0000 (03:59 +0100)] 
updated fse

9 years agoAdded : fuzzer tests : decompressing noisy src
Yann Collet [Fri, 21 Aug 2015 01:44:20 +0000 (02:44 +0100)] 
Added : fuzzer tests : decompressing noisy src

9 years agoFix : decoder issue in exceptionnal circumstances (dst buffer too small)
Yann Collet [Thu, 20 Aug 2015 14:55:50 +0000 (15:55 +0100)] 
Fix : decoder issue in exceptionnal circumstances (dst buffer too small)

9 years agoFixed : bug in compression in specific conditions (too small dst size)
Yann Collet [Thu, 20 Aug 2015 06:46:10 +0000 (07:46 +0100)] 
Fixed : bug in compression in specific conditions (too small dst size)

9 years agoFixed : g++ link error within fullbench
Yann Collet [Wed, 19 Aug 2015 23:02:43 +0000 (00:02 +0100)] 
Fixed : g++ link error within fullbench

9 years agoUpdated fse
Yann Collet [Wed, 19 Aug 2015 22:53:56 +0000 (23:53 +0100)] 
Updated fse

10 years agoAdded more strigent tests : compresson into too small buffer
Yann Collet [Tue, 11 Aug 2015 13:18:45 +0000 (14:18 +0100)] 
Added more strigent tests : compresson into too small buffer

10 years agoadded : .gitignore generated binaries
Yann Collet [Mon, 10 Aug 2015 17:02:52 +0000 (18:02 +0100)] 
added : .gitignore generated binaries

10 years agoMinor decompression simplification
Yann Collet [Sat, 8 Aug 2015 01:54:26 +0000 (02:54 +0100)] 
Minor decompression simplification

10 years agominor compress sequence refactor
Yann Collet [Sat, 8 Aug 2015 01:16:11 +0000 (02:16 +0100)] 
minor compress sequence refactor

10 years agoupdated benchmark
Yann Collet [Fri, 7 Aug 2015 19:15:27 +0000 (20:15 +0100)] 
updated benchmark

10 years agoFixed : ZSTD_compress() can attempt compression on a too small buffer
Yann Collet [Fri, 7 Aug 2015 18:07:32 +0000 (19:07 +0100)] 
Fixed : ZSTD_compress() can attempt compression on a too small buffer

10 years agozstd_compress() no longer requires maxDstSize >= ZSTD_compressBound(srcSize)
Yann Collet [Fri, 7 Aug 2015 14:50:42 +0000 (15:50 +0100)] 
zstd_compress() no longer requires maxDstSize >= ZSTD_compressBound(srcSize)

10 years agoUpdated FSE lib
Yann Collet [Fri, 7 Aug 2015 14:21:00 +0000 (15:21 +0100)] 
Updated FSE lib

10 years agoupdated fse
Yann Collet [Sun, 2 Aug 2015 00:19:09 +0000 (01:19 +0100)] 
updated fse

10 years agoFixed some minor sanitizer warnings within huff0
Yann Collet [Mon, 27 Jul 2015 19:19:21 +0000 (20:19 +0100)] 
Fixed some minor sanitizer warnings within huff0

10 years agoUpdated fse (faster huff0 32-bits decoding)
Yann Collet [Mon, 27 Jul 2015 18:34:27 +0000 (19:34 +0100)] 
Updated fse (faster huff0 32-bits decoding)

10 years agoIntegrated huff0 (breaking format change)
Yann Collet [Sat, 25 Jul 2015 23:23:57 +0000 (00:23 +0100)] 
Integrated huff0 (breaking format change)

10 years agoFixed minor visual analyzer warning 38/head
Yann Collet [Wed, 8 Jul 2015 01:26:17 +0000 (17:26 -0800)] 
Fixed minor visual analyzer warning

10 years agoChanged allocation strategy to reduce stack usage of ZSTD_compressSequences()
Yann Collet [Wed, 8 Jul 2015 00:54:25 +0000 (16:54 -0800)] 
Changed allocation strategy to reduce stack usage of ZSTD_compressSequences()

10 years agoFixed : ZSTD_compress() corrently prevents buffer overflow
Yann Collet [Tue, 7 Jul 2015 09:02:04 +0000 (01:02 -0800)] 
Fixed : ZSTD_compress() corrently prevents buffer overflow

10 years agoFixed clang warning
Yann Collet [Tue, 7 Jul 2015 08:44:22 +0000 (00:44 -0800)] 
Fixed clang warning

10 years agoAdded sanitize=undefine test
Yann Collet [Tue, 7 Jul 2015 08:36:49 +0000 (00:36 -0800)] 
Added sanitize=undefine test

10 years agoFixed minor clang warnings
Yann Collet [Tue, 7 Jul 2015 08:14:27 +0000 (00:14 -0800)] 
Fixed minor clang warnings

10 years agoTravis CI : added ARM compilation tests
Yann Collet [Tue, 7 Jul 2015 07:58:59 +0000 (23:58 -0800)] 
Travis CI : added ARM compilation tests

10 years agoFixed issue #34 and #31
Yann Collet [Tue, 7 Jul 2015 07:45:35 +0000 (23:45 -0800)] 
Fixed issue #34 and #31

10 years agoMerge pull request #30 from jforberg/dev
Yann Collet [Sun, 5 Jul 2015 22:02:41 +0000 (15:02 -0700)] 
Merge pull request #30 from jforberg/dev

Add `unzstd` program for decompression.

10 years agoFixed a few minor visual analyzer warnings
Yann Collet [Sun, 5 Jul 2015 07:20:56 +0000 (23:20 -0800)] 
Fixed a few minor visual analyzer warnings

10 years agoFixed a few visual analyzer warnings
Yann Collet [Sun, 5 Jul 2015 07:10:40 +0000 (23:10 -0800)] 
Fixed a few visual analyzer warnings

10 years agoAdvanced API change : Cctx & DCtx are now incomplete types for stricter type checking
Yann Collet [Sun, 5 Jul 2015 02:20:42 +0000 (18:20 -0800)] 
Advanced API change : Cctx & DCtx are now incomplete types for stricter type checking

10 years agoupdated xxhash version
Yann Collet [Sun, 5 Jul 2015 02:14:14 +0000 (18:14 -0800)] 
updated xxhash version

10 years agoUpdated Visual analyzer settings
Yann Collet [Sun, 5 Jul 2015 02:00:05 +0000 (18:00 -0800)] 
Updated Visual analyzer settings

10 years agoUpdated Visual projects
Yann Collet [Sun, 5 Jul 2015 00:23:52 +0000 (16:23 -0800)] 
Updated Visual projects

10 years agoUpdated FSE lib
Yann Collet [Sat, 4 Jul 2015 23:56:41 +0000 (15:56 -0800)] 
Updated FSE lib

10 years agoAdded Wcast-qual compilation flag
Yann Collet [Sun, 21 Jun 2015 03:37:53 +0000 (19:37 -0800)] 
Added Wcast-qual compilation flag
Updated xxHash
Removed log traces

10 years agoAdded clang & g++-multilib install for Travis CI
Yann Collet [Sat, 20 Jun 2015 23:33:08 +0000 (15:33 -0800)] 
Added clang & g++-multilib install for Travis CI

10 years agoUpdated FSE
Yann Collet [Thu, 18 Jun 2015 15:43:16 +0000 (07:43 -0800)] 
Updated FSE
Added clang and g++ tests

10 years agoAdd `unzstd` program for decompression. 30/head
Johan Förberg [Tue, 24 Mar 2015 19:15:56 +0000 (20:15 +0100)] 
Add `unzstd` program for decompression.

10 years agoFixed issue #28
Yann Collet [Mon, 23 Mar 2015 22:15:22 +0000 (23:15 +0100)] 
Fixed issue #28

10 years agoAdded : valgrind test for datagen
Yann Collet [Mon, 9 Mar 2015 12:48:34 +0000 (13:48 +0100)] 
Added : valgrind test for datagen

10 years agoUpdated datagen : sparse file generation
Yann Collet [Mon, 9 Mar 2015 12:17:36 +0000 (13:17 +0100)] 
Updated datagen : sparse file generation

10 years agoMerge pull request #26 from Cyan4973/streamAPI2 27/head
Yann Collet [Thu, 26 Feb 2015 15:02:58 +0000 (16:02 +0100)] 
Merge pull request #26 from Cyan4973/streamAPI2

Stream api2

10 years ago"type redef fix" for gcc <= 4.4 26/head
Yann Collet [Wed, 25 Feb 2015 23:29:15 +0000 (00:29 +0100)] 
"type redef fix" for gcc <= 4.4

10 years agoupdated FSE
Yann Collet [Tue, 24 Feb 2015 08:05:58 +0000 (09:05 +0100)] 
updated FSE

10 years agoUpdated FSE
Yann Collet [Sat, 21 Feb 2015 02:31:59 +0000 (03:31 +0100)] 
Updated FSE
Faster speed on barely compressible data

10 years agoreverted zstd_static.h changes
Yann Collet [Fri, 20 Feb 2015 18:02:26 +0000 (19:02 +0100)] 
reverted zstd_static.h changes

10 years agoSome comments, to explain streaming decompression API
Yann Collet [Fri, 20 Feb 2015 17:53:31 +0000 (18:53 +0100)] 
Some comments, to explain streaming decompression API

10 years agoSome comments to explain streaming decompression API
Yann Collet [Fri, 20 Feb 2015 17:52:24 +0000 (18:52 +0100)] 
Some comments to explain streaming decompression API

10 years agoRemoved useless constants
Yann Collet [Tue, 17 Feb 2015 12:38:44 +0000 (13:38 +0100)] 
Removed useless constants

10 years agoNew streaming API behavior, to solve issue 19 (https://github.com/Cyan4973/zstd/issue...
Yann Collet [Mon, 16 Feb 2015 17:06:26 +0000 (18:06 +0100)] 
New streaming API behavior, to solve issue 19 (https://github.com/Cyan4973/zstd/issues/19)

10 years agoUpdated test-fullbench
Yann Collet [Wed, 11 Feb 2015 07:34:50 +0000 (08:34 +0100)] 
Updated test-fullbench

10 years agoupdated fullbench, to include datagen
Yann Collet [Wed, 11 Feb 2015 07:19:57 +0000 (08:19 +0100)] 
updated fullbench, to include datagen

10 years agodatagen refactoring
Yann Collet [Tue, 10 Feb 2015 17:15:20 +0000 (18:15 +0100)] 
datagen refactoring

10 years agodatagen is now a library, to be included in multiple programs
Yann Collet [Mon, 9 Feb 2015 07:00:26 +0000 (08:00 +0100)] 
datagen is now a library, to be included in multiple programs

10 years agointernal refactoring - better separation between match & entropy
Yann Collet [Mon, 9 Feb 2015 02:50:11 +0000 (03:50 +0100)] 
internal refactoring - better separation between match & entropy