]>
git.ipfire.org Git - thirdparty/zstd.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Yann Collet [Sun, 23 Aug 2015 23:14:40 +0000 (00:14 +0100)]
updated readme
Yann Collet [Sun, 23 Aug 2015 22:20:34 +0000 (23:20 +0100)]
Updated Visual solution
Yann Collet [Sun, 23 Aug 2015 22:13:49 +0000 (23:13 +0100)]
Added : ZSTD decompression : ability to resist to noisy/faulty data source
Yann Collet [Fri, 21 Aug 2015 11:00:52 +0000 (12:00 +0100)]
Updated xxhash
Yann Collet [Fri, 21 Aug 2015 02:59:31 +0000 (03:59 +0100)]
updated fse
Yann Collet [Fri, 21 Aug 2015 01:44:20 +0000 (02:44 +0100)]
Added : fuzzer tests : decompressing noisy src
Yann Collet [Thu, 20 Aug 2015 14:55:50 +0000 (15:55 +0100)]
Fix : decoder issue in exceptionnal circumstances (dst buffer too small)
Yann Collet [Thu, 20 Aug 2015 06:46:10 +0000 (07:46 +0100)]
Fixed : bug in compression in specific conditions (too small dst size)
Yann Collet [Wed, 19 Aug 2015 23:02:43 +0000 (00:02 +0100)]
Fixed : g++ link error within fullbench
Yann Collet [Wed, 19 Aug 2015 22:53:56 +0000 (23:53 +0100)]
Updated fse
Yann Collet [Tue, 11 Aug 2015 13:18:45 +0000 (14:18 +0100)]
Added more strigent tests : compresson into too small buffer
Yann Collet [Mon, 10 Aug 2015 17:02:52 +0000 (18:02 +0100)]
added : .gitignore generated binaries
Yann Collet [Sat, 8 Aug 2015 01:54:26 +0000 (02:54 +0100)]
Minor decompression simplification
Yann Collet [Sat, 8 Aug 2015 01:16:11 +0000 (02:16 +0100)]
minor compress sequence refactor
Yann Collet [Fri, 7 Aug 2015 19:15:27 +0000 (20:15 +0100)]
updated benchmark
Yann Collet [Fri, 7 Aug 2015 18:07:32 +0000 (19:07 +0100)]
Fixed : ZSTD_compress() can attempt compression on a too small buffer
Yann Collet [Fri, 7 Aug 2015 14:50:42 +0000 (15:50 +0100)]
zstd_compress() no longer requires maxDstSize >= ZSTD_compressBound(srcSize)
Yann Collet [Fri, 7 Aug 2015 14:21:00 +0000 (15:21 +0100)]
Updated FSE lib
Yann Collet [Sun, 2 Aug 2015 00:19:09 +0000 (01:19 +0100)]
updated fse
Yann Collet [Mon, 27 Jul 2015 19:19:21 +0000 (20:19 +0100)]
Fixed some minor sanitizer warnings within huff0
Yann Collet [Mon, 27 Jul 2015 18:34:27 +0000 (19:34 +0100)]
Updated fse (faster huff0 32-bits decoding)
Yann Collet [Sat, 25 Jul 2015 23:23:57 +0000 (00:23 +0100)]
Integrated huff0 (breaking format change)
Yann Collet [Wed, 8 Jul 2015 01:26:17 +0000 (17:26 -0800)]
Fixed minor visual analyzer warning
Yann Collet [Wed, 8 Jul 2015 00:54:25 +0000 (16:54 -0800)]
Changed allocation strategy to reduce stack usage of ZSTD_compressSequences()
Yann Collet [Tue, 7 Jul 2015 09:02:04 +0000 (01:02 -0800)]
Fixed : ZSTD_compress() corrently prevents buffer overflow
Yann Collet [Tue, 7 Jul 2015 08:44:22 +0000 (00:44 -0800)]
Fixed clang warning
Yann Collet [Tue, 7 Jul 2015 08:36:49 +0000 (00:36 -0800)]
Added sanitize=undefine test
Yann Collet [Tue, 7 Jul 2015 08:14:27 +0000 (00:14 -0800)]
Fixed minor clang warnings
Yann Collet [Tue, 7 Jul 2015 07:58:59 +0000 (23:58 -0800)]
Travis CI : added ARM compilation tests
Yann Collet [Tue, 7 Jul 2015 07:45:35 +0000 (23:45 -0800)]
Fixed issue #34 and #31
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.
Yann Collet [Sun, 5 Jul 2015 07:20:56 +0000 (23:20 -0800)]
Fixed a few minor visual analyzer warnings
Yann Collet [Sun, 5 Jul 2015 07:10:40 +0000 (23:10 -0800)]
Fixed a few visual analyzer warnings
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
Yann Collet [Sun, 5 Jul 2015 02:14:14 +0000 (18:14 -0800)]
updated xxhash version
Yann Collet [Sun, 5 Jul 2015 02:00:05 +0000 (18:00 -0800)]
Updated Visual analyzer settings
Yann Collet [Sun, 5 Jul 2015 00:23:52 +0000 (16:23 -0800)]
Updated Visual projects
Yann Collet [Sat, 4 Jul 2015 23:56:41 +0000 (15:56 -0800)]
Updated FSE lib
Yann Collet [Sun, 21 Jun 2015 03:37:53 +0000 (19:37 -0800)]
Added Wcast-qual compilation flag
Updated xxHash
Removed log traces
Yann Collet [Sat, 20 Jun 2015 23:33:08 +0000 (15:33 -0800)]
Added clang & g++-multilib install for Travis CI
Yann Collet [Thu, 18 Jun 2015 15:43:16 +0000 (07:43 -0800)]
Updated FSE
Added clang and g++ tests
Johan Förberg [Tue, 24 Mar 2015 19:15:56 +0000 (20:15 +0100)]
Add `unzstd` program for decompression.
Yann Collet [Mon, 23 Mar 2015 22:15:22 +0000 (23:15 +0100)]
Fixed issue #28
Yann Collet [Mon, 9 Mar 2015 12:48:34 +0000 (13:48 +0100)]
Added : valgrind test for datagen
Yann Collet [Mon, 9 Mar 2015 12:17:36 +0000 (13:17 +0100)]
Updated datagen : sparse file generation
Yann Collet [Thu, 26 Feb 2015 15:02:58 +0000 (16:02 +0100)]
Merge pull request #26 from Cyan4973/streamAPI2
Stream api2
Yann Collet [Wed, 25 Feb 2015 23:29:15 +0000 (00:29 +0100)]
"type redef fix" for gcc <= 4.4
Yann Collet [Tue, 24 Feb 2015 08:05:58 +0000 (09:05 +0100)]
updated FSE
Yann Collet [Sat, 21 Feb 2015 02:31:59 +0000 (03:31 +0100)]
Updated FSE
Faster speed on barely compressible data
Yann Collet [Fri, 20 Feb 2015 18:02:26 +0000 (19:02 +0100)]
reverted zstd_static.h changes
Yann Collet [Fri, 20 Feb 2015 17:53:31 +0000 (18:53 +0100)]
Some 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
Yann Collet [Tue, 17 Feb 2015 12:38:44 +0000 (13:38 +0100)]
Removed useless constants
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)
Yann Collet [Wed, 11 Feb 2015 07:34:50 +0000 (08:34 +0100)]
Updated test-fullbench
Yann Collet [Wed, 11 Feb 2015 07:19:57 +0000 (08:19 +0100)]
updated fullbench, to include datagen
Yann Collet [Tue, 10 Feb 2015 17:15:20 +0000 (18:15 +0100)]
datagen refactoring
Yann Collet [Mon, 9 Feb 2015 07:00:26 +0000 (08:00 +0100)]
datagen is now a library, to be included in multiple programs
Yann Collet [Mon, 9 Feb 2015 02:50:11 +0000 (03:50 +0100)]
internal refactoring - better separation between match & entropy
Yann Collet [Sun, 8 Feb 2015 20:51:28 +0000 (21:51 +0100)]
Visual : Removed *.suo and *.user files, as suggested by Takayuki Matsuoka
Yann Collet [Sun, 8 Feb 2015 19:26:47 +0000 (20:26 +0100)]
Fixed : FSE issue with corner case distributions
Yann Collet [Sun, 1 Feb 2015 11:24:20 +0000 (12:24 +0100)]
Added : Visual project directory
Yann Collet [Sun, 1 Feb 2015 11:09:46 +0000 (12:09 +0100)]
fix minor Visual warning
Yann Collet [Sun, 1 Feb 2015 10:57:30 +0000 (11:57 +0100)]
Fixed a few clang warnings
Yann Collet [Sun, 1 Feb 2015 09:13:22 +0000 (10:13 +0100)]
avx2 mode solely detected using __AVX2__ macro
Yann Collet [Sat, 31 Jan 2015 19:10:53 +0000 (20:10 +0100)]
minor fix for Visual
Yann Collet [Sat, 31 Jan 2015 14:09:51 +0000 (15:09 +0100)]
Fixed : issue 8 regarding huge input buffer (> 4 GB)
Yann Collet [Sat, 31 Jan 2015 09:57:57 +0000 (10:57 +0100)]
Added : *.png are binary files
Yann Collet [Sat, 31 Jan 2015 09:52:59 +0000 (10:52 +0100)]
Normalize all the line endings
Yann Collet [Thu, 29 Jan 2015 06:13:54 +0000 (07:13 +0100)]
Restored cast for C++ (fse)
Yann Collet [Thu, 29 Jan 2015 06:00:43 +0000 (07:00 +0100)]
Fix : no AVX2 for Visual 2008 and older
Yann Collet [Thu, 29 Jan 2015 05:51:30 +0000 (06:51 +0100)]
fixed : corner case (FSE)
Yann Collet [Wed, 28 Jan 2015 00:23:14 +0000 (01:23 +0100)]
Fix for VS2005 (AVX2 intrinsics)
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
r-lyeh [Mon, 26 Jan 2015 09:24:04 +0000 (10:24 +0100)]
Bugfixed Visual Studio errors when compiled as C++ sources
Yann Collet [Sun, 25 Jan 2015 14:50:24 +0000 (15:50 +0100)]
Removed minor warnings under minGW
Yann Collet [Sun, 25 Jan 2015 12:19:12 +0000 (13:19 +0100)]
Fixed : minor warnings under Visual 32 bits
Yann Collet [Sun, 25 Jan 2015 11:43:55 +0000 (12:43 +0100)]
update readme
Yann Collet [Sat, 24 Jan 2015 12:31:55 +0000 (13:31 +0100)]
Updated fullbench tests
Yann Collet [Sat, 24 Jan 2015 11:08:52 +0000 (12:08 +0100)]
Fixed : issue within fullbench, reported by AJ Baxter
Yann Collet [Sat, 24 Jan 2015 10:22:13 +0000 (11:22 +0100)]
fixed : file permissions
Yann Collet [Sat, 24 Jan 2015 10:20:08 +0000 (11:20 +0100)]
fixed travis ci tests
Yann Collet [Sat, 24 Jan 2015 09:31:47 +0000 (10:31 +0100)]
Update README.md
Yann Collet [Sat, 24 Jan 2015 00:58:16 +0000 (01:58 +0100)]
Initial release