summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr
Commit message (Expand)AuthorAgeFilesLines
...
* | circmgr: Feature-gate send_raw_msg.Gabriela Moldovan2025-08-051-0/+1
* | circmgr: Gate tor_proto::handshake usage behind hs-common.Gabriela Moldovan2025-08-051-1/+6
* | proto, circmgr: Fix feature-gating.Gabriela Moldovan2025-08-052-2/+3
* | circmgr: Fully-qualify types in macro.Gabriela Moldovan2025-08-051-4/+2
* | circmgr: Add back cognitive_complexity allows.Gabriela Moldovan2025-08-052-0/+2
* | circmgr: Fix unit testsDavid Goulet2025-08-052-15/+15
* | tunnel: Implement start_conversation() for all tunnel typesDavid Goulet2025-08-052-9/+17
* | hs: Use the new Tunnel interface for onion serviceDavid Goulet2025-08-054-12/+90
* | circmgr: Return more type specific tunnelDavid Goulet2025-08-052-8/+12
* | tunnel: Implement Buildable for ClientTunnelDavid Goulet2025-08-055-84/+88
* | proto: Change PendingClientCirc to yield back a ClientTunnelDavid Goulet2025-08-051-3/+3
* | circmgr: Major rename for the new Tunnel namespaceDavid Goulet2025-08-058-625/+635
* | proto: Add last_hop() to Tunnel interfaceDavid Goulet2025-08-051-0/+14
* | circmgr: New Tunnel object interfaceDavid Goulet2025-08-053-0/+492
* | Bump version of tor-basic-utilsIan Jackson2025-08-051-1/+1
* | Version bumps for 1.4.6Ian Jackson2025-08-051-24/+24
|/
* circmgr: Apply incoming cell limits to hsdir connectionsNick Mathewson2025-07-101-1/+12
* Bump all the unstable tor- and arti- crates to 0.32.0.Gabriela Moldovan2025-07-071-24/+24
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-07-071-3/+3
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* Improve descriptions of rejected relays: omit "rejected 0/X"Nick Mathewson2025-06-251-3/+3
* tor-circmgr: Reduced dependency on `once_cell`hashcatHitman2025-06-141-2/+2
* proto: Refactor cc fallback.Nick Mathewson2025-06-101-9/+13
* Move responsibility for choosing extensions into tor-protoNick Mathewson2025-06-101-19/+3
* tor-circmgr: fix docs failureSteven Engler2025-06-091-2/+2
* release: Delete semver.md files after release.Alexander Hansen Færøy2025-06-051-1/+0
* release: Bump all tor-/arti- crates to 0.31.0.Alexander Hansen Færøy2025-06-051-24/+24
* *: suppress cognitive_complexity warnings from nightlyNick Mathewson2025-05-293-0/+5
* ./maint/cargo_sort: Run cargo-sort on the entire workspace.Gabriela Moldovan2025-05-271-1/+6
* hspool: Explain _why_ ClientRend is Guarded.Nick Mathewson2025-05-221-4/+12
* hspool: refactor path match to be exhaustive.Nick Mathewson2025-05-221-7/+11
* hspool: ClientRend first should be GuardedNick Mathewson2025-05-221-4/+5
* Apply 1 suggestion(s) to 1 file(s)Nick Mathewson2025-05-221-1/+1
* circmgr: Apply last-hop-in-stem usage when retrieving a stem circ.Nick Mathewson2025-05-201-20/+85
* circmgr: when building client rend stems, make sure last hop has new_rend usage.Nick Mathewson2025-05-202-28/+72
* guardmgr, circmgr: Make vanguard selection take a RelaySelector.Nick Mathewson2025-05-203-32/+62
* circmgr: Propagate Option<HsCircKind> down to path selection functionsNick Mathewson2025-05-204-46/+103
* circmgr: Change get_or_launch_stem to take a HsCircKindNick Mathewson2025-05-201-13/+22
* circmgr: rename ensure_circuit_{compatible_with => can_extend_to}_targetNick Mathewson2025-05-201-6/+3
* relay-selection: tweak messages about rejection reasonsNick Mathewson2025-05-201-3/+3
* tor-proto: Future-proof some comments about path_ref() errors.Gabriela Moldovan2025-05-151-2/+2
* tor-proto: Return Error::Protocol if ClientCirc accessors return an error.Gabriela Moldovan2025-05-151-32/+40
* tor-proto: Update the TunnelMutableState when a circuit is removed.Gabriela Moldovan2025-05-155-13/+36
* Resolve clippy warnings from 1.83Nick Mathewson2025-05-131-2/+1
* All crates: bump rust-version to 1.83.Nick Mathewson2025-05-131-1/+1
* Merge branch 'clientcirc_extend' into 'main'Nick Mathewson2025-05-065-19/+11
|\
| * proto: Provide and use a create_firsthop() wrapper too.Nick Mathewson2025-04-281-7/+2
| * circmgr: Rename AbstractCirc::{extend_ntor => extend}Nick Mathewson2025-04-284-6/+5
| * tor-proto: New extend() to pick between ntor and ntor3Nick Mathewson2025-04-282-7/+5
* | circmgr: Make path module public on "--features=experimental-api"Nick Mathewson2025-05-051-1/+9