summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/tunnel
Commit message (Expand)AuthorAgeFilesLines
...
* tor-proto: Derive Display for RemoveLegReason.Gabriela Moldovan2025-06-101-1/+4
* tor-proto: Fix typo in comment.Gabriela Moldovan2025-06-101-1/+1
* tor-proto: Remove single-path check from primary_leg_mut.Gabriela Moldovan2025-06-101-3/+4
* tor-proto: Also count the *existing* unlinked legs.Gabriela Moldovan2025-06-102-1/+21
* tor-proto: Allow LINK to be sent regardless of conflux pendingness.Gabriela Moldovan2025-06-102-9/+17
* tor-proto: Ensure the existing leg gets a ConfluxMsgHandler.Gabriela Moldovan2025-06-101-16/+24
* tor-proto: Relax conflux set leg validation.Gabriela Moldovan2025-06-101-47/+12
* tor-proto: Update TODO to say it's about conflux tuning.Gabriela Moldovan2025-06-101-3/+5
* tor-proto: Downgrade a few more TODO(conflux) to TODO.Gabriela Moldovan2025-06-102-5/+5
* tor-proto: Ensure all conflux legs share the same join point stream map.Gabriela Moldovan2025-06-102-6/+49
* tor-proto: Add a TODO about a further refactoring.Gabriela Moldovan2025-06-101-0/+2
* tor-proto: Fixup CircHop docs post-refactoring.Gabriela Moldovan2025-06-101-5/+6
* tor-proto: Remove now-addressed TODO.Gabriela Moldovan2025-06-101-4/+0
* tor-proto: Introduce CircHopList, hide CircHop internals.Gabriela Moldovan2025-06-103-244/+399
* tor-proto: Move CircHop to a separate module.Gabriela Moldovan2025-06-102-163/+187
* HopSettings: Note relay usage.Nick Mathewson2025-06-101-0/+3
* Avoid a bug with HopSettingsNick Mathewson2025-06-102-5/+22
* Clarify HopSettings documentation.Nick Mathewson2025-06-101-3/+7
* Renamed NegotiatedHopSettings -> HopSettingsNick Mathewson2025-06-104-36/+33
* Clarify documentation for from_params_and_caps.Nick Mathewson2025-06-101-1/+6
* Clarify per-circuitness of CircParametersNick Mathewson2025-06-101-1/+7
* proto: Rename a pair of internal functionsNick Mathewson2025-06-103-16/+14
* proto: Refactor cc fallback.Nick Mathewson2025-06-101-4/+8
* Move responsibility for choosing extensions into tor-protoNick Mathewson2025-06-101-5/+15
* proto: Move NegotiatedHopSettings to a higher levelNick Mathewson2025-06-105-59/+72
* proto: Split CircParameters and NegotiatedHopSettingsNick Mathewson2025-06-105-24/+60
* tor-proto: handle XON/XOFF messages in conflux seqno logicSteven Engler2025-06-091-1/+2
* tor-proto: pass the time provider to the `DataWriter`Steven Engler2025-06-051-2/+2
* De-duplicate circuit ntorv3 extension generation code.Nick Mathewson2025-06-042-61/+40
* tor-proto: Remove already addressed TODO.Gabriela Moldovan2025-05-281-3/+0
* tor-proto: Make Path::all_hops() return an iterator.Gabriela Moldovan2025-05-283-15/+13
* tor-proto: Downgrade a few TOOD(conflux) to TODO.Gabriela Moldovan2025-05-282-3/+3
* tor-proto: Replace TODO(conflux) with TODO(#2017).Gabriela Moldovan2025-05-281-1/+1
* tor-proto: Add missing feature-gating to HopDetail::Virtual.Gabriela Moldovan2025-05-281-0/+1
* tor-proto: Avoid comparing virtual hops for now.Gabriela Moldovan2025-05-281-17/+22
* tor-proto: Downgrade a TODO(conflux) to TODO.Gabriela Moldovan2025-05-281-1/+1
* tor-proto: Replace TOOD(conflux) with TODO(#1999).Gabriela Moldovan2025-05-281-1/+1
* Merge branch 'extend_ntor-fix' into 'main'Nick Mathewson2025-05-211-1/+1
|\
| * tor-proto: Prevent sink and rx from being dropped in-place.Gabriela Moldovan2025-05-201-1/+1
* | tor-proto: Add TODO about multipath rend circuits.Gabriela Moldovan2025-05-201-0/+6
* | tor-proto: Clarify that we need HopLocation, not TargetHop.Gabriela Moldovan2025-05-201-2/+2
* | tor-proto: Remove now-unused ConfluxSet::legs().Gabriela Moldovan2025-05-201-5/+0
* | Revert "tor-proto: add a non-pub `ClientCirc::legs()` method"Gabriela Moldovan2025-05-202-32/+4
* | tor-proto: Remove multi-path check from allow_stream_requests() (fmt).Gabriela Moldovan2025-05-201-1/+8
* | tor-proto: Remove multi-path check from allow_stream_requests().Gabriela Moldovan2025-05-203-23/+35
|/
* proto: temporarily suppress warning; see #2003.Nick Mathewson2025-05-151-0/+1
* tor-proto: Make TunnelMutableState docs link to MutableState.Gabriela Moldovan2025-05-151-11/+3
* tor-proto: Add note about raciness of last_hop_num.Gabriela Moldovan2025-05-151-0/+15
* tor-proto: Add TODO about possibly replacing LegIdKey with UniqId.Gabriela Moldovan2025-05-151-0/+3
* tor-proto: Remove the CircuitSharedState type alias.Gabriela Moldovan2025-05-151-6/+2