index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
hash.cc
Age
Commit message (
Expand
)
Author
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2021-01-27
Remove mkFlag()
Eelco Dolstra
2021-01-13
Convert option descriptions to Markdown
Eelco Dolstra
2021-01-06
Add commands for generating secret/public keys
Eelco Dolstra
2020-12-03
Move 'nix hash-*' and 'nix to-*' to 'nix hash'
Eelco Dolstra
2020-10-09
Merge remote-tracking branch 'upstream/master' into fix-and-ci-static-builds
John Ericson
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-09-25
stdout_ -> cout
John Ericson
2020-09-24
Fixes fall-through to report correct description of hash-file command.
Kevin Quick
2020-08-07
Merge remote-tracking branch 'upstream/master' into fix-and-ci-static-builds
John Ericson
2020-07-30
Merge remote-tracking branch 'origin/master' into fix-and-ci-static-builds
Matthew Bauer
2020-07-16
Merge branch 'hash-always-has-type' of github.com:obsidiansystems/nix into be...
John Ericson
2020-07-01
Rename two hash constructors to proper functions
Carlo Nucera
2020-06-29
Rename logging->stdout to logging->stdout_
Matthew Bauer
2020-06-26
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
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-17
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-03
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-03
Merge remote-tracking branch 'obsidian/no-hash-type-unknown' into validPathIn...
John Ericson
2020-06-02
Move file-hash to content-address
Carlo Nucera
2020-06-02
Fix to-base --type handler to correctly set std::optional flag
John Ericson
2020-06-02
to-base supports parsing SRI hashes, so make type flag optional
John Ericson
2020-06-02
Remove `HashType::Unknown`
John Ericson
2020-06-01
Create new file-hash files
Carlo Nucera
2020-05-29
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-05-28
Merge branch 'master' of github.com:NixOS/nix into enum-class
Carlo Nucera
2020-05-27
Use `FileIngestionMethod` for `nix hash`
John Ericson
2020-05-11
Merge branch 'master' into errors-phase-2
Ben Burdette
2020-05-11
Cleanup
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
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-04-16
Use Logger::stdout()
Eelco Dolstra
2020-03-29
Use `enum struct` and drop prefixes
John Ericson
2019-12-05
Make subcommand construction in MultiCommand lazy
Eelco Dolstra
2019-10-21
Mark content-addressable paths with references as experimental
Eelco Dolstra
2019-10-21
Fix build
Eelco Dolstra
2019-10-21
Allow content-addressable paths to have references
Eelco Dolstra
2018-12-13
Support SRI hashes
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-07-04
Support base-64 hashes
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-02-25
Fix build
Eelco Dolstra
2016-02-16
Fix to-base16 description
Tristan Hume
2016-02-09
Start of new Nix command-line interface
Eelco Dolstra