index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
content-address.cc
Age
Commit message (
Expand
)
Author
2023-02-28
Revert "Remove some designated initializers"
John Ericson
2023-02-01
Remove some designated initializers
John Ericson
2023-01-30
Shrink diff in two places
John Ericson
2023-01-14
Make `ValidPathInfo` have plain `StorePathSet` references like before
John Ericson
2023-01-06
Use named field initialization for references
John Ericson
2022-04-19
Slight cleanups
John Ericson
2022-03-10
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2021-11-23
Fix use after free in content-address.cc
Alex Shabalin
2021-10-01
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2021-09-30
`std::visit` by reference
John Ericson
2020-10-07
Use PathReferences more widely
John Ericson
2020-09-22
Style fixes
Eelco Dolstra
2020-09-21
parseContentAddressMethodPrefix: use string_view
Robert Hensing
2020-09-17
Add ContentAddressMethod and parse/render it
Robert Hensing
2020-08-05
Merge branch 'misc-ca' of https://github.com/obsidiansystems/nix
Eelco Dolstra
2020-08-05
Style fix
Eelco Dolstra
2020-08-05
Merge remote-tracking branch 'upstream/master' into misc-ca
John Ericson
2020-07-27
Merge remote-tracking branch 'upstream/master' into ca-derivation-data-types
John Ericson
2020-07-20
parser.hh -> split.hh
John Ericson
2020-07-13
Merge branch 'hash-always-has-type' into better-ca-parse-errors
John Ericson
2020-07-13
Merge remote-tracking branch 'upstream/master' into hash-always-has-type
John Ericson
2020-07-12
Move C++17 "pattern matching" boilerplat to utils.hh
John Ericson
2020-07-10
Factor out commonality between nix-prefetch-url and nix-store --add-fixed
Eelco Dolstra
2020-07-02
Have `splitPrefix` and `splitPrefixTo` parser helpers
John Ericson
2020-07-02
Tighten parsing for drv files and pathinfo
Carlo Nucera
2020-07-01
Rename two hash constructors to proper functions
Carlo Nucera
2020-06-30
Factor the prefix splitting in content-address
Carlo Nucera
2020-06-29
Merge branch 'hash-always-has-type' of github.com:obsidiansystems/nix into be...
John Ericson
2020-06-23
Merge remote-tracking branch 'upstream/master' into hash-always-has-type
John Ericson
2020-06-22
Improve content address parsing
John Ericson
2020-06-19
More designated initializers
John Ericson
2020-06-19
Merge remote-tracking branch 'me/no-stringly-typed-derivation-output' into va...
John Ericson
2020-06-19
Remove some `Base::` that crept in
John Ericson
2020-06-18
Merge branch 'validPathInfo-temp' into validPathInfo-ca-proper-datatype
John Ericson
2020-06-03
Merge remote-tracking branch 'obsidian/no-hash-type-unknown' into validPathIn...
John Ericson
2020-06-02
Typo
Carlo Nucera
2020-06-02
Validate text version instead, throw Errors
Carlo Nucera
2020-06-02
Add assertions for SHA256 in fixed case
Carlo Nucera
2020-06-02
Move file-hash to content-address
Carlo Nucera