summaryrefslogtreecommitdiff
path: root/crates/arti-client/examples/hook-tcp.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: Consolidate many lints in maint/add_warningIan Jackson2022-06-241-0/+3
* clippy: Add standard test lint block to several examplesIan Jackson2022-06-241-0/+6
* rt-compat: Make all the individual runtime traits Clone+Send etc.Ian Jackson2022-06-081-0/+1
* Resolve the new `derive_partial_eq_without_eq` lint.Nick Mathewson2022-05-231-1/+1
* add udp to runtimetrinity-1686a2022-03-141-1/+1
* arti-client: use PreferredRuntime by default, doc cleanupseta2022-02-281-5/+9
* use runtime TlsProvider in tcp-hook exampletrinity-1686a2022-02-251-2/+1
* Fix typosDimitris Apostolou2022-02-231-3/+3
* add one more comment to hook-tcptrinity-1686a2022-02-231-0/+1
* examples/hook-tcp: add some comments, rework lifetimes a biteta2022-02-231-28/+73
* implement correct handling of connection close and add comment explaining goa...trinity-1686a2022-02-231-9/+54
* add drop on CustomTcpStream to catch disconnection without closetrinity-1686a2022-02-231-0/+13
* add example of tcp hooktrinity-1686a2022-02-231-0/+235