A purpose-built proxy for the Linkerd service mesh. Written in Rust.
Go to file
Brian Smith 1af68d3a14 Encapsulate listening port connection acceptance logic (#46)
Previously every use of `BoundPort` repeated a bunch of logic.

Move the repeated logic to `BoundPort` itself. Just remove the no-op
handshaking logic; new handshaking logic will be added to `BoundPort`
when TLS is added.
2017-12-14 13:19:05 -10:00
codegen Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
futures-mpsc-lossy apply rustffmt on proxy, remove rustfmt.toml for now 2017-12-05 00:44:16 +00:00
proxy Encapsulate listening port connection acceptance logic (#46) 2017-12-14 13:19:05 -10:00
tower-grpc Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
tower-grpc-build Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
tower-grpc-examples Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
tower-h2 Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
tower-router Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
Cargo.lock Prepare for v0.1.0 (#1) 2017-12-04 19:55:56 -08:00
Cargo.toml Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
LICENSE Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00