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: 2825e05d21ec
Choose a base ref
...
head repository: NixOS/nix
compare: ed6c646f44e5
Choose a head ref
  • 5 commits
  • 13 files changed
  • 1 contributor

Commits on Aug 6, 2018

  1. Configuration menu
    Copy the full SHA
    4361a43 View commit details
    Browse the repository at this point in the history
  2. Require libbrotli

    edolstra committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    fa4def3 View commit details
    Browse the repository at this point in the history
  3. Fix Brotli decompression in 'nix log'

    This didn't work anymore since decompression was only done in the
    non-coroutine case.
    
    Decompressors are now sinks, just like compressors.
    
    Also fixed a bug in bzip2 API handling (we have to handle BZ_RUN_OK
    rather than BZ_OK), which we didn't notice because there was a missing
    'throw':
    
      if (ret != BZ_OK)
          CompressionError("error while compressing bzip2 file");
    edolstra committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    d3761f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7de3e00 View commit details
    Browse the repository at this point in the history
  5. Doh

    edolstra committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    ed6c646 View commit details
    Browse the repository at this point in the history