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
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2024-08-26
treewide: fix a bunch of lints
Jade Lovelace
2024-08-08
tree-wide: fix a pile of lints
Jade Lovelace
2024-08-08
refactor: make HashType and Base enum classes for type safety
Jade Lovelace
2024-08-08
build: integrate clang-tidy into CI
Jade Lovelace
2024-08-04
tree-wide: fix various lint warnings
Jade Lovelace
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
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2023-04-17
Merge pull request #7732 from hercules-ci/make-initLibStore-viable-alternative
John Ericson
2023-04-07
Require openssl >= 1.1.1
Robert Hensing
2023-04-07
Move OpenSSL init to initLibUtil
Robert Hensing
2023-04-07
Rename and protect `BufferedSink::write`
Théophane Hufschmitt
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
[next]