]>
git.ipfire.org Git - thirdparty/zstd.git/log
Johannes Rudolph [Wed, 14 Sep 2016 17:14:49 +0000 (19:14 +0200)]
spec: clarify how bitstream exactly needs to be reversed for reading
Johannes Rudolph [Wed, 14 Sep 2016 17:01:04 +0000 (19:01 +0200)]
add FSE decoding tables for predefined distributions to spec
They can so serve as a sample result of the table construction algorithm.
Yann Collet [Tue, 13 Sep 2016 22:16:07 +0000 (00:16 +0200)]
Fixed srcSize=1
Yann Collet [Tue, 13 Sep 2016 17:41:06 +0000 (19:41 +0200)]
Merge branch 'fasterDDict' into dev
Yann Collet [Tue, 13 Sep 2016 17:40:50 +0000 (19:40 +0200)]
updated NEWS
Yann Collet [Tue, 13 Sep 2016 15:54:37 +0000 (17:54 +0200)]
added -r support for Mac OS-X
Yann Collet [Tue, 13 Sep 2016 15:50:08 +0000 (17:50 +0200)]
-r generates an error on systems which do not support it
Yann Collet [Tue, 13 Sep 2016 15:33:47 +0000 (17:33 +0200)]
fixed fullbench
Yann Collet [Tue, 13 Sep 2016 15:23:31 +0000 (17:23 +0200)]
updated NEWS
Yann Collet [Tue, 13 Sep 2016 15:21:17 +0000 (17:21 +0200)]
Merge pull request #365 from inikep/dev
Dev
Yann Collet [Tue, 13 Sep 2016 14:52:16 +0000 (16:52 +0200)]
new strategy for faster DDict decompression
inikep [Tue, 13 Sep 2016 14:38:54 +0000 (16:38 +0200)]
fixed precision warnigns
inikep [Tue, 13 Sep 2016 12:00:18 +0000 (14:00 +0200)]
added zstd.rc
inikep [Tue, 13 Sep 2016 11:53:43 +0000 (13:53 +0200)]
zstd.exe has FileVersion and ProductVersion
inikep [Tue, 13 Sep 2016 11:13:10 +0000 (13:13 +0200)]
util.h: removed dependency from PATH_MAX
Yann Collet [Mon, 12 Sep 2016 22:51:47 +0000 (00:51 +0200)]
updated comments
Yann Collet [Mon, 12 Sep 2016 22:09:30 +0000 (00:09 +0200)]
Merge pull request #363 from inikep/dev
Dev
inikep [Mon, 12 Sep 2016 19:43:59 +0000 (21:43 +0200)]
.travis.yml: added ubuntu-toolchain-r-test for asan32
inikep [Mon, 12 Sep 2016 19:28:07 +0000 (21:28 +0200)]
.travis.yml: restored asan32 test
inikep [Mon, 12 Sep 2016 15:20:44 +0000 (17:20 +0200)]
.travis.yml: added "sourceline"
inikep [Mon, 12 Sep 2016 14:42:07 +0000 (16:42 +0200)]
force Travis to use clang-3.8
inikep [Mon, 12 Sep 2016 13:57:40 +0000 (15:57 +0200)]
.travis.yml: added gcc-multilib
inikep [Mon, 12 Sep 2016 12:33:23 +0000 (14:33 +0200)]
.travis.yml: 32-bit clang tests switched to Ubuntu 14.04
inikep [Mon, 12 Sep 2016 12:17:47 +0000 (14:17 +0200)]
test-zstd-speed.py: compiler version and MD5 in logs
inikep [Mon, 12 Sep 2016 12:17:26 +0000 (14:17 +0200)]
appveyor.yml: automatic builds of Windows executables
Yann Collet [Mon, 12 Sep 2016 03:04:26 +0000 (05:04 +0200)]
make uninstall
Yann Collet [Mon, 12 Sep 2016 01:14:03 +0000 (03:14 +0200)]
Merge branch 'dev' of github.com:Cyan4973/zstd into dev
Yann Collet [Fri, 9 Sep 2016 17:33:56 +0000 (19:33 +0200)]
better error handling
Yann Collet [Fri, 9 Sep 2016 17:16:20 +0000 (19:16 +0200)]
Merge pull request #357 from jrudolph/patch-1
Smallish typo fixes in format documentation
Johannes Rudolph [Fri, 9 Sep 2016 17:02:40 +0000 (19:02 +0200)]
Smallish typo fixes in format documentation
Yann Collet [Fri, 9 Sep 2016 14:49:38 +0000 (16:49 +0200)]
Merge branch 'dev' of github.com:facebook/zstd into dev
Yann Collet [Fri, 9 Sep 2016 14:44:16 +0000 (16:44 +0200)]
changed streaming decoder behavior : now, when all compressed frame is consumed, it means decompression is completed, with regenerated data fully flushed.
Yann Collet [Thu, 8 Sep 2016 17:48:04 +0000 (19:48 +0200)]
clarified doc
Yann Collet [Fri, 9 Sep 2016 04:32:41 +0000 (06:32 +0200)]
Merge pull request #355 from codeshef/dev
modification in line 51
codeshef [Thu, 8 Sep 2016 20:53:29 +0000 (02:23 +0530)]
modification in line51
Yann Collet [Thu, 8 Sep 2016 17:39:00 +0000 (19:39 +0200)]
clarified tests
Yann Collet [Thu, 8 Sep 2016 17:29:25 +0000 (19:29 +0200)]
Merge branch 'dev' of github.com:facebook/zstd into dev
Yann Collet [Thu, 8 Sep 2016 17:29:04 +0000 (19:29 +0200)]
updated decompression streaming example
Yann Collet [Thu, 8 Sep 2016 05:41:11 +0000 (07:41 +0200)]
Merge pull request #352 from terrelln/dev
Specify that dictionary ID is little-endian
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:01:33 +0000 (07:01 +0200)]
minor comment
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