]>
git.ipfire.org Git - thirdparty/zstd.git/log
inikep [Wed, 22 Jun 2016 18:06:42 +0000 (20:06 +0200)]
test-zstd-speed.py: reordering of functions
inikep [Wed, 22 Jun 2016 16:12:57 +0000 (18:12 +0200)]
test-zstd-speed.py: improved exception handling
inikep [Wed, 22 Jun 2016 15:11:01 +0000 (17:11 +0200)]
test-zstd-speed.py: added --message in start and finish e-mail
- support for ~ in filenames
- result files ending with .txt
inikep [Wed, 22 Jun 2016 14:22:29 +0000 (16:22 +0200)]
Merge remote-tracking branch 'refs/remotes/origin/speedTest' into dev
inikep [Wed, 22 Jun 2016 14:21:34 +0000 (16:21 +0200)]
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
inikep [Wed, 22 Jun 2016 14:13:25 +0000 (16:13 +0200)]
bench.c: added support for ZSTD_GIT_COMMIT
inikep [Wed, 22 Jun 2016 13:42:26 +0000 (15:42 +0200)]
test-zstd-speed.py: added ZSTD_GIT_COMMIT
inikep [Wed, 22 Jun 2016 12:01:53 +0000 (14:01 +0200)]
test-zstd-speed.py: sent e-mail after KeyboardInterrupt
Yann Collet [Wed, 22 Jun 2016 11:15:53 +0000 (13:15 +0200)]
fixed strict-aliasing warning on gcc6
inikep [Wed, 22 Jun 2016 11:07:58 +0000 (13:07 +0200)]
test-zstd-speed.py: improved log and e-mail formatting
inikep [Wed, 22 Jun 2016 10:12:35 +0000 (12:12 +0200)]
test-zstd-speed.py: send e-mail in case of error
Yann Collet [Wed, 22 Jun 2016 09:05:34 +0000 (11:05 +0200)]
Fixed : dictBuilder fails if first sample is too small
Yann Collet [Tue, 21 Jun 2016 19:51:52 +0000 (21:51 +0200)]
Merge pull request #219 from inikep/dev
added gcc5test and gcc6test for Travis
inikep [Tue, 21 Jun 2016 17:28:51 +0000 (19:28 +0200)]
test-zstd-speed.py: improved formatting
inikep [Tue, 21 Jun 2016 16:04:13 +0000 (18:04 +0200)]
Makefile: added gcc5test and gcc6test
improved Travis tests
Yann Collet [Tue, 21 Jun 2016 15:06:25 +0000 (17:06 +0200)]
fix : segfault in command line during automatic overwrite protection mode
Yann Collet [Tue, 21 Jun 2016 13:18:11 +0000 (15:18 +0200)]
refactored ZBUFF_compressEnd() for better maintainability
Yann Collet [Tue, 21 Jun 2016 12:14:02 +0000 (14:14 +0200)]
zbufftest now ensures ZBUFF_compressEnd() is fully flushed in a single pass if dst buffer is large enough
Yann Collet [Tue, 21 Jun 2016 12:04:57 +0000 (14:04 +0200)]
fix : ZBUFF_compressEnd() gives right amount remaining to flush, including future epilogue
Yann Collet [Tue, 21 Jun 2016 11:11:48 +0000 (13:11 +0200)]
Fixed : ZBUFF_compressEnd() called multiple times with too small dst buffer (#206)
Yann Collet [Tue, 21 Jun 2016 10:17:26 +0000 (12:17 +0200)]
stronger fuzzer tests for ZBUFF_compressEnd()
Yann Collet [Tue, 21 Jun 2016 09:54:03 +0000 (11:54 +0200)]
clarified comments on `ZSTD_compressContinue()`
inikep [Tue, 21 Jun 2016 09:26:17 +0000 (11:26 +0200)]
test-zstd-speed.py: added send_simple_email
inikep [Tue, 21 Jun 2016 09:01:29 +0000 (11:01 +0200)]
bench.c: use ZSTD_VERSION_STRING
Yann Collet [Tue, 21 Jun 2016 08:15:43 +0000 (10:15 +0200)]
updated library to v0.7.1
Yann Collet [Tue, 21 Jun 2016 06:01:51 +0000 (08:01 +0200)]
minor refactor
Yann Collet [Mon, 20 Jun 2016 21:34:04 +0000 (23:34 +0200)]
minor : fast_extDict does no longer skip first byte
Yann Collet [Mon, 20 Jun 2016 17:15:37 +0000 (19:15 +0200)]
new correction, less extreme replacement value
Yann Collet [Mon, 20 Jun 2016 16:31:25 +0000 (18:31 +0200)]
fixed corruption error related to inter-blocks rep-offset
Yann Collet [Mon, 20 Jun 2016 14:31:24 +0000 (16:31 +0200)]
Modified : zstd CLI enables checksum by default
Yann Collet [Mon, 20 Jun 2016 14:18:19 +0000 (16:18 +0200)]
roundTripCrash automatic compression level now depends on first 128 bytes
Yann Collet [Sun, 19 Jun 2016 21:06:54 +0000 (23:06 +0200)]
Modified : ZSTD_createDDict() accepts dictionary < 8 bytes in pure content mode (reported by @chipturner)
Yann Collet [Sun, 19 Jun 2016 12:27:54 +0000 (14:27 +0200)]
Merge branch 'dev' of github.com:Cyan4973/zstd into dev
Yann Collet [Sun, 19 Jun 2016 12:27:21 +0000 (14:27 +0200)]
minor refactor, using `WILDCOPY_OVERLENGTH` macro instead of hard-coded 8
Yann Collet [Fri, 17 Jun 2016 14:15:34 +0000 (16:15 +0200)]
Merge pull request #213 from inikep/dev
test-zstd-versions.py: test dictionary compression of v0.5.1 and newer
inikep [Fri, 17 Jun 2016 13:17:37 +0000 (15:17 +0200)]
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
inikep [Fri, 17 Jun 2016 13:17:35 +0000 (15:17 +0200)]
test-zstd-versions.py: fixed creation of dictionaries for v0.5.1+
inikep [Fri, 17 Jun 2016 12:43:24 +0000 (14:43 +0200)]
test-zstd-versions.py: create and test dictionaries for v0.5.0
inikep [Fri, 17 Jun 2016 12:07:42 +0000 (14:07 +0200)]
test-zstd-versions.py: improved error handling
inikep [Fri, 17 Jun 2016 11:39:43 +0000 (13:39 +0200)]
test-zstd-versions.py: fixed DEVNULL
Yann Collet [Fri, 17 Jun 2016 10:54:52 +0000 (12:54 +0200)]
Joined `seqStore` initialization at dispatch point
inikep [Thu, 16 Jun 2016 18:23:11 +0000 (20:23 +0200)]
test-zstd-versions.py: dictionary compression with levels 1, 5, 9, 15, 18
inikep [Thu, 16 Jun 2016 17:29:09 +0000 (19:29 +0200)]
test-zstd-versions.py: test dictiony compression for v0.5.1 and newer
Yann Collet [Thu, 16 Jun 2016 14:39:55 +0000 (16:39 +0200)]
minor comment change
Yann Collet [Thu, 16 Jun 2016 14:08:40 +0000 (16:08 +0200)]
Move `build` into `projects/build`
Yann Collet [Thu, 16 Jun 2016 13:53:02 +0000 (15:53 +0200)]
`.cmd` files use windows-style eol
Yann Collet [Thu, 16 Jun 2016 13:44:30 +0000 (15:44 +0200)]
Added build/README from @KrzysFR (#201)
Yann Collet [Thu, 16 Jun 2016 13:38:51 +0000 (15:38 +0200)]
make room for reserved "information bit" in frame header
inikep [Thu, 16 Jun 2016 12:15:32 +0000 (14:15 +0200)]
test-zstd-versions.py: create dictionaries for v0.5.1 and newer
Yann Collet [Thu, 16 Jun 2016 12:08:48 +0000 (14:08 +0200)]
update readme for 0.7
Yann Collet [Thu, 16 Jun 2016 11:38:10 +0000 (13:38 +0200)]
better seed randomization for systems with poor clock() resolutation
Yann Collet [Thu, 16 Jun 2016 11:20:46 +0000 (13:20 +0200)]
Fixed zstd_opt encoding error with repeat-offsets
Yann Collet [Thu, 16 Jun 2016 09:32:57 +0000 (11:32 +0200)]
fuzzer : tests with high id are run without need to change finalTestNb
Yann Collet [Wed, 15 Jun 2016 23:41:50 +0000 (01:41 +0200)]
fixed ptr arithmetic warning
Yann Collet [Wed, 15 Jun 2016 23:14:41 +0000 (01:14 +0200)]
zdict stores standard rep-offset.
It can use custom ones, but the proper formula and impact on statistics is not done yet.
Yann Collet [Wed, 15 Jun 2016 16:48:51 +0000 (18:48 +0200)]
strengthened dict loading on decompresson side
Yann Collet [Wed, 15 Jun 2016 12:05:07 +0000 (14:05 +0200)]
decoder restores repOffsets from dictionary
Yann Collet [Wed, 15 Jun 2016 11:53:34 +0000 (13:53 +0200)]
RepsCodes are saved into Dict
(uncomplete : need decompression to regenerate them)
Yann Collet [Wed, 15 Jun 2016 22:53:56 +0000 (00:53 +0200)]
fixed fuzzer error (inter-block repeated offsets)
Yann Collet [Wed, 15 Jun 2016 21:33:52 +0000 (23:33 +0200)]
Merge branch 'dev' of github.com:Cyan4973/zstd into dev
Yann Collet [Wed, 15 Jun 2016 21:33:38 +0000 (23:33 +0200)]
fixed dictionary tests
Yann Collet [Wed, 15 Jun 2016 21:11:20 +0000 (23:11 +0200)]
Fixed decompression of literals in dictionary mode
Yann Collet [Wed, 15 Jun 2016 21:01:01 +0000 (23:01 +0200)]
Merge pull request #211 from tobijdc/patch-5
Fix Max Compression Level in zstd.1
Tobias Ibounig [Wed, 15 Jun 2016 20:20:46 +0000 (22:20 +0200)]
Fix Max Compression Level in zstd.1
Yann Collet [Wed, 15 Jun 2016 17:02:11 +0000 (19:02 +0200)]
stronger dictionary compression tests
Yann Collet [Wed, 15 Jun 2016 10:28:38 +0000 (12:28 +0200)]
Merge pull request #210 from inikep/dev
zlibWrapper: improved memory deallocation in case of error
inikep [Wed, 15 Jun 2016 09:38:53 +0000 (11:38 +0200)]
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
Yann Collet [Tue, 14 Jun 2016 14:38:22 +0000 (16:38 +0200)]
Merge pull request #209 from KrzysFR/dev
Removed old xxx_static.h header references from VS2010 project
Yann Collet [Tue, 14 Jun 2016 13:34:24 +0000 (15:34 +0200)]
fixed conversion warnings
Christophe Chevalier [Tue, 14 Jun 2016 12:07:54 +0000 (14:07 +0200)]
Removed old xxx_static.h header references from VS2010 project
Yann Collet [Tue, 14 Jun 2016 11:46:11 +0000 (13:46 +0200)]
fixed corruption with inter-blocks repeated offsets
Yann Collet [Mon, 13 Jun 2016 23:49:25 +0000 (01:49 +0200)]
adding inter-blocks rep-offsets
Yann Collet [Mon, 13 Jun 2016 19:43:06 +0000 (21:43 +0200)]
Check `repIndex` for validity
inikep [Mon, 13 Jun 2016 10:00:46 +0000 (12:00 +0200)]
zlibWrapper: improved memory deallocation in case of error
Yann Collet [Mon, 13 Jun 2016 09:17:40 +0000 (11:17 +0200)]
Merge pull request #208 from inikep/dev
fixed test-zstd-speed.py default "--message" parameter
inikep [Mon, 13 Jun 2016 08:50:09 +0000 (10:50 +0200)]
fixed test-zstd-speed.py default "--message" parameter
Yann Collet [Sun, 12 Jun 2016 21:19:14 +0000 (23:19 +0200)]
Moved versionsTest on Travis to Ubuntu Server VM
Yann Collet [Sun, 12 Jun 2016 20:51:52 +0000 (22:51 +0200)]
fixed gcc warning on uninitialized structure variable
Yann Collet [Sun, 12 Jun 2016 20:31:47 +0000 (22:31 +0200)]
re-enable versionsTest on Travis
Yann Collet [Sun, 12 Jun 2016 14:05:53 +0000 (16:05 +0200)]
Merge pull request #207 from KrzysFR/msbuild_scripts
Fix hardcoded path in msbuild scripts
Christophe Chevalier [Sun, 12 Jun 2016 13:20:40 +0000 (15:20 +0200)]
Renamed vs_ prefix to msuild_, added SETLOCAL
Yann Collet [Sat, 11 Jun 2016 21:26:22 +0000 (23:26 +0200)]
Fixed decompression issue with invalid data
Yann Collet [Sat, 11 Jun 2016 00:52:42 +0000 (02:52 +0200)]
enable repeat-entropic-stats mode
Yann Collet [Sat, 11 Jun 2016 00:35:31 +0000 (02:35 +0200)]
Literal decompression builds Huffman tables within shared space (for later re-use)
Yann Collet [Fri, 10 Jun 2016 23:46:03 +0000 (01:46 +0200)]
Added single-stream decompression variant using external DTable
Yann Collet [Fri, 10 Jun 2016 22:23:43 +0000 (00:23 +0200)]
Updated huff0
Yann Collet [Fri, 10 Jun 2016 15:13:07 +0000 (17:13 +0200)]
Merge pull request #205 from inikep/dev
legacy decoder for v0.6
inikep [Fri, 10 Jun 2016 13:46:35 +0000 (15:46 +0200)]
Merge remote-tracking branch 'refs/remotes/origin/legacy' into dev
Yann Collet [Fri, 10 Jun 2016 12:44:16 +0000 (14:44 +0200)]
completed `.gitignore`
Yann Collet [Fri, 10 Jun 2016 12:32:44 +0000 (14:32 +0200)]
Merge pull request #203 from inikep/dev
introduced test-zstd-speed.py
inikep [Fri, 10 Jun 2016 11:59:08 +0000 (13:59 +0200)]
Additional remarks for tests\README.md
inikep [Fri, 10 Jun 2016 11:02:38 +0000 (13:02 +0200)]
added how to run test-zstd-speed.py in background
inikep [Fri, 10 Jun 2016 10:53:39 +0000 (12:53 +0200)]
added tests\README.md
inikep [Fri, 10 Jun 2016 10:53:12 +0000 (12:53 +0200)]
improved test-zstd-speed.py
1. Logs are much smaller now
2. Added "--message"
3. Added autodetection of mutt and mail
Yann Collet [Thu, 9 Jun 2016 22:12:26 +0000 (00:12 +0200)]
`litBlockType_t` is an `enum`
Yann Collet [Thu, 9 Jun 2016 20:59:51 +0000 (22:59 +0200)]
Added command `--rm` : remove source file after successful de/compression
inikep [Thu, 9 Jun 2016 18:03:30 +0000 (20:03 +0200)]
fixed warnings from Travis
inikep [Thu, 9 Jun 2016 16:12:06 +0000 (18:12 +0200)]
project updated for legacy decoder zstd_v06.c
inikep [Thu, 9 Jun 2016 15:59:18 +0000 (17:59 +0200)]
added legacy decoder for v0.6 format
inikep [Thu, 9 Jun 2016 11:14:21 +0000 (13:14 +0200)]
test-zstd-speed.py: fixed git clone