index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
/
hash.cc
Age
Commit message (
Expand
)
Author
2023-03-29
avoid a string copy in printHash16
Vaci Koblizek
2023-03-29
return string_view from printHashType rather than string
Vaci Koblizek
2023-03-28
Avoid a string copy during Hash::to_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-10-28
Consistency
Eelco Dolstra
2020-08-05
Add Hash::dummy to signal default value
Carlo Nucera
2020-07-20
Remove period at the end of the exception message
John Ericson
2020-07-20
parser.hh -> split.hh
John Ericson
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-15
Merge branch 'master' of github.com:NixOS/nix into hash-always-has-type
Carlo Nucera
2020-07-14
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-07-13
Remove istringstream_nocopy
Eelco Dolstra
2020-07-06
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-07-03
Merge branch 'hash-always-has-type' of github.com:obsidiansystems/nix into be...
John Ericson
2020-07-03
Merge branch 'master' of github.com:NixOS/nix into hash-always-has-type
John Ericson
2020-07-02
Have `splitPrefix` and `splitPrefixTo` parser helpers
John Ericson
2020-07-02
Move `getParsedTypeAndSRI` to a more suitable location
John Ericson
2020-07-02
Fix abort in 'nix develop'
Eelco Dolstra
2020-07-02
Write the implementation for parseNonSRIUnprefixed
Carlo Nucera
2020-07-02
Abstract common parsing functionality
Carlo Nucera
2020-07-02
Inline and simplify in parseAnyPrefixed
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-02
Inline newFunction
Carlo Nucera
2020-07-02
Fix test suite
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
Keep the previous name, for diffing
Carlo Nucera
2020-07-01
Fixed build, we still have test errors
Carlo Nucera
2020-06-30
WIP initial design
Carlo Nucera
2020-06-30
Factor the prefix splitting in hash
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-23
Fix and clean up hash parser
John Ericson
2020-06-23
Merge remote-tracking branch 'upstream/master' into hash-always-has-type
John Ericson
2020-06-19
WIP: Make Hash always store a valid hash type
John Ericson
2020-06-19
Merge remote-tracking branch 'upstream/master' into validPathInfo-ca-proper-d...
John Ericson
2020-06-19
tabs -> spaces
John Ericson
2020-06-19
Remove some `Base::` that crept in
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
Fix build
Eelco Dolstra
[next]