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-17
`TextHashMethod` -> `TextIngestionMethod`, gate with XP feature
John Ericson
2023-04-17
Merge remote-tracking branch 'upstream/master' into ca-drv-exotic
John Ericson
2023-04-17
Experimentally allow forcing `nix-daemon` trust; use this to test
John Ericson
2023-04-17
Merge pull request #6312 from obsidiansystems/keyed-build-result
Robert Hensing
2023-04-17
Merge remote-tracking branch 'upstream/master' into ca-drv-exotic
John Ericson
2023-04-15
Introduce `SingleDrvOutputs`
John Ericson
2023-04-07
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2023-04-06
Add `Store::isTrustedClient()`
matthewcroughan
2023-04-01
Merge branch 'path-info' into ca-drv-exotic
John Ericson
2023-04-01
Merge commit 'aa99005004bccc9be506a2a2f162f78bad4bcb41' into ca-drv-exotic
John Ericson
2023-03-30
Use "raw pattern" for content address types
John Ericson
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-28
Merge branch 'path-info' into ca-drv-exotic
John Ericson
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
2023-01-14
Merge branch 'path-info' into ca-drv-exotic
John Ericson
2023-01-14
Make `ValidPathInfo` have plain `StorePathSet` references like before
John Ericson
2023-01-06
Merge branch 'path-info' into ca-drv-exotic
John Ericson
2023-01-06
Do big rename to clean up code
John Ericson
2023-01-06
Merge branch 'path-info' into ca-drv-exotic
John Ericson
2023-01-06
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
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-25
Merge branch 'path-info' into ca-drv-exotic
John Ericson
2022-03-25
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
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-10
Merge branch 'path-info' into ca-drv-exotic
John Ericson
2022-03-10
Merge remote-tracking branch 'upstream/master' into path-info
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
[next]