index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-proto
/
src
/
tunnel
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tor-proto: Derive Display for RemoveLegReason.
Gabriela Moldovan
2025-06-10
1
-1
/
+4
*
tor-proto: Fix typo in comment.
Gabriela Moldovan
2025-06-10
1
-1
/
+1
*
tor-proto: Remove single-path check from primary_leg_mut.
Gabriela Moldovan
2025-06-10
1
-3
/
+4
*
tor-proto: Also count the *existing* unlinked legs.
Gabriela Moldovan
2025-06-10
2
-1
/
+21
*
tor-proto: Allow LINK to be sent regardless of conflux pendingness.
Gabriela Moldovan
2025-06-10
2
-9
/
+17
*
tor-proto: Ensure the existing leg gets a ConfluxMsgHandler.
Gabriela Moldovan
2025-06-10
1
-16
/
+24
*
tor-proto: Relax conflux set leg validation.
Gabriela Moldovan
2025-06-10
1
-47
/
+12
*
tor-proto: Update TODO to say it's about conflux tuning.
Gabriela Moldovan
2025-06-10
1
-3
/
+5
*
tor-proto: Downgrade a few more TODO(conflux) to TODO.
Gabriela Moldovan
2025-06-10
2
-5
/
+5
*
tor-proto: Ensure all conflux legs share the same join point stream map.
Gabriela Moldovan
2025-06-10
2
-6
/
+49
*
tor-proto: Add a TODO about a further refactoring.
Gabriela Moldovan
2025-06-10
1
-0
/
+2
*
tor-proto: Fixup CircHop docs post-refactoring.
Gabriela Moldovan
2025-06-10
1
-5
/
+6
*
tor-proto: Remove now-addressed TODO.
Gabriela Moldovan
2025-06-10
1
-4
/
+0
*
tor-proto: Introduce CircHopList, hide CircHop internals.
Gabriela Moldovan
2025-06-10
3
-244
/
+399
*
tor-proto: Move CircHop to a separate module.
Gabriela Moldovan
2025-06-10
2
-163
/
+187
*
HopSettings: Note relay usage.
Nick Mathewson
2025-06-10
1
-0
/
+3
*
Avoid a bug with HopSettings
Nick Mathewson
2025-06-10
2
-5
/
+22
*
Clarify HopSettings documentation.
Nick Mathewson
2025-06-10
1
-3
/
+7
*
Renamed NegotiatedHopSettings -> HopSettings
Nick Mathewson
2025-06-10
4
-36
/
+33
*
Clarify documentation for from_params_and_caps.
Nick Mathewson
2025-06-10
1
-1
/
+6
*
Clarify per-circuitness of CircParameters
Nick Mathewson
2025-06-10
1
-1
/
+7
*
proto: Rename a pair of internal functions
Nick Mathewson
2025-06-10
3
-16
/
+14
*
proto: Refactor cc fallback.
Nick Mathewson
2025-06-10
1
-4
/
+8
*
Move responsibility for choosing extensions into tor-proto
Nick Mathewson
2025-06-10
1
-5
/
+15
*
proto: Move NegotiatedHopSettings to a higher level
Nick Mathewson
2025-06-10
5
-59
/
+72
*
proto: Split CircParameters and NegotiatedHopSettings
Nick Mathewson
2025-06-10
5
-24
/
+60
*
tor-proto: handle XON/XOFF messages in conflux seqno logic
Steven Engler
2025-06-09
1
-1
/
+2
*
tor-proto: pass the time provider to the `DataWriter`
Steven Engler
2025-06-05
1
-2
/
+2
*
De-duplicate circuit ntorv3 extension generation code.
Nick Mathewson
2025-06-04
2
-61
/
+40
*
tor-proto: Remove already addressed TODO.
Gabriela Moldovan
2025-05-28
1
-3
/
+0
*
tor-proto: Make Path::all_hops() return an iterator.
Gabriela Moldovan
2025-05-28
3
-15
/
+13
*
tor-proto: Downgrade a few TOOD(conflux) to TODO.
Gabriela Moldovan
2025-05-28
2
-3
/
+3
*
tor-proto: Replace TODO(conflux) with TODO(#2017).
Gabriela Moldovan
2025-05-28
1
-1
/
+1
*
tor-proto: Add missing feature-gating to HopDetail::Virtual.
Gabriela Moldovan
2025-05-28
1
-0
/
+1
*
tor-proto: Avoid comparing virtual hops for now.
Gabriela Moldovan
2025-05-28
1
-17
/
+22
*
tor-proto: Downgrade a TODO(conflux) to TODO.
Gabriela Moldovan
2025-05-28
1
-1
/
+1
*
tor-proto: Replace TOOD(conflux) with TODO(#1999).
Gabriela Moldovan
2025-05-28
1
-1
/
+1
*
Merge branch 'extend_ntor-fix' into 'main'
Nick Mathewson
2025-05-21
1
-1
/
+1
|
\
|
*
tor-proto: Prevent sink and rx from being dropped in-place.
Gabriela Moldovan
2025-05-20
1
-1
/
+1
*
|
tor-proto: Add TODO about multipath rend circuits.
Gabriela Moldovan
2025-05-20
1
-0
/
+6
*
|
tor-proto: Clarify that we need HopLocation, not TargetHop.
Gabriela Moldovan
2025-05-20
1
-2
/
+2
*
|
tor-proto: Remove now-unused ConfluxSet::legs().
Gabriela Moldovan
2025-05-20
1
-5
/
+0
*
|
Revert "tor-proto: add a non-pub `ClientCirc::legs()` method"
Gabriela Moldovan
2025-05-20
2
-32
/
+4
*
|
tor-proto: Remove multi-path check from allow_stream_requests() (fmt).
Gabriela Moldovan
2025-05-20
1
-1
/
+8
*
|
tor-proto: Remove multi-path check from allow_stream_requests().
Gabriela Moldovan
2025-05-20
3
-23
/
+35
|
/
*
proto: temporarily suppress warning; see #2003.
Nick Mathewson
2025-05-15
1
-0
/
+1
*
tor-proto: Make TunnelMutableState docs link to MutableState.
Gabriela Moldovan
2025-05-15
1
-11
/
+3
*
tor-proto: Add note about raciness of last_hop_num.
Gabriela Moldovan
2025-05-15
1
-0
/
+15
*
tor-proto: Add TODO about possibly replacing LegIdKey with UniqId.
Gabriela Moldovan
2025-05-15
1
-0
/
+3
*
tor-proto: Remove the CircuitSharedState type alias.
Gabriela Moldovan
2025-05-15
1
-6
/
+2
[prev]
[next]