Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API: add LZ4_decompress_safe_partial_usingDict to support partial decompression with dict #1093

Merged
merged 4 commits into from
Jun 12, 2022

Commits on Jun 6, 2022

  1. docs: fix some typo

    Signed-off-by: Qi Wang <wangqi@linux.alibaba.com>
    yawqi committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    51be294 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. API: add LZ4_decompress_safe_partial_usingDict API

    feature request: lz4#1051
    
    Signed-off-by: Qi Wang <wangqi@linux.alibaba.com>
    yawqi committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    b1e84b3 View commit details
    Browse the repository at this point in the history
  2. tests: add tests for LZ4_decompress_safe_partial_usingDict

    Signed-off-by: Qi Wang <wangqi@linux.alibaba.com>
    yawqi committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    ec75db2 View commit details
    Browse the repository at this point in the history
  3. ossfuzz: add fuzz for LZ4_decompress_safe_partial_usingDict

    Signed-off-by: Qi Wang <wangqi@linux.alibaba.com>
    yawqi committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    582f5fe View commit details
    Browse the repository at this point in the history