index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
make-content-addressed.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-07-15
libstore: rewrite narFromPath as generator
eldritch horrors
2024-07-11
libutil: rewrite RewritingSink as source
eldritch horrors
2024-07-06
libutil: turn HashModuloSink into a free function
eldritch horrors
2023-07-21
Merge pull request #8650 from obsidiansystems/content-address-simpler
Eelco Dolstra
2023-07-07
Simplify `ContentAddress`
John Ericson
2023-06-30
makeContentAddressed: Add single path helper
Robert Hensing
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-02-01
Shrink diff in one place
John Ericson
2023-01-30
Shrink diff in two places
John Ericson
2023-01-23
Don't add `StorePathDescriptor` for now
John Ericson
2023-01-14
Make `ValidPathInfo` have plain `StorePathSet` references like before
John Ericson
2023-01-06
Do big rename to clean up code
John Ericson
2023-01-06
Use named field initialization for references
John Ericson
2022-03-25
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2022-03-24
Add a test for fetchClosure and 'nix store make-content-addressed'
Eelco Dolstra
2022-03-24
Fix makeContentAddressed() on self-references
Eelco Dolstra
2022-03-24
fetchClosure: Allow a path to be rewritten to CA on the fly
Eelco Dolstra