about summary refs log tree commit diff
path: root/src/nix/copy.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-30 nix copy: add an example with S3zimbatm1-0/+6
2018-02-21 nix-copy: fix examplesJörg Thalheim1-3/+3
2017-10-24 nix: Respect -I, --arg, --argstrEelco Dolstra1-2/+10
2017-09-27 nix copy: make recursive by defaultEelco Dolstra1-0/+1
2017-09-08 nix copy: Add --substitute flagEelco Dolstra1-1/+9
2017-09-08 nix copy: Add examplesEelco Dolstra1-1/+9
2017-09-06 nix build: Add --out-link and --no-link optionsEelco Dolstra1-1/+1
2017-08-16 nix copy: Add --no-check-sigs flagEelco Dolstra1-1/+9
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-1/+1
2017-03-16 nix copy: Make -r option use the "from" storeEelco Dolstra1-3/+7
2017-03-16 copyPaths(): Use queryValidPaths() to reduce SSH latencyEelco Dolstra1-1/+1
2016-11-10 build-remote: Implement in C++Shea Levy1-27/+1
2016-09-02 Merge openStore and openStoreAt with default argumentsShea Levy1-2/+2
2016-05-04 Add a copyStorePath() utility functionEelco Dolstra1-5/+1
2016-04-25 Improved logging abstractionEelco Dolstra1-17/+5
2016-04-22 Factor out parallel processing of work items that have dependenciesEelco Dolstra1-55/+18
2016-04-22 nix copy: ParalleliseEelco Dolstra1-13/+58
2016-04-22 Add "nix copy" commandEelco Dolstra1-0/+87