nix-super/src/nix-store
John Ericson 9f69b7dee9 Create worker_proto::{Read,Write}Conn
Pass this around instead of `Source &` and `Sink &` directly. This will
give us something to put the protocol version on once the time comes.

To do this ergonomically, we need to expose `RemoteStore::Connection`,
so do that too. Give it some more API docs while we are at it.
2023-06-19 12:08:23 -04:00
..
dotgraph.cc Make ValidPathInfo have plain StorePathSet references like before 2023-01-14 16:42:03 -05:00
dotgraph.hh Ensure all headers have #pragma once and are in API docs 2023-03-31 23:19:44 -04:00
graphml.cc nix-store: Use long for narSize in graphml output 2023-03-24 17:25:17 +01:00
graphml.hh Ensure all headers have #pragma once and are in API docs 2023-03-31 23:19:44 -04:00
nix-store.cc Create worker_proto::{Read,Write}Conn 2023-06-19 12:08:23 -04:00