aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-rpc-connect/src
Commit message (Expand)AuthorAgeFilesLines
...
* | rpc: Keep Cookie in an Arc.Nick Mathewson2025-01-152-3/+9
* | arti-rpcserver: Server side of cookie auth.Nick Mathewson2025-01-151-2/+25
* | tor-rpc-connect: Cryptographic support for cookie auth.Nick Mathewson2025-01-151-2/+208
* | tor-rpc-connect: defer loading auth cookies on the client side.Nick Mathewson2025-01-153-6/+37
* | tor-rpc-connect: move cookie auth support to its own module.Nick Mathewson2025-01-155-171/+172
|/
* Merge branch 'mod-module-files' into 'main'Nick Mathewson2025-01-071-0/+1
|\
| * clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* | fix: fix typosDimitris Apostolou2025-01-061-1/+1
* | Merge branch 'bug1776' into 'main'Nick Mathewson2025-01-061-1/+0
|\ \ | |/ |/|
| * rpc-connect: Remove cfg(unix) of SYSTEM_DEFAULT_CONNECT_POINTNick Mathewson2024-12-111-1/+0
* | Rename Guard=>ListenerGuard.Nick Mathewson2024-12-191-4/+4
* | rpc-connect: Explain locking rationale better.Nick Mathewson2024-12-191-3/+12
* | rpc-connect: Use try_lock when acquiring fslockNick Mathewson2024-12-192-1/+9
* | connpt: Make unix socket handling more robust.Nick Mathewson2024-12-193-20/+68
* | rpc-connect: Make LoadOptions buildable.Nick Mathewson2024-12-191-1/+2
* | rpc-connect: fix another very typoed lineNick Mathewson2024-12-191-1/+1
|/
* connpt: note an opportunity to save some fds.Nick Mathewson2024-12-091-0/+3
* connpt: use cfg-if to declare connect point defaults.Nick Mathewson2024-12-091-20/+27
* connpts: duplicate socket before returning.Nick Mathewson2024-12-091-15/+24
* connpts: Add default connect points as constants.Nick Mathewson2024-12-091-0/+60
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+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-191-6/+57
* rpc-connect: Types for cookie authentication.Nick Mathewson2024-11-192-0/+186
* 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-192-0/+424
* connect point: implement FromStr.Nick Mathewson2024-11-191-17/+58
* tor-connect-point: new crate to manage RPC connect pointsNick Mathewson2024-11-192-0/+401