]>
git.ipfire.org Git - thirdparty/zstd.git/log
inikep [Wed, 2 Mar 2016 19:37:49 +0000 (20:37 +0100)]
fix clang -Wcast-align warning (part 2)
inikep [Wed, 2 Mar 2016 18:17:13 +0000 (19:17 +0100)]
fix clang -Wcast-align warning
inikep [Wed, 2 Mar 2016 14:56:24 +0000 (15:56 +0100)]
priceTable moved to heap
inikep [Wed, 2 Mar 2016 13:36:41 +0000 (14:36 +0100)]
improved price function initialization
inikep [Tue, 1 Mar 2016 13:14:35 +0000 (14:14 +0100)]
fixed repcode before lowLimit
inikep [Mon, 29 Feb 2016 21:07:40 +0000 (22:07 +0100)]
better logs
inikep [Mon, 29 Feb 2016 11:33:08 +0000 (12:33 +0100)]
fixed bug with 3 or more succesive rep codes
inikep [Thu, 25 Feb 2016 21:31:07 +0000 (22:31 +0100)]
fixed ZSTD_copyCCtx
inikep [Thu, 25 Feb 2016 18:15:08 +0000 (19:15 +0100)]
fixed paramgrill
inikep [Thu, 25 Feb 2016 15:47:57 +0000 (16:47 +0100)]
turn off RTF optimization
inikep [Wed, 24 Feb 2016 17:09:36 +0000 (18:09 +0100)]
more accurate gain function
inikep [Wed, 24 Feb 2016 13:40:30 +0000 (14:40 +0100)]
combined price function
inikep [Tue, 23 Feb 2016 18:08:20 +0000 (19:08 +0100)]
improved ZSTD_GETPRICE
inikep [Tue, 23 Feb 2016 15:25:04 +0000 (16:25 +0100)]
priceFunc
inikep [Tue, 23 Feb 2016 11:41:56 +0000 (12:41 +0100)]
statistics of encoded sequences
inikep [Mon, 22 Feb 2016 16:00:04 +0000 (17:00 +0100)]
dummy levels 22-25
inikep [Mon, 22 Feb 2016 14:53:42 +0000 (15:53 +0100)]
MINMATCH=3 or 4 selected in ZSTD frame
inikep [Mon, 22 Feb 2016 10:34:07 +0000 (11:34 +0100)]
support for searchLength from 3 to 7 for optimal parser
inikep [Mon, 22 Feb 2016 09:11:39 +0000 (10:11 +0100)]
removed backward match extension
inikep [Mon, 22 Feb 2016 09:06:17 +0000 (10:06 +0100)]
removed ZSTD_opt parser
inikep [Fri, 19 Feb 2016 17:24:14 +0000 (18:24 +0100)]
litlen bounded to 128 bytes
inikep [Fri, 19 Feb 2016 10:59:44 +0000 (11:59 +0100)]
speed optimiaztions
inikep [Fri, 19 Feb 2016 10:05:25 +0000 (11:05 +0100)]
ZSTD_rescaleFreqs and removed minml
inikep [Fri, 19 Feb 2016 09:09:35 +0000 (10:09 +0100)]
added hashLog3
Yann Collet [Thu, 18 Feb 2016 18:15:19 +0000 (19:15 +0100)]
Visual : 32-bit build release uses static linking (/MT)
Yann Collet [Thu, 18 Feb 2016 13:49:24 +0000 (14:49 +0100)]
Visual : `zstd` supports for `*` wildcard character on command line
Visual : `zstd` 32-bits version compatible with Windows XP
Yann Collet [Thu, 18 Feb 2016 00:01:42 +0000 (01:01 +0100)]
modified level 18
Yann Collet [Wed, 17 Feb 2016 17:03:17 +0000 (18:03 +0100)]
Updated graphs
Yann Collet [Wed, 17 Feb 2016 16:47:29 +0000 (17:47 +0100)]
Added : README within /lib directory, to help file selection
Yann Collet [Wed, 17 Feb 2016 16:18:28 +0000 (17:18 +0100)]
Merge pull request #128 from Cyan4973/v051
V051
Yann Collet [Wed, 17 Feb 2016 16:04:12 +0000 (17:04 +0100)]
longer pgo tests
Yann Collet [Wed, 17 Feb 2016 12:40:11 +0000 (13:40 +0100)]
fix zstd-frugal
Yann Collet [Tue, 16 Feb 2016 16:41:03 +0000 (17:41 +0100)]
performance fix for hash chain mode
Yann Collet [Tue, 16 Feb 2016 15:35:28 +0000 (16:35 +0100)]
added : test for too large CLevel
Yann Collet [Tue, 16 Feb 2016 15:33:48 +0000 (16:33 +0100)]
zstd cli : control maximum compression level
Yann Collet [Tue, 16 Feb 2016 15:06:53 +0000 (16:06 +0100)]
Updated readme (dictionary)
Yann Collet [Tue, 16 Feb 2016 13:42:08 +0000 (14:42 +0100)]
Updated man zstd
Added `-t` | `--test` to zstd cli
Added a few long commands, compatible with gzip
Yann Collet [Mon, 15 Feb 2016 19:37:23 +0000 (20:37 +0100)]
Fix corner case multiple files bug
Added test cases
Yann Collet [Mon, 15 Feb 2016 18:33:16 +0000 (19:33 +0100)]
Added : option `-t` to test compressed files integrity
Yann Collet [Mon, 15 Feb 2016 17:42:13 +0000 (18:42 +0100)]
Faster literals cost evaluation (suggested by @inikep)
Yann Collet [Mon, 15 Feb 2016 16:44:14 +0000 (17:44 +0100)]
Removed `if (matchIndex >= current) return 0;` as recommended by @inikep
Yann Collet [Mon, 15 Feb 2016 16:06:29 +0000 (17:06 +0100)]
refactored fix to be more generic and applicable to both btlazy2 and btopt
Yann Collet [Mon, 15 Feb 2016 13:07:07 +0000 (14:07 +0100)]
performance tweak : bt search w/ long repeated segments
Yann Collet [Mon, 15 Feb 2016 06:21:54 +0000 (07:21 +0100)]
Change : zstd_opt_bt => zstd_btopt
Yann Collet [Mon, 15 Feb 2016 05:49:09 +0000 (06:49 +0100)]
updated CLevel confs for 256K
Yann Collet [Sat, 13 Feb 2016 14:07:24 +0000 (15:07 +0100)]
modified : compression Levels for blocks <= 16KB
Yann Collet [Sat, 13 Feb 2016 10:20:23 +0000 (11:20 +0100)]
Changed compression level settings
Yann Collet [Sat, 13 Feb 2016 02:12:10 +0000 (03:12 +0100)]
added simple one file test
Yann Collet [Sat, 13 Feb 2016 02:09:48 +0000 (03:09 +0100)]
Fixed : error when compressing one file
Yann Collet [Sat, 13 Feb 2016 01:07:24 +0000 (02:07 +0100)]
Introduced new compression level settings
Changed position of parameter TargetLength
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