]> git.ipfire.org Git - thirdparty/zstd.git/log
thirdparty/zstd.git
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

10 years agoVisual : Removed *.suo and *.user files, as suggested by Takayuki Matsuoka 18/head
Yann Collet [Sun, 8 Feb 2015 20:51:28 +0000 (21:51 +0100)] 
Visual : Removed *.suo and *.user files, as suggested by Takayuki Matsuoka

10 years agoFixed : FSE issue with corner case distributions
Yann Collet [Sun, 8 Feb 2015 19:26:47 +0000 (20:26 +0100)] 
Fixed : FSE issue with corner case distributions

10 years agoAdded : Visual project directory 16/head
Yann Collet [Sun, 1 Feb 2015 11:24:20 +0000 (12:24 +0100)] 
Added : Visual project directory

10 years agofix minor Visual warning
Yann Collet [Sun, 1 Feb 2015 11:09:46 +0000 (12:09 +0100)] 
fix minor Visual warning

10 years agoFixed a few clang warnings
Yann Collet [Sun, 1 Feb 2015 10:57:30 +0000 (11:57 +0100)] 
Fixed a few clang warnings

10 years agoavx2 mode solely detected using __AVX2__ macro
Yann Collet [Sun, 1 Feb 2015 09:13:22 +0000 (10:13 +0100)] 
avx2 mode solely detected using __AVX2__ macro

10 years agominor fix for Visual
Yann Collet [Sat, 31 Jan 2015 19:10:53 +0000 (20:10 +0100)] 
minor fix for Visual

10 years agoFixed : issue 8 regarding huge input buffer (> 4 GB)
Yann Collet [Sat, 31 Jan 2015 14:09:51 +0000 (15:09 +0100)] 
Fixed : issue 8 regarding huge input buffer (> 4 GB)

10 years agoAdded : *.png are binary files
Yann Collet [Sat, 31 Jan 2015 09:57:57 +0000 (10:57 +0100)] 
Added : *.png are binary files

10 years agoNormalize all the line endings 14/head
Yann Collet [Sat, 31 Jan 2015 09:52:59 +0000 (10:52 +0100)] 
Normalize all the line endings

10 years agoRestored cast for C++ (fse) 13/head
Yann Collet [Thu, 29 Jan 2015 06:13:54 +0000 (07:13 +0100)] 
Restored cast for C++ (fse)

10 years agoFix : no AVX2 for Visual 2008 and older
Yann Collet [Thu, 29 Jan 2015 06:00:43 +0000 (07:00 +0100)] 
Fix : no AVX2 for Visual 2008 and older

10 years agofixed : corner case (FSE)
Yann Collet [Thu, 29 Jan 2015 05:51:30 +0000 (06:51 +0100)] 
fixed : corner case (FSE)

10 years agoFix for VS2005 (AVX2 intrinsics)
Yann Collet [Wed, 28 Jan 2015 00:23:14 +0000 (01:23 +0100)] 
Fix for VS2005 (AVX2 intrinsics)

10 years agoMerge pull request #4 from r-lyeh/dev 5/head
Yann Collet [Mon, 26 Jan 2015 10:04:27 +0000 (11:04 +0100)] 
Merge pull request #4 from r-lyeh/dev

Bugfixed Visual Studio errors when compiled as C++ sources

10 years agoBugfixed Visual Studio errors when compiled as C++ sources 4/head
r-lyeh [Mon, 26 Jan 2015 09:24:04 +0000 (10:24 +0100)] 
Bugfixed Visual Studio errors when compiled as C++ sources

10 years agoRemoved minor warnings under minGW
Yann Collet [Sun, 25 Jan 2015 14:50:24 +0000 (15:50 +0100)] 
Removed minor warnings under minGW

10 years agoFixed : minor warnings under Visual 32 bits 3/head
Yann Collet [Sun, 25 Jan 2015 12:19:12 +0000 (13:19 +0100)] 
Fixed : minor warnings under Visual 32 bits

10 years agoupdate readme
Yann Collet [Sun, 25 Jan 2015 11:43:55 +0000 (12:43 +0100)] 
update readme

10 years agoUpdated fullbench tests 1/head
Yann Collet [Sat, 24 Jan 2015 12:31:55 +0000 (13:31 +0100)] 
Updated fullbench tests

10 years agoFixed : issue within fullbench, reported by AJ Baxter
Yann Collet [Sat, 24 Jan 2015 11:08:52 +0000 (12:08 +0100)] 
Fixed : issue within fullbench,  reported by AJ Baxter

10 years agofixed : file permissions
Yann Collet [Sat, 24 Jan 2015 10:22:13 +0000 (11:22 +0100)] 
fixed : file permissions

10 years agofixed travis ci tests
Yann Collet [Sat, 24 Jan 2015 10:20:08 +0000 (11:20 +0100)] 
fixed travis ci tests

10 years agoUpdate README.md
Yann Collet [Sat, 24 Jan 2015 09:31:47 +0000 (10:31 +0100)] 
Update README.md

10 years agoInitial release
Yann Collet [Sat, 24 Jan 2015 00:58:16 +0000 (01:58 +0100)] 
Initial release