Skip to content
Snippets Groups Projects
  1. Apr 15, 2016
  2. Apr 14, 2016
  3. Apr 11, 2016
    • Eelco Dolstra's avatar
      Remove manifest support · 86796726
      Eelco Dolstra authored
      Manifests have been superseded by binary caches for years. This also
      gets rid of nix-pull, nix-generate-patches and bsdiff/bspatch.
      86796726
  4. Apr 08, 2016
  5. Apr 07, 2016
  6. Apr 06, 2016
  7. Apr 05, 2016
  8. Apr 04, 2016
  9. Mar 31, 2016
  10. Mar 30, 2016
  11. Mar 29, 2016
    • Eelco Dolstra's avatar
      Improve SIGINT handling in multi-threaded programs · ab3ce1cc
      Eelco Dolstra authored
      The flag remembering whether an Interrupted exception was thrown is
      now thread-local. Thus, all threads will (eventually) throw
      Interrupted. Previously, one thread would throw Interrupted, and then
      the other threads wouldn't see that they were supposed to quit.
      ab3ce1cc
    • Eelco Dolstra's avatar
      Add "nix verify-store" command · 4f34c403
      Eelco Dolstra authored
      Like "nix-store --verify --check-contents", but with the same
      advantages as "nix verify-paths".
      4f34c403
    • Eelco Dolstra's avatar
      Add "nix verify-paths" command · 784ee35c
      Eelco Dolstra authored
      Unlike "nix-store --verify-path", this command verifies signatures in
      addition to store path contents, is multi-threaded (especially useful
      when verifying binary caches), and has a progress indicator.
      
      Example use:
      
      $ nix verify-paths --store https://cache.nixos.org -r $(type -p thunderbird)
      ...
      [17/132 checked] checking ‘/nix/store/rawakphadqrqxr6zri2rmnxh03gqkrl3-autogen-5.18.6’
      784ee35c
    • Eelco Dolstra's avatar
      Re-enable sync_with_stdio · 0ebe69dc
      Eelco Dolstra authored
      Otherwise writing to std::cerr is not thread-safe (in particular,
      lines will be randomly duplicated).
      0ebe69dc
  12. Mar 24, 2016
  13. Mar 23, 2016
  14. Mar 22, 2016
  15. Mar 21, 2016
Loading