aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/store-api.hh
AgeCommit message (Expand)Author
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
2022-08-22IndentationEelco Dolstra
2022-06-08Restore the "low-latency" ssh copyingThéophane Hufschmitt
2022-06-03Make nix copy parallel againThéophane Hufschmitt
2022-03-25Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2022-03-17Clean up `DerivationOutput`, and headersJohn Ericson
2022-03-11Factor out a `LogStore` interfaceJohn Ericson
2022-03-10Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2022-03-08Add Store::buildPathsWithResults()Eelco Dolstra
2022-03-03Factor out a `GcStore` interfaceJohn Ericson
2022-03-01Move `BuildResult` defintion to its own headerJohn Ericson
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2022-02-16addToStoreFromDump(): Take std::string_viewEelco Dolstra
2022-01-25nix store ping: Report Nix daemon versionEelco Dolstra
2022-01-21Merge pull request #5949 from obsidiansystems/old-copyClosureEelco Dolstra
2022-01-20Add back `copyClosure` for plain `StorePath`sJohn Ericson
2022-01-18Add command 'nix store copy-log'Eelco Dolstra
2022-01-18Get rid of std::shared_ptr<std::string> and ref<std::string>Eelco Dolstra
2021-12-13Add a crude tracing mechansim for the build resultsregnat