index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
daemon.cc
Age
Commit message (
Expand
)
Author
2023-04-15
Introduce `SingleDrvOutputs`
John Ericson
2023-04-06
Add `Store::isTrustedClient()`
matthewcroughan
2023-03-20
Move enabled experimental feature to libutil struct
John Ericson
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2023-02-03
Merge pull request #7739 from obsidiansystems/user-settings
Eelco Dolstra
2023-02-02
Move `trustedUsers` and `allowedUsers` to separate config struct
John Ericson
2023-02-02
Get rid of the `authHook` parameter on `processConnection`
John Ericson
2023-02-02
daemon: Warn on old clients passing unexpected plugin-files.
Shea Levy
2023-01-26
Update src/libstore/daemon.cc
Solène Rapenne
2023-01-26
warnings: enhance the case of untrusted substituter for untrusted user
Solène Rapenne
2022-12-07
Remove repeat and enforce-determinism options
Linus Heckemann
2022-09-22
Allow pass max-silent-time and build-poll-interval to daemon untrusted
Matthew Bauer
2022-03-18
Generalize `DerivationType` in preparation for impure derivations
John Ericson
2022-03-11
Deduplicate the Store downcasting with a template
John Ericson
2022-03-11
Factor out a `LogStore` interface
John Ericson
2022-03-11
Rename `requireGcStore` to `GcStore::require`
John Ericson
2022-03-08
Add Store::buildPathsWithResults()
Eelco Dolstra
2022-03-03
Factor out a `GcStore` interface
John Ericson
2022-03-01
Move `BuildResult` defintion to its own header
John Ericson
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-01-25
nix store ping: Report Nix daemon version
Eelco Dolstra
2022-01-18
Add command 'nix store copy-log'
Eelco Dolstra
2022-01-18
Get rid of std::shared_ptr<std::string> and ref<std::string>
Eelco Dolstra
2021-12-22
Remove CPU locking
Eelco Dolstra
2021-12-09
Merge pull request #5695 from obsidiansystems/tidy-logging
Eelco Dolstra
2021-11-30
Push wopAddToStore old style stream adapters into smaller scopes
John Ericson
2021-11-30
Nix daemon stream old wopAddToStore
John Ericson
2021-11-30
Tidy up the logging
John Ericson
2021-11-09
Merge pull request #5494 from tweag/balsoft/allow-references-in-addPath
Eelco Dolstra
2021-11-05
addPath: allow paths with references
Alexander Bantyev
2021-10-28
Merge remote-tracking branch 'origin/master' into non-blocking-gc
Eelco Dolstra
2021-10-27
daemon: Accept 'repeat' setting from untrusted users
Eelco Dolstra
2021-10-26
Make experimental-features a proper type
regnat
2021-10-23
addToStore, addToStoreFromDump: add references argument
Alexander Bantyev
2021-10-13
Remove syncWithGC()
Eelco Dolstra
2021-09-30
`std::visit` by reference
John Ericson
2021-08-30
Don’t accept experimental features from the client
regnat
2021-07-26
Low-latency closure copy
Eelco Dolstra
2021-07-22
Hacky fast closure copying mechanism
Eelco Dolstra
2021-05-19
Always send the realisations as JSON
regnat
2021-05-03
Bump version number for `DerivedPath` changes
Maximilian Bosch
2021-04-13
Fix registerDrvOutput with the daemon
regnat
2021-04-05
Rename Buildable
John Ericson
2021-04-05
Use `BuildableReq` for `buildPaths` and `ensurePath`
John Ericson
2021-04-05
Move `StorePathWithOutput` utilities out of store class
John Ericson
2021-03-22
Fix typos in the last PR #4656
John Ericson
2021-03-22
Clean up serialization for `BuildResult`
John Ericson
2021-02-23
RemoteStore: Send back the new realisations
regnat
2020-12-11
Store metadata about drv outputs realisations
regnat
2020-12-04
Canonicalize binary caches with ‘/’ when one is missing
Matthew Bauer
[next]