aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/content-address.hh
AgeCommit message (Expand)Author
2024-03-29Fix various clang-tidy lintsJade Lovelace
2023-08-18Fixing #7479John Ericson
2023-07-07Simplify `ContentAddress`John Ericson
2023-05-09Improve error message for self reference with text hashingJohn Ericson
2023-05-09Cleanups to content address typesJohn Ericson
2023-05-09Apply suggestions from code review John Ericson
2023-04-21Add more docs to `TextIngestionMethod` John Ericson
2023-04-19Remove references from fixed output derivation ab syntaxJohn Ericson
2023-04-19Add a few more content addressing methodsJohn Ericson
2023-04-17`TextHashMethod` -> `TextIngestionMethod`, gate with XP featureJohn Ericson
2023-04-17Merge remote-tracking branch 'upstream/master' into ca-drv-exoticJohn Ericson
2023-04-07Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2023-04-07Create `Derivation::fromJSON`John Ericson
2023-04-01Add comparison methods for content addressesJohn Ericson
2023-04-01Merge branch 'path-info' into ca-drv-exoticJohn Ericson
2023-04-01Merge commit 'aa99005004bccc9be506a2a2f162f78bad4bcb41' into ca-drv-exoticJohn Ericson
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
2023-03-30Use "raw pattern" for content address typesJohn Ericson
2023-03-30Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2023-03-29Convert a bunch of comments in headers to Doxygen documentationJohn Ericson
2023-02-28Merge branch 'path-info' into ca-drv-exoticJohn Ericson
2023-02-28No inheritance for `TextInfo` and `FixedOutputInfo`John Ericson
2023-01-23Merge branch 'path-info' into ca-drv-exoticJohn Ericson
2023-01-23Don't add `StorePathDescriptor` for nowJohn Ericson
2023-01-14Merge branch 'path-info' into ca-drv-exoticJohn Ericson
2023-01-14Make `ValidPathInfo` have plain `StorePathSet` references like beforeJohn Ericson
2023-01-06Merge branch 'path-info' into ca-drv-exoticJohn Ericson
2023-01-06Do big rename to clean up codeJohn Ericson
2023-01-06Make formatting consistentJohn Ericson
2022-04-19Slight cleanupsJohn Ericson
2022-04-19Merge branch 'path-info' into ca-drv-exoticJohn Ericson
2022-03-25Fill in missing comparison operators for content addressesJohn Ericson
2020-10-13Merge remote-tracking branch 'obsidian/path-info' into ca-drv-exoticJohn Ericson
2020-10-13Organize content-address.hh a bit betterJohn Ericson
2020-10-13Derivations can output "text-hashed" dataJohn Ericson
2020-10-07Use PathReferences more widelyJohn Ericson
2020-09-17Add ContentAddressMethod and parse/render itRobert Hensing
2020-07-10Factor out commonality between nix-prefetch-url and nix-store --add-fixedEelco Dolstra
2020-06-19Merge remote-tracking branch 'me/no-stringly-typed-derivation-output' into va...John Ericson
2020-06-02Move file-hash to content-addressCarlo Nucera