Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sailfishos-mirror/libarchive
base: 5bb998d869979140156bce59c0ff8f9063a25581
Choose a base ref
...
head repository: sailfishos-mirror/libarchive
compare: 2d57843d3c1bd6061df94d2554d3349ef60bf8e3
Choose a head ref
  • 4 commits
  • 16 files changed
  • 2 contributors

Commits on Jun 1, 2021

  1. Fix typos

    Typos found with codespell
    ferivoz committed Jun 1, 2021
    Copy the full SHA
    a806143 View commit details
    Browse the repository at this point in the history
  2. Fix mutual check in tar sparse handling

    GNU.sparse.numbytes and GNU.sparse.offset both have to be set before
    gnu_add_sparse_entry can be called.
    
    The GNU.sparse.numbytes parser checks for tar->sparse_numbytes.
    This has to be tar->sparse_offset instead to work just like the
    GNU.sparse.offset parser.
    ferivoz committed Jun 1, 2021
    Copy the full SHA
    87afe31 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Merge pull request #1541 from ferivoz/mutual

    Fix mutual check in tar sparse handling
    mmatuska committed Jun 30, 2021
    Copy the full SHA
    db54614 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1540 from ferivoz/typos

    Fix typos
    mmatuska committed Jun 30, 2021
    Copy the full SHA
    2d57843 View commit details
    Browse the repository at this point in the history