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
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
2017-08-16
nix verify: Restore the progress indicator
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-04
Support base-64 hashes
Eelco Dolstra
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-08-10
Mark content-addressed paths in the Nix database and in .narinfo
Eelco Dolstra
2016-04-25
Improved logging abstraction
Eelco Dolstra
2016-04-22
nix copy: Parallelise
Eelco Dolstra
2016-04-21
Implement S3BinaryCacheStore::queryAllValidPaths()
Eelco Dolstra
2016-04-21
nix --help: Show usage examples
Eelco Dolstra
2016-04-19
Move path info caching from BinaryCacheStore to Store
Eelco Dolstra
[next]