about summary refs log tree commit diff
path: root/src/libexpr/common-eval-args.cc
AgeCommit message (Collapse)AuthorFilesLines
2019-06-24 Refactor downloadCached() interfaceEelco Dolstra1-3/+5
(cherry picked from commit df3f5a78d5ab0a1f2dc9d288b271b38a9b8b33b5)
2019-06-24 downloadCached: Return ETagEelco Dolstra1-1/+1
(cherry picked from commit 529add316c5356a8060c35f987643b7bf5c796dc)
2017-10-24 nix: Respect -I, --arg, --argstrEelco Dolstra1-0/+57
Also, random cleanup to argument handling.