summaryrefslogtreecommitdiff
path: root/crates/arti/src/onion_proxy.rs
Commit message (Expand)AuthorAgeFilesLines
* arti: Make OnionServiceProxyConfig pub(crate).Gabriela Moldovan2024-01-181-2/+2
* tor-hsservice: Create a separate RunningOnionService type.Gabriela Moldovan2024-01-181-2/+2
* Merge branch 'return-of-the-son-of-arti-todos' into 'main'Nick Mathewson2023-12-141-28/+58
|\
| * Trivial case fix in a comment.Ian Jackson2023-12-141-1/+1
| * arti: Add a todo to describe how and why to test build_list.Nick Mathewson2023-12-131-0/+7
| * arti: Use BTreeMap for maps of onion service configs.Nick Mathewson2023-12-131-9/+9
| * arti: Simplify build_list slightlyNick Mathewson2023-12-131-4/+3
| * arti: resolve a TODO in onion_proxy launch_new.Nick Mathewson2023-12-121-7/+2
| * arti: rethink a TODO HSS about nicknamesNick Mathewson2023-12-121-1/+9
| * arti: Enforce onion service nickname distinctnessNick Mathewson2023-12-121-15/+36
| * arti: Generalize a TODO HSS about reconfiguration.Nick Mathewson2023-12-121-1/+2
| * Remove TODOs obsoleted by onion service reconfiguration.Nick Mathewson2023-12-121-1/+0
* | arti: Use warn_report on anyhow::Error in onion_proxyNick Mathewson2023-12-121-4/+1
|/
* Merge branch 'todo_hsrproxy' into 'main'Nick Mathewson2023-12-111-1/+4
|\
| * hsrproxy: Take nickname as an argument and pass it to forwarding functionNick Mathewson2023-12-071-1/+4
* | Add a TODO HSS comment about Reconfigure.Ian Jackson2023-12-111-0/+1
* | Reconfigure onion services when their configuration changes.Nick Mathewson2023-12-051-9/+16
* | arti: Backend support for reconfiguring onion proxies.Nick Mathewson2023-12-051-6/+101
|/
* 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