index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
sigs.cc
Age
Commit message (
Expand
)
Author
2024-07-01
tree-wide: unify progress bar inactive and paused states
Alois Wohlschlager
2024-05-18
nix cat/dump-path/key: stop progress bar before writeFull
Puck Meerburg
2024-03-11
util.hh: split out signals stuff
Jade Lovelace
2023-03-15
Make command infra less stateful and more regular
John Ericson
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2023-03-02
Get rid of some unchecked calls to std::cout
Eelco Dolstra
2021-11-11
nix key: Fix error message and don't require flakes
Samuel Dionne-Riel
2021-10-26
Make experimental-features a proper type
regnat
2021-09-27
run(): Move
Eelco Dolstra
2021-01-25
Group common options
Eelco Dolstra
2021-01-13
Rename 'nix store sign-paths' to 'nix store sign'
Eelco Dolstra
2021-01-13
Convert option descriptions to Markdown
Eelco Dolstra
2021-01-06
Make sodium a required dependency
Eelco Dolstra
2021-01-06
Add commands for generating secret/public keys
Eelco Dolstra
2020-12-03
Move most store-related commands to 'nix store'
Eelco Dolstra
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-05-10
Add completion for paths
Eelco Dolstra
2020-05-05
nix --help: Group commands
Eelco Dolstra
2020-05-04
Flag: Use designated initializers
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
2017-10-24
nix: Respect -I, --arg, --argstr
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-06-07
Don't show flags from config settings in "nix --help"
Eelco Dolstra
2017-05-16
Improve progress indicator
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-11-09
Merge branch 'ssh-store' of https://github.com/shlevy/nix
Eelco Dolstra
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
2016-09-02
Merge openStore and openStoreAt with default arguments
Shea Levy
2016-04-25
Improved logging abstraction
Eelco Dolstra
2016-04-22
nix copy: Parallelise
Eelco Dolstra
2016-04-22
Fold "nix query-path-sigs" into "nix path-info"
Eelco Dolstra
2016-04-19
Move path info caching from BinaryCacheStore to Store
Eelco Dolstra
2016-04-05
Add "nix sign-paths" command
Eelco Dolstra
2016-04-05
Add "nix copy-sigs" command
Eelco Dolstra