aboutsummaryrefslogtreecommitdiff
path: root/src/nix/hash.cc
AgeCommit message (Expand)Author
2020-06-03Merge remote-tracking branch 'obsidian/no-hash-type-unknown' into validPathIn...John Ericson
2020-06-02Move file-hash to content-addressCarlo Nucera
2020-06-02Fix to-base --type handler to correctly set std::optional flagJohn Ericson
2020-06-02to-base supports parsing SRI hashes, so make type flag optionalJohn Ericson
2020-06-02Remove `HashType::Unknown`John Ericson
2020-06-01Create new file-hash filesCarlo Nucera
2020-05-28Merge branch 'master' of github.com:NixOS/nix into enum-classCarlo Nucera
2020-05-27Use `FileIngestionMethod` for `nix hash`John Ericson
2020-05-05nix --help: Group commandsEelco Dolstra
2020-05-04Flag: Use designated initializersEelco Dolstra
2020-04-16Use Logger::stdout()Eelco Dolstra
2020-03-29Use `enum struct` and drop prefixesJohn Ericson
2019-12-05Make subcommand construction in MultiCommand lazyEelco Dolstra
2019-10-21Mark content-addressable paths with references as experimentalEelco Dolstra
2019-10-21Fix buildEelco Dolstra
2019-10-21Allow content-addressable paths to have referencesEelco Dolstra
2018-12-13Support SRI hashesEelco Dolstra
2017-10-24nix: Respect -I, --arg, --argstrEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-04Support base-64 hashesEelco Dolstra
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-02-25Fix buildEelco Dolstra
2016-02-16Fix to-base16 descriptionTristan Hume
2016-02-09Start of new Nix command-line interfaceEelco Dolstra