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: 94a0548dc420
Choose a base ref
...
head repository: NixOS/nix
compare: 2cc345b95f19
Choose a head ref
  • 5 commits
  • 11 files changed
  • 1 contributor

Commits on Aug 28, 2017

  1. Make TunnelLogger thread-safe

    Now that we use threads in lots of places, it's possible for
    TunnelLogger::log() to be called asynchronously from other threads
    than the main loop. So we need to ensure that STDERR_NEXT messages
    don't clobber other messages.
    edolstra committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    8fff3e7 View commit details
    Browse the repository at this point in the history
  2. Simplify

    edolstra committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    e681b1f View commit details
    Browse the repository at this point in the history
  3. Tunnel progress messages from the daemon to the client

    This makes the progress bar work for non-root users.
    edolstra committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    fe34b91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfc8132 View commit details
    Browse the repository at this point in the history
  5. Give activities a verbosity level again

    And print them (separately from the progress bar) given sufficient -v
    flags.
    edolstra committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    2cc345b View commit details
    Browse the repository at this point in the history