index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
content-address.hh
Age
Commit message (
Expand
)
Author
2024-03-29
Fix various clang-tidy lints
Jade Lovelace
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-05-09
Apply suggestions from code review
John Ericson
2023-04-21
Add more docs to `TextIngestionMethod`
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-17
Merge remote-tracking branch 'upstream/master' into ca-drv-exotic
John Ericson
2023-04-07
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2023-04-07
Create `Derivation::fromJSON`
John Ericson
2023-04-01
Add comparison methods for content addresses
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-31
Ensure all headers have `#pragma once` and are in API docs
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-03-29
Convert a bunch of comments in headers to Doxygen documentation
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-01-23
Merge branch 'path-info' into ca-drv-exotic
John Ericson
2023-01-23
Don't add `StorePathDescriptor` for now
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
Do big rename to clean up code
John Ericson
2023-01-06
Make formatting consistent
John Ericson
2022-04-19
Slight cleanups
John Ericson
2022-04-19
Merge branch 'path-info' into ca-drv-exotic
John Ericson
2022-03-25
Fill in missing comparison operators for content addresses
John Ericson
2020-10-13
Merge remote-tracking branch 'obsidian/path-info' into ca-drv-exotic
John Ericson
2020-10-13
Organize content-address.hh a bit better
John Ericson
2020-10-13
Derivations can output "text-hashed" data
John Ericson
2020-10-07
Use PathReferences more widely
John Ericson
2020-09-17
Add ContentAddressMethod and parse/render it
Robert Hensing
2020-07-10
Factor out commonality between nix-prefetch-url and nix-store --add-fixed
Eelco Dolstra
2020-06-19
Merge remote-tracking branch 'me/no-stringly-typed-derivation-output' into va...
John Ericson
2020-06-02
Move file-hash to content-address
Carlo Nucera