]> git.ipfire.org Git - thirdparty/zstd.git/log
thirdparty/zstd.git
8 years agoSpecify that dictionary ID is little-endian 352/head
Nick Terrell [Wed, 7 Sep 2016 21:39:32 +0000 (14:39 -0700)] 
Specify that dictionary ID is little-endian

8 years agoMerge branch 'dev' of github.com:facebook/zstd into dev
Yann Collet [Wed, 7 Sep 2016 12:54:54 +0000 (14:54 +0200)] 
Merge branch 'dev' of github.com:facebook/zstd into dev

8 years agosupport large skippable frames
Yann Collet [Wed, 7 Sep 2016 12:54:23 +0000 (14:54 +0200)] 
support large skippable frames

8 years agodon't remove() /dev/null (#316)
Yann Collet [Wed, 7 Sep 2016 05:00:08 +0000 (07:00 +0200)] 
don't remove() /dev/null (#316)

8 years agoadded comments on searchLength min / max (#337)
Yann Collet [Wed, 7 Sep 2016 04:33:02 +0000 (06:33 +0200)] 
added comments on searchLength min / max (#337)

8 years agoMerge pull request #349 from terrelln/dev
Yann Collet [Wed, 7 Sep 2016 03:50:25 +0000 (05:50 +0200)] 
Merge pull request #349 from terrelln/dev

[pzstd] Windows build and default number of threads

8 years agoFix minor potential narrowing bug 349/head
Nick Terrell [Wed, 7 Sep 2016 03:27:11 +0000 (20:27 -0700)] 
Fix minor potential narrowing bug

8 years agoFix invalid narrowing conversion to size_t
Nick Terrell [Wed, 7 Sep 2016 03:11:02 +0000 (20:11 -0700)] 
Fix invalid narrowing conversion to size_t

8 years ago[pzstd] Add appveyor build commands
Nick Terrell [Tue, 6 Sep 2016 21:00:55 +0000 (14:00 -0700)] 
[pzstd] Add appveyor build commands

8 years ago[pzstd] Compile with minGW 64
Nick Terrell [Tue, 6 Sep 2016 21:00:20 +0000 (14:00 -0700)] 
[pzstd] Compile with minGW 64

8 years ago[pzstd] Changes to compile on VS2015
Nick Terrell [Tue, 6 Sep 2016 19:43:07 +0000 (12:43 -0700)] 
[pzstd] Changes to compile on VS2015

8 years ago[pzstd] Smart default # of threads (#331)
Nick Terrell [Tue, 6 Sep 2016 19:40:59 +0000 (12:40 -0700)] 
[pzstd] Smart default # of threads (#331)

8 years agointroduced CHECK_E
Yann Collet [Tue, 6 Sep 2016 14:38:51 +0000 (16:38 +0200)] 
introduced CHECK_E

8 years agointroduced CHECK_F
Yann Collet [Tue, 6 Sep 2016 13:36:19 +0000 (15:36 +0200)] 
introduced CHECK_F

8 years agoclarification dictionary format
Yann Collet [Tue, 6 Sep 2016 13:34:07 +0000 (15:34 +0200)] 
clarification dictionary format

8 years agoFORCE_INLINE common definition
Yann Collet [Tue, 6 Sep 2016 13:05:19 +0000 (15:05 +0200)] 
FORCE_INLINE common definition

8 years agomore context-reuse tests
Yann Collet [Tue, 6 Sep 2016 13:01:51 +0000 (15:01 +0200)] 
more context-reuse tests

8 years agofixed zbufftest
Yann Collet [Tue, 6 Sep 2016 12:30:57 +0000 (14:30 +0200)] 
fixed zbufftest

8 years agofixed checksum
Yann Collet [Tue, 6 Sep 2016 07:54:22 +0000 (09:54 +0200)] 
fixed checksum

8 years agoimproved compression on small files when using same parameters
Yann Collet [Tue, 6 Sep 2016 07:44:59 +0000 (09:44 +0200)] 
improved compression on small files when using same parameters

8 years agosmall compression speed gains with using_CDict
Yann Collet [Tue, 6 Sep 2016 04:28:05 +0000 (06:28 +0200)] 
small compression speed gains with using_CDict

8 years agoclarified streaming decompression inlined doc
Yann Collet [Tue, 6 Sep 2016 03:16:40 +0000 (05:16 +0200)] 
clarified streaming decompression inlined doc

8 years agoMerge pull request #346 from brendankirby/dev
Yann Collet [Tue, 6 Sep 2016 01:52:59 +0000 (03:52 +0200)] 
Merge pull request #346 from brendankirby/dev

Readme Fix

8 years agoMerge pull request #1 from brendankirby/readme-fix 346/head
Brendan Kirby [Mon, 5 Sep 2016 23:59:40 +0000 (19:59 -0400)] 
Merge pull request #1 from brendankirby/readme-fix

Fixes a few grammar issues in the readme file

8 years agoFixes a few grammar issues in the readme file
Brendan Kirby [Mon, 5 Sep 2016 23:59:26 +0000 (19:59 -0400)] 
Fixes a few grammar issues in the readme file

8 years agoZSTD_frameHeaderSize_prefix (#340), as result of ZSTD_initStream
Yann Collet [Mon, 5 Sep 2016 17:47:43 +0000 (19:47 +0200)] 
ZSTD_frameHeaderSize_prefix (#340), as result of ZSTD_initStream

8 years agoFixed : magic number (#345), reported by @mitchblank
Yann Collet [Mon, 5 Sep 2016 15:43:31 +0000 (17:43 +0200)] 
Fixed : magic number (#345), reported by @mitchblank

8 years agoclarified inline doc for streaming
Yann Collet [Mon, 5 Sep 2016 15:39:56 +0000 (17:39 +0200)] 
clarified inline doc for streaming

8 years agoupdated NEWS
Yann Collet [Mon, 5 Sep 2016 15:06:33 +0000 (08:06 -0700)] 
updated NEWS

8 years agoMerge pull request #344 from inikep/dev10
Yann Collet [Mon, 5 Sep 2016 14:46:33 +0000 (07:46 -0700)] 
Merge pull request #344 from inikep/dev10

unified error codes for legacy decoders

8 years agoZSTD_decodeLiteralsBlock renamed to ZSTDv01_decodeLiteralsBlock 344/head
inikep [Mon, 5 Sep 2016 12:46:24 +0000 (14:46 +0200)] 
ZSTD_decodeLiteralsBlock renamed to ZSTDv01_decodeLiteralsBlock

8 years agoZSTD_decodeSeqHeaders renamed to ZSTDv01_decodeSeqHeaders
inikep [Mon, 5 Sep 2016 11:34:57 +0000 (13:34 +0200)] 
ZSTD_decodeSeqHeaders renamed to ZSTDv01_decodeSeqHeaders

8 years agolegacy decoders: restored #include <intrin.h> for VC++
inikep [Mon, 5 Sep 2016 11:25:07 +0000 (13:25 +0200)] 
legacy decoders: restored #include <intrin.h> for VC++

8 years agounified error codes for legacy decoders
inikep [Mon, 5 Sep 2016 10:29:51 +0000 (12:29 +0200)] 
unified error codes for legacy decoders

8 years agoMerge pull request #338 from 0-wiz-0/dev
Yann Collet [Mon, 5 Sep 2016 10:00:42 +0000 (03:00 -0700)] 
Merge pull request #338 from 0-wiz-0/dev

Enable install targets for NetBSD.

8 years agoMerge remote-tracking branch 'refs/remotes/facebook/dev' into dev10
inikep [Mon, 5 Sep 2016 09:32:26 +0000 (11:32 +0200)] 
Merge remote-tracking branch 'refs/remotes/facebook/dev' into dev10

8 years agoEnable install targets for NetBSD. 338/head
Thomas Klausner [Sun, 4 Sep 2016 12:37:57 +0000 (14:37 +0200)] 
Enable install targets for NetBSD.

8 years agoMerge branch 'dev' of github.com:facebook/zstd into dev
Yann Collet [Sat, 3 Sep 2016 05:12:01 +0000 (22:12 -0700)] 
Merge branch 'dev' of github.com:facebook/zstd into dev

8 years agofixed a few links
Yann Collet [Sat, 3 Sep 2016 05:11:49 +0000 (22:11 -0700)] 
fixed a few links

8 years agoMerge pull request #333 from terrelln/dev
Yann Collet [Sat, 3 Sep 2016 04:22:26 +0000 (21:22 -0700)] 
Merge pull request #333 from terrelln/dev

[pzstd] Fix memory usage issues

8 years agoFix memory usage issues. 333/head
Nick Terrell [Sat, 3 Sep 2016 03:11:22 +0000 (20:11 -0700)] 
Fix memory usage issues.

8 years agoremoved g_displayLevel
Yann Collet [Sat, 3 Sep 2016 00:28:41 +0000 (17:28 -0700)] 
removed g_displayLevel

8 years agoMerge branch 'dev' of github.com:facebook/zstd into dev
Yann Collet [Sat, 3 Sep 2016 00:05:20 +0000 (17:05 -0700)] 
Merge branch 'dev' of github.com:facebook/zstd into dev

8 years agoclarified dictionary in format description
Yann Collet [Sat, 3 Sep 2016 00:04:49 +0000 (17:04 -0700)] 
clarified dictionary in format description

8 years agoMerge pull request #332 from terrelln/dev
Yann Collet [Fri, 2 Sep 2016 23:29:49 +0000 (16:29 -0700)] 
Merge pull request #332 from terrelln/dev

[pzstd] linux build and CLI fixes

8 years agoremoved timeb.h (#319)
Yann Collet [Fri, 2 Sep 2016 22:34:41 +0000 (15:34 -0700)] 
removed timeb.h (#319)

8 years agog_time => local displayTime
Yann Collet [Fri, 2 Sep 2016 22:32:39 +0000 (15:32 -0700)] 
g_time => local displayTime

8 years agoAdd optional max size to work queue 332/head
Nick Terrell [Fri, 2 Sep 2016 20:53:23 +0000 (13:53 -0700)] 
Add optional max size to work queue

8 years agoUpdate tests to reflect new default options
Nick Terrell [Fri, 2 Sep 2016 19:59:14 +0000 (12:59 -0700)] 
Update tests to reflect new default options

8 years agoWhen reading from stdin, write to stdout by default
Nick Terrell [Fri, 2 Sep 2016 19:35:36 +0000 (12:35 -0700)] 
When reading from stdin, write to stdout by default

8 years agoClean up compiler warnings + Build pzstd on travis
Nick Terrell [Fri, 2 Sep 2016 19:23:49 +0000 (12:23 -0700)] 
Clean up compiler warnings + Build pzstd on travis

8 years agofixing FORCE_INLINE for older compilers (#330)
Yann Collet [Fri, 2 Sep 2016 18:44:21 +0000 (11:44 -0700)] 
fixing FORCE_INLINE for older compilers (#330)

8 years agofixed zstd-pgo (#329) reported by @octoploid
Yann Collet [Fri, 2 Sep 2016 16:44:00 +0000 (09:44 -0700)] 
fixed zstd-pgo (#329) reported by @octoploid

8 years agoMerge pull request #327 from terrelln/dev
Yann Collet [Fri, 2 Sep 2016 04:32:19 +0000 (21:32 -0700)] 
Merge pull request #327 from terrelln/dev

Pzstd should now compile with gcc

8 years agoPut libzstd last 327/head
Nick Terrell [Fri, 2 Sep 2016 04:12:39 +0000 (21:12 -0700)] 
Put libzstd last

8 years agoAdd zstd/lib in includes
Nick Terrell [Fri, 2 Sep 2016 03:53:34 +0000 (20:53 -0700)] 
Add zstd/lib in includes

8 years agoPut linker -l commands at the end
Nick Terrell [Fri, 2 Sep 2016 03:45:55 +0000 (20:45 -0700)] 
Put linker -l commands at the end

8 years agoRemove if statement, make language cpp
Nick Terrell [Fri, 2 Sep 2016 03:01:07 +0000 (20:01 -0700)] 
Remove if statement, make language cpp

8 years agoUpdate travis-ci g++ for pzstds job
Nick Terrell [Fri, 2 Sep 2016 02:46:08 +0000 (19:46 -0700)] 
Update travis-ci g++ for pzstds job

8 years agoMerge remote-tracking branch 'upstream/dev' into dev
Nick Terrell [Fri, 2 Sep 2016 01:27:18 +0000 (18:27 -0700)] 
Merge remote-tracking branch 'upstream/dev' into dev

8 years agoFix up Makefiles, and fix include issues compiling with gcc
Nick Terrell [Fri, 2 Sep 2016 01:26:19 +0000 (18:26 -0700)] 
Fix up Makefiles, and fix include issues compiling with gcc

8 years agoMerge branch 'dev' of github.com:Cyan4973/zstd into dev
Yann Collet [Fri, 2 Sep 2016 01:11:43 +0000 (18:11 -0700)] 
Merge branch 'dev' of github.com:Cyan4973/zstd into dev

8 years agozbufftest only depends on standard C time.h
Yann Collet [Fri, 2 Sep 2016 01:11:12 +0000 (18:11 -0700)] 
zbufftest only depends on standard C time.h

8 years agoMerge pull request #326 from terrelln/dev
Yann Collet [Fri, 2 Sep 2016 00:57:17 +0000 (17:57 -0700)] 
Merge pull request #326 from terrelln/dev

Update scale for compression speed graph

8 years agoMinor tweaks to pzstd graph 326/head
Nick Terrell [Fri, 2 Sep 2016 00:53:23 +0000 (17:53 -0700)] 
Minor tweaks to pzstd graph

8 years agoUpdate scale for compression speed graph
Nick Terrell [Fri, 2 Sep 2016 00:43:07 +0000 (17:43 -0700)] 
Update scale for compression speed graph

8 years agozstd cli correctly detects console on Mac OS-X
Yann Collet [Fri, 2 Sep 2016 00:12:26 +0000 (17:12 -0700)] 
zstd cli correctly detects console on Mac OS-X

8 years agoMerge pull request #325 from terrelln/dev
Yann Collet [Fri, 2 Sep 2016 00:12:09 +0000 (17:12 -0700)] 
Merge pull request #325 from terrelln/dev

Add Parallel Zstandard tool to contrib/

8 years agozstreamtest depends only on standard C time.h
Yann Collet [Thu, 1 Sep 2016 23:44:48 +0000 (16:44 -0700)] 
zstreamtest depends only on standard C time.h

8 years agoRandomize tests so travis-ci tests can check for existing failures 325/head
Nick Terrell [Thu, 1 Sep 2016 23:39:45 +0000 (16:39 -0700)] 
Randomize tests so travis-ci tests can check for existing failures

8 years agoUpdate travis-ci config to include pzstd
Nick Terrell [Thu, 1 Sep 2016 23:26:27 +0000 (16:26 -0700)] 
Update travis-ci config to include pzstd

8 years agoGet ready to add tests to travis-ci
Nick Terrell [Thu, 1 Sep 2016 23:21:19 +0000 (16:21 -0700)] 
Get ready to add tests to travis-ci

8 years agobumped version number
Yann Collet [Thu, 1 Sep 2016 22:47:33 +0000 (15:47 -0700)] 
bumped version number

8 years agochanged test to avoid issue #316 (reported by John the Scott)
Yann Collet [Thu, 1 Sep 2016 22:46:09 +0000 (15:46 -0700)] 
changed test to avoid issue #316 (reported by John the Scott)

8 years agoRemove old benchmark code
Nick Terrell [Thu, 1 Sep 2016 22:32:10 +0000 (15:32 -0700)] 
Remove old benchmark code

8 years agoFix small README things
Nick Terrell [Thu, 1 Sep 2016 22:30:36 +0000 (15:30 -0700)] 
Fix small README things

8 years agoAdd PZstandard to contrib/
Nick Terrell [Thu, 1 Sep 2016 22:22:19 +0000 (15:22 -0700)] 
Add PZstandard to contrib/

8 years agozstd -d writes to stdout when input is stdin
Yann Collet [Thu, 1 Sep 2016 22:05:57 +0000 (15:05 -0700)] 
zstd -d writes to stdout when input is stdin

8 years agoMerge pull request #317 from facebook/master
Yann Collet [Thu, 1 Sep 2016 00:20:23 +0000 (17:20 -0700)] 
Merge pull request #317 from facebook/master

change to README

8 years agoMerge pull request #314 from kassens/build-status 317/head
Yann Collet [Thu, 1 Sep 2016 00:19:37 +0000 (17:19 -0700)] 
Merge pull request #314 from kassens/build-status

Fix build status images

8 years agoFix build status images 314/head
Jan Kassens [Wed, 31 Aug 2016 18:40:22 +0000 (11:40 -0700)] 
Fix build status images

The repository was moved, update the links.

8 years agoMerge pull request #312 from Cyan4973/dev
Yann Collet [Wed, 31 Aug 2016 16:19:01 +0000 (09:19 -0700)] 
Merge pull request #312 from Cyan4973/dev

update brew formula

8 years agoupdate brew formula 312/head
Yann Collet [Wed, 31 Aug 2016 16:16:19 +0000 (09:16 -0700)] 
update brew formula

8 years agoMerge pull request #311 from Cyan4973/dev v1.0.0
Yann Collet [Wed, 31 Aug 2016 16:09:10 +0000 (09:09 -0700)] 
Merge pull request #311 from Cyan4973/dev

Dev

8 years agoupdated NEWS 311/head
Yann Collet [Wed, 31 Aug 2016 16:05:22 +0000 (09:05 -0700)] 
updated NEWS

8 years agoversion bump
Yann Collet [Wed, 31 Aug 2016 14:51:25 +0000 (07:51 -0700)] 
version bump

8 years agocopy zlib license into file header
Yann Collet [Wed, 31 Aug 2016 14:34:18 +0000 (07:34 -0700)] 
copy zlib license into file header

8 years agoremoved redundant files
Yann Collet [Wed, 31 Aug 2016 14:15:44 +0000 (07:15 -0700)] 
removed redundant files

8 years agominor Makefile updates
Yann Collet [Tue, 30 Aug 2016 20:33:20 +0000 (13:33 -0700)] 
minor Makefile updates

8 years agoMerge pull request #306 from david-y-lam/fix_doc
Yann Collet [Tue, 30 Aug 2016 20:17:15 +0000 (13:17 -0700)] 
Merge pull request #306 from david-y-lam/fix_doc

Cleanup some errors in typedef comments and remove duplicated HOWTO f…

8 years agomerge 306/head
David Lam [Tue, 30 Aug 2016 19:03:36 +0000 (12:03 -0700)] 
merge

8 years agoadded boilerplate
Yann Collet [Tue, 30 Aug 2016 17:04:33 +0000 (10:04 -0700)] 
added boilerplate

8 years agominor refactor
Yann Collet [Tue, 30 Aug 2016 16:56:25 +0000 (09:56 -0700)] 
minor refactor

8 years agoMerge branch 'dev' of github.com:Cyan4973/zstd into dev
Yann Collet [Tue, 30 Aug 2016 13:51:55 +0000 (06:51 -0700)] 
Merge branch 'dev' of github.com:Cyan4973/zstd into dev

8 years agoFixed issue #304, reported by @borzunov
Yann Collet [Tue, 30 Aug 2016 13:51:00 +0000 (06:51 -0700)] 
Fixed issue #304, reported by @borzunov

8 years agoCleanup some errors in typedef comments and remove duplicated HOWTO from zbuff_decomp...
David Lam [Mon, 29 Aug 2016 16:03:12 +0000 (09:03 -0700)] 
Cleanup some errors in typedef comments and remove duplicated HOWTO from zbuff_decompress.c

8 years agoMerge pull request #307 from inikep/dev08
Yann Collet [Mon, 29 Aug 2016 23:32:33 +0000 (16:32 -0700)] 
Merge pull request #307 from inikep/dev08

updated README.md

8 years agoupdated README.md 307/head
inikep [Mon, 29 Aug 2016 11:04:26 +0000 (13:04 +0200)] 
updated README.md

8 years agoZSTD_malloc() and ZSTD_free(), to simplify customMem
Yann Collet [Mon, 29 Aug 2016 04:05:43 +0000 (21:05 -0700)] 
ZSTD_malloc() and ZSTD_free(), to simplify customMem

8 years agofixed Visual project, removing fileio_legacy
Yann Collet [Mon, 29 Aug 2016 02:27:55 +0000 (19:27 -0700)] 
fixed Visual project, removing fileio_legacy