summaryrefslogtreecommitdiff
path: root/crates/tor-rpc-connect
Commit message (Expand)AuthorAgeFilesLines
* Bump all the unstable tor- and arti- crates to 0.25.0.Gabriela Moldovan2024-12-021-5/+5
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2024-12-021-2/+2
* Fix several Cargo.tomls to satisfy cargo-sort.Gabriela Moldovan2024-12-021-1/+1
* Run fixup-features in preparation for release (fmt).Gabriela Moldovan2024-12-021-1/+10
* Run fixup-features in preparation for release.Gabriela Moldovan2024-12-021-1/+1
* tor-rpc-connect: Bump thiserror to 2.Gabriela Moldovan2024-11-281-1/+1
* connect point: Use new CfgPathResolver api.Nick Mathewson2024-11-191-12/+22
* connect point: handle unrecognized auth variants.Nick Mathewson2024-11-193-6/+39
* Connect point: Improve robustness against new SocketAddr variantsNick Mathewson2024-11-191-2/+10
* connect point: add a test for ConflictingMembers.Nick Mathewson2024-11-191-0/+13
* connect-point: Rename Reps to Addresses.Nick Mathewson2024-11-191-7/+7
* connect point: Add server support.Nick Mathewson2024-11-192-0/+71
* connect point: Add client support.Nick Mathewson2024-11-193-0/+182
* connect point: Treat unrecognized auth types as Decline.Nick Mathewson2024-11-191-0/+9
* connect points: Validate more correctness propertiesNick Mathewson2024-11-191-4/+23
* connect points: Remember original string addressesNick Mathewson2024-11-192-6/+59
* rpc-connect: Types for cookie authentication.Nick Mathewson2024-11-193-1/+190
* rpc-connect: Move tempdir() helper to a new moduleNick Mathewson2024-11-193-17/+36
* RPC connect points: Facility to load from files.Nick Mathewson2024-11-193-1/+426
* connect point: implement FromStr.Nick Mathewson2024-11-191-17/+58
* tor-connect-point: new crate to manage RPC connect pointsNick Mathewson2024-11-194-0/+447