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
2024-10-01
Remove static initializers for `RegisterLegacyCommand`
Rebecca Turner
2024-08-08
refactor: make HashType and Base enum classes for type safety
Jade Lovelace
2024-07-06
libutil: turn HashModuloSink into a free function
eldritch horrors
2024-07-05
libutil: convert readFileSource to a generator
eldritch horrors
2024-07-05
libstore: convert dumpPath to a generator
eldritch horrors
2024-06-19
libutil: return a source from readFile
eldritch horrors
2023-03-15
Merge pull request #7750 from obsidiansystems/no-args-prepare
John Ericson
2023-03-15
Make command infra less stateful and more regular
John Ericson
2023-03-16
nix-hash: support base-64 and SRI format
Yueh-Shun Li
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
[next]