Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-29 | Fix build failure on Debian/Ubuntu | Eelco Dolstra | 1 | -0/+1 | |
http://hydra.nixos.org/build/53537463 | |||||
2017-05-16 | Improve progress indicator | Eelco Dolstra | 1 | -53/+198 | |
2016-05-31 | Shut up some clang warnings | Eelco Dolstra | 1 | -1/+1 | |
2016-04-25 | Improved logging abstraction | Eelco Dolstra | 1 | -50/+135 | |
This also gets rid of --log-type, since the nested log type isn't useful in a multi-threaded situation, and nobody cares about the "pretty" log type. | |||||
2016-04-22 | nix copy: Parallelise | Eelco Dolstra | 1 | -1/+1 | |
2016-03-29 | Add "nix verify-paths" command | Eelco Dolstra | 1 | -0/+72 | |
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’ |