zrepl/daemon/serve
Christian Schwarz 1ce0c69e4f implement local replication using new local transport
The new local transport uses socketpair() and a switchboard based on
client identities.
The special local job type is gone, which is good since it does not fit
into the 'Active/Passive side ' + 'mode' concept used to implement the
duality of push/sink | pull/source.
2018-09-24 14:43:53 +02:00
..
serve_local.go implement local replication using new local transport 2018-09-24 14:43:53 +02:00
serve_stdinserver.go fixup 308e5e35fb: remove fprintf debug output 2018-09-05 08:35:31 -07:00
serve_tcp.go Multi-client servers + bring back stdinserver support 2018-09-04 16:43:55 -07:00
serve_tls.go serve TLS: validate client CNs against whitelist in config file 2018-09-06 13:34:39 -07:00
serve.go implement local replication using new local transport 2018-09-24 14:43:53 +02:00