summaryrefslogtreecommitdiff
path: root/crates/tor-hsrproxy/src/proxy.rs
Commit message (Expand)AuthorAgeFilesLines
* hsrproxy: Temporarily remove ability to config unix addressesNick Mathewson2024-01-161-4/+5
* hsrproxy: downgrade remaining TODO HSS comments.Nick Mathewson2024-01-091-2/+2
* Apply 1 suggestion(s) to 1 file(s)Ian Jackson2023-12-111-0/+2
* hsrproxy: Log rate-limited failures of other types as wellNick Mathewson2023-12-071-22/+18
* hsproxy: remove TODO about retroactive limitsNick Mathewson2023-12-071-1/+1
* hsrproxy: Remove TODO about empty Connected messagesNick Mathewson2023-12-071-1/+0
* hsproxy: Add a rate-limited log for forwarding errors.Nick Mathewson2023-12-071-5/+9
* hsrproxy: Take nickname as an argument and pass it to forwarding functionNick Mathewson2023-12-071-4/+15
* hsrproxy: Document what we check about begin messagesNick Mathewson2023-10-231-1/+2
* hsrproxy: Send back DONE reasons.Nick Mathewson2023-10-231-3/+3
* oneshot: Apply deferred rustfmt churnIan Jackson2023-10-111-3/+3
* oneshot: Use veneer in tor-hsrproxyIan Jackson2023-10-111-1/+2
* Note reconfigure limitations.Nick Mathewson2023-10-051-0/+4
* hsrproxy: Add "how" to reconfigure.Nick Mathewson2023-10-051-1/+9
* hsrproxy: fix a rustdoc link.Nick Mathewson2023-10-031-1/+1
* hsproxy: fix a documentation link.Nick Mathewson2023-10-031-1/+1
* tor-hsrproxy: Fix relative documentation warningEmil Engler2023-09-301-2/+2
* hsrproxy: detect shutdown correctly.Nick Mathewson2023-09-271-6/+23
* hsrproxy: improve error handling somewhatNick Mathewson2023-09-271-34/+112
* rproxy: Implement the actual "proxy" part of the code.Nick Mathewson2023-09-271-10/+78
* hsrproxy: Implement more of the proxy functionalityNick Mathewson2023-09-271-4/+133
* hsrproxy: Start to sketch out an rproxy implementation.Nick Mathewson2023-09-271-0/+60