]> git.ipfire.org Git - thirdparty/zstd.git/log
thirdparty/zstd.git
8 years agoChanged URLs 313/head
94b1 [Wed, 31 Aug 2016 17:50:21 +0000 (11:50 -0600)] 
Changed URLs

Changed URLs to reflect change in ownership from and reduce page load times of zstd.net due to multiple redirects

8 years agoMerge pull request #300 from borzunov/gh-pages
Yann Collet [Mon, 22 Aug 2016 10:42:13 +0000 (12:42 +0200)] 
Merge pull request #300 from borzunov/gh-pages

Add a link to C# binding

8 years agoAdd a link to C# binding 300/head
Alexander Borzunov [Mon, 22 Aug 2016 09:57:48 +0000 (14:57 +0500)] 
Add a link to C# binding

8 years agoupdated link to python binding
Yann Collet [Thu, 18 Aug 2016 10:40:46 +0000 (12:40 +0200)] 
updated link to python binding

9 years agoupdated node.js binding
Yann Collet [Wed, 3 Aug 2016 00:53:29 +0000 (02:53 +0200)] 
updated node.js binding

9 years agochanged to binding
Yann Collet [Tue, 2 Aug 2016 15:56:08 +0000 (17:56 +0200)] 
changed to binding

9 years agoMerge pull request #276 from jrmarino/gh-pages
Yann Collet [Tue, 2 Aug 2016 13:42:11 +0000 (15:42 +0200)] 
Merge pull request #276 from jrmarino/gh-pages

Add Ada bindings to list of "known ports"

9 years agoAdd Ada bindings to list of "known ports" 276/head
jrmarino [Tue, 2 Aug 2016 00:21:08 +0000 (19:21 -0500)] 
Add Ada bindings to list of "known ports"

9 years agoadded delphi
Yann Collet [Fri, 22 Jul 2016 13:06:36 +0000 (15:06 +0200)] 
added delphi

9 years agochanged image size
Yann Collet [Fri, 15 Jul 2016 17:34:24 +0000 (19:34 +0200)] 
changed image size

9 years agofixed Tino name
Yann Collet [Sat, 9 Jul 2016 22:06:43 +0000 (00:06 +0200)] 
fixed Tino name

9 years agominor spelling changes
Yann Collet [Sat, 9 Jul 2016 20:24:35 +0000 (22:24 +0200)] 
minor spelling changes

9 years agoFirst version
Yann Collet [Sat, 9 Jul 2016 19:16:54 +0000 (21:16 +0200)] 
First version

9 years agomake room for homepage
Yann Collet [Sat, 9 Jul 2016 16:58:01 +0000 (18:58 +0200)] 
make room for homepage

9 years agoadded simple examples
Yann Collet [Sat, 9 Jul 2016 16:25:10 +0000 (18:25 +0200)] 
added simple examples

9 years agocomment clarification
Yann Collet [Fri, 8 Jul 2016 21:42:22 +0000 (23:42 +0200)] 
comment clarification

9 years agofixed compilation error in decompression module 241/head
Yann Collet [Fri, 8 Jul 2016 17:22:16 +0000 (19:22 +0200)] 
fixed compilation error in decompression module

9 years agoupdated doc
Yann Collet [Fri, 8 Jul 2016 17:18:30 +0000 (19:18 +0200)] 
updated doc

9 years agoupdated spec
Yann Collet [Fri, 8 Jul 2016 17:16:57 +0000 (19:16 +0200)] 
updated spec

9 years agoupdated spec
Yann Collet [Fri, 8 Jul 2016 13:39:02 +0000 (15:39 +0200)] 
updated spec

9 years agosupport offset > 128 MB
Yann Collet [Fri, 8 Jul 2016 11:13:37 +0000 (13:13 +0200)] 
support offset > 128 MB

9 years agointroduced ZSTD_WINDOWLOG_MAX_32 (#239), suggested by @GregSlazinski
Yann Collet [Fri, 8 Jul 2016 10:57:10 +0000 (12:57 +0200)] 
introduced ZSTD_WINDOWLOG_MAX_32 (#239), suggested by @GregSlazinski

9 years agoupdated doc
Yann Collet [Fri, 8 Jul 2016 08:42:59 +0000 (10:42 +0200)] 
updated doc

9 years agoadded : ZSTD_insertBlock(), basic tests
Yann Collet [Thu, 7 Jul 2016 13:28:41 +0000 (15:28 +0200)] 
added : ZSTD_insertBlock(), basic tests

9 years agosimplified legacy functions, no longer need magic number
Yann Collet [Thu, 7 Jul 2016 12:40:13 +0000 (14:40 +0200)] 
simplified legacy functions, no longer need magic number

9 years agoremoved "error_public.h" dependency from "zstd.h"
Yann Collet [Thu, 7 Jul 2016 12:17:40 +0000 (14:17 +0200)] 
removed "error_public.h" dependency from "zstd.h"

9 years agoAdded "dictionary decompression" example
Yann Collet [Thu, 7 Jul 2016 12:08:00 +0000 (14:08 +0200)] 
Added "dictionary decompression" example

9 years agoremoved `mem.h` dependency from `zbuff.h` (experimental section)
Yann Collet [Thu, 7 Jul 2016 11:17:37 +0000 (13:17 +0200)] 
removed `mem.h` dependency from `zbuff.h` (experimental section)

9 years agoadded : ZSTD_getDecompressedSize()
Yann Collet [Thu, 7 Jul 2016 11:14:21 +0000 (13:14 +0200)] 
added : ZSTD_getDecompressedSize()

9 years agoremoved `mem.h` dependency from `zstd.h` (experimental section)
Yann Collet [Thu, 7 Jul 2016 09:53:18 +0000 (11:53 +0200)] 
removed `mem.h` dependency from `zstd.h` (experimental section)

9 years agoZSTD_decompress_usingDDict() compatible with Legacy mode
Yann Collet [Wed, 6 Jul 2016 18:30:52 +0000 (20:30 +0200)] 
ZSTD_decompress_usingDDict() compatible with Legacy mode

9 years agoadded <errno.h> dependency
Yann Collet [Wed, 6 Jul 2016 14:27:17 +0000 (16:27 +0200)] 
added <errno.h> dependency

9 years agosample set limitation closer to 2 GB
Yann Collet [Wed, 6 Jul 2016 14:25:46 +0000 (16:25 +0200)] 
sample set limitation closer to 2 GB

9 years agodictBuilder protection vs huge sample sets (>2 GB)
Yann Collet [Wed, 6 Jul 2016 14:12:38 +0000 (16:12 +0200)] 
dictBuilder protection vs huge sample sets (>2 GB)

9 years agodictBuilder manages better samples of null size 0 and large size > 128 KB
Yann Collet [Wed, 6 Jul 2016 13:41:03 +0000 (15:41 +0200)] 
dictBuilder manages better samples of null size 0 and large size > 128 KB

9 years agofixed conversion warning
Yann Collet [Wed, 6 Jul 2016 11:27:22 +0000 (13:27 +0200)] 
fixed conversion warning

9 years agofixed conversion warning
Yann Collet [Wed, 6 Jul 2016 11:13:12 +0000 (13:13 +0200)] 
fixed conversion warning

9 years agofixed dictBuilder issue with HC levels. Reported by Bartosz Taudul.
Yann Collet [Wed, 6 Jul 2016 10:35:09 +0000 (12:35 +0200)] 
fixed dictBuilder issue with HC levels. Reported by Bartosz Taudul.

9 years agosimplified ZSTD_decodeSequence()
Yann Collet [Wed, 6 Jul 2016 00:25:44 +0000 (02:25 +0200)] 
simplified ZSTD_decodeSequence()

9 years agoupdated spec
Yann Collet [Tue, 5 Jul 2016 23:50:44 +0000 (01:50 +0200)] 
updated spec

9 years agoupdated format spec
Yann Collet [Tue, 5 Jul 2016 09:50:37 +0000 (11:50 +0200)] 
updated format spec

9 years agoupdated spec
Yann Collet [Tue, 5 Jul 2016 08:53:38 +0000 (10:53 +0200)] 
updated spec

9 years agoAdded GNU separator `--`, to specifies that all following arguments are necessary...
Yann Collet [Mon, 4 Jul 2016 16:16:16 +0000 (18:16 +0200)] 
Added GNU separator `--`, to specifies that all following arguments are necessary file names (and not commands). Suggested by @chipturner (#230)

9 years agoupdated specifications
Yann Collet [Mon, 4 Jul 2016 14:13:11 +0000 (16:13 +0200)] 
updated specifications

9 years agofixed cmake error (missing errno)
Yann Collet [Sun, 3 Jul 2016 23:37:30 +0000 (01:37 +0200)] 
fixed cmake error (missing errno)

9 years agoupdated doc
Yann Collet [Sun, 3 Jul 2016 23:29:47 +0000 (01:29 +0200)] 
updated doc

9 years agoupdated doc
Yann Collet [Sun, 3 Jul 2016 22:42:58 +0000 (00:42 +0200)] 
updated doc

9 years agoMerge pull request #238 from juanfra684/patch-2
Yann Collet [Sun, 3 Jul 2016 22:38:19 +0000 (00:38 +0200)] 
Merge pull request #238 from juanfra684/patch-2

Add OpenBSD to the Makefile test.

9 years agoMerge pull request #237 from juanfra684/patch-1
Yann Collet [Sun, 3 Jul 2016 21:41:11 +0000 (23:41 +0200)] 
Merge pull request #237 from juanfra684/patch-1

Redundant entry for options in the man page.

9 years agoAdd OpenBSD to the Makefile test. 235/head 238/head
Juan Francisco Cantero Hurtado [Sun, 3 Jul 2016 00:22:31 +0000 (02:22 +0200)] 
Add OpenBSD to the Makefile test.

9 years agoRedundant entry for options in the man page. 234/head 237/head
Juan Francisco Cantero Hurtado [Sun, 3 Jul 2016 00:20:39 +0000 (02:20 +0200)] 
Redundant entry for options in the man page.

".SH OPTIONS" is enough.

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