aboutsummaryrefslogtreecommitdiff
path: root/src/nix/sigs.cc
AgeCommit message (Expand)Author
2024-07-01tree-wide: unify progress bar inactive and paused statesAlois Wohlschlager
2024-05-18nix cat/dump-path/key: stop progress bar before writeFullPuck Meerburg
2024-03-11util.hh: split out signals stuffJade Lovelace
2023-03-15Make command infra less stateful and more regularJohn Ericson
2023-03-02Remove FormatOrString and remaining uses of format()Eelco Dolstra
2023-03-02Get rid of some unchecked calls to std::coutEelco Dolstra
2021-11-11nix key: Fix error message and don't require flakesSamuel Dionne-Riel
2021-10-26Make experimental-features a proper typeregnat
2021-09-27run(): MoveEelco Dolstra
2021-01-25Group common optionsEelco Dolstra
2021-01-13Rename 'nix store sign-paths' to 'nix store sign'Eelco Dolstra
2021-01-13Convert option descriptions to MarkdownEelco Dolstra
2021-01-06Make sodium a required dependencyEelco Dolstra
2021-01-06Add commands for generating secret/public keysEelco Dolstra
2020-12-03Move most store-related commands to 'nix store'Eelco Dolstra
2020-10-06Remove static variable name clashesEelco Dolstra
2020-05-10Add completion for pathsEelco Dolstra
2020-05-05nix --help: Group commandsEelco Dolstra
2020-05-04Flag: Use designated initializersEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-12-05Make subcommand construction in MultiCommand lazyEelco Dolstra
2017-10-24nix: Respect -I, --arg, --argstrEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-06-07Don't show flags from config settings in "nix --help"Eelco Dolstra
2017-05-16Improve progress indicatorEelco Dolstra
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-11-09Merge branch 'ssh-store' of https://github.com/shlevy/nixEelco Dolstra
2016-09-21printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra
2016-09-02Merge openStore and openStoreAt with default argumentsShea Levy
2016-04-25Improved logging abstractionEelco Dolstra
2016-04-22nix copy: ParalleliseEelco Dolstra
2016-04-22Fold "nix query-path-sigs" into "nix path-info"Eelco Dolstra
2016-04-19Move path info caching from BinaryCacheStore to StoreEelco Dolstra
2016-04-05Add "nix sign-paths" commandEelco Dolstra
2016-04-05Add "nix copy-sigs" commandEelco Dolstra