Commit Graph

  • b2b5309c6f removes Visual warning on strerror() Yann Collet 2016-07-03 00:17:39 +0200
  • 5e734ad09b revert fix Yann Collet 2016-07-02 23:55:34 +0200
  • f4b7b747c7 -c does no longer modify displayLevel when -v set. Yann Collet 2016-07-02 22:57:28 +0200
  • d96e8f20b9 updated NEWS Yann Collet 2016-07-02 22:03:08 +0200
  • 0d5bf8f06f fixed risk of segfault on very large files (multiple GB) Yann Collet 2016-07-02 21:39:47 +0200
  • ed7fb8413c extended use of strerror(errno) Yann Collet 2016-07-02 11:14:30 +0200
  • b71adf45c1 extended use of strerror(errno) Yann Collet 2016-07-02 01:05:31 +0200
  • b7f197633a use strerror(errno) to return system error message Yann Collet 2016-07-02 00:59:25 +0200
  • a7a5d7736c Updated doc Yann Collet 2016-07-02 00:37:32 +0200
  • cebab1d322 Explicit error message when dst file cannot be created / opened Yann Collet 2016-07-02 00:12:14 +0200
  • 2fa9904844 update specification and comments Yann Collet 2016-07-01 20:55:28 +0200
  • 406dcca98a updated frame specification with recommended max window size Yann Collet 2016-06-30 17:05:42 +0200
  • c35cd5b1db New : Zstandard Frame format specification Yann Collet 2016-06-30 15:40:28 +0200
  • c093208ab8 fix : potential leak (#229) Yann Collet 2016-06-30 14:07:30 +0200
  • 6c6e1751f6 use ZSTD_getParams() to simplify code Yann Collet 2016-06-27 15:28:45 +0200
  • 3d2cd7f816 Introduced ZSTD_getParams() bench now uses ZSTD_createCDict_advanced() Yann Collet 2016-06-27 15:12:26 +0200
  • ec224d256d removed useless context Yann Collet 2016-06-27 13:39:30 +0200
  • 4c56f4a3cf fixed error messages Yann Collet 2016-06-27 13:36:54 +0200
  • 529d9c7dee updated version to v0.7.2 Yann Collet 2016-06-27 10:03:10 +0200
  • d4f4e58ee1 fixed ZSTD_decompressBlock() using multiple blocks Yann Collet 2016-06-27 01:31:35 +0200
  • 63b5e7a2ea Improved comments Yann Collet 2016-06-26 17:42:15 +0200
  • 77054b452d Merge pull request #222 from Cyan4973/dev Yann Collet 2016-06-23 01:32:56 +0200
  • 91d67f0226 Merge pull request #221 from inikep/dev Yann Collet 2016-06-22 23:34:19 +0200
  • 82babfc0c6 test-zstd-speed.py: reordering of functions inikep 2016-06-22 20:06:42 +0200
  • 116128ce41 test-zstd-speed.py: improved exception handling inikep 2016-06-22 18:12:57 +0200
  • 47020670b6 test-zstd-speed.py: added --message in start and finish e-mail inikep 2016-06-22 17:11:01 +0200
  • d4f5a176d4 Merge pull request #220 from inikep/dev Yann Collet 2016-06-22 16:30:26 +0200
  • 9649126f70 Merge remote-tracking branch 'refs/remotes/origin/speedTest' into dev inikep 2016-06-22 16:22:29 +0200
  • da1685e98d Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev inikep 2016-06-22 16:21:34 +0200
  • d7d251ccb5 bench.c: added support for ZSTD_GIT_COMMIT inikep 2016-06-22 16:13:25 +0200
  • f2f59d758e test-zstd-speed.py: added ZSTD_GIT_COMMIT inikep 2016-06-22 15:42:26 +0200
  • 378822521a Merge pull request #217 from Cyan4973/dev Yann Collet 2016-06-22 14:07:04 +0200
  • c364ee7867 test-zstd-speed.py: sent e-mail after KeyboardInterrupt inikep 2016-06-22 14:01:53 +0200
  • 3755eb8fea fixed strict-aliasing warning on gcc6 Yann Collet 2016-06-22 13:15:53 +0200
  • bcb9aad727 test-zstd-speed.py: improved log and e-mail formatting inikep 2016-06-22 13:07:58 +0200
  • 95da743a56 test-zstd-speed.py: send e-mail in case of error inikep 2016-06-22 12:12:35 +0200
  • 23042929da Fixed : dictBuilder fails if first sample is too small Yann Collet 2016-06-22 11:05:34 +0200
  • 8d30cd562a Merge pull request #219 from inikep/dev Yann Collet 2016-06-21 21:51:52 +0200
  • 2d9272f1dd test-zstd-speed.py: improved formatting inikep 2016-06-21 19:28:51 +0200
  • c9bb102401 Makefile: added gcc5test and gcc6test inikep 2016-06-21 18:04:13 +0200
  • 391a128794 fix : segfault in command line during automatic overwrite protection mode Yann Collet 2016-06-21 17:06:25 +0200
  • bda68c253b refactored ZBUFF_compressEnd() for better maintainability Yann Collet 2016-06-21 15:18:11 +0200
  • 446d442989 zbufftest now ensures ZBUFF_compressEnd() is fully flushed in a single pass if dst buffer is large enough Yann Collet 2016-06-21 14:14:02 +0200
  • aa29226b7c fix : ZBUFF_compressEnd() gives right amount remaining to flush, including future epilogue Yann Collet 2016-06-21 14:04:57 +0200
  • f15c1cb00c Fixed : ZBUFF_compressEnd() called multiple times with too small dst buffer (#206) Yann Collet 2016-06-21 13:11:48 +0200
  • 2565971ea4 stronger fuzzer tests for ZBUFF_compressEnd() Yann Collet 2016-06-21 12:17:26 +0200
  • a49e066b26 clarified comments on ZSTD_compressContinue() Yann Collet 2016-06-21 11:54:03 +0200
  • d731de84ab test-zstd-speed.py: added send_simple_email inikep 2016-06-21 11:26:17 +0200
  • 9bf5357101 bench.c: use ZSTD_VERSION_STRING inikep 2016-06-21 11:01:29 +0200
  • d4f38d0dcd updated library to v0.7.1 Yann Collet 2016-06-21 10:15:43 +0200
  • d000042108 Merge pull request #216 from Cyan4973/dev Yann Collet 2016-06-21 08:43:04 +0200
  • 22d76322ce minor refactor Yann Collet 2016-06-21 08:01:51 +0200
  • a436a529bc minor : fast_extDict does no longer skip first byte Yann Collet 2016-06-20 23:34:04 +0200
  • 4623d11571 new correction, less extreme replacement value Yann Collet 2016-06-20 19:15:37 +0200
  • 5477cc25f7 fixed corruption error related to inter-blocks rep-offset Yann Collet 2016-06-20 18:31:25 +0200
  • c98f8e7b57 Modified : zstd CLI enables checksum by default Yann Collet 2016-06-20 16:31:24 +0200
  • cbf8c52954 roundTripCrash automatic compression level now depends on first 128 bytes Yann Collet 2016-06-20 16:18:19 +0200
  • e4811ba761 Modified : ZSTD_createDDict() accepts dictionary < 8 bytes in pure content mode (reported by @chipturner) Yann Collet 2016-06-19 23:06:54 +0200
  • a050204342 Merge branch 'dev' of github.com:Cyan4973/zstd into dev Yann Collet 2016-06-19 14:27:54 +0200
  • 06d9a73b48 minor refactor, using WILDCOPY_OVERLENGTH macro instead of hard-coded 8 Yann Collet 2016-06-19 14:27:21 +0200
  • 06a40ac1a7 Merge pull request #213 from inikep/dev Yann Collet 2016-06-17 16:15:34 +0200
  • dba8b44370 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev inikep 2016-06-17 15:17:37 +0200
  • e16f65675b test-zstd-versions.py: fixed creation of dictionaries for v0.5.1+ inikep 2016-06-17 15:17:35 +0200
  • 7e3597bf38 test-zstd-versions.py: create and test dictionaries for v0.5.0 inikep 2016-06-17 14:43:24 +0200
  • 2ef16501ca test-zstd-versions.py: improved error handling inikep 2016-06-17 14:07:42 +0200
  • 4545671b44 test-zstd-versions.py: fixed DEVNULL inikep 2016-06-17 13:39:43 +0200
  • 19cab46f2f Joined seqStore initialization at dispatch point Yann Collet 2016-06-17 12:54:52 +0200
  • d1af4e66b6 test-zstd-versions.py: dictionary compression with levels 1, 5, 9, 15, 18 inikep 2016-06-16 20:23:11 +0200
  • 150152fb8a test-zstd-versions.py: test dictiony compression for v0.5.1 and newer inikep 2016-06-16 19:29:09 +0200
  • 1a0b9b9cfb Merge pull request #212 from Cyan4973/dev Yann Collet 2016-06-16 19:16:52 +0200
  • 510cff3570 minor comment change Yann Collet 2016-06-16 16:39:55 +0200
  • 12d881e810 Move build into projects/build Yann Collet 2016-06-16 16:08:40 +0200
  • 201d82f5d0 .cmd files use windows-style eol Yann Collet 2016-06-16 15:53:02 +0200
  • 61cc4f207e Added build/README from @KrzysFR (#201) Yann Collet 2016-06-16 15:44:30 +0200
  • 4948f270b3 make room for reserved "information bit" in frame header Yann Collet 2016-06-16 15:38:51 +0200
  • 24aa7b4238 test-zstd-versions.py: create dictionaries for v0.5.1 and newer inikep 2016-06-16 14:15:32 +0200
  • ec2031e2a7 update readme for 0.7 Yann Collet 2016-06-16 14:08:48 +0200
  • 3f01c8833f better seed randomization for systems with poor clock() resolutation Yann Collet 2016-06-16 13:38:10 +0200
  • 23ba41533a Fixed zstd_opt encoding error with repeat-offsets Yann Collet 2016-06-16 13:20:46 +0200
  • 803c05ec7e fuzzer : tests with high id are run without need to change finalTestNb Yann Collet 2016-06-16 11:32:57 +0200
  • 80d033fb43 fixed ptr arithmetic warning Yann Collet 2016-06-16 01:41:50 +0200
  • ad39b7a718 zdict stores standard rep-offset. It can use custom ones, but the proper formula and impact on statistics is not done yet. Yann Collet 2016-06-16 01:14:41 +0200
  • 736d419289 strengthened dict loading on decompresson side Yann Collet 2016-06-15 18:48:51 +0200
  • 8e36a9c169 decoder restores repOffsets from dictionary Yann Collet 2016-06-15 14:05:07 +0200
  • 52a0622beb RepsCodes are saved into Dict (uncomplete : need decompression to regenerate them) Yann Collet 2016-06-15 13:53:34 +0200
  • efd0b4993a fixed fuzzer error (inter-block repeated offsets) Yann Collet 2016-06-16 00:53:56 +0200
  • 23ccc34262 Merge branch 'dev' of github.com:Cyan4973/zstd into dev Yann Collet 2016-06-15 23:33:52 +0200
  • 1a7b8fbc24 fixed dictionary tests Yann Collet 2016-06-15 23:33:38 +0200
  • 9b998e4d08 Fixed decompression of literals in dictionary mode Yann Collet 2016-06-15 23:11:20 +0200
  • 7f2a15c906 Merge pull request #211 from tobijdc/patch-5 Yann Collet 2016-06-15 23:01:01 +0200
  • 3915545605 Fix Max Compression Level in zstd.1 Tobias Ibounig 2016-06-15 22:20:46 +0200
  • 531a4273c0 stronger dictionary compression tests Yann Collet 2016-06-15 19:02:11 +0200
  • bc1695eff5 Merge pull request #210 from inikep/dev Yann Collet 2016-06-15 12:28:38 +0200
  • e98b66f8ae Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev inikep 2016-06-15 11:38:53 +0200
  • 565e01a72c Merge pull request #209 from KrzysFR/dev Yann Collet 2016-06-14 16:38:22 +0200
  • d059092897 fixed conversion warnings Yann Collet 2016-06-14 15:34:24 +0200
  • 54bf3ae32e Removed old xxx_static.h header references from VS2010 project Christophe Chevalier 2016-06-14 14:07:54 +0200
  • 45c03c564f fixed corruption with inter-blocks repeated offsets Yann Collet 2016-06-14 13:46:11 +0200
  • 4266c0a2fd adding inter-blocks rep-offsets Yann Collet 2016-06-14 01:49:25 +0200
  • 43dfe01919 Check repIndex for validity Yann Collet 2016-06-13 21:43:06 +0200