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: isaacs/node-tar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.4
Choose a base ref
...
head repository: isaacs/node-tar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.5
Choose a head ref
  • 7 commits
  • 8 files changed
  • 1 contributor

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    ba73f5e View commit details
    Browse the repository at this point in the history
  2. WriteEntry backpressure

    isaacs committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    be89aaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    488ab8c View commit details
    Browse the repository at this point in the history
  4. fix(unpack): always resume parsing after an entry error

    Also, close the fd, no matter what happens.
    
    Fix: #265
    Fix: #276
    isaacs committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    97c46fc View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. fix(unpack): fix hang on large file on open() fail

    The fs-minipass WriteStream always returns false from a write() call if
    it did not successfully open the file descriptor.  This makes the
    Parse/Unpack stream get backed up if the file was large enough that it
    did not already move on to the next entry in the archive.
    
    Fix: #264
    isaacs committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    84acbd3 View commit details
    Browse the repository at this point in the history
  2. ci: test on node 16

    isaacs committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    d694c4f View commit details
    Browse the repository at this point in the history
  3. 6.1.5

    isaacs committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    bd4691c View commit details
    Browse the repository at this point in the history
Loading