index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
primops
Age
Commit message (
Expand
)
Author
2023-01-23
Merge pull request #7657 from obsidiansystems/fix-7655
Robert Hensing
2023-01-21
Fix #7655
John Ericson
2023-01-19
Add tests for error traces, and fixes
Guillaume Maudoux
2023-01-19
Revert "Revert "Merge pull request #6204 from layus/coerce-string""
Guillaume Maudoux
2023-01-18
Restore support for channel: URLs in fetchTarball
Eelco Dolstra
2023-01-18
Revert "Merge pull request #6204 from layus/coerce-string"
Robert Hensing
2023-01-10
Parse string context elements properly
John Ericson
2023-01-02
Merge remote-tracking branch 'origin/master' into coerce-string
Eelco Dolstra
2022-12-12
Move isUri() and resolveUri() out of filetransfer.cc
Eelco Dolstra
2022-09-07
WIP: broken merge but need a git checkpoint
Guillaume Maudoux
2022-06-26
fetchGit: document `shallow` argument
Guillaume Girol
2022-05-25
Style tweaks
Eelco Dolstra
2022-05-06
trying debugThrow
Ben Burdette
2022-04-29
Merge remote-tracking branch 'origin/master' into coerce-string
Guillaume Maudoux
2022-04-28
Merge branch 'master' into debug-merge-master
Ben Burdette
2022-04-28
fix errors case and wording
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-08
minor cleanup
Ben Burdette
2022-04-08
move throw to preverve Error type; turn off debugger for tryEval
Ben Burdette
2022-04-07
Merge remote-tracking branch 'upstream/master' into upstream-merge
Ben Burdette
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
2022-03-22
Merge pull request #6237 from obsidiansystems/store-path-string-context
Eelco Dolstra
2022-03-18
Decode string context straight to using `StorePath`s
John Ericson
2022-03-18
Revert extra colon at end os strings
Guillaume Maudoux
2022-03-17
Clean up `DerivationOutput`, and headers
John Ericson
2022-03-14
more debug_throw coverage of EvalErrors
Ben Burdette
2022-03-11
Create some type aliases for string Contexts
John Ericson
2022-03-07
more fixes
Guillaume Maudoux
2022-03-04
Add detailed error mesage for coerceTo{String,Path}
Guillaume Maudoux
2022-03-04
Add error context for most basic coercions
Guillaume Maudoux
2022-03-01
Merge pull request #6185 from hercules-ci/fetchTree-reuse-local-paths
Eelco Dolstra
2022-03-01
fetchTree: Use isValidPath, add comment
Robert Hensing
2022-03-01
fetch{url,Tarball}: Remove 'narHash' attribute
Eelco Dolstra
2022-02-28
Add EvalState::allowAndSetStorePathString helper
Robert Hensing
2022-02-28
fetchTree: Do not re-fetch paths already present
Robert Hensing
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-24
libfetchers: Rename immutable -> locked
Eelco Dolstra
2022-01-27
optionally return string_view from coerceToString
pennae
[next]