summaryrefslogtreecommitdiff
path: root/crates/tor-hsrproxy/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Note reconfigure limitations.Nick Mathewson2023-10-051-0/+4
* | hsrproxy: Add "how" to reconfigure.Nick Mathewson2023-10-051-1/+9
* | hsrproxy: add a note about a future warning.Nick Mathewson2023-10-041-0/+2
|/
* hsrproxy: fix a rustdoc link.Nick Mathewson2023-10-031-1/+1
* hsproxy: fix a documentation link.Nick Mathewson2023-10-031-1/+1
* hsrproxy: Make configs and builders implement more traits.Nick Mathewson2023-10-031-2/+6
* hsrproxy: remove allow(dead_code).Nick Mathewson2023-10-031-2/+0
* 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-273-0/+75
* hsrproxy: rename Direct => Simple.Nick Mathewson2023-09-191-21/+24
* hss: Rename ProxyTarget to ProxyAction.Nick Mathewson2023-09-191-16/+16
* hsproxy: Revise configuration based on discussionNick Mathewson2023-09-191-41/+95
* hsrproxy: test actual outputs of builder.Nick Mathewson2023-09-191-1/+10
* hsproxy: reject configurations with unreachable patterns.Nick Mathewson2023-09-191-3/+52
* hsrproxy: Say "one", not "single" to avoid confusion.Nick Mathewson2023-09-191-1/+1
* hsrproxy: repair emptyportrange behaviorNick Mathewson2023-09-071-0/+2
* hsproxy: add TODO link to thread.Nick Mathewson2023-09-071-0/+3
* hsprproxy: add note about possible validation stepNick Mathewson2023-09-071-0/+2
* hsrproxy: tests for (not accepting) legacy ipv4 formatsNick Mathewson2023-09-071-0/+17
* hsrproxy: Add todos about udp and haproxyNick Mathewson2023-09-071-1/+9
* hsrproxy: Refactor ProxyPattern to use RangeInclusive.Nick Mathewson2023-09-071-50/+33
* hsrproxy: Make config member pub(crate).Nick Mathewson2023-09-071-1/+1
* hsrproxy: implement builders and serde.Nick Mathewson2023-09-071-5/+70
* hsrproxy: implement parse/encode for patterns and targets.Nick Mathewson2023-09-071-5/+256
* Create a tor-hsrproxy crate to handle "proxy to local port".Nick Mathewson2023-09-072-0/+95