aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/store-api.cc
AgeCommit message (Expand)Author
2021-11-23"recursive-nix" system feature only with experimental featureJohn Ericson
2021-11-16Merge pull request #5472 from NixOS/async-realisation-substitutionEelco Dolstra
2021-11-09Merge pull request #5494 from tweag/balsoft/allow-references-in-addPathEelco Dolstra
2021-11-09addToStore, addToStoreFromDump: refactor: pass refs by const referenceAlexander Bantyev
2021-11-03Expose an async interface for `queryRealisation`regnat
2021-10-28Merge remote-tracking branch 'origin/master' into non-blocking-gcEelco Dolstra
2021-10-26Make experimental-features a proper typeregnat
2021-10-23addToStore, addToStoreFromDump: add references argumentAlexander Bantyev
2021-10-14pathInfoCache: Use the entire base name as the cache keyEelco Dolstra
2021-09-30`std::visit` by referenceJohn Ericson
2021-07-26Low-latency closure copyEelco Dolstra
2021-07-22copyPaths: Pass store by referenceEelco Dolstra
2021-07-22nix-build: Copy drv closure between eval store and build storeEelco Dolstra
2021-07-12Merge branch 'structured-attrs-shell' of https://github.com/Ma27/nixEelco Dolstra
2021-07-12Merge branch 'master' into structured-attrs-shellMaximilian Bosch
2021-07-09FormattingEelco Dolstra
2021-06-23Merge pull request #4905 from NixOS/ca-derivations-machine-featureEelco Dolstra
2021-06-23Remove a useless string splitThéophane Hufschmitt
2021-06-22Source complete env in `nix-shell` with `__structuredAttrs = true;`Maximilian Bosch
2021-06-11Add a ca-derivations required machine featureregnat
2021-05-26Aso track the output path of the realisation dependenciesregnat
2021-05-26Make `copyPaths` copy the whole realisations closureregnat
2021-04-05Rename BuildableJohn Ericson
2021-04-05Use `BuildableReq` for `buildPaths` and `ensurePath`John Ericson
2021-04-05Move `StorePathWithOutputs` into its own header/fileJohn Ericson
2021-03-15Check the signatures when copying store paths aroundregnat
2021-02-25Make `nix copy` work without the ca-derivations flagregnat
2021-02-25Apply @edolstra stylistic suggestionsThéophane Hufschmitt
2021-02-25Ensure that the ca-derivations bit is set when copying realisationsregnat
2021-02-25Don't crash when copying realisations to a non-ca remoteregnat
2021-02-25Use `RealisedPath`s in `copyPaths`regnat
2021-02-19Register the realisations for unresolved drvsregnat
2021-01-29Merge pull request #4461 from NixOS/ca/error-logging-fixesEelco Dolstra
2021-01-26Make the error message for missing outputs more usefulregnat
2021-01-15Merge remote-tracking branch 'upstream/master' into non-local-store-buildJohn Ericson
2021-01-08string2Int(): Return std::optionalEelco Dolstra
2020-12-23Expose schedule entrypoints to all storesJohn Ericson
2020-12-23Merge pull request #4366 from NixOS/readInvalidDerivation-on-remote-cachesEelco Dolstra
2020-12-17Fix the detection of already built drv outputsregnat
2020-12-16Better detect when `buildPaths` would be a no-opregnat
2020-12-15Use the fs accessor for readInvalidDerivationregnat
2020-12-09libstore/openStore: fix stores with IPv6 addressesMaximilian Bosch
2020-12-02Sink: Use std::string_viewEelco Dolstra
2020-11-17Merge pull request #4180 from Ma27/ssh-ng-substituteEelco Dolstra
2020-11-17CleanupEelco Dolstra
2020-11-05Allow substituting paths when building remotely using `ssh-ng://`Maximilian Bosch
2020-10-29Generalize extra-* settingsEelco Dolstra
2020-10-11Split out uds-remote-store.{cc.hh}John Ericson
2020-09-21Move Callback into its own headerEelco Dolstra
2020-09-16Merge remote-tracking branch 'upstream/master' into remove-storetype-delegate...John Ericson