aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsrproxy
Commit message (Expand)AuthorAgeFilesLines
...
* Remove semver.md files.Nick Mathewson2023-12-041-2/+0
* Bump minor versions in preparation for releaseNick Mathewson2023-12-041-4/+4
* Bump patchlevel versions in preparation for releaseNick Mathewson2023-12-041-3/+3
* Merge branch 'msrv-bump-1.70' into 'main'Ian Jackson2023-11-301-1/+1
|\
| * In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* | hsrproxy: Allow ports to be specified as integersNick Mathewson2023-11-291-5/+23
* | Revert "hsrproxy: Temporarily change the format of ProxyRule."Nick Mathewson2023-11-292-76/+8
|/
* Merge remote-tracking branch 'public/hs_begin'Nick Mathewson2023-11-161-4/+5
|\
| * hsrproxy: Document what we check about begin messagesNick Mathewson2023-10-231-1/+2
| * hsrproxy: Send back DONE reasons.Nick Mathewson2023-10-231-3/+3
* | Remove semver.md files from arti 1.1.10Nick Mathewson2023-10-311-1/+0
* | Remove "publish=false" from tor-hsrproxy.arti-v1.1.10Nick Mathewson2023-10-311-2/+0
* | Patch version bumps in crates without breaking changesNick Mathewson2023-10-311-2/+2
* | Minor version bumps in crates with breaking changes.Nick Mathewson2023-10-311-4/+4
* | Run "fixup-features" in preparation for release this week.Nick Mathewson2023-10-291-1/+1
|/
* oneshot: Apply deferred rustfmt churnIan Jackson2023-10-111-3/+3
* oneshot: Use veneer in tor-hsrproxyIan Jackson2023-10-112-1/+3
* Merge branch 'configure_onion_service_part2' into 'main'Nick Mathewson2023-10-112-3/+102
|\
| * hsrproxy: Temporarily change the format of ProxyRule.Nick Mathewson2023-10-101-6/+76
| * Non-working attempt to test onion service configuration.Nick Mathewson2023-10-032-1/+30
* | Note reconfigure limitations.Nick Mathewson2023-10-051-0/+4
* | hsrproxy: Add "how" to reconfigure.Nick Mathewson2023-10-052-1/+10
* | 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-032-2/+7
* hsrproxy: remove allow(dead_code).Nick Mathewson2023-10-031-2/+0
* Minor-version bumps, for crates with breaking changes.Nick Mathewson2023-10-021-1/+1
* Patchlevel bumps, with dependents affected.Nick Mathewson2023-10-021-4/+4
* Run "fixup-features" on arti crates.Nick Mathewson2023-10-021-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-272-34/+113
* rproxy: Implement the actual "proxy" part of the code.Nick Mathewson2023-09-271-10/+78
* hsrproxy: Implement more of the proxy functionalityNick Mathewson2023-09-272-4/+138
* hsrproxy: Start to sketch out an rproxy implementation.Nick Mathewson2023-09-274-0/+79
* 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-192-3/+53
* 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-072-5/+75