summaryrefslogtreecommitdiff
path: root/crates/arti-client/examples/hook-tcp.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* tor-rtcompat: Add the ability to get a StreamOps handle.Gabriela Moldovan2025-01-151-0/+4
* tor-rtcompat: Require NetStream{Listener,Provider} streams to impl StreamOps ...Gabriela Moldovan2024-12-101-2/+6
* tor-rtcompat: Require NetStream{Listener,Provider} streams to impl StreamOps.Gabriela Moldovan2024-12-101-1/+8
* Documentation updates for "NetStreamProvider" renameNick Mathewson2024-09-241-2/+2
* rtcompat: Rename TcpProvider to NetStreamProvider.Nick Mathewson2024-09-241-10/+10
* rtcompat: Remove accept() from TcpListenerNick Mathewson2024-09-241-33/+0
* rtcompat: Add an extension trait for building modified RuntimesNick Mathewson2024-09-241-2/+2
* Adjust examples lints using add_warningNick Mathewson2024-05-071-3/+3
* tor-rtcompat: CompoundRuntime: Add a CoarseTimeProvider, and implIan Jackson2024-03-251-1/+1
* Add unknown-lints exception to examplesNick Mathewson2024-03-131-0/+1
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-3/+3
* Allow "clippy::single_char_pattern" in tests.Ian Jackson2022-10-121-0/+1
* 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