summaryrefslogtreecommitdiff
path: root/arti/src/proxy.rs
Commit message (Expand)AuthorAgeFilesLines
* Use full suite of warnings in arti crate as well.Nick Mathewson2021-05-241-1/+1
* Remove tor-proto exposure in tor-client API.Nick Mathewson2021-05-181-8/+8
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-031-1/+1
* Move timer functions into an extension trait.Nick Mathewson2021-04-171-2/+1
* Move around the public modules in tor_rtcompat.Nick Mathewson2021-04-171-1/+1
* Remove all non-runtime methods in tor_rtcompat.Nick Mathewson2021-04-161-8/+14
* Add a "Runtime" parameter to all the manager types.Nick Mathewson2021-04-161-2/+3
* rtcompat: Make TLS functionality use Runtime traits.Nick Mathewson2021-04-161-5/+1
* Make incoming Streams of TcpStream a real type for each backend.Nick Mathewson2021-04-161-5/+2
* Port tor_rtcompat::net to use Runtime objects.Nick Mathewson2021-04-161-9/+15
* rtcompat: rename traits module to impl_traits.Nick Mathewson2021-04-161-1/+1
* Fix Rust-1.51 clippy warnings about acronyms in camel case.Nick Mathewson2021-03-291-6/+6
* Move stream timeout logic into tor-client.Nick Mathewson2021-03-241-3/+4
* Refactor tokio implpementation in tor-rtcompat.Nick Mathewson2021-03-231-19/+6
* Move our command-line interface into a new crate called "arti".Nick Mathewson2021-03-171-0/+237