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: NixOS/nix
base: aa739e783993
Choose a base ref
...
head repository: NixOS/nix
compare: 53247d6b1169
Choose a head ref
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on Jul 10, 2019

  1. Revert "Fix 'error 9 while decompressing xz file'"

    This reverts commit 78fa47a.
    edolstra committed Jul 10, 2019
    Copy the full SHA
    03f09e1 View commit details
    Browse the repository at this point in the history
  2. Downloader: Use warn()

    edolstra committed Jul 10, 2019
    Copy the full SHA
    f76b2a7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    00f6faf View commit details
    Browse the repository at this point in the history
  4. Resume NAR downloads

    This is a much simpler fix to the 'error 9 while decompressing xz
    file' problem than 78fa47a. We just
    do a ranged HTTP request starting after the data that we previously
    wrote into the sink.
    
    Fixes #2952, #379.
    edolstra committed Jul 10, 2019
    Copy the full SHA
    53247d6 View commit details
    Browse the repository at this point in the history