summaryrefslogtreecommitdiff
path: root/crates/arti/src/rpc/proxyinfo.rs
Commit message (Collapse)AuthorAgeFilesLines
* rpc: Add a test for setting proxy info.Nick Mathewson2024-08-281-0/+3
|
* rpc: Rename E::SenderDroppedNick Mathewson2024-08-281-5/+6
|
* rpc: Add another layer of indirection on proxyinfoNick Mathewson2024-08-281-2/+9
|
* rpc: Try using postage::watch to initialize ProxyInfo.Nick Mathewson2024-08-281-9/+7
| | | | | (This is a bit trickier than I would like, but it ensures that we never return a "not initialized yet" code.)
* RPC: Add experimental method to list SOCKS proxies.Nick Mathewson2024-08-281-0/+71
We'll need this for our rpc-library code to meaningfully open SOCKS connections. Closes #1523.