]> git.ipfire.org Git - thirdparty/zstd.git/log
thirdparty/zstd.git
9 years agoremove ZSTD_compressBlock_opt2_generic
inikep [Fri, 5 Feb 2016 19:29:31 +0000 (20:29 +0100)] 
remove ZSTD_compressBlock_opt2_generic

9 years agoadded params.sufficientLength 122/head
inikep [Fri, 5 Feb 2016 18:45:25 +0000 (19:45 +0100)] 
added params.sufficientLength

9 years agoMerge remote-tracking branch 'refs/remotes/Cyan4973/v051' into dev
inikep [Fri, 5 Feb 2016 18:28:12 +0000 (19:28 +0100)] 
Merge remote-tracking branch 'refs/remotes/Cyan4973/v051' into dev

9 years agobackward match extension
inikep [Fri, 5 Feb 2016 18:25:40 +0000 (19:25 +0100)] 
backward match extension

9 years agoMerge pull request #120 from inikep/v05x
Yann Collet [Fri, 5 Feb 2016 16:25:55 +0000 (17:25 +0100)] 
Merge pull request #120 from inikep/v05x

V05x

9 years agotypo 119/head
Yann Collet [Fri, 5 Feb 2016 15:04:10 +0000 (16:04 +0100)] 
typo

9 years agoUpdated documentation 118/head
Yann Collet [Fri, 5 Feb 2016 14:24:57 +0000 (15:24 +0100)] 
Updated documentation

9 years agoMerge remote-tracking branch 'refs/remotes/origin/v05x' into dev
inikep [Fri, 5 Feb 2016 08:22:10 +0000 (09:22 +0100)] 
Merge remote-tracking branch 'refs/remotes/origin/v05x' into dev

9 years agoZSTD_OPT_DEBUG 120/head
inikep [Fri, 5 Feb 2016 08:21:20 +0000 (09:21 +0100)] 
ZSTD_OPT_DEBUG

9 years agoMerge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
inikep [Fri, 5 Feb 2016 08:14:24 +0000 (09:14 +0100)] 
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev

9 years agossize_t -> int
inikep [Fri, 5 Feb 2016 08:07:22 +0000 (09:07 +0100)] 
ssize_t -> int

9 years agochanged enum type name to `ZSTD_ErrorCode`
Yann Collet [Fri, 5 Feb 2016 01:33:10 +0000 (02:33 +0100)] 
changed enum type name to `ZSTD_ErrorCode`

9 years agosufficient_len = 32
inikep [Thu, 4 Feb 2016 21:22:47 +0000 (22:22 +0100)] 
sufficient_len = 32

9 years agossize_t
inikep [Thu, 4 Feb 2016 21:18:02 +0000 (22:18 +0100)] 
ssize_t

9 years agoMerge remote-tracking branch 'refs/remotes/Cyan4973/dev' into v05x
inikep [Thu, 4 Feb 2016 20:49:45 +0000 (21:49 +0100)] 
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into v05x

9 years agoMerge remote-tracking branch 'refs/remotes/Cyan4973/master' into v05x
inikep [Thu, 4 Feb 2016 20:46:33 +0000 (21:46 +0100)] 
Merge remote-tracking branch 'refs/remotes/Cyan4973/master' into v05x

9 years agocode cleaning
inikep [Thu, 4 Feb 2016 20:45:26 +0000 (21:45 +0100)] 
code cleaning

9 years agolast match will start at a minimum distance of 8 from oend
inikep [Thu, 4 Feb 2016 20:16:07 +0000 (21:16 +0100)] 
last match will start at a minimum distance of 8 from oend

9 years agocur_min
inikep [Thu, 4 Feb 2016 19:53:54 +0000 (20:53 +0100)] 
cur_min

9 years agoclean code
inikep [Thu, 4 Feb 2016 16:57:50 +0000 (17:57 +0100)] 
clean code

9 years ago40099096
inikep [Thu, 4 Feb 2016 16:48:33 +0000 (17:48 +0100)] 
40099096

9 years agogitignore
inikep [Thu, 4 Feb 2016 15:02:05 +0000 (16:02 +0100)] 
gitignore

9 years agoremoved llen
inikep [Thu, 4 Feb 2016 14:52:35 +0000 (15:52 +0100)] 
removed llen

9 years agoclean code
inikep [Thu, 4 Feb 2016 14:28:55 +0000 (15:28 +0100)] 
clean code

9 years agominor comments refactoring
Yann Collet [Thu, 4 Feb 2016 14:28:14 +0000 (15:28 +0100)] 
minor comments refactoring

9 years agonew copy rep
inikep [Thu, 4 Feb 2016 14:25:37 +0000 (15:25 +0100)] 
new copy rep

9 years agocur_rep
inikep [Thu, 4 Feb 2016 13:57:11 +0000 (14:57 +0100)] 
cur_rep

9 years agoi != litlen
inikep [Thu, 4 Feb 2016 13:55:23 +0000 (14:55 +0100)] 
i != litlen

9 years agoanchor
inikep [Thu, 4 Feb 2016 12:01:56 +0000 (13:01 +0100)] 
anchor

9 years agofixes
inikep [Thu, 4 Feb 2016 10:48:06 +0000 (11:48 +0100)] 
fixes

9 years ago40392170 integer
inikep [Thu, 4 Feb 2016 10:19:06 +0000 (11:19 +0100)] 
40392170 integer

9 years agoZSTD_resetFreqs
inikep [Thu, 4 Feb 2016 10:11:08 +0000 (11:11 +0100)] 
ZSTD_resetFreqs

9 years ago40370570 ZSTD_getPriceReal
inikep [Thu, 4 Feb 2016 09:04:33 +0000 (10:04 +0100)] 
40370570  ZSTD_getPriceReal

9 years agoMerge pull request #117 from Cyan4973/v05x
Yann Collet [Thu, 4 Feb 2016 01:49:43 +0000 (02:49 +0100)] 
Merge pull request #117 from Cyan4973/v05x

V05x

9 years agoMaxLit
inikep [Wed, 3 Feb 2016 21:56:55 +0000 (22:56 +0100)] 
MaxLit

9 years agoZSTD_getLiteralPrice 2
inikep [Wed, 3 Feb 2016 20:26:18 +0000 (21:26 +0100)] 
ZSTD_getLiteralPrice 2

9 years agoZSTD_getLiteralPrice
inikep [Wed, 3 Feb 2016 18:53:29 +0000 (19:53 +0100)] 
ZSTD_getLiteralPrice

9 years agoZSTD_get_price2
inikep [Wed, 3 Feb 2016 18:27:44 +0000 (19:27 +0100)] 
ZSTD_get_price2

9 years agoZSTD_get_price
inikep [Wed, 3 Feb 2016 18:13:28 +0000 (19:13 +0100)] 
ZSTD_get_price

9 years agoZSTD_updatePrice
inikep [Wed, 3 Feb 2016 18:08:48 +0000 (19:08 +0100)] 
ZSTD_updatePrice

9 years agoZSTD_updatePrice
inikep [Wed, 3 Feb 2016 17:47:30 +0000 (18:47 +0100)] 
ZSTD_updatePrice

9 years agoMerge remote-tracking branch 'refs/remotes/Cyan4973/v05x' into v05x
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

9 years agoZSTD_getPrice
inikep [Wed, 3 Feb 2016 16:25:42 +0000 (17:25 +0100)] 
ZSTD_getPrice

9 years ago40699855
inikep [Wed, 3 Feb 2016 15:54:23 +0000 (16:54 +0100)] 
40699855

9 years agominml
inikep [Wed, 3 Feb 2016 14:58:08 +0000 (15:58 +0100)] 
minml

9 years agoclean some code
inikep [Wed, 3 Feb 2016 12:30:34 +0000 (13:30 +0100)] 
clean some code

9 years ago40901629
inikep [Wed, 3 Feb 2016 12:25:34 +0000 (13:25 +0100)] 
40901629

9 years agoauto check of matches
inikep [Wed, 3 Feb 2016 12:17:28 +0000 (13:17 +0100)] 
auto check of matches

9 years ago40970636
inikep [Wed, 3 Feb 2016 11:53:07 +0000 (12:53 +0100)] 
40970636

9 years agoFixed decoding error (afl) 117/head
Yann Collet [Wed, 3 Feb 2016 11:39:34 +0000 (12:39 +0100)] 
Fixed decoding error (afl)

9 years agoUpdated error API, following suggestions by @nemequ (#116)
Yann Collet [Wed, 3 Feb 2016 11:06:24 +0000 (12:06 +0100)] 
Updated error API, following suggestions by @nemequ (#116)

9 years agolots of minor refactorings
Yann Collet [Wed, 3 Feb 2016 01:46:46 +0000 (02:46 +0100)] 
lots of minor refactorings

9 years agomove _usingDict() to stable API (zstd.h)
Yann Collet [Wed, 3 Feb 2016 01:11:32 +0000 (02:11 +0100)] 
move _usingDict() to stable API (zstd.h)

9 years agofixed visual project
Yann Collet [Wed, 3 Feb 2016 00:15:43 +0000 (01:15 +0100)] 
fixed visual project

9 years agoadded v0.4 legacy support
Yann Collet [Wed, 3 Feb 2016 00:09:46 +0000 (01:09 +0100)] 
added v0.4 legacy support

9 years agofixed
inikep [Tue, 2 Feb 2016 23:04:14 +0000 (00:04 +0100)] 
fixed

9 years ago41374379
inikep [Tue, 2 Feb 2016 18:47:09 +0000 (19:47 +0100)] 
41374379

9 years agoupdate
inikep [Tue, 2 Feb 2016 16:41:21 +0000 (17:41 +0100)] 
update

9 years agochanged long length format
Yann Collet [Tue, 2 Feb 2016 16:30:37 +0000 (17:30 +0100)] 
changed long length format

9 years ago41403384
inikep [Tue, 2 Feb 2016 15:43:31 +0000 (16:43 +0100)] 
41403384

9 years agofixed encoding bugs
Yann Collet [Tue, 2 Feb 2016 15:00:50 +0000 (16:00 +0100)] 
fixed encoding bugs

9 years agobetter logging
inikep [Tue, 2 Feb 2016 14:41:16 +0000 (15:41 +0100)] 
better logging

9 years agomodified buffer management rules
Yann Collet [Tue, 2 Feb 2016 13:36:49 +0000 (14:36 +0100)] 
modified buffer management rules

9 years agoturn off: last match must start at a minimum distance of 8 from oend
inikep [Tue, 2 Feb 2016 11:36:09 +0000 (12:36 +0100)] 
turn off: last match must start at a minimum distance of 8 from oend

9 years agoadded wildcard '*' expansion in DictBuilder under Visual
Yann Collet [Mon, 1 Feb 2016 23:29:00 +0000 (00:29 +0100)] 
added wildcard '*' expansion in DictBuilder under Visual

9 years agofixed clang warnings
Yann Collet [Sun, 31 Jan 2016 23:03:10 +0000 (00:03 +0100)] 
fixed clang warnings

9 years agoadded buffer interface to dictBuilder
Yann Collet [Sun, 31 Jan 2016 22:45:35 +0000 (23:45 +0100)] 
added buffer interface to dictBuilder

9 years agoin progress
inikep [Sun, 31 Jan 2016 14:32:01 +0000 (15:32 +0100)] 
in progress

9 years agono "start"
inikep [Sun, 31 Jan 2016 14:17:50 +0000 (15:17 +0100)] 
no "start"

9 years agofixed logs
inikep [Sun, 31 Jan 2016 13:28:26 +0000 (14:28 +0100)] 
fixed logs

9 years agobest_off
inikep [Sun, 31 Jan 2016 11:36:41 +0000 (12:36 +0100)] 
best_off

9 years agoworking
inikep [Sun, 31 Jan 2016 11:17:16 +0000 (12:17 +0100)] 
working

9 years agoZSTD_compressBlock_opt_generic
inikep [Sun, 31 Jan 2016 10:57:01 +0000 (11:57 +0100)] 
ZSTD_compressBlock_opt_generic

9 years agoGetAllMatches
inikep [Sun, 31 Jan 2016 10:25:48 +0000 (11:25 +0100)] 
GetAllMatches

9 years agoZSTD_opt
inikep [Sat, 30 Jan 2016 11:15:56 +0000 (12:15 +0100)] 
ZSTD_opt

9 years agofixed Visual warnings
Yann Collet [Sun, 31 Jan 2016 01:51:03 +0000 (02:51 +0100)] 
fixed Visual warnings

9 years agominor optimization for small files
Yann Collet [Sun, 31 Jan 2016 01:04:15 +0000 (02:04 +0100)] 
minor optimization for small files

9 years agominor compression gain
Yann Collet [Sat, 30 Jan 2016 23:58:06 +0000 (00:58 +0100)] 
minor compression gain

9 years agoMerge pull request #115 from KrzysFR/v05x
Yann Collet [Sat, 30 Jan 2016 22:36:35 +0000 (23:36 +0100)] 
Merge pull request #115 from KrzysFR/v05x

Added VS2013 project for dictBuilder

9 years agoAdded VS2013 project for dictBuilder 115/head
Christophe Chevalier [Sat, 30 Jan 2016 20:12:37 +0000 (21:12 +0100)] 
Added VS2013 project for dictBuilder

- fixed strings.h vs string.h include
- fixed INLINE/FORCE_INLINE defines

9 years agoadded : ZSTD_compress_usingPreparedCCtx()
Yann Collet [Sat, 30 Jan 2016 02:14:15 +0000 (03:14 +0100)] 
added : ZSTD_compress_usingPreparedCCtx()

9 years agominor cosmetic refactoring
Yann Collet [Fri, 29 Jan 2016 15:48:10 +0000 (16:48 +0100)] 
minor cosmetic refactoring

9 years agoadded warning message (too few samples)
Yann Collet [Fri, 29 Jan 2016 14:25:11 +0000 (15:25 +0100)] 
added warning message (too few samples)

9 years agoadded fast sampling mode
Yann Collet [Fri, 29 Jan 2016 01:45:26 +0000 (02:45 +0100)] 
added fast sampling mode

9 years agominor compression speed improvement
Yann Collet [Thu, 28 Jan 2016 16:56:33 +0000 (17:56 +0100)] 
minor compression speed improvement

9 years agoadd basic tests
Yann Collet [Thu, 28 Jan 2016 14:39:52 +0000 (15:39 +0100)] 
add basic tests

9 years agominor API update
Yann Collet [Thu, 28 Jan 2016 09:30:02 +0000 (10:30 +0100)] 
minor API update

9 years agooptimized counting of small segments
Yann Collet [Thu, 28 Jan 2016 02:24:53 +0000 (03:24 +0100)] 
optimized counting of small segments

9 years agoadded dictionary builder utility
Yann Collet [Wed, 27 Jan 2016 23:29:58 +0000 (00:29 +0100)] 
added dictionary builder utility

9 years agochanged dictionary format
Yann Collet [Wed, 27 Jan 2016 23:18:06 +0000 (00:18 +0100)] 
changed dictionary format

9 years agomodified streaming compression API
Yann Collet [Tue, 26 Jan 2016 15:31:22 +0000 (16:31 +0100)] 
modified streaming compression API

9 years agomodified streaming decompression API
Yann Collet [Tue, 26 Jan 2016 14:58:49 +0000 (15:58 +0100)] 
modified streaming decompression API

9 years agointroduced dictionary format
Yann Collet [Tue, 26 Jan 2016 02:14:20 +0000 (03:14 +0100)] 
introduced dictionary format

9 years agofixed new MIN_CBLOCK_SIZE
Yann Collet [Mon, 25 Jan 2016 16:26:01 +0000 (17:26 +0100)] 
fixed new MIN_CBLOCK_SIZE

9 years agofixed decompression bugs
Yann Collet [Mon, 25 Jan 2016 15:54:05 +0000 (16:54 +0100)] 
fixed decompression bugs

9 years agofix visual warnings
Yann Collet [Mon, 25 Jan 2016 03:22:03 +0000 (04:22 +0100)] 
fix visual warnings

9 years agostream control
Yann Collet [Mon, 25 Jan 2016 03:10:46 +0000 (04:10 +0100)] 
stream control

9 years agovariable litblock header size
Yann Collet [Sat, 23 Jan 2016 18:28:41 +0000 (19:28 +0100)] 
variable litblock header size

9 years agoMerge pull request #114 from Cyan4973/dev v0.4.7
Yann Collet [Fri, 22 Jan 2016 12:14:29 +0000 (13:14 +0100)] 
Merge pull request #114 from Cyan4973/dev

Dev

9 years agofixed cmake 114/head
Yann Collet [Thu, 21 Jan 2016 15:08:01 +0000 (16:08 +0100)] 
fixed cmake