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
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2024-08-08
refactor: make HashType and Base enum classes for type safety
Jade Lovelace
2024-03-29
Fix various clang-tidy lints
Jade Lovelace
2024-03-04
Merge pull request #9229 from tfc/small-improvements
eldritch horrors
2024-03-04
Merge pull request #9172 from tfc/bad-moves
eldritch horrors
2023-08-18
Fixing #7479
John Ericson
2023-07-07
Simplify `ContentAddress`
John Ericson
2023-05-09
Improve error message for self reference with text hashing
John Ericson
2023-05-09
Cleanups to content address types
John Ericson
2023-04-19
Remove references from fixed output derivation ab syntax
John Ericson
2023-04-19
Add a few more content addressing methods
John Ericson
2023-04-17
`TextHashMethod` -> `TextIngestionMethod`, gate with XP feature
John Ericson
2023-04-01
Merge branch 'path-info' into ca-drv-exotic
John Ericson
2023-04-01
Merge commit 'aa99005004bccc9be506a2a2f162f78bad4bcb41' into ca-drv-exotic
John Ericson
2023-03-30
Use "raw pattern" for content address types
John Ericson
2023-03-30
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2023-02-28
Merge branch 'path-info' into ca-drv-exotic
John Ericson
2023-02-28
No inheritance for `TextInfo` and `FixedOutputInfo`
John Ericson
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
Merge branch 'path-info' into ca-drv-exotic
John Ericson
2023-01-14
Make `ValidPathInfo` have plain `StorePathSet` references like before
John Ericson
2023-01-06
Merge branch 'path-info' into ca-drv-exotic
John Ericson
2023-01-06
Merge branch 'path-info' into ca-drv-exotic
John Ericson
2023-01-06
Use named field initialization for references
John Ericson
2022-04-19
Slight cleanups
John Ericson
2022-03-10
Merge branch 'path-info' into ca-drv-exotic
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 branch 'path-info' into ca-drv-exotic
John Ericson
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-13
Work around clang destructing + capturing bug again
John Ericson
2020-10-13
Derivations can output "text-hashed" data
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
[next]