| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | hsrproxy: Document what we check about begin messages | Nick Mathewson | 2023-10-23 | 1 | -1/+2 |
| | | | | | | | | Specifically, we check nothing except the port. This matches the behavior of C-tor and the documentation in torspec!179. | ||||
| * | hsrproxy: Send back DONE reasons. | Nick Mathewson | 2023-10-23 | 1 | -3/+3 |
| | | | | | | This is in keeping with the behavior of C tor, and of torspec!179. | ||||
| * | oneshot: Apply deferred rustfmt churn | Ian Jackson | 2023-10-11 | 1 | -3/+3 |
| | | | | | cargo fmt, precisely. | ||||
| * | oneshot: Use veneer in tor-hsrproxy | Ian Jackson | 2023-10-11 | 1 | -1/+2 |
| | | |||||
| * | Note reconfigure limitations. | Nick Mathewson | 2023-10-05 | 1 | -0/+4 |
| | | |||||
| * | hsrproxy: Add "how" to reconfigure. | Nick Mathewson | 2023-10-05 | 1 | -1/+9 |
| | | | | | Our reconfigure methods take these by convention. | ||||
| * | hsrproxy: fix a rustdoc link. | Nick Mathewson | 2023-10-03 | 1 | -1/+1 |
| | | |||||
| * | hsproxy: fix a documentation link. | Nick Mathewson | 2023-10-03 | 1 | -1/+1 |
| | | |||||
| * | tor-hsrproxy: Fix relative documentation warning | Emil Engler | 2023-09-30 | 1 | -2/+2 |
| | | | | | | This commit fixes a warning in the documentation, caused by an unresolved name. | ||||
| * | hsrproxy: detect shutdown correctly. | Nick Mathewson | 2023-09-27 | 1 | -6/+23 |
| | | |||||
| * | hsrproxy: improve error handling somewhat | Nick Mathewson | 2023-09-27 | 1 | -34/+112 |
| | | | | | | With this patch we now propagate errors upwards rather than handling them at the lowest possible level. | ||||
| * | rproxy: Implement the actual "proxy" part of the code. | Nick Mathewson | 2023-09-27 | 1 | -10/+78 |
| | | | | | | Now we finally have the code to copy the data back and forth on the two AsyncRead+AsyncWrite objects that we create. | ||||
| * | hsrproxy: Implement more of the proxy functionality | Nick Mathewson | 2023-09-27 | 1 | -4/+133 |
| | | |||||
| * | hsrproxy: Start to sketch out an rproxy implementation. | Nick Mathewson | 2023-09-27 | 1 | -0/+60 |
