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: afebbb876f0a
Choose a base ref
...
head repository: NixOS/nix
compare: b7d263b79a6e
Choose a head ref
  • 13 commits
  • 23 files changed
  • 2 contributors

Commits on Sep 1, 2020

  1. Copy the full SHA
    6d7f7ef View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d8a4a9f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dd4b56c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Merge pull request #3981 from domenkozar/http-binary-cache-allow-abso…

    …lute-urls
    
    Allow HTTP binary cache to request absolute uris
    edolstra committed Sep 2, 2020
    Copy the full SHA
    14652da View commit details
    Browse the repository at this point in the history
  2. EvalCache: Fix caching of strings

    This was broken in 50f13b0. Once
    again it turns out that putting a bool in a std::variant is a bad
    idea, since pointers get silently cast to them...
    edolstra committed Sep 2, 2020
    Copy the full SHA
    94a043f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d28c7b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Copy the full SHA
    b74f5cd View commit details
    Browse the repository at this point in the history
  2. createGeneration(): Always create an indirect root

    This means profiles outside of /nix/var/nix/profiles don't get
    garbage-collected. It also means we don't need to scan
    /nix/var/nix/profiles for GC roots anymore, except for compatibility
    with previously existing generations.
    edolstra committed Sep 3, 2020
    Copy the full SHA
    b07167b View commit details
    Browse the repository at this point in the history
  3. Remove the --indirect flag

    All GC roots are now indirect.
    edolstra committed Sep 3, 2020
    Copy the full SHA
    00d25e8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    82b77a7 View commit details
    Browse the repository at this point in the history
  5. 1
    Copy the full SHA
    8a945d6 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    22b8e07 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    b7d263b View commit details
    Browse the repository at this point in the history