aboutsummaryrefslogtreecommitdiff
path: root/src/nix/copy.cc
AgeCommit message (Expand)Author
2023-03-15Make command infra less stateful and more regularJohn Ericson
2022-01-18Add command 'nix store copy-log'Eelco Dolstra
2022-01-18Factor out --from / --to logicEelco Dolstra
2021-09-27run(): MoveEelco Dolstra
2021-07-22copyPaths: Pass store by referenceEelco Dolstra
2021-05-17Enfore the use of properly built paths in libcmdregnat
2021-02-25Use `RealisedPath`s in `copyPaths`regnat
2021-01-28Add a new Cmd type working on RealisedPathsregnat
2021-01-13Convert option descriptions to MarkdownEelco Dolstra
2020-12-21Add 'nix copy' manpageEelco Dolstra
2020-10-06Remove static variable name clashesEelco Dolstra
2020-07-15nix: Fix examplesEelco Dolstra
2020-07-15Clean up RealiseModeEelco Dolstra
2020-06-17Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-16Remove StorePath::clone() and related functionsEelco Dolstra
2020-05-05Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-05-05nix --help: Group commandsEelco Dolstra
2020-05-04Flag: Use designated initializersEelco Dolstra
2020-04-29nix copy: Build derivationsEelco Dolstra
2020-04-29nix copy: Move --from / --to checkEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-12-05Make subcommand construction in MultiCommand lazyEelco Dolstra
2019-07-10nix copy: Rename --substitute to --substitute-on-destinationEelco Dolstra
2018-09-27Don't talk about a "current folder build output"Eelco Dolstra
2018-08-02s3 binary cache: support specifying an endpointGraham Christensen
2018-03-30nix copy: add an example with S3zimbatm
2018-02-21nix-copy: fix examplesJörg Thalheim
2017-10-24nix: Respect -I, --arg, --argstrEelco Dolstra
2017-09-27nix copy: make recursive by defaultEelco Dolstra
2017-09-08nix copy: Add --substitute flagEelco Dolstra
2017-09-08nix copy: Add examplesEelco Dolstra
2017-09-06nix build: Add --out-link and --no-link optionsEelco Dolstra
2017-08-16nix copy: Add --no-check-sigs flagEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-03-16nix copy: Make -r option use the "from" storeEelco Dolstra
2017-03-16copyPaths(): Use queryValidPaths() to reduce SSH latencyEelco Dolstra
2016-11-10build-remote: Implement in C++Shea Levy
2016-09-02Merge openStore and openStoreAt with default argumentsShea Levy
2016-05-04Add a copyStorePath() utility functionEelco Dolstra
2016-04-25Improved logging abstractionEelco Dolstra
2016-04-22Factor out parallel processing of work items that have dependenciesEelco Dolstra
2016-04-22nix copy: ParalleliseEelco Dolstra
2016-04-22Add "nix copy" commandEelco Dolstra