Commit Graph

  • bf42c8e5d8 block-level API Yann Collet 2016-01-09 01:08:23 +0100
  • c64c100658 fixed : unused variable Yann Collet 2016-01-08 17:54:02 +0100
  • 600962711d added duplication tests Yann Collet 2016-01-08 17:27:50 +0100
  • 6e1c4c6c65 fixed context copy Yann Collet 2016-01-07 23:07:44 +0100
  • ecd651bd91 added ZSTD_duplicateCCtx() Yann Collet 2016-01-07 15:35:18 +0100
  • 87e0837a98 CMake build (Linux and Windows MSVC tested only) integration support added; Artyom Dymchenko 2016-01-07 16:37:00 +0600
  • 494c786a3b fixed outstanding strict aliasing warnings Yann Collet 2016-01-06 12:54:02 +0100
  • 1fdd82312d Fixed : strict aliasing warnings in legacy decoders Yann Collet 2016-01-06 12:35:42 +0100
  • 218bd31942 minor strict aliasing warning Yann Collet 2016-01-06 02:19:55 +0100
  • 3b994cb465 updated fse Yann Collet 2016-01-06 01:58:37 +0100
  • 8ab94b653c updated xxhash Yann Collet 2016-01-06 01:37:46 +0100
  • 5835e1b5ba updated xxhash source Yann Collet 2016-01-05 01:44:36 +0100
  • 96ffa424eb minor fast mode improvement Yann Collet 2016-01-02 01:16:28 +0100
  • 2cc12cb3cb minor refactoring Yann Collet 2016-01-01 07:47:58 +0100
  • 1358f91ec4 minor refactoring Yann Collet 2016-01-01 07:29:39 +0100
  • 72e84cfd0f minor simplification Yann Collet 2015-12-31 19:08:44 +0100
  • 722504c2a0 update version to 0.4.6 Yann Collet 2015-12-31 18:32:15 +0100
  • 5f9f98768a Makefile version automatically follows zstd.h Yann Collet 2015-12-30 19:52:08 +0100
  • 155fbbfe25 visual dll version automatically follows zstd.h Yann Collet 2015-12-30 19:31:46 +0100
  • 48da164f14 fixed clang warnings Yann Collet 2015-12-29 23:40:02 +0100
  • ee3f4515c1 faster hc mode with repetitive data (experimental) Yann Collet 2015-12-29 22:26:09 +0100
  • d94efbf95c fix fast mode on Windows Yann Collet 2015-12-29 14:29:08 +0100
  • c1450f721d fix confirmation prompt Yann Collet 2015-12-29 11:57:15 +0100
  • 1ac364d60b Merge pull request #99 from KrzysFR/dev Yann Collet 2015-12-21 10:19:26 +0100
  • ed73ae8c67 fix #101 Yann Collet 2015-12-19 19:51:42 +0100
  • 8972f13b4a Added missing ZSTDLIB_API for ZSTD_decompress_usingDict and ZSTD_decompressDCtx Christophe Chevalier 2015-12-18 11:20:37 +0100
  • f18382bcdb Merge remote-tracking branch 'refs/remotes/upstream/dev' into dev Christophe Chevalier 2015-12-18 10:36:37 +0100
  • 9d8297bf04 Update version to 0.4.5 in zstdlib resources Christophe Chevalier 2015-12-18 09:54:17 +0100
  • ef774a68bb Merge pull request #98 from Cyan4973/dev Yann Collet 2015-12-18 03:59:36 +0100
  • 324a3e27c3 fixed visual warning Yann Collet 2015-12-18 03:19:27 +0100
  • 6a4583542a fixed asan warning Yann Collet 2015-12-18 02:51:14 +0100
  • 17d188fa38 robust file list Yann Collet 2015-12-18 02:14:46 +0100
  • 31683c0b28 benchmark can use dictionary Yann Collet 2015-12-18 01:26:48 +0100
  • fdcad6d3e1 added ZSTD_compress_usingDict() Yann Collet 2015-12-17 23:50:15 +0100
  • 035c5429ba fix test32 Yann Collet 2015-12-17 23:12:07 +0100
  • deb078b9b1 added : -m : decompress multiple files Yann Collet 2015-12-17 20:30:14 +0100
  • 9d90922d49 refactored file compression Yann Collet 2015-12-17 14:09:55 +0100
  • 24c98f2b4b fixed : conversion warning Yann Collet 2015-12-17 02:48:26 +0100
  • 4f13703b2f added : -m : compress multiple files in a single command Yann Collet 2015-12-17 02:23:58 +0100
  • 367060b874 larger cBuffer Yann Collet 2015-12-17 00:07:10 +0100
  • f54f57023c update params for 256K Yann Collet 2015-12-16 19:38:54 +0100
  • ad84ac9375 reduce memory usage Yann Collet 2015-12-16 03:57:46 +0100
  • 880486ff05 fix g++ warning Yann Collet 2015-12-16 03:37:21 +0100
  • a52c98d23a fix Visual warning Yann Collet 2015-12-16 03:12:31 +0100
  • 7061135d33 faster init for multi-files bench Yann Collet 2015-12-16 03:01:03 +0100
  • 6c8b925ab9 fixed Visual warning Yann Collet 2015-12-16 02:44:56 +0100
  • ed699e692d benchmark multiple files Yann Collet 2015-12-16 02:37:24 +0100
  • 7a3ab588c7 minor fixes Yann Collet 2015-12-15 11:25:12 +0100
  • c95aa912e0 Merge pull request #96 from Cyan4973/dev Yann Collet 2015-12-14 13:46:54 +0100
  • 397f1ffd52 fixed test script Yann Collet 2015-12-13 14:05:00 +0100
  • 5d4fa0ed9b fixed arm-specific shadow warning Yann Collet 2015-12-13 13:58:51 +0100
  • 60348b91f3 fixed silent conversion warnings Yann Collet 2015-12-13 13:44:23 +0100
  • f6f3d7526a external dictionary capability added to command line Yann Collet 2015-12-13 13:35:21 +0100
  • 0700585fb9 fixed asan warning Yann Collet 2015-12-12 12:54:48 +0100
  • 188b6ed6c7 fixed g++ warning Yann Collet 2015-12-12 12:44:44 +0100
  • 3a061a4c9f extended static dictionary to buffered mode Yann Collet 2015-12-12 11:17:42 +0100
  • 6c3e2e7855 fixed : high compression modes for Windows 32 bits Yann Collet 2015-12-11 10:44:07 +0100
  • 9f5ab1a4f5 fix 32-bits windows decoding on high-compression archives Yann Collet 2015-12-11 00:27:41 +0100
  • 7b7027f21e windows project are now VS2013 Yann Collet 2015-12-10 23:53:21 +0100
  • 8329191c63 Merge pull request #95 from KrzysFR/zstdlib_vcproj Yann Collet 2015-12-10 23:45:57 +0100
  • fa9df079a4 Add a Visual Studio project for building zstdlib.dll on Windows Christophe Chevalier 2015-12-10 16:23:48 +0100
  • 695a6cb463 fixed #94 Yann Collet 2015-12-10 15:51:38 +0100
  • 3882fd016e Merge pull request #91 from KrzysFR/zstdlib_api Yann Collet 2015-12-10 14:08:10 +0100
  • 2abb04d90d Added ZSTDLIB_API to new ZSTD_maxCLevel method Christophe Chevalier 2015-12-09 23:55:23 +0100
  • 7b05324a71 Only define ZSTDLIB_API when building a Windows DLL Christophe Chevalier 2015-12-09 15:48:22 +0100
  • 844baf4fc5 Merge remote-tracking branch 'upstream/dev' into zstdlib_api Christophe Chevalier 2015-12-09 15:45:57 +0100
  • d608088ca3 added : ZSTD_maxCLevel() added : 256KB blocks mode Yann Collet 2015-12-09 09:05:22 +0100
  • 9ad743e74d Merge pull request #93 from annulen/playTests Yann Collet 2015-12-08 18:45:17 +0100
  • 2b465840a8 Re-added accidentally lost round-trip tests for compression levels > 12. Konstantin Tokarev 2015-12-08 19:36:42 +0300
  • 0b570b59d2 playTests.sh: Added --test-large-data switch. Konstantin Tokarev 2015-12-08 18:47:43 +0300
  • 76be378513 playTests.sh: refactored round-trip tests Konstantin Tokarev 2015-12-08 18:36:37 +0300
  • d66db2ff04 Move tests from zstd-playTests target to separate shell script. Konstantin Tokarev 2015-12-08 18:11:10 +0300
  • 0cde77bc5e fixed comment (reported by @annulen) Yann Collet 2015-12-08 14:47:46 +0100
  • d2199e7250 Added ZSTDLIB_API definition to zstd_buffered.h which does not seem to include zstd.h Christophe Chevalier 2015-12-07 19:01:41 +0100
  • c6e845398a Add ZSTDLIB_API macro to prefix all exported methods with__declspec(dllexport) when building a DLL (on windows) Christophe Chevalier 2015-12-07 17:44:09 +0100
  • d89d578ce9 Merge pull request #88 from Cyan4973/dev Yann Collet 2015-12-07 11:11:01 +0100
  • 56005e7ac8 update graph Yann Collet 2015-12-07 10:44:25 +0100
  • 4bfe415fa7 validated external dictionary Yann Collet 2015-12-06 13:18:37 +0100
  • e47c4e5f8e strengthened bufferless streaming decompression Yann Collet 2015-12-05 09:23:53 +0100
  • 1c2ddba469 use time limited fuzzer tests in CI Yann Collet 2015-12-04 17:45:35 +0100
  • 553cf6a926 time-limited fuzzer tests Yann Collet 2015-12-04 17:25:26 +0100
  • 417890cec2 strengthened streaming bufferless compression Yann Collet 2015-12-04 17:16:37 +0100
  • 28e7cefea9 new zstd-noBench & zstd-frugal builds Yann Collet 2015-12-03 12:11:30 +0100
  • a174fb1b41 Merge pull request #86 from Cyan4973/dev Yann Collet 2015-12-02 15:32:42 +0100
  • 6a2f03295c update version to 0.4.2 Yann Collet 2015-12-02 15:05:22 +0100
  • aaf6f20993 update NEWS for 0.4.2 Yann Collet 2015-12-02 15:03:11 +0100
  • 120230b895 compress uses less memory for small blocks Yann Collet 2015-12-02 14:00:45 +0100
  • a308259afa new : parameters for <= 16KB Yann Collet 2015-12-02 13:38:48 +0100
  • a9b34280a1 minor cosmetic improvement for small blocks Yann Collet 2015-12-02 13:00:25 +0100
  • 06ef07b469 Merge pull request #85 from peterh/master Yann Collet 2015-12-02 12:49:24 +0100
  • f06e238d6f Fix compression on Big Endian CPUs Peter Harris 2015-12-01 14:58:24 -0500
  • a2e5f7473d Merge pull request #83 from Cyan4973/dev Yann Collet 2015-12-01 13:07:48 +0100
  • 6adf3e2ec8 fixed Visual project Yann Collet 2015-12-01 11:56:09 +0100
  • c620b48489 revert install to normal zstd due to travis limitation (likely gcc 4.6) Yann Collet 2015-12-01 01:56:02 +0100
  • d062f1379c fixed benchmark autogen Yann Collet 2015-12-01 01:31:17 +0100
  • 0338635e93 pgo Yann Collet 2015-12-01 01:28:32 +0100
  • 44287a3bf4 refactored decompress (#82) Yann Collet 2015-11-30 23:13:56 +0100
  • aead1bf86b changed to ZSTD_LEGACY_SUPPORT=0, as suggested within #80 Yann Collet 2015-11-30 14:18:47 +0100
  • daa1c65500 fixed #81 : removed dead file (reported by @inikep) Yann Collet 2015-11-30 12:25:48 +0100
  • a85a8dd94a Fixed #80 (reported by @luben) Added : tests for ZSTD_LEGACY=disable build mode extended ZSTD_LEGACY=disable to dll build Yann Collet 2015-11-30 11:53:11 +0100