index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
copy.cc
Age
Commit message (
Expand
)
Author
2023-03-15
Make command infra less stateful and more regular
John Ericson
2022-01-18
Add command 'nix store copy-log'
Eelco Dolstra
2022-01-18
Factor out --from / --to logic
Eelco Dolstra
2021-09-27
run(): Move
Eelco Dolstra
2021-07-22
copyPaths: Pass store by reference
Eelco Dolstra
2021-05-17
Enfore the use of properly built paths in libcmd
regnat
2021-02-25
Use `RealisedPath`s in `copyPaths`
regnat
2021-01-28
Add a new Cmd type working on RealisedPaths
regnat
2021-01-13
Convert option descriptions to Markdown
Eelco Dolstra
2020-12-21
Add 'nix copy' manpage
Eelco Dolstra
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-07-15
nix: Fix examples
Eelco Dolstra
2020-07-15
Clean up RealiseMode
Eelco Dolstra
2020-06-17
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-16
Remove StorePath::clone() and related functions
Eelco Dolstra
2020-05-05
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-05-05
nix --help: Group commands
Eelco Dolstra
2020-05-04
Flag: Use designated initializers
Eelco Dolstra
2020-04-29
nix copy: Build derivations
Eelco Dolstra
2020-04-29
nix copy: Move --from / --to check
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-12-05
Make subcommand construction in MultiCommand lazy
Eelco Dolstra
2019-07-10
nix copy: Rename --substitute to --substitute-on-destination
Eelco Dolstra
2018-09-27
Don't talk about a "current folder build output"
Eelco Dolstra
2018-08-02
s3 binary cache: support specifying an endpoint
Graham Christensen
2018-03-30
nix copy: add an example with S3
zimbatm
2018-02-21
nix-copy: fix examples
Jörg Thalheim
2017-10-24
nix: Respect -I, --arg, --argstr
Eelco Dolstra
2017-09-27
nix copy: make recursive by default
Eelco Dolstra
2017-09-08
nix copy: Add --substitute flag
Eelco Dolstra
2017-09-08
nix copy: Add examples
Eelco Dolstra
2017-09-06
nix build: Add --out-link and --no-link options
Eelco Dolstra
2017-08-16
nix copy: Add --no-check-sigs flag
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-03-16
nix copy: Make -r option use the "from" store
Eelco Dolstra
2017-03-16
copyPaths(): Use queryValidPaths() to reduce SSH latency
Eelco Dolstra
2016-11-10
build-remote: Implement in C++
Shea Levy
2016-09-02
Merge openStore and openStoreAt with default arguments
Shea Levy
2016-05-04
Add a copyStorePath() utility function
Eelco Dolstra
2016-04-25
Improved logging abstraction
Eelco Dolstra
2016-04-22
Factor out parallel processing of work items that have dependencies
Eelco Dolstra
2016-04-22
nix copy: Parallelise
Eelco Dolstra
2016-04-22
Add "nix copy" command
Eelco Dolstra