about summary refs log tree commit diff
path: root/src/nix/verify.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-10 nix verify: Fix uninitialized variableEelco Dolstra1-2/+2
2018-09-25 Fix overflow when verifying signatures of content addressable pathsWill Fancher1-1/+1
2017-10-24 nix: Respect -I, --arg, --argstrEelco Dolstra1-1/+1
2017-08-28 Give activities a verbosity level againEelco Dolstra1-1/+1
2017-08-16 nix verify: Restore the progress indicatorEelco Dolstra1-14/+15
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-3/+3
2017-07-04 Support base-64 hashesEelco Dolstra1-1/+1
2017-06-07 Don't show flags from config settings in "nix --help"Eelco Dolstra1-2/+7
2017-05-16 Improve progress indicatorEelco Dolstra1-6/+6
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-3/+3
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-3/+3
2016-11-09 Merge branch 'ssh-store' of https://github.com/shlevy/nixEelco Dolstra1-1/+1
2016-09-21 printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra1-5/+5
2016-09-02 Merge openStore and openStoreAt with default argumentsShea Levy1-1/+1
2016-08-10 Mark content-addressed paths in the Nix database and in .narinfoEelco Dolstra1-1/+5
2016-04-25 Improved logging abstractionEelco Dolstra1-27/+13
2016-04-22 nix copy: ParalleliseEelco Dolstra1-3/+0
2016-04-21 Implement S3BinaryCacheStore::queryAllValidPaths()Eelco Dolstra1-4/+4
2016-04-21 nix --help: Show usage examplesEelco Dolstra1-0/+14
2016-04-19 Move path info caching from BinaryCacheStore to StoreEelco Dolstra1-8/+8
2016-04-15 Unify "nix verify-paths" and "nix verify-store"Eelco Dolstra1-54/+14
2016-04-07 nix verify-paths: Add ‘--sigs-needed <N>’ flagEelco Dolstra1-15/+31
2016-03-30 nix verify: Support checking against signatures in other storesEelco Dolstra1-2/+33
2016-03-29 Add "nix verify-store" commandEelco Dolstra1-13/+53
2016-03-29 Add "nix verify-paths" commandEelco Dolstra1-0/+124