summaryrefslogtreecommitdiff
path: root/crates/arti/src/onion_proxy.rs
Commit message (Expand)AuthorAgeFilesLines
* HSS: Add many must_use annotationsIan Jackson2023-10-191-0/+2
* arti: Lower some over-broad #allows in onion_proxy.rsNick Mathewson2023-10-051-4/+2
* arti: functions to configure and launch actual onion service proxies.Nick Mathewson2023-10-051-3/+82
* Add/clarify comments about name duplication.Nick Mathewson2023-10-031-1/+1
* arti: make sure nicknames in builders match (or are absent)Nick Mathewson2023-10-031-7/+16
* arti: in onion service builder, rename "transports" to "services"Nick Mathewson2023-10-031-4/+3
* arti: Make onion_services serialize as a map.Nick Mathewson2023-10-031-0/+40
* arti: Add a list of [[onion_service]]s to the config.Nick Mathewson2023-10-031-1/+15
* arti: add a set of OnionServiceProxyConfig types.Nick Mathewson2023-10-031-0/+56