| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | connect point: Use new CfgPathResolver api. | Nick Mathewson | 2024-11-19 | 1 | -12/+22 |
| | | |||||
| * | connect point: handle unrecognized auth variants. | Nick Mathewson | 2024-11-19 | 1 | -4/+37 |
| | | |||||
| * | Connect point: Improve robustness against new SocketAddr variants | Nick Mathewson | 2024-11-19 | 1 | -2/+10 |
| | | |||||
| * | connect point: add a test for ConflictingMembers. | Nick Mathewson | 2024-11-19 | 1 | -0/+13 |
| | | |||||
| * | connect-point: Rename Reps to Addresses. | Nick Mathewson | 2024-11-19 | 1 | -7/+7 |
| | | |||||
| * | connect point: Add client support. | Nick Mathewson | 2024-11-19 | 1 | -0/+10 |
| | | | | | | ("Client support" here means connecting to a socket and reading a cookie file.) | ||||
| * | connect point: Treat unrecognized auth types as Decline. | Nick Mathewson | 2024-11-19 | 1 | -0/+9 |
| | | |||||
| * | connect points: Validate more correctness properties | Nick Mathewson | 2024-11-19 | 1 | -4/+23 |
| | | | | | | In particular, we only allow binding/connecting to localhost, and we only support None auth for Unix connections. | ||||
| * | connect points: Remember original string addresses | Nick Mathewson | 2024-11-19 | 1 | -6/+57 |
| | | | | | The cookie authentication protocol will need these. | ||||
| * | connect point: implement FromStr. | Nick Mathewson | 2024-11-19 | 1 | -17/+58 |
| | | | | | | | | | | While doing so, tidy up the errors that we detect when parsing a connect point, so that we can differentiate ones that indicate an unsupported connect-point type. This means that fewer types now implement Deserialize; that's probably a good thing. | ||||
| * | tor-connect-point: new crate to manage RPC connect points | Nick Mathewson | 2024-11-19 | 1 | -0/+304 |
| See doc/dev/rpc-book/src/rpc-connect-sketch.md for details. | |||||
