index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
verify.cc
Age
Commit message (
Expand
)
Author
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2024-08-08
refactor: make HashType and Base enum classes for type safety
Jade Lovelace
2024-07-15
libstore: rewrite narFromPath as generator
eldritch horrors
2024-03-11
util.hh: split out signals stuff
Jade Lovelace
2023-01-30
Avoid some `StorePath` <-> `Path` round trips
John Ericson
2022-09-23
Apply suggestions from code review
John Ericson
2022-09-22
Dodge "trusted" vs "trustworthy" by being explicit
John Ericson
2022-09-22
"valid signature" -> "trustworthy signature"
John Ericson
2021-09-27
run(): Move
Eelco Dolstra
2021-05-26
Remove the remaining occurenceses of a NarHash modulo
regnat
2021-01-27
Remove mkFlag()
Eelco Dolstra
2021-01-21
Improve error formatting
Eelco Dolstra
2021-01-13
Convert option descriptions to Markdown
Eelco Dolstra
2021-01-08
Remove mkIntFlag
Eelco Dolstra
2020-12-21
Add 'nix store verify' manpage
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-08-05
Remove optionality in ValidPathInfo::narInfo
Carlo Nucera
2020-07-15
Merge branch 'master' of github.com:NixOS/nix into hash-always-has-type
Carlo Nucera
2020-07-13
nix verify: Show correct path when using --all on a binary cache
Eelco Dolstra
2020-06-23
Merge remote-tracking branch 'upstream/master' into hash-always-has-type
John Ericson
2020-06-19
WIP bug fixing
Carlo Nucera
2020-06-18
Merge branch 'validPathInfo-temp' into validPathInfo-ca-proper-datatype
John Ericson
2020-06-18
Revert the `enum struct` change
John Ericson
2020-06-18
Merge branch 'enum-class' into no-hash-type-unknown
John Ericson
2020-06-18
Merge remote-tracking branch 'upstream/master' into enum-class
John Ericson
2020-06-16
StorePath: Rewrite in C++
Eelco Dolstra
2020-06-15
Remove trailing whitespace
Eelco Dolstra
2020-06-11
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-06-03
libutils/hash: remove default encoding
zimbatm
2020-06-03
Merge remote-tracking branch 'obsidian/no-hash-type-unknown' into validPathIn...
John Ericson
2020-06-02
Apply suggestions from code review
John Ericson
2020-06-02
Remove `HashType::Unknown`
John Ericson
2020-06-02
elide the 'ErrorInfo' in logError and logWarning calls
Ben Burdette
2020-06-02
WIP
John Ericson
2020-05-28
Merge branch 'master' of github.com:NixOS/nix into enum-class
Carlo Nucera
2020-05-11
Merge branch 'master' into errors-phase-2
Ben Burdette
2020-05-05
nix --help: Group commands
Eelco Dolstra
2020-05-04
Flag: Use designated initializers
Eelco Dolstra
2020-05-03
convert some printError calls to logError
Ben Burdette
2020-04-30
logError
Ben Burdette
2020-03-29
Use `enum struct` and drop prefixes
John Ericson
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-12-05
Make subcommand construction in MultiCommand lazy
Eelco Dolstra
2019-10-21
Allow content-addressable paths to have references
Eelco Dolstra
2019-10-10
nix verify: Fix uninitialized variable
Eelco Dolstra
2019-10-09
OCD performance fix: {find,count}+insert => insert
Eelco Dolstra
2018-09-25
Fix overflow when verifying signatures of content addressable paths
Will Fancher
2017-10-24
nix: Respect -I, --arg, --argstr
Eelco Dolstra
2017-08-28
Give activities a verbosity level again
Eelco Dolstra
[next]