index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
/
hash.hh
Age
Commit message (
Expand
)
Author
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-05-29
util.{hh,cc}: Split out file-system.{hh,cc}
Tom Hubrecht
2023-04-07
Rename and protect `BufferedSink::write`
Théophane Hufschmitt
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2023-03-31
Extend internal API docs, part 2
John Ericson
2023-03-29
return string_view from printHashType rather than string
Vaci Koblizek
2022-04-07
don't assume that rev is a SHA1 hash
Kasper Gałkowski
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-01-27
return string_views from forceString*
pennae
2020-12-02
Sink: Use std::string_view
Eelco Dolstra
2020-08-05
Remove Hash::operator bool ()
Carlo Nucera
2020-08-05
Add Hash::dummy to signal default value
Carlo Nucera
2020-08-01
Embelish documentation of new Hash functions
John Ericson
2020-08-01
Convert to C-style comments
John Ericson
2020-07-30
Merge branch 'master' of github.com:NixOS/nix into better-ca-parse-errors
Carlo Nucera
2020-07-30
unsigned long long -> uint64_t
Eelco Dolstra
2020-07-16
Merge branch 'hash-always-has-type' of github.com:obsidiansystems/nix into be...
John Ericson
2020-07-16
Merge remote-tracking branch 'upstream/master' into hash-always-has-type
John Ericson
2020-07-02
Write the implementation for parseNonSRIUnprefixed
Carlo Nucera
2020-07-02
Rename fromSRI to parseSRI for constistency
Carlo Nucera
2020-07-02
Get rid of the std::pair
Carlo Nucera
2020-07-01
Rename two hash constructors to proper functions
Carlo Nucera
2020-07-01
Inline Hash::init()
Carlo Nucera
2020-07-01
Correct FIXMEs in libfetchers
Carlo Nucera
2020-07-01
Fixed build, we still have test errors
Carlo Nucera
2020-06-30
WIP initial design
Carlo Nucera
2020-06-29
Merge remote-tracking branch 'upstream/master' into hash-always-has-type
John Ericson
2020-06-26
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-25
Fix empty std::optional dereference in writeDerivation()
Eelco Dolstra
2020-06-19
WIP: Make Hash always store a valid hash type
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-17
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-12
Use `std::string_view` in a few more places
John Ericson
2020-06-12
Merge pull request #3674 from matthewbauer/allow-empty-hash2
Eelco Dolstra
2020-06-12
Add newHashAllowEmpty helper function
Matthew Bauer
2020-06-03
libutils/hash: remove default encoding
zimbatm
2020-06-02
Remove `HashType::Unknown`
John Ericson
2020-05-10
nix: Implement basic bash completion
Eelco Dolstra
2020-03-29
Use `enum struct` and drop prefixes
John Ericson
2020-03-24
Misc changes from the flakes branch
Eelco Dolstra
2019-10-21
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-10-21
Allow content-addressable paths to have references
Eelco Dolstra
2019-04-19
Clean up exportGit argument handling
Eelco Dolstra
2018-12-13
Support SRI hashes
Eelco Dolstra
2017-10-30
builtins.fetchgit: Support importing a working tree
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
[next]