index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
prefetch.cc
Age
Commit message (
Expand
)
Author
2024-10-01
Remove static initializers for `RegisterLegacyCommand`
Rebecca Turner
2024-08-10
fix: check if it is a Real terminal, not just if it is a terminal
Jade Lovelace
2024-08-08
refactor: make HashType and Base enum classes for type safety
Jade Lovelace
2024-07-01
tree-wide: unify progress bar inactive and paused states
Alois Wohlschlager
2024-06-19
filetransfer: return a Source from download()
eldritch horrors
2024-04-25
filetransfer: remove decompress request parameter
eldritch horrors
2024-03-18
libutil: make AutoCloseFD a better resource
eldritch horrors
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2024-03-04
Merge pull request #9805 from yshui/prefetch-unpack
eldritch horrors
2023-07-07
Simplify `ContentAddress`
John Ericson
2023-04-24
Merge remote-tracking branch 'origin/master' into source-path
Eelco Dolstra
2023-04-06
Backport SourcePath from the lazy-trees branch
Eelco Dolstra
2023-03-30
Use "raw pattern" for content address types
John Ericson
2023-03-30
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2023-03-02
Get rid of some unchecked calls to std::cout
Eelco Dolstra
2023-02-28
No inheritance for `TextInfo` and `FixedOutputInfo`
John Ericson
2023-02-28
Revert "Remove some designated initializers"
John Ericson
2023-02-01
Remove some designated initializers
John Ericson
2023-01-19
Revert "Revert "Merge pull request #6204 from layus/coerce-string""
Guillaume Maudoux
2023-01-18
Revert "Merge pull request #6204 from layus/coerce-string"
Robert Hensing
2023-01-06
Use named field initialization for references
John Ericson
2023-01-06
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2022-04-29
Merge remote-tracking branch 'origin/master' into coerce-string
Guillaume Maudoux
2022-04-28
fix errors case and wording
Guillaume Maudoux
2022-04-21
remove Bindings::need
pennae
2022-03-18
Revert extra colon at end os strings
Guillaume Maudoux
2022-03-10
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2022-03-07
more fixes
Guillaume Maudoux
2022-03-04
Add error context for most basic coercions
Guillaume Maudoux
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-04
Merge branch 'issue-3505' of https://github.com/kamadorueda/nix
Eelco Dolstra
2022-01-27
return string_views from forceString*
pennae
2022-01-21
forceList: make pos mandatory
Kevin Amado
2022-01-21
forceAttrs: make pos mandatory
Kevin Amado
2021-09-30
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2021-09-13
Use Bindings::{get,need} instead of find
Eelco Dolstra
2021-07-22
Fix formatting error in 'nix store' manpage
Eelco Dolstra
2021-02-25
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2021-02-24
Initialize plugins after handling initial command line flags
Shea Levy
2021-01-13
Convert option descriptions to Markdown
Eelco Dolstra
2021-01-11
nix store prefetch-tarball -> nix flake prefetch
Eelco Dolstra
2021-01-07
Add 'nix store prefetch-{file,tarball}'
Eelco Dolstra