index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
primops
/
fetchClosure.cc
Age
Commit message (
Expand
)
Author
2023-07-07
fetchClosure: Interleave the examples in the docs
Robert Hensing
2023-07-07
fetchClosure: Apply suggestions from code review
Robert Hensing
2023-06-30
fetchClosure: Docs and error message improvements
Robert Hensing
2023-06-30
doc: Improve `fetchClosure` documentation
Robert Hensing
2023-06-30
fetchClosure: Refactor: replace enableRewriting
Robert Hensing
2023-06-30
fetchClosure: Split into three cases
Robert Hensing
2023-06-30
makeContentAddressed: Add single path helper
Robert Hensing
2023-06-30
fetchClosure: Disallow toPath for inputAddressed = true
Robert Hensing
2023-06-30
fetchClosure: Always check that inputAddressed matches the result
Robert Hensing
2023-06-30
fetchClosure: Allow input addressed paths in pure mode
Robert Hensing
2023-06-30
fetchClosure: Refactor: rename toCA -> enableRewriting
Robert Hensing
2023-06-30
fetchClosure: Factor out attribute hint
Robert Hensing
2023-06-27
Automatically document builtin constants
John Ericson
2023-04-21
Use `std::set<StringContextElem>` not `PathSet` for string contexts
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
2022-04-29
Merge remote-tracking branch 'origin/master' into coerce-string
Guillaume Maudoux
2022-04-21
store Symbols in a table as well, like positions
pennae
2022-04-21
replace most Pos objects/ptrs with indexes into a position table
pennae
2022-04-06
fetchClosure: Don't allow URL query parameters
Eelco Dolstra
2022-03-25
Only provide builtin.{getFlake,fetchClosure} is the corresponding experimenta...
Eelco Dolstra
2022-03-24
Add experimental feature 'fetch-closure'
Eelco Dolstra
2022-03-24
nix store make-content-addressed: Support --from / --to
Eelco Dolstra
2022-03-24
Document fetchClosure
Eelco Dolstra
2022-03-24
Add a test for fetchClosure and 'nix store make-content-addressed'
Eelco Dolstra
2022-03-24
fetchClosure: Only allow some "safe" store types
Eelco Dolstra
2022-03-24
fetchClosure: Skip makeContentAddressed() if toPath is already valid
Eelco Dolstra
2022-03-24
fetchClosure: Allow a path to be rewritten to CA on the fly
Eelco Dolstra
2022-03-24
Rename
Eelco Dolstra
2022-03-24
fetchClosure: Require a CA path in pure mode
Eelco Dolstra
2022-03-24
Add builtins.fetchClosure
Eelco Dolstra