lix/src/libstore
Eelco Dolstra 43d4d75e22 Connect/bind Unix domain sockets in a child process
In the child process, we can do a chdir() and avoid the problem of the
path not fitting into sockaddr_un.
2021-10-05 10:44:59 +02:00
..
build scanForReferences(): Use a StorePathSet 2021-10-04 13:47:38 +02:00
builtins
tests Add a test for RefScanSink and clean up the code 2021-10-04 14:29:42 +02:00
binary-cache-store.cc Make setDefault() typed 2021-09-22 14:15:35 +02:00
binary-cache-store.hh
builtins.hh
ca-specific-schema.sql
content-address.cc std::visit by reference 2021-09-30 21:35:09 +00:00
content-address.hh
crypto.cc
crypto.hh
daemon.cc std::visit by reference 2021-09-30 21:35:09 +00:00
daemon.hh
derivations.cc std::visit by reference 2021-09-30 21:35:09 +00:00
derivations.hh Remove tabs 2021-09-10 11:00:50 +02:00
derived-path.cc std::visit by reference 2021-09-30 21:35:09 +00:00
derived-path.hh
dummy-store.cc
export-import.cc
filetransfer.cc
filetransfer.hh
fs-accessor.hh
gc.cc
globals.cc Advise using --extra-experimental-features instead of --experimental-features 2021-09-14 13:56:36 +02:00
globals.hh
http-binary-cache-store.cc Make setDefault() typed 2021-09-22 14:15:35 +02:00
legacy-ssh-store.cc Merge pull request #5167 from Ma27/keep-failed-on-ssh-remote-build 2021-10-01 16:35:02 +02:00
local-binary-cache-store.cc
local-fs-store.cc
local-fs-store.hh
local-store.cc std::visit by reference 2021-09-30 21:35:09 +00:00
local-store.hh
local.mk Merge pull request #5175 from Pamplemousse/make 2021-08-30 12:44:29 +02:00
lock.cc
lock.hh
machines.cc
machines.hh
misc.cc std::visit by reference 2021-09-30 21:35:09 +00:00
names.cc
names.hh
nar-accessor.cc
nar-accessor.hh
nar-info-disk-cache.cc
nar-info-disk-cache.hh
nar-info.cc
nar-info.hh
nix-store.pc.in
optimise-store.cc
parsed-derivations.cc
parsed-derivations.hh
path-info.cc
path-info.hh
path-with-outputs.cc std::visit by reference 2021-09-30 21:35:09 +00:00
path-with-outputs.hh
path.cc
path.hh
pathlocks.cc
pathlocks.hh
profiles.cc Add 'nix profile wipe-history' command 2021-09-14 20:35:41 +02:00
profiles.hh Add "nix profile rollback" command 2021-09-14 19:32:33 +02:00
realisation.cc
realisation.hh
references.cc Add a test for RefScanSink and clean up the code 2021-10-04 14:29:42 +02:00
references.hh Add a test for RefScanSink and clean up the code 2021-10-04 14:29:42 +02:00
remote-fs-accessor.cc
remote-fs-accessor.hh
remote-store.cc std::visit by reference 2021-09-30 21:35:09 +00:00
remote-store.hh Shut down write side before draining the read side 2021-09-23 18:01:04 +02:00
s3-binary-cache-store.cc Make setDefault() typed 2021-09-22 14:15:35 +02:00
s3-binary-cache-store.hh
s3.hh
sandbox-defaults.sb sandbox: allow Rosetta 2 on Darwin 2021-09-15 02:02:03 +01:00
sandbox-minimal.sb
sandbox-network.sb
schema.sql
serve-protocol.hh nix-store --serve: pass on settings.keepFailed from SSH store 2021-08-31 13:11:46 +02:00
sqlite.cc
sqlite.hh
ssh-store.cc Shut down write side before draining the read side 2021-09-23 18:01:04 +02:00
ssh.cc
ssh.hh
store-api.cc std::visit by reference 2021-09-30 21:35:09 +00:00
store-api.hh Expand docstring of Store::querySubstitutablePathInfos 2021-08-09 15:58:50 +02:00
uds-remote-store.cc Connect/bind Unix domain sockets in a child process 2021-10-05 10:44:59 +02:00
uds-remote-store.hh Shut down write side before draining the read side 2021-09-23 18:01:04 +02:00
worker-protocol.hh