aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/daemon.cc
AgeCommit message (Expand)Author
2023-04-17Merge pull request #6312 from obsidiansystems/keyed-build-resultRobert Hensing
2023-04-15Introduce `SingleDrvOutputs`John Ericson
2023-04-07Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2023-04-06Add `Store::isTrustedClient()`matthewcroughan
2023-03-30Use "raw pattern" for content address typesJohn Ericson
2023-03-20Move enabled experimental feature to libutil structJohn Ericson
2023-03-02Remove FormatOrString and remaining uses of format()Eelco Dolstra
2023-02-03Merge pull request #7739 from obsidiansystems/user-settingsEelco Dolstra
2023-02-02Move `trustedUsers` and `allowedUsers` to separate config structJohn Ericson
2023-02-02Get rid of the `authHook` parameter on `processConnection`John Ericson
2023-02-02daemon: Warn on old clients passing unexpected plugin-files.Shea Levy
2023-01-26Update src/libstore/daemon.ccSolène Rapenne
2023-01-26warnings: enhance the case of untrusted substituter for untrusted userSolène Rapenne
2022-12-07Remove repeat and enforce-determinism optionsLinus Heckemann
2022-09-22Allow pass max-silent-time and build-poll-interval to daemon untrustedMatthew Bauer
2022-03-18Generalize `DerivationType` in preparation for impure derivationsJohn Ericson
2022-03-11Deduplicate the Store downcasting with a templateJohn Ericson
2022-03-11Factor out a `LogStore` interfaceJohn Ericson
2022-03-11Rename `requireGcStore` to `GcStore::require`John 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-01-25nix store ping: Report Nix daemon versionEelco Dolstra
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-22Remove CPU lockingEelco Dolstra
2021-12-09Merge pull request #5695 from obsidiansystems/tidy-loggingEelco Dolstra
2021-11-30Push wopAddToStore old style stream adapters into smaller scopesJohn Ericson
2021-11-30Nix daemon stream old wopAddToStoreJohn Ericson
2021-11-30Tidy up the loggingJohn Ericson
2021-11-09Merge pull request #5494 from tweag/balsoft/allow-references-in-addPathEelco Dolstra
2021-11-05addPath: allow paths with referencesAlexander Bantyev
2021-10-28Merge remote-tracking branch 'origin/master' into non-blocking-gcEelco Dolstra
2021-10-27daemon: Accept 'repeat' setting from untrusted usersEelco Dolstra
2021-10-26Make experimental-features a proper typeregnat
2021-10-23addToStore, addToStoreFromDump: add references argumentAlexander Bantyev
2021-10-13Remove syncWithGC()Eelco Dolstra
2021-09-30`std::visit` by referenceJohn Ericson
2021-08-30Don’t accept experimental features from the clientregnat
2021-07-26Low-latency closure copyEelco Dolstra
2021-07-22Hacky fast closure copying mechanismEelco Dolstra
2021-05-19Always send the realisations as JSONregnat
2021-05-03Bump version number for `DerivedPath` changesMaximilian Bosch
2021-04-13Fix registerDrvOutput with the daemonregnat
2021-04-05Rename BuildableJohn Ericson
2021-04-05Use `BuildableReq` for `buildPaths` and `ensurePath`John Ericson
2021-04-05Move `StorePathWithOutput` utilities out of store classJohn Ericson
2021-03-22Fix typos in the last PR #4656John Ericson
2021-03-22Clean up serialization for `BuildResult`John Ericson