aboutsummaryrefslogtreecommitdiff
path: root/src/nix/prefetch.cc
AgeCommit message (Expand)Author
2024-10-01Remove static initializers for `RegisterLegacyCommand`Rebecca Turner
2024-08-10fix: check if it is a Real terminal, not just if it is a terminalJade Lovelace
2024-08-08refactor: make HashType and Base enum classes for type safetyJade Lovelace
2024-07-01tree-wide: unify progress bar inactive and paused statesAlois Wohlschlager
2024-06-19filetransfer: return a Source from download()eldritch horrors
2024-04-25filetransfer: remove decompress request parametereldritch horrors
2024-03-18libutil: make AutoCloseFD a better resourceeldritch horrors
2024-03-17Delete hasPrefix and hasSuffix from the codebaseJade Lovelace
2024-03-04Merge pull request #9805 from yshui/prefetch-unpackeldritch horrors
2023-07-07Simplify `ContentAddress`John Ericson
2023-04-24Merge remote-tracking branch 'origin/master' into source-pathEelco Dolstra
2023-04-06Backport SourcePath from the lazy-trees branchEelco Dolstra
2023-03-30Use "raw pattern" for content address typesJohn Ericson
2023-03-30Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2023-03-02Get rid of some unchecked calls to std::coutEelco Dolstra
2023-02-28No inheritance for `TextInfo` and `FixedOutputInfo`John Ericson
2023-02-28Revert "Remove some designated initializers"John Ericson
2023-02-01Remove some designated initializersJohn Ericson
2023-01-19Revert "Revert "Merge pull request #6204 from layus/coerce-string""Guillaume Maudoux
2023-01-18Revert "Merge pull request #6204 from layus/coerce-string"Robert Hensing
2023-01-06Use named field initialization for referencesJohn Ericson
2023-01-06Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2022-04-29Merge remote-tracking branch 'origin/master' into coerce-stringGuillaume Maudoux
2022-04-28fix errors case and wordingGuillaume Maudoux
2022-04-21remove Bindings::needpennae
2022-03-18Revert extra colon at end os stringsGuillaume Maudoux
2022-03-10Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2022-03-07more fixesGuillaume Maudoux
2022-03-04Add error context for most basic coercionsGuillaume Maudoux
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2022-02-04Merge branch 'issue-3505' of https://github.com/kamadorueda/nixEelco Dolstra
2022-01-27return string_views from forceString*pennae
2022-01-21forceList: make pos mandatoryKevin Amado
2022-01-21forceAttrs: make pos mandatoryKevin Amado
2021-09-30Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2021-09-13Use Bindings::{get,need} instead of findEelco Dolstra
2021-07-22Fix formatting error in 'nix store' manpageEelco Dolstra
2021-02-25Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2021-02-24Initialize plugins after handling initial command line flagsShea Levy
2021-01-13Convert option descriptions to MarkdownEelco Dolstra
2021-01-11nix store prefetch-tarball -> nix flake prefetchEelco Dolstra
2021-01-07Add 'nix store prefetch-{file,tarball}'Eelco Dolstra