aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/daemon.hh
AgeCommit message (Expand)Author
2023-04-06Add `Store::isTrustedClient()`matthewcroughan
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
2023-02-02Get rid of the `authHook` parameter on `processConnection`John Ericson
2020-10-06Add missing #pragma onceEelco Dolstra
2020-08-12Separate auth and logic for the daemonJohn Ericson
2019-11-06Recursive Nix supportEelco Dolstra
2019-10-29Don't create a Store in processConnection()Eelco Dolstra
2019-10-29Move most of the daemon implementation to libstoreEelco Dolstra