]>
git.ipfire.org Git - thirdparty/zstd.git/log
Nick Terrell [Wed, 7 Sep 2016 21:39:32 +0000 (14:39 -0700)]
Specify that dictionary ID is little-endian
Yann Collet [Wed, 7 Sep 2016 12:54:54 +0000 (14:54 +0200)]
Merge branch 'dev' of github.com:facebook/zstd into dev
Yann Collet [Wed, 7 Sep 2016 12:54:23 +0000 (14:54 +0200)]
support large skippable frames
Yann Collet [Wed, 7 Sep 2016 05:00:08 +0000 (07:00 +0200)]
don't remove() /dev/null (#316)
Yann Collet [Wed, 7 Sep 2016 04:33:02 +0000 (06:33 +0200)]
added comments on searchLength min / max (#337)
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
Nick Terrell [Wed, 7 Sep 2016 03:27:11 +0000 (20:27 -0700)]
Fix minor potential narrowing bug
Nick Terrell [Wed, 7 Sep 2016 03:11:02 +0000 (20:11 -0700)]
Fix invalid narrowing conversion to size_t
Nick Terrell [Tue, 6 Sep 2016 21:00:55 +0000 (14:00 -0700)]
[pzstd] Add appveyor build commands
Nick Terrell [Tue, 6 Sep 2016 21:00:20 +0000 (14:00 -0700)]
[pzstd] Compile with minGW 64
Nick Terrell [Tue, 6 Sep 2016 19:43:07 +0000 (12:43 -0700)]
[pzstd] Changes to compile on VS2015
Nick Terrell [Tue, 6 Sep 2016 19:40:59 +0000 (12:40 -0700)]
[pzstd] Smart default # of threads (#331)
Yann Collet [Tue, 6 Sep 2016 14:38:51 +0000 (16:38 +0200)]
introduced CHECK_E
Yann Collet [Tue, 6 Sep 2016 13:36:19 +0000 (15:36 +0200)]
introduced CHECK_F
Yann Collet [Tue, 6 Sep 2016 13:34:07 +0000 (15:34 +0200)]
clarification dictionary format
Yann Collet [Tue, 6 Sep 2016 13:05:19 +0000 (15:05 +0200)]
FORCE_INLINE common definition
Yann Collet [Tue, 6 Sep 2016 13:01:51 +0000 (15:01 +0200)]
more context-reuse tests
Yann Collet [Tue, 6 Sep 2016 12:30:57 +0000 (14:30 +0200)]
fixed zbufftest
Yann Collet [Tue, 6 Sep 2016 07:54:22 +0000 (09:54 +0200)]
fixed checksum
Yann Collet [Tue, 6 Sep 2016 07:44:59 +0000 (09:44 +0200)]
improved compression on small files when using same parameters
Yann Collet [Tue, 6 Sep 2016 04:28:05 +0000 (06:28 +0200)]
small compression speed gains with using_CDict
Yann Collet [Tue, 6 Sep 2016 03:16:40 +0000 (05:16 +0200)]
clarified streaming decompression inlined doc
Yann Collet [Tue, 6 Sep 2016 01:52:59 +0000 (03:52 +0200)]
Merge pull request #346 from brendankirby/dev
Readme Fix
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
Brendan Kirby [Mon, 5 Sep 2016 23:59:26 +0000 (19:59 -0400)]
Fixes a few grammar issues in the readme file
Yann Collet [Mon, 5 Sep 2016 17:47:43 +0000 (19:47 +0200)]
ZSTD_frameHeaderSize_prefix (#340), as result of ZSTD_initStream
Yann Collet [Mon, 5 Sep 2016 15:43:31 +0000 (17:43 +0200)]
Fixed : magic number (#345), reported by @mitchblank
Yann Collet [Mon, 5 Sep 2016 15:39:56 +0000 (17:39 +0200)]
clarified inline doc for streaming
Yann Collet [Mon, 5 Sep 2016 15:06:33 +0000 (08:06 -0700)]
updated NEWS
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
inikep [Mon, 5 Sep 2016 12:46:24 +0000 (14:46 +0200)]
ZSTD_decodeLiteralsBlock renamed to ZSTDv01_decodeLiteralsBlock
inikep [Mon, 5 Sep 2016 11:34:57 +0000 (13:34 +0200)]
ZSTD_decodeSeqHeaders renamed to ZSTDv01_decodeSeqHeaders
inikep [Mon, 5 Sep 2016 11:25:07 +0000 (13:25 +0200)]
legacy decoders: restored #include <intrin.h> for VC++
inikep [Mon, 5 Sep 2016 10:29:51 +0000 (12:29 +0200)]
unified error codes for legacy decoders
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.
inikep [Mon, 5 Sep 2016 09:32:26 +0000 (11:32 +0200)]
Merge remote-tracking branch 'refs/remotes/facebook/dev' into dev10
Thomas Klausner [Sun, 4 Sep 2016 12:37:57 +0000 (14:37 +0200)]
Enable install targets for NetBSD.
Yann Collet [Sat, 3 Sep 2016 05:12:01 +0000 (22:12 -0700)]
Merge branch 'dev' of github.com:facebook/zstd into dev
Yann Collet [Sat, 3 Sep 2016 05:11:49 +0000 (22:11 -0700)]
fixed a few links
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
Nick Terrell [Sat, 3 Sep 2016 03:11:22 +0000 (20:11 -0700)]
Fix memory usage issues.
Yann Collet [Sat, 3 Sep 2016 00:28:41 +0000 (17:28 -0700)]
removed g_displayLevel
Yann Collet [Sat, 3 Sep 2016 00:05:20 +0000 (17:05 -0700)]
Merge branch 'dev' of github.com:facebook/zstd into dev
Yann Collet [Sat, 3 Sep 2016 00:04:49 +0000 (17:04 -0700)]
clarified dictionary in format description
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
Yann Collet [Fri, 2 Sep 2016 22:34:41 +0000 (15:34 -0700)]
removed timeb.h (#319)
Yann Collet [Fri, 2 Sep 2016 22:32:39 +0000 (15:32 -0700)]
g_time => local displayTime
Nick Terrell [Fri, 2 Sep 2016 20:53:23 +0000 (13:53 -0700)]
Add optional max size to work queue
Nick Terrell [Fri, 2 Sep 2016 19:59:14 +0000 (12:59 -0700)]
Update tests to reflect new default options
Nick Terrell [Fri, 2 Sep 2016 19:35:36 +0000 (12:35 -0700)]
When reading from stdin, write to stdout by default
Nick Terrell [Fri, 2 Sep 2016 19:23:49 +0000 (12:23 -0700)]
Clean up compiler warnings + Build pzstd on travis
Yann Collet [Fri, 2 Sep 2016 18:44:21 +0000 (11:44 -0700)]
fixing FORCE_INLINE for older compilers (#330)
Yann Collet [Fri, 2 Sep 2016 16:44:00 +0000 (09:44 -0700)]
fixed zstd-pgo (#329) reported by @octoploid
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
Nick Terrell [Fri, 2 Sep 2016 04:12:39 +0000 (21:12 -0700)]
Put libzstd last
Nick Terrell [Fri, 2 Sep 2016 03:53:34 +0000 (20:53 -0700)]
Add zstd/lib in includes
Nick Terrell [Fri, 2 Sep 2016 03:45:55 +0000 (20:45 -0700)]
Put linker -l commands at the end
Nick Terrell [Fri, 2 Sep 2016 03:01:07 +0000 (20:01 -0700)]
Remove if statement, make language cpp
Nick Terrell [Fri, 2 Sep 2016 02:46:08 +0000 (19:46 -0700)]
Update travis-ci g++ for pzstds job
Nick Terrell [Fri, 2 Sep 2016 01:27:18 +0000 (18:27 -0700)]
Merge remote-tracking branch 'upstream/dev' into dev
Nick Terrell [Fri, 2 Sep 2016 01:26:19 +0000 (18:26 -0700)]
Fix up Makefiles, and fix include issues compiling with gcc
Yann Collet [Fri, 2 Sep 2016 01:11:43 +0000 (18:11 -0700)]
Merge branch 'dev' of github.com:Cyan4973/zstd into dev
Yann Collet [Fri, 2 Sep 2016 01:11:12 +0000 (18:11 -0700)]
zbufftest only depends on standard C time.h
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
Nick Terrell [Fri, 2 Sep 2016 00:53:23 +0000 (17:53 -0700)]
Minor tweaks to pzstd graph
Nick Terrell [Fri, 2 Sep 2016 00:43:07 +0000 (17:43 -0700)]
Update scale for compression speed graph
Yann Collet [Fri, 2 Sep 2016 00:12:26 +0000 (17:12 -0700)]
zstd cli correctly detects console on Mac OS-X
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/
Yann Collet [Thu, 1 Sep 2016 23:44:48 +0000 (16:44 -0700)]
zstreamtest depends only on standard C time.h
Nick Terrell [Thu, 1 Sep 2016 23:39:45 +0000 (16:39 -0700)]
Randomize tests so travis-ci tests can check for existing failures
Nick Terrell [Thu, 1 Sep 2016 23:26:27 +0000 (16:26 -0700)]
Update travis-ci config to include pzstd
Nick Terrell [Thu, 1 Sep 2016 23:21:19 +0000 (16:21 -0700)]
Get ready to add tests to travis-ci
Yann Collet [Thu, 1 Sep 2016 22:47:33 +0000 (15:47 -0700)]
bumped version number
Yann Collet [Thu, 1 Sep 2016 22:46:09 +0000 (15:46 -0700)]
changed test to avoid issue #316 (reported by John the Scott)
Nick Terrell [Thu, 1 Sep 2016 22:32:10 +0000 (15:32 -0700)]
Remove old benchmark code
Nick Terrell [Thu, 1 Sep 2016 22:30:36 +0000 (15:30 -0700)]
Fix small README things
Nick Terrell [Thu, 1 Sep 2016 22:22:19 +0000 (15:22 -0700)]
Add PZstandard to contrib/
Yann Collet [Thu, 1 Sep 2016 22:05:57 +0000 (15:05 -0700)]
zstd -d writes to stdout when input is stdin
Yann Collet [Thu, 1 Sep 2016 00:20:23 +0000 (17:20 -0700)]
Merge pull request #317 from facebook/master
change to README
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
Jan Kassens [Wed, 31 Aug 2016 18:40:22 +0000 (11:40 -0700)]
Fix build status images
The repository was moved, update the links.
Yann Collet [Wed, 31 Aug 2016 16:19:01 +0000 (09:19 -0700)]
Merge pull request #312 from Cyan4973/dev
update brew formula
Yann Collet [Wed, 31 Aug 2016 16:16:19 +0000 (09:16 -0700)]
update brew formula
Yann Collet [Wed, 31 Aug 2016 16:09:10 +0000 (09:09 -0700)]
Merge pull request #311 from Cyan4973/dev
Dev
Yann Collet [Wed, 31 Aug 2016 16:05:22 +0000 (09:05 -0700)]
updated NEWS
Yann Collet [Wed, 31 Aug 2016 14:51:25 +0000 (07:51 -0700)]
version bump
Yann Collet [Wed, 31 Aug 2016 14:34:18 +0000 (07:34 -0700)]
copy zlib license into file header
Yann Collet [Wed, 31 Aug 2016 14:15:44 +0000 (07:15 -0700)]
removed redundant files
Yann Collet [Tue, 30 Aug 2016 20:33:20 +0000 (13:33 -0700)]
minor Makefile updates
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…
David Lam [Tue, 30 Aug 2016 19:03:36 +0000 (12:03 -0700)]
merge
Yann Collet [Tue, 30 Aug 2016 17:04:33 +0000 (10:04 -0700)]
added boilerplate
Yann Collet [Tue, 30 Aug 2016 16:56:25 +0000 (09:56 -0700)]
minor refactor
Yann Collet [Tue, 30 Aug 2016 13:51:55 +0000 (06:51 -0700)]
Merge branch 'dev' of github.com:Cyan4973/zstd into dev
Yann Collet [Tue, 30 Aug 2016 13:51:00 +0000 (06:51 -0700)]
Fixed issue #304, reported by @borzunov
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
Yann Collet [Mon, 29 Aug 2016 23:32:33 +0000 (16:32 -0700)]
Merge pull request #307 from inikep/dev08
updated README.md
inikep [Mon, 29 Aug 2016 11:04:26 +0000 (13:04 +0200)]
updated README.md
Yann Collet [Mon, 29 Aug 2016 04:05:43 +0000 (21:05 -0700)]
ZSTD_malloc() and ZSTD_free(), to simplify customMem
Yann Collet [Mon, 29 Aug 2016 02:27:55 +0000 (19:27 -0700)]
fixed Visual project, removing fileio_legacy