Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-02 | Inline and simplify in parseAnyPrefixed | Carlo Nucera | |
2020-07-02 | Rename fromSRI to parseSRI for constistency | Carlo Nucera | |
2020-07-02 | Get rid of the std::pair | Carlo Nucera | |
2020-07-02 | Inline newFunction | Carlo Nucera | |
2020-07-02 | Fix test suite | Carlo Nucera | |
2020-07-01 | Rename two hash constructors to proper functions | Carlo Nucera | |
2020-07-01 | Inline Hash::init() | Carlo Nucera | |
2020-07-01 | Remove unused import | Carlo Nucera | |
2020-07-01 | Keep the previous name, for diffing | Carlo Nucera | |
2020-07-01 | Correct FIXMEs in libfetchers | Carlo Nucera | |
2020-07-01 | Fixed build, we still have test errors | Carlo Nucera | |
2020-06-30 | WIP initial design | Carlo Nucera | |
2020-06-30 | Factor the prefix splitting in hash | Carlo Nucera | |
2020-06-30 | Factor the prefix splitting in content-address | Carlo Nucera | |
2020-06-30 | Create the spitPrefix function in parser.hh | Carlo Nucera | |
2020-06-29 | Merge branch 'hash-always-has-type' of github.com:obsidiansystems/nix into ↵ | John Ericson | |
better-ca-parse-errors | |||
2020-06-29 | Merge remote-tracking branch 'upstream/master' into hash-always-has-type | John Ericson | |
2020-06-29 | Merge pull request #3729 from obsidiansystems/simpler-hased-mirror | Eelco Dolstra | |
hashed-mirrors: Use parsed derivation output rather than reconstructing it | |||
2020-06-29 | Merge pull request #3749 from rodarima/master | Eelco Dolstra | |
Fall back to copyPath if link fails with EPERM | |||
2020-06-28 | Merge pull request #3758 from ↵ | Domen Kožar | |
NixOS/dependabot/github_actions/cachix/install-nix-action-v10 Bump cachix/install-nix-action from v8 to v10 | |||
2020-06-28 | Bump cachix/install-nix-action from v8 to v10 | dependabot[bot] | |
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from v8 to v10. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v8...63cf434de4e4292c6960639d56c5dd550e789d77) Signed-off-by: dependabot[bot] <support@github.com> | |||
2020-06-28 | Merge pull request #3757 from Mic92/dependabot | Domen Kožar | |
dependabot: automatically keep github actions up-to-date | |||
2020-06-27 | dependabot: automatically keep github actions up-to-date | Jörg Thalheim | |
2020-06-25 | build-remote.sh: Test LegacySSHStore | Eelco Dolstra | |
2020-06-25 | Fix empty std::optional dereference in writeDerivation() | Eelco Dolstra | |
https://hydra.nixos.org/build/123017579 | |||
2020-06-25 | Fall back to copyPath if link fails with EPERM | Rodrigo | |
BeeGFS doesn't allow hard-links and returns EPERM, so we fall back to copyPath. See https://github.com/NixOS/nix/issues/3748 | |||
2020-06-24 | Merge pull request #3739 from Mic92/curl | Domen Kožar | |
docs/installer: add correct curl flags | |||
2020-06-23 | docs/installer: add correct curl flags | Jörg Thalheim | |
also see https://nixos.org/download.html | |||
2020-06-23 | Fix test suite | Carlo Nucera | |
2020-06-23 | Fix and clean up hash parser | John Ericson | |
2020-06-23 | Merge remote-tracking branch 'upstream/master' into hash-always-has-type | John Ericson | |
2020-06-23 | Merge pull request #3724 from bburdette/hintfmt-percent | Eelco Dolstra | |
Hintfmt percent test, and fix | |||
2020-06-22 | Improve content address parsing | John Ericson | |
- Ensure hash is in form <algo>-<prefix> and not SRI. - Better errors if something goes wrong - string_view for no coppying | |||
2020-06-22 | with normaltxt, elide yellow color code instead of canceling it; use ↵ | Ben Burdette | |
normaltxt on plain_string hintfmt | |||
2020-06-22 | Update src/libutil/fmt.hh | Ben Burdette | |
Co-authored-by: John Ericson <git@JohnEricson.me> | |||
2020-06-22 | hashed-mirrors: Use parsed derivation output rather than reconstructing it | John Ericson | |
Now the derivation outputs are parsed up front, we can avoid a reparse by doing it. Also, this just feels a bit better as the `output*` env vars are more of a `libnixexpr` interface than `libnixstore` interface: ultimately, it's the derivation outputs that decide whether the derivation is fixed-output. Yes, hashed mirrors might go away with #3689, but this bit of code would be moved rather than deleted, so it's worth doing a cleanup anyways I think. | |||
2020-06-22 | Merge branch 'hash-always-has-type' of github.com:obsidiansystems/nix into ↵ | Carlo Nucera | |
hash-always-has-type | |||
2020-06-22 | More bug fixing | Carlo Nucera | |
2020-06-22 | Merge pull request #3649 from obsidiansystems/validPathInfo-ca-proper-datatype | Eelco Dolstra | |
ValidPathInfo: make ca field a proper datatype | |||
2020-06-19 | tidying up | Ben Burdette | |
2020-06-19 | fmt -> hintfmt test | Ben Burdette | |
2020-06-19 | remove formathelper | Ben Burdette | |
2020-06-19 | WIP: Make Hash always store a valid hash type | John Ericson | |
2020-06-19 | escape percents | Ben Burdette | |
2020-06-19 | too few, too many args | Ben Burdette | |
2020-06-19 | add hintfmt test | Ben Burdette | |
2020-06-19 | WIP bug fixing | Carlo Nucera | |
2020-06-19 | WIP: Make Hash always store a valid hash type | John Ericson | |
2020-06-19 | Merge remote-tracking branch 'upstream/master' into ↵ | John Ericson | |
validPathInfo-ca-proper-datatype | |||
2020-06-19 | Merge pull request #3650 from obsidiansystems/no-hash-type-unknown | Eelco Dolstra | |
Remove `HashType::htUnknown` |