| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
