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

Add gzip decoder to enable converting tar.gz into rafs #797

Merged
merged 6 commits into from
Oct 17, 2022

Commits on Oct 17, 2022

  1. util: add base implemenation of ZranTarReader

    Add base implemenation of ZranTarReader to parse OCIv1 image tarballs.
    
    Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
    jiangliu committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    22ba5ba View commit details
    Browse the repository at this point in the history
  2. util: provide methods to get zlib decompression context information

    Provide methods to get zlib decompression context information.
    
    Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
    jiangliu committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    a88a578 View commit details
    Browse the repository at this point in the history
  3. util: generate random access info for zlib stream

    Add methods to generate random access context information for zlib/gzip
    streams.
    
    Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
    jiangliu committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    bc1c0b6 View commit details
    Browse the repository at this point in the history
  4. util: decompress data slice according to random access information

    Add methods to decompress data slices according to random access context
    information.
    
    Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
    jiangliu committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    94c32a6 View commit details
    Browse the repository at this point in the history
  5. utils: add Cargo feature for zran

    Add cargo feature zran to control zran related code.
    
    Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
    jiangliu committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    0ca9ada View commit details
    Browse the repository at this point in the history
  6. util: introduce zlib decoder for targz file

    Introduce zlib decoder for targz file.
    
    Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
    jiangliu committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    981f254 View commit details
    Browse the repository at this point in the history