]>
git.ipfire.org Git - thirdparty/zstd.git/log
Yann Collet [Fri, 12 Feb 2016 21:04:49 +0000 (22:04 +0100)]
Fixed Visual solution
Yann Collet [Fri, 12 Feb 2016 19:19:48 +0000 (20:19 +0100)]
notificationLevel into ZDICT_param_t
Yann Collet [Fri, 12 Feb 2016 18:00:30 +0000 (19:00 +0100)]
fixed libzstd install
Yann Collet [Fri, 12 Feb 2016 17:59:11 +0000 (18:59 +0100)]
zstd_buffered => zbuff
Yann Collet [Fri, 12 Feb 2016 17:48:07 +0000 (18:48 +0100)]
fixed cmake
Yann Collet [Fri, 12 Feb 2016 17:45:02 +0000 (18:45 +0100)]
dictBuilder => zdict
Yann Collet [Fri, 12 Feb 2016 17:33:26 +0000 (18:33 +0100)]
zstd cli can decompress multiple files with no specific suffix condition into stdout
Yann Collet [Fri, 12 Feb 2016 14:56:46 +0000 (15:56 +0100)]
cli : added ability to compress multiple files into stdout (-c)
Yann Collet [Fri, 12 Feb 2016 02:52:37 +0000 (03:52 +0100)]
fixed Valgrind tests
Yann Collet [Fri, 12 Feb 2016 02:50:05 +0000 (03:50 +0100)]
fixed cmake
Yann Collet [Fri, 12 Feb 2016 01:56:27 +0000 (02:56 +0100)]
updated tests
Yann Collet [Fri, 12 Feb 2016 01:31:57 +0000 (02:31 +0100)]
Integrated dictionary builder into zstd cli
Yann Collet [Thu, 11 Feb 2016 23:32:38 +0000 (00:32 +0100)]
Fixed clang warnings
Yann Collet [Thu, 11 Feb 2016 23:07:30 +0000 (00:07 +0100)]
Integrate dictBuilder into libzstd
Yann Collet [Thu, 11 Feb 2016 06:14:25 +0000 (07:14 +0100)]
fixed asan read error in ZSTD_HcGetAllMatches
Yann Collet [Thu, 11 Feb 2016 05:23:24 +0000 (06:23 +0100)]
paramgrill can select manually targetLength
new compression levels
Yann Collet [Thu, 11 Feb 2016 03:38:55 +0000 (04:38 +0100)]
changed : sufficientLength => targetLength
Yann Collet [Thu, 11 Feb 2016 03:17:50 +0000 (04:17 +0100)]
minor cosmetics
Yann Collet [Wed, 10 Feb 2016 16:18:24 +0000 (17:18 +0100)]
restored fast zstd_opt variant
Yann Collet [Wed, 10 Feb 2016 16:07:37 +0000 (17:07 +0100)]
paramgrill supports sufficientLength
stronger variation for ZSTD_opt
Yann Collet [Wed, 10 Feb 2016 14:44:07 +0000 (15:44 +0100)]
restored currentMl>0 condition, as suggested by @inikep
Yann Collet [Wed, 10 Feb 2016 14:05:12 +0000 (15:05 +0100)]
change zstd_opt.c into zstd_opt.h, since it's included
Yann Collet [Wed, 10 Feb 2016 13:50:22 +0000 (14:50 +0100)]
fixed debug print macros on Windows
Yann Collet [Wed, 10 Feb 2016 13:26:30 +0000 (14:26 +0100)]
minor refactor
Yann Collet [Wed, 10 Feb 2016 13:01:49 +0000 (14:01 +0100)]
fix : inlining difficulties with gcc 4.6 (travis)
Yann Collet [Wed, 10 Feb 2016 12:37:52 +0000 (13:37 +0100)]
Refactoring for portability
Yann Collet [Tue, 9 Feb 2016 23:57:00 +0000 (00:57 +0100)]
Merge pull request #125 from inikep/dev
Dev
inikep [Tue, 9 Feb 2016 22:26:30 +0000 (23:26 +0100)]
fix for ZSTD_HcGetAllMatches_generic
inikep [Tue, 9 Feb 2016 22:00:41 +0000 (23:00 +0100)]
Revert "Revert "ZSTD_compressBlock_opt_extDict_generic""
This reverts commit
2b714dfd2642d30e5b6ea84a61b148d8bc790a61.
inikep [Tue, 9 Feb 2016 21:47:51 +0000 (22:47 +0100)]
Revert "ZSTD_compressBlock_opt_extDict_generic"
This reverts commit
b498fc1c9971e64022607309213bcd7a3bf0d244.
inikep [Tue, 9 Feb 2016 21:23:48 +0000 (22:23 +0100)]
ZSTD_compressBlock_opt_extDict_generic
inikep [Tue, 9 Feb 2016 20:12:23 +0000 (21:12 +0100)]
dumpsEnd
inikep [Tue, 9 Feb 2016 19:47:39 +0000 (20:47 +0100)]
int to U32
Yann Collet [Tue, 9 Feb 2016 16:55:01 +0000 (17:55 +0100)]
Fixed minor warnings in legacy modes
Yann Collet [Mon, 8 Feb 2016 19:58:37 +0000 (20:58 +0100)]
removed PowerPC target on Travis CI (unfortunately unsupported)
Yann Collet [Mon, 8 Feb 2016 19:29:59 +0000 (20:29 +0100)]
more tests
Yann Collet [Mon, 8 Feb 2016 19:24:07 +0000 (20:24 +0100)]
tests for powerpc target on travis ci
Yann Collet [Mon, 8 Feb 2016 17:46:26 +0000 (18:46 +0100)]
Added btlazy2 to short tests
Yann Collet [Mon, 8 Feb 2016 00:27:59 +0000 (01:27 +0100)]
Added PowerPC tests with Qemu user more
Shortened tests for emulated platforms
removed date from CLI for reproducibility
Yann Collet [Sun, 7 Feb 2016 22:58:32 +0000 (23:58 +0100)]
new : ARM tests with Qemu user-mode
Yann Collet [Sun, 7 Feb 2016 03:00:27 +0000 (04:00 +0100)]
added missing patches
Yann Collet [Sun, 7 Feb 2016 02:53:12 +0000 (03:53 +0100)]
fix big-endian compression error
Yann Collet [Sat, 6 Feb 2016 15:46:33 +0000 (16:46 +0100)]
Merge pull request #124 from inikep/dev
Dev
inikep [Sat, 6 Feb 2016 14:18:26 +0000 (15:18 +0100)]
a bugfix for backward matches
inikep [Fri, 5 Feb 2016 19:29:31 +0000 (20:29 +0100)]
remove ZSTD_compressBlock_opt2_generic
Yann Collet [Fri, 5 Feb 2016 19:08:26 +0000 (20:08 +0100)]
Merge pull request #122 from inikep/dev
Dev
inikep [Fri, 5 Feb 2016 18:45:25 +0000 (19:45 +0100)]
added params.sufficientLength
inikep [Fri, 5 Feb 2016 18:28:12 +0000 (19:28 +0100)]
Merge remote-tracking branch 'refs/remotes/Cyan4973/v051' into dev
inikep [Fri, 5 Feb 2016 18:25:40 +0000 (19:25 +0100)]
backward match extension
Yann Collet [Fri, 5 Feb 2016 16:25:55 +0000 (17:25 +0100)]
Merge pull request #120 from inikep/v05x
V05x
Yann Collet [Fri, 5 Feb 2016 15:04:10 +0000 (16:04 +0100)]
typo
Yann Collet [Fri, 5 Feb 2016 14:24:57 +0000 (15:24 +0100)]
Updated documentation
inikep [Fri, 5 Feb 2016 08:22:10 +0000 (09:22 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/v05x' into dev
inikep [Fri, 5 Feb 2016 08:21:20 +0000 (09:21 +0100)]
ZSTD_OPT_DEBUG
inikep [Fri, 5 Feb 2016 08:14:24 +0000 (09:14 +0100)]
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
inikep [Fri, 5 Feb 2016 08:07:22 +0000 (09:07 +0100)]
ssize_t -> int
Yann Collet [Fri, 5 Feb 2016 01:33:10 +0000 (02:33 +0100)]
changed enum type name to `ZSTD_ErrorCode`
inikep [Thu, 4 Feb 2016 21:22:47 +0000 (22:22 +0100)]
sufficient_len = 32
inikep [Thu, 4 Feb 2016 21:18:02 +0000 (22:18 +0100)]
ssize_t
inikep [Thu, 4 Feb 2016 20:49:45 +0000 (21:49 +0100)]
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into v05x
inikep [Thu, 4 Feb 2016 20:46:33 +0000 (21:46 +0100)]
Merge remote-tracking branch 'refs/remotes/Cyan4973/master' into v05x
inikep [Thu, 4 Feb 2016 20:45:26 +0000 (21:45 +0100)]
code cleaning
inikep [Thu, 4 Feb 2016 20:16:07 +0000 (21:16 +0100)]
last match will start at a minimum distance of 8 from oend
inikep [Thu, 4 Feb 2016 19:53:54 +0000 (20:53 +0100)]
cur_min
inikep [Thu, 4 Feb 2016 16:57:50 +0000 (17:57 +0100)]
clean code
inikep [Thu, 4 Feb 2016 16:48:33 +0000 (17:48 +0100)]
inikep [Thu, 4 Feb 2016 15:02:05 +0000 (16:02 +0100)]
gitignore
inikep [Thu, 4 Feb 2016 14:52:35 +0000 (15:52 +0100)]
removed llen
inikep [Thu, 4 Feb 2016 14:28:55 +0000 (15:28 +0100)]
clean code
Yann Collet [Thu, 4 Feb 2016 14:28:14 +0000 (15:28 +0100)]
minor comments refactoring
inikep [Thu, 4 Feb 2016 14:25:37 +0000 (15:25 +0100)]
new copy rep
inikep [Thu, 4 Feb 2016 13:57:11 +0000 (14:57 +0100)]
cur_rep
inikep [Thu, 4 Feb 2016 13:55:23 +0000 (14:55 +0100)]
i != litlen
inikep [Thu, 4 Feb 2016 12:01:56 +0000 (13:01 +0100)]
anchor
inikep [Thu, 4 Feb 2016 10:48:06 +0000 (11:48 +0100)]
fixes
inikep [Thu, 4 Feb 2016 10:19:06 +0000 (11:19 +0100)]
inikep [Thu, 4 Feb 2016 10:11:08 +0000 (11:11 +0100)]
ZSTD_resetFreqs
inikep [Thu, 4 Feb 2016 09:04:33 +0000 (10:04 +0100)]
40370570 ZSTD_getPriceReal
Yann Collet [Thu, 4 Feb 2016 01:49:43 +0000 (02:49 +0100)]
Merge pull request #117 from Cyan4973/v05x
V05x
inikep [Wed, 3 Feb 2016 21:56:55 +0000 (22:56 +0100)]
MaxLit
inikep [Wed, 3 Feb 2016 20:26:18 +0000 (21:26 +0100)]
ZSTD_getLiteralPrice 2
inikep [Wed, 3 Feb 2016 18:53:29 +0000 (19:53 +0100)]
ZSTD_getLiteralPrice
inikep [Wed, 3 Feb 2016 18:27:44 +0000 (19:27 +0100)]
ZSTD_get_price2
inikep [Wed, 3 Feb 2016 18:13:28 +0000 (19:13 +0100)]
ZSTD_get_price
inikep [Wed, 3 Feb 2016 18:08:48 +0000 (19:08 +0100)]
ZSTD_updatePrice
inikep [Wed, 3 Feb 2016 17:47:30 +0000 (18:47 +0100)]
ZSTD_updatePrice
inikep [Wed, 3 Feb 2016 16:29:40 +0000 (17:29 +0100)]
Merge remote-tracking branch 'refs/remotes/Cyan4973/v05x' into v05x
# Conflicts:
# lib/zstd_compress.c
# lib/zstd_static.h
inikep [Wed, 3 Feb 2016 16:25:42 +0000 (17:25 +0100)]
ZSTD_getPrice
inikep [Wed, 3 Feb 2016 15:54:23 +0000 (16:54 +0100)]
inikep [Wed, 3 Feb 2016 14:58:08 +0000 (15:58 +0100)]
minml
inikep [Wed, 3 Feb 2016 12:30:34 +0000 (13:30 +0100)]
clean some code
inikep [Wed, 3 Feb 2016 12:25:34 +0000 (13:25 +0100)]
inikep [Wed, 3 Feb 2016 12:17:28 +0000 (13:17 +0100)]
auto check of matches
inikep [Wed, 3 Feb 2016 11:53:07 +0000 (12:53 +0100)]
Yann Collet [Wed, 3 Feb 2016 11:39:34 +0000 (12:39 +0100)]
Fixed decoding error (afl)
Yann Collet [Wed, 3 Feb 2016 11:06:24 +0000 (12:06 +0100)]
Updated error API, following suggestions by @nemequ (#116)
Yann Collet [Wed, 3 Feb 2016 01:46:46 +0000 (02:46 +0100)]
lots of minor refactorings
Yann Collet [Wed, 3 Feb 2016 01:11:32 +0000 (02:11 +0100)]
move _usingDict() to stable API (zstd.h)
Yann Collet [Wed, 3 Feb 2016 00:15:43 +0000 (01:15 +0100)]
fixed visual project
Yann Collet [Wed, 3 Feb 2016 00:09:46 +0000 (01:09 +0100)]
added v0.4 legacy support