tvl-depot/third_party/nix/src/libstore
Griffin Smith dcaba9de64 feat(3p/nix): Add main function for grpc daemon
Implement the main function for the new, proto-based nix daemon. This
mostly replicates the behavior of the previous nix daemon - it starts a
grpc server listening on the same nix socket path and supports the same
set of options - with the exception of --stdio, which has been renamed
to --pipe and documented in the man page.

Change-Id: Ib729283c1d5d35c0e1b0a968bc1f052f5527f2d7
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1356
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Reviewed-by: kanepyork <rikingcoding@gmail.com>
2020-07-25 20:11:41 +00:00
..
builtins refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
binary-cache-store.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
binary-cache-store.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
build.cc fix(3p/nix): do not call vfork 2020-07-24 22:16:08 +00:00
builtins.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
CMakeLists.txt fix(3p/nix): Link nixutil to its dependencies 2020-07-24 00:56:07 +00:00
crypto.cc refactor(3p/nix): Remove custom base64 implementation 2020-07-25 00:04:43 +00:00
crypto.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
derivations.cc feat(3p/nix): Add main function for grpc daemon 2020-07-25 20:11:41 +00:00
derivations.hh feat(3p/nix): Add main function for grpc daemon 2020-07-25 20:11:41 +00:00
download.cc fix(3p/nix): fix more clang-tidy warnings 2020-07-24 02:40:11 +00:00
download.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
export-import.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
fs-accessor.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
gc.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
globals.cc chore(3p/nix): Remove support for plugins 2020-07-20 14:45:43 +00:00
globals.hh chore(3p/nix): Remove support for plugins 2020-07-20 14:45:43 +00:00
http-binary-cache-store.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
legacy-ssh-store.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
local-binary-cache-store.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
local-fs-store.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
local-store.cc fix(3p/nix): fix more clang-tidy warnings 2020-07-24 02:40:11 +00:00
local-store.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
machines.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
machines.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
misc.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
nar-accessor.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
nar-accessor.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
nar-info-disk-cache.cc fix(3p/nix): Fix all remaining compiler warnings 2020-07-19 22:00:59 +00:00
nar-info-disk-cache.hh fix(3p/nix): Fix all remaining compiler warnings 2020-07-19 22:00:59 +00:00
nar-info.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
nar-info.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
nix-store.pc.in feat(3p/nix): install pkgconfig files for libexpr, libmain and libstore 2020-06-21 20:42:28 +00:00
optimise-store.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
parsed-derivations.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
parsed-derivations.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
pathlocks.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
pathlocks.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
profiles.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
profiles.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
references.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
references.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
remote-fs-accessor.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
remote-fs-accessor.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
remote-store.cc fix(3p/nix): remove usage of strcpy 2020-07-23 22:00:08 +00:00
remote-store.hh chore(3p/nix): Add missing override to UDSRemoteStore::sameMachine 2020-07-18 19:22:46 +00:00
s3-binary-cache-store.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
s3-binary-cache-store.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
s3.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
sandbox-defaults.sb Add 'third_party/nix/' from commit 'be66c7a6b24e3c3c6157fd37b86c7203d14acf10' 2020-05-17 15:52:38 +01:00
sandbox-minimal.sb Add 'third_party/nix/' from commit 'be66c7a6b24e3c3c6157fd37b86c7203d14acf10' 2020-05-17 15:52:38 +01:00
sandbox-network.sb Add 'third_party/nix/' from commit 'be66c7a6b24e3c3c6157fd37b86c7203d14acf10' 2020-05-17 15:52:38 +01:00
schema.sql Add 'third_party/nix/' from commit 'be66c7a6b24e3c3c6157fd37b86c7203d14acf10' 2020-05-17 15:52:38 +01:00
serve-protocol.hh style(3p/nix): Reformat project in Google C++ style 2020-05-17 16:31:57 +01:00
sqlite.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
sqlite.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
ssh-store.cc feat(3p/nix): Add main function for grpc daemon 2020-07-25 20:11:41 +00:00
ssh.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
ssh.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
store-api.cc feat(3p/nix/nix-daemon): Implement Worker::BuildDerivation handler 2020-07-18 19:52:23 +00:00
store-api.hh feat(3p/nix/nix-daemon): Implement Worker::BuildDerivation handler 2020-07-18 19:52:23 +00:00
worker-protocol.hh refactor(3p/nix/libexpr): Back Nix lists with std::vector 2020-07-18 18:08:42 +00:00