Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-22 | Merge remote-tracking branch 'origin/master' into substitute-other-storedir | Matthew Bauer | |
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 | Update worker protocol to support sending storepath maps | Matthew Bauer | |
We need to also send the ca to daemon in addition to the path. | |||
2020-06-19 | Replace error message in getDerivationCA | Matthew Bauer | |
2020-06-19 | Return map of StorePaths in copyPaths | Matthew Bauer | |
This allows the caller to know what values were actually added to the store. | |||
2020-06-19 | Merge remote-tracking branch 'upstream/master' into ↵ | John Ericson | |
validPathInfo-ca-proper-datatype | |||
2020-06-19 | Merge remote-tracking branch 'origin/master' into substitute-other-storedir | Matthew Bauer | |
2020-06-19 | Merge pull request #3650 from obsidiansystems/no-hash-type-unknown | Eelco Dolstra | |
Remove `HashType::htUnknown` | |||
2020-06-19 | Merge remote-tracking branch 'origin/master' into substitute-other-storedir | Matthew Bauer | |
2020-06-19 | Merge remote-tracking branch 'upstream/master' into ↵ | John Ericson | |
validPathInfo-ca-proper-datatype | |||
2020-06-19 | Merge remote-tracking branch 'upstream/master' into no-hash-type-unknown | John Ericson | |
2020-06-19 | Merge remote-tracking branch 'upstream/master' into no-hash-type-unknown | John Ericson | |
2020-06-19 | tabs -> spaces | John Ericson | |
2020-06-19 | Merge pull request #3439 from Ericson2314/no-stringly-typed-derivation-output | Eelco Dolstra | |
Store parsed hashes in `DerivationOutput` | |||
2020-06-19 | More designated initializers | John Ericson | |
2020-06-19 | Merge remote-tracking branch 'me/no-stringly-typed-derivation-output' into ↵ | John Ericson | |
validPathInfo-ca-proper-datatype | |||
2020-06-19 | Remove unneeded constructor for `DerivationOutputHash` | John Ericson | |
2020-06-19 | Remove uneeded `= default` for Hash | John Ericson | |
2020-06-19 | Merge remote-tracking branch 'upstream/master' into ↵ | John Ericson | |
no-stringly-typed-derivation-output | |||
2020-06-19 | Use designated initializers for `DerivationOutputHash` | John Ericson | |
2020-06-19 | FileSystemHash -> DerivationOutputHash | John Ericson | |
2020-06-19 | Merge pull request #3669 from gilligan/add-compression-tests | Eelco Dolstra | |
Add compression unit tests | |||
2020-06-19 | Remove some `Base::` that crept in | John Ericson | |
2020-06-18 | Merge branch 'validPathInfo-temp' into validPathInfo-ca-proper-datatype | John Ericson | |
2020-06-18 | Merge branch 'no-hash-type-unknown' into validPathInfo-temp | John Ericson | |
2020-06-18 | Revert the `enum struct` change | John Ericson | |
Not a regular git revert as there have been many merges and things. | |||
2020-06-18 | Merge branch 'enum-class' into no-hash-type-unknown | John Ericson | |
2020-06-18 | Merge remote-tracking branch 'upstream/master' into enum-class | John Ericson | |
2020-06-18 | Merge pull request #3709 from expipiplus1/master | Eelco Dolstra | |
Mention number of derivations to be build/fetched in output | |||
2020-06-18 | Don't provide 'getFlake' if the 'flakes' feature is not enabled | Eelco Dolstra | |
(cherry picked from commit 0a1d3c1dd311f94e9d1f56e1aa7fe1ab34314ec1) | |||
2020-06-18 | Some backports from the flakes branch | Eelco Dolstra | |
2020-06-18 | Make constant primops lazy | Eelco Dolstra | |
(cherry picked from commit aa0e2a2e70a3519a9dcb9b1da000a13c01aa6cc1) | |||
2020-06-18 | Merge pull request #3716 from SamirTalwar/follow-redirects-when-installing | Eelco Dolstra | |
Instruct the user to follow redirects when installing Nix. | |||
2020-06-18 | Instruct the user to follow redirects when installing Nix. | Samir Talwar | |
Nix installation now requires following redirects using `curl -L`. This is currently represented on the [Nix download page][] but not in the manual. This change updates the manual to reflect this. Using `curl` without the `-L` flag results in an empty body, making installation a no-op. [Nix download page]: https://nixos.org/download.html | |||
2020-06-18 | Merge pull request #3715 from tweag/ca-derivations_feature_flag | Eelco Dolstra | |
Rename content-addressed-paths into ca-derivations | |||
2020-06-18 | Rename content-addressed-paths into ca-derivations | regnat | |
See <https://github.com/NixOS/nix/pull/3710#issuecomment-645480333> | |||
2020-06-17 | Merge pull request #3713 from matthewbauer/cleanup-warnings | Eelco Dolstra | |
Cleanup class StorePath warning | |||
2020-06-17 | Add StorePathCAMap for querySubstitutablePathInfos | Matthew Bauer | |
I’m not 100% sure this is wanted since it kind of makes everything have to know about ca even if they don’t really want to. But it also make things easier in dealing with looking up ca. | |||
2020-06-17 | Make sure references are empty for store path replacing | Matthew Bauer | |
also copy info2 instead of casting | |||
2020-06-17 | Add assert for replaced storePath | Matthew Bauer | |
2020-06-17 | Merge pull request #3712 from ↵ | Eelco Dolstra | |
obsidiansystems/make-http-successful-states-coherent Make successful states coherent | |||
2020-06-17 | Merge remote-tracking branch 'origin/master' into substitute-other-storedir | Matthew Bauer | |
2020-06-17 | Remove unused narInfoFile in binary-cache-store | Matthew Bauer | |
2020-06-17 | Replace struct StorePath with class StorePath | Matthew Bauer | |
also a similar case with struct Goal | |||
2020-06-17 | Include review comments | Carlo Nucera | |
2020-06-17 | Update strings from review comment | Matthew Bauer | |
2020-06-17 | Merge pull request #3710 from tweag/reserve_ca_derivations | Eelco Dolstra | |
Reserve the `__contentAddressed` derivation parameter | |||
2020-06-17 | Merge pull request #3707 from p01arst0rm/outdated-function-fix | Eelco Dolstra | |
replaced uncaught_exception with uncaught_exceptions | |||
2020-06-17 | Merge pull request #3711 from obsidiansystems/dedup-escape-codes | Eelco Dolstra | |
Use `ansicolor.hh` in `nix repl` rather than duplicates | |||
2020-06-17 | fixup! Reserve the `__contentAddressed` derivation parameter | regnat | |