summaryrefslogtreecommitdiff
path: root/crates/tor-hsrproxy/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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