Commit Graph

  • 635783da12 btultra2 and very small srcSize Yann Collet 2018-12-18 12:32:58 -0800
  • 517d8c984c
    Merge pull request #1449 from facebook/ovlog_def Yann Collet 2018-12-18 09:45:53 -0800
  • 345af8abc7
    Merge pull request #1456 from yijinfb/example-ZSTD_compressCCtx Yann Collet 2018-12-18 09:24:18 -0800
  • bc4dc606de break loadFile_orDie() into 2: loadFile_orDie() loads file into a pre-allocated memory buffer, mallocAndLoadFile_orDie() allocates memory first, then calls loadFile_orDie() Yi Jin 2018-12-17 16:54:55 -0800
  • 373ff8b983 play around with rescale weights Yann Collet 2018-12-17 15:48:34 -0800
  • 452689678b bug fix in loadFile_orDie(): exit with error code if filesize is bigger than provided buffer Yi Jin 2018-12-16 22:44:27 -0800
  • a951ee9fe1 comment out printf() to make output terse Yi Jin 2018-12-16 21:27:52 -0800
  • 595401e4c7 edit README.md and remove simple_compressionCCtx.c Yi Jin 2018-12-16 21:09:21 -0800
  • ea4859ec71 add multiple_simple_compression.c Yi Jin 2018-12-16 20:45:43 -0800
  • cce0842c60 Factor out allocMemory_orDIe(...) in simple_compressionCCtx.c, and amend Makefile to account for dependency on utils.h Yi Jin 2018-12-16 15:36:28 -0800
  • 0d14153cfb formatting Yi Jin 2018-12-14 22:10:31 -0800
  • 04d06ad885 refactor utils.h and implement simple_compressionCCtx.c Yi Jin 2018-12-14 18:12:05 -0800
  • 5bdbd997ae
    Merge pull request #1452 from lzutao/meson_getversion Yann Collet 2018-12-14 16:50:41 -0800
  • 7f6d11e1e2
    Merge pull request #1450 from terrelln/no-progress Nick Terrell 2018-12-14 11:50:59 -0800
  • bdfcaecc0a [zstdcli] Add --no-progress flag Nick Terrell 2018-12-13 17:17:32 -0800
  • d4698424ce
    Merge pull request #1447 from lzutao/meson_symlink_soversion Yann Collet 2018-12-14 09:18:37 -0800
  • 193fbd30f2 WIP Yi Jin 2018-12-13 22:51:35 -0800
  • 066cfc069b meson: Remove unused sys import Lzu Tao 2018-12-14 11:03:04 +0700
  • 96adc846c5 fixed tests Yann Collet 2018-12-13 16:50:19 -0800
  • 8be145a8c1 fixed default job size Yann Collet 2018-12-13 16:38:08 -0800
  • 75fa3f2eb7
    Merge pull request #1446 from terrelln/overflow Nick Terrell 2018-12-13 16:21:15 -0800
  • 62180b27d5 zstdmt parameter getter/setter use int Yann Collet 2018-12-13 15:47:34 -0800
  • 7f975c0c28 create simple_compressionCCtx.c out of simple_compression.c, to be worked on Yi Jin 2018-12-13 15:42:55 -0800
  • aaea4ef924 [libzstd] Fix infinite loop in decompression Nick Terrell 2018-12-12 15:26:35 -0800
  • 34f01e600f fixed multiple conversions Yann Collet 2018-12-13 12:14:36 -0800
  • 4acf139e9f
    Merge pull request #1448 from lzutao/travis_reformat Yann Collet 2018-12-13 12:04:10 -0800
  • b3be899469 travis: Use script instead of Cmd env Lzu Tao 2018-12-14 01:38:06 +0700
  • 3ee5504fb2 Simplify logic by setting default value for MESON_INSTALL_DESTDIR_PREFIX Lzu Tao 2018-12-13 18:07:01 +0700
  • ce22f76668 meson: Update man1 extension on meson 0.49.0 Lzu Tao 2018-12-13 14:57:33 +0700
  • abfde03cb5 meson: Update meson symlink script usage Lzu Tao 2018-12-13 14:57:08 +0700
  • fa2fc274fd meson: Correct support for building on Windows Lzu Tao 2018-12-05 01:12:11 +0700
  • 67babb6d23 Replace many os.path methods with pathlib one's Lzu Tao 2018-12-03 22:13:29 +0700
  • 1993f5d412 fixed ovlog tests Yann Collet 2018-12-12 21:09:14 -0800
  • fbcae274a4
    Merge pull request #1444 from facebook/btultra2 Yann Collet 2018-12-12 21:09:01 -0800
  • f2f86d369b Merge branch 'btultra2' into ovlog_def Yann Collet 2018-12-12 20:58:14 -0800
  • 9a92ed401d updated compression results.csv Yann Collet 2018-12-12 20:30:09 -0800
  • 9792acda3b Merge branch 'dev' into btultra2 Yann Collet 2018-12-12 20:18:27 -0800
  • 54ca4b3c5d
    Merge pull request #1445 from terrelln/regression Nick Terrell 2018-12-12 11:16:54 -0800
  • c313a85ee2 removed exception code for overlapLog level 22 Yann Collet 2018-12-11 18:13:06 -0800
  • 7bb8dfc62f new overlapLog default values Yann Collet 2018-12-11 18:10:29 -0800
  • eee789b7ea continued: changed to overlapLog Yann Collet 2018-12-11 17:41:42 -0800
  • 9b784dec7f changed parameter name to ZSTD_c_overlapLog Yann Collet 2018-12-11 16:55:33 -0800
  • 8c99e311cf Reset the cctx for documentation/safety Nick Terrell 2018-12-11 15:57:56 -0800
  • fcfea057a1 [regression] add more methods Nick Terrell 2018-12-03 20:06:26 -0800
  • 52b94f902c add clarification for ZSTD_CCtx_setPledgedSrcSize() Yann Collet 2018-12-11 12:08:21 -0800
  • 9c3265a53f
    Merge pull request #1417 from facebook/advancedAPI Yann Collet 2018-12-10 18:48:15 -0800
  • 5e6aaa3abb fixed btultra2 usage with prefix Yann Collet 2018-12-10 18:45:03 -0800
  • 3619c34399 fix assert position within ZSTD_compress2() Yann Collet 2018-12-10 17:42:35 -0800
  • 5a1e01e5f1 clarified experimentalParam Yann Collet 2018-12-10 17:36:20 -0800
  • c226a7b9f3 fixed ZSTD_compress2() Yann Collet 2018-12-10 17:33:49 -0800
  • ea441ee4ae make test can accept DEBUGLEVEL argument Yann Collet 2018-12-09 23:20:51 -0800
  • 37e314a68d updated clevel table for large inputs Yann Collet 2018-12-09 22:38:05 -0800
  • c9c4c7ec8c update clevel table for 256K Yann Collet 2018-12-08 21:40:08 -0800
  • 8075d75f9c update clevel table for 128K Yann Collet 2018-12-08 10:42:55 -0800
  • 95b152ab33 updated clevel table for 16K Yann Collet 2018-12-07 20:12:43 -0800
  • b71bfb6cf2 paramgrill: add status line Yann Collet 2018-12-07 16:02:24 -0800
  • 27b253fadc added tests for strategy=9 (btultra2) Yann Collet 2018-12-07 14:19:50 -0800
  • e68c2d86e7 refactor paramgrill for clarity Yann Collet 2018-12-07 14:07:54 -0800
  • 438eb258ae
    Merge pull request #1440 from hungptit/dev Yann Collet 2018-12-06 20:56:19 -0800
  • 0f52b0caad Refactor examples to avoid code duplication. Hung Dang 2018-12-06 22:42:19 -0500
  • d613fd9afe linked btultra2 as strategy9 Yann Collet 2018-12-06 19:27:37 -0800
  • 34aa401afd updated documentation Yann Collet 2018-12-06 17:22:19 -0800
  • ae370b0e12 minor bound refinements Yann Collet 2018-12-06 16:51:17 -0800
  • 39e28982cf introduced constants ZSTD_STRATEGY_MIN and ZSTD_STRATEGY_MAX Yann Collet 2018-12-06 16:16:16 -0800
  • c3c3488981 fixed c++ assignment to enum Yann Collet 2018-12-06 15:57:55 -0800
  • 9f99ffc51b
    Merge pull request #1439 from obelisk/buck_readme Yann Collet 2018-12-06 15:42:33 -0800
  • be9e561da4 changed ZSTD_c_compressionStrategy into ZSTD_c_strategy Yann Collet 2018-12-06 15:00:52 -0800
  • f67da61281 Add buck build instruction to the readme Mitchell Grenier 2018-12-06 14:46:48 -0800
  • e9448cdf4c introduced strategy btultra2 Yann Collet 2018-12-06 13:38:09 -0800
  • 0c404a48f0 moved ZSTD_WINDOWLOG_LIMIT_DEFAULT into static-linking-only area Yann Collet 2018-12-06 10:57:19 -0800
  • 96d887429b clarified usage of word "job" Yann Collet 2018-12-06 10:14:34 -0800
  • 3583d19c4e changed parameter names from ZSTD_p_* to ZSTD_c_* Yann Collet 2018-12-05 17:26:02 -0800
  • c2053310e5 updated API documentation Yann Collet 2018-12-05 16:23:00 -0800
  • 3e042d5cc0 ZSTD_decompressDCtx() is compatible with sticky parameters Yann Collet 2018-12-04 17:30:58 -0800
  • d7da3fc90a merge dedicated dParam setters Yann Collet 2018-12-04 17:06:48 -0800
  • 4b5a4f02d7 write the switch()case: differently Yann Collet 2018-12-04 16:59:26 -0800
  • 85b02bf142 fixed silent conversion warning Yann Collet 2018-12-04 15:57:16 -0800
  • 2fb8d1a392 fixed declaration-after-statement warnings Yann Collet 2018-12-04 15:54:01 -0800
  • aec945f0dc implemented ZSTD_dParam_getBounds() Yann Collet 2018-12-04 15:35:37 -0800
  • 34e146f548 advanced decompression function replaces by normal streaming one Yann Collet 2018-12-04 10:28:36 -0800
  • 7966f3c40b
    Merge pull request #1427 from lzutao/minor-fix-meson Yann Collet 2018-12-04 10:01:50 -0800
  • 44fc57f077
    Merge pull request #1437 from facebook/grep Yann Collet 2018-12-03 17:43:34 -0800
  • 7ef7dc561a check availability of --color=never command on grep and egrep Yann Collet 2018-12-03 15:46:55 -0800
  • 6ced8f7c7c joined normal streaming API with advanced one Yann Collet 2018-12-03 14:22:38 -0800
  • c631fdec9f
    Merge pull request #1434 from terrelln/regression Nick Terrell 2018-12-03 10:39:12 -0800
  • f897523655 meson: Update usage of InstallSymlink helper Lzu Tao 2018-12-03 11:02:42 +0700
  • 9d6cf606f8 meson: Update tests timeout to run properly Lzu Tao 2018-12-03 03:23:09 +0700
  • 25311d24c6 meson: Use clang for faster build Lzu Tao 2018-12-03 00:57:10 +0700
  • 65507666bb Use -Dlegacy_level build option to control ZSTD_LEGACY_SUPPORT macro in test Lzu Tao 2018-12-03 00:36:40 +0700
  • 437ec5f47f meson helper: Use Python conventional name for naming function [skip ci] Lzu Tao 2018-12-02 22:48:11 +0700
  • 838de08439 meson: Fix soversion Lzu Tao 2018-12-02 22:45:46 +0700
  • 23d751507e meson: Use -werror build option instead of adding -Werror [skip ci] Lzu Tao 2018-12-02 22:33:25 +0700
  • 38728b4518 Use argparse instead of manually parsing [skip ci] Lzu Tao 2018-12-02 22:31:18 +0700
  • 7da18bc85a Add missed .1 extension for manpage [skip ci] Lzu Tao 2018-12-02 00:18:00 +0700
  • cbf2a924dd meson: Cleanup installing symlinks Lzu Tao 2018-12-01 13:07:08 +0700
  • 519b2de6f7 Update README Lzu Tao 2018-12-01 09:11:26 +0700
  • 8d5252b68d meson: Remove redundant join_paths function Lzu Tao 2018-11-30 21:31:58 +0700
  • ff1bca3fbd ci: Use new meson auto_features option Lzu Tao 2018-11-30 21:10:06 +0700
  • 24bc513ea1 meson: Change build options' name Lzu Tao 2018-11-30 21:05:03 +0700
  • 39f49ac39f Add almost all test cases in tests/Makefile Lzu Tao 2018-11-30 17:23:23 +0700