aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/store-api.hh
AgeCommit message (Expand)Author
2024-08-26libstore: remove static initializers for Store registrationsPierre Bourdon
2024-08-21libutil/config: unify path setting typesAlois Wohlschlager
2024-08-08refactor: make HashType and Base enum classes for type safetyJade Lovelace
2024-07-15libstore: rewrite narFromPath as generatoreldritch horrors
2024-06-16Add a clearer error message for InvalidPathError during evaluationjulia
2024-06-16Harmonise the Store::queryPathInfoUncached interfacejulia
2024-05-29util.hh: Delete remaining file and clean up headersTom Hubrecht
2024-05-24libstore: parse the buildMode instead of unchecked castJade Lovelace
2024-05-09libstore: de-callback-ify Store::queryRealisationeldritch horrors
2024-05-09libstore: un-callback-ify Store::queryRealisationUncachedeldritch horrors
2024-05-09libstore: de-callback-ify Store::queryPathInfoUncachedeldritch horrors
2024-03-29Make things that can throw not noexcept anymoreJade Lovelace
2024-03-05Merge pull request #9634 from 9999years/combine-abstract-pos-and-poseldritch horrors
2024-03-05Merge pull request #9443 from ivan770/reproducibilityeldritch horrors
2024-03-04Merge pull request #9848 from obsidiansystems/default-system-features-staticeldritch horrors
2024-03-04Merge pull request #9589 from obsidiansystems/floating-content-addressing-der...eldritch horrors
2024-03-04Merge pull request #9588 from obsidiansystems/queryDerivationOutputMap-evalStoreeldritch horrors
2023-08-10Make the Derived Path family of types inductive for dynamic derivationsJohn Ericson
2023-08-02Add infra for experimental store implemenationsJohn Ericson
2023-07-24Move `Store::Params` typedef to `StoreConfig::Params`John Ericson
2023-07-20Give `queryPartialDerivationOutputMap` an `evalStore` parameterJohn Ericson
2023-06-18Split `OptionalPathSetting` from `PathSetting`John Ericson
2023-05-19Merge pull request #8215 from obsidiansystems/general-repair-pathEelco Dolstra
2023-04-19Remove references from fixed output derivation ab syntaxJohn Ericson
2023-04-17Merge pull request #6312 from obsidiansystems/keyed-build-resultRobert Hensing
2023-04-17Merge pull request #3746 from obsidiansystems/path-infoRobert Hensing
2023-04-15Make `KeyedBuildResult`, `BuildResult` like before, and fix bug another wayJohn Ericson
2023-04-14Support `repairPath` on most stores.John Ericson
2023-04-13Push `getFSAccessor` `unsupported(...)` down `Store` class hierarchyJohn Ericson
2023-04-07Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2023-04-07Finish converting existing comments for internal API docs (#8146)John Ericson
2023-04-06Add `Store::isTrustedClient()`matthewcroughan
2023-04-02Move `querySubstitutablePathInfos` from `LocalStore` to `Store`John Ericson
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn 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-03-22Improve store setting descriptions / Markdown formattingEelco Dolstra
2023-03-21Support per-store Markdown documentationEelco Dolstra
2023-01-30Separate `path.hh` from `content-address.hh`John Ericson
2023-01-30Merge branch 'small-storePath-cleanups' into path-infoJohn Ericson
2023-01-23Don't add `StorePathDescriptor` for nowJohn Ericson
2023-01-17Move the default profiles to the user’s homeThéophane Hufschmitt
2023-01-14Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2023-01-13Merge pull request #6815 from obsidiansystems/better-wanted-outputsRobert Hensing
2023-01-13Merge pull request #7430 from tweag/ca/fix-nix-logThéophane Hufschmitt
2023-01-11Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former moreJohn Ericson
2023-01-06Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2022-12-08Fix `nix log` with CA derivationsregnat
2022-12-07Trivial changes from the lazy-trees branchEelco Dolstra
2022-11-16Replace src/libutil/json.cc with nlohmann json generationYorick van Pelt