index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-proto
/
src
/
tunnel.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Rename uniq_id to circ_unique_id mostly in logging
David Goulet
2026-08-03
1
-5
/
+5
*
proto: Rename CircId and UniqId variable name
David Goulet
2026-08-03
1
-5
/
+8
*
Tweak Display for TunnelScopedCircId
Jim Newsome
2026-04-09
1
-1
/
+1
*
Tunnel ID: included "Tunnel" type-specifier in Display
Jim Newsome
2026-04-09
1
-1
/
+1
*
proto: Move TunnelId to a separate, shared module.
Gabriela Moldovan
2025-08-28
1
-0
/
+54
*
proto: Rename the `tunnel` module to `client`.
Gabriela Moldovan
2025-08-18
1
-978
/
+0
*
proto: Add a ChannelProvider trait.
Gabriela Moldovan
2025-08-18
1
-0
/
+2
*
Fix warnings and errors from edition 2024.
Nick Mathewson
2025-08-07
1
-4
/
+7
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-2
/
+2
*
Update code for Edition 2024
Nick Mathewson
2025-08-07
1
-1
/
+1
*
tor-proto: make stream recv queues unbounded if "flowctl-cc" enabled
Steven Engler
2025-08-05
1
-1
/
+6
*
proto: Deferred fmt
Gabriela Moldovan
2025-08-05
1
-2
/
+1
*
conflux: Adjust docs and fix doc links.
Gabriela Moldovan
2025-08-05
1
-7
/
+7
*
proto: abolish path_ref() in favor of all_paths().
Gabriela Moldovan
2025-08-05
1
-3
/
+4
*
proto: Use UserMsgHandler instead of MsgHandler throughout.
Gabriela Moldovan
2025-08-05
1
-8
/
+8
*
proto: Feature-gate UserMsgHandler.
Gabriela Moldovan
2025-08-05
1
-1
/
+3
*
proto: Return a more specific error message from allow_stream_requests.
Gabriela Moldovan
2025-08-05
1
-1
/
+3
*
proto: Remove todo!() from StreamTarget::protocol_error()
David Goulet
2025-08-05
1
-1
/
+1
*
tunnel: Implement start_conversation() for all tunnel types
David Goulet
2025-08-05
1
-1
/
+147
*
proto: Add last_hop() to Tunnel interface
David Goulet
2025-08-05
1
-0
/
+29
*
circmgr: New Tunnel object interface
David Goulet
2025-08-05
1
-2
/
+2
*
proto: Move ClientCirc stream functions to ClientTunnel
David Goulet
2025-08-05
1
-19
/
+434
*
proto: Add a new ClientTunnel type
Gabriela Moldovan
2025-08-05
1
-1
/
+84
*
proto: Take format+crypto settings from HopSettings
Nick Mathewson
2025-07-23
1
-1
/
+1
*
tor-proto: add the `XonXoffReader` and connect it to the reactor
Steven Engler
2025-07-17
1
-2
/
+0
*
tor-proto: add plumbing for sending XON
Steven Engler
2025-07-17
1
-0
/
+25
*
tor-proto: adjust `CtrlMsg::SendSendme` and rename
Steven Engler
2025-07-15
1
-2
/
+3
*
tor-proto: added TODOs for making rate limit stream optional
Steven Engler
2025-07-09
1
-0
/
+1
*
tor-proto: establish channel for rate limit updates
Steven Engler
2025-07-07
1
-0
/
+9
*
tor-proto: improve documentation for `StreamTarget::send_sendme`
Steven Engler
2025-06-26
1
-1
/
+7
*
Make `StreamTarget::send_sendme` non-async
Steven Engler
2025-06-26
1
-7
/
+2
*
hsservice: Stop using HopNum and use TargetHop
David Goulet
2025-06-26
1
-2
/
+11
*
hs: Remove the use of HopNum and instead use TargetHop
David Goulet
2025-06-26
1
-0
/
+10
*
proto: Add From<(UniqId, HopNum)> for TargetHop
David Goulet
2025-06-26
1
-0
/
+6
*
proto: Make TargetHop and HopLocation public
David Goulet
2025-06-26
1
-6
/
+4
*
tor-proto: Replace LegId/LegIdKey with UniqId.
Gabriela Moldovan
2025-06-13
1
-2
/
+2
*
tor-proto: Add an identifier for a circuit within a tunnel.
Gabriela Moldovan
2025-06-12
1
-0
/
+27
*
tor-proto: Add a new identifier type for tunnels.
Gabriela Moldovan
2025-06-12
1
-0
/
+22
*
cell, proto: Use correct Data sizes for v1 relay cells
Nick Mathewson
2025-04-16
1
-1
/
+11
*
tor-proto: made `StreamTarget::send_sendme` async and fixed a TODO
Steven Engler
2025-03-24
1
-2
/
+6
*
tor-proto: begin using `TargetHop` and `HopLocation`
Steven Engler
2025-03-11
1
-3
/
+3
*
tor-proto: remove non-conflux support from `HopLocation`
Steven Engler
2025-03-11
1
-5
/
+0
*
tor-proto: rename `HopLocation::Leg` to `HopLocation::Hop`
Steven Engler
2025-03-11
1
-1
/
+1
*
tor-proto: Move Circuit to its own module.
Gabriela Moldovan
2025-03-06
1
-1
/
+1
*
tor-proto: add variants to `HopLocation` behind `conflux` feature
Steven Engler
2025-02-24
1
-7
/
+9
*
tor-proto: add `HopLocation` and `TargetHop`
Steven Engler
2025-02-24
1
-0
/
+29
*
tor-proto: Add a tunnel module.
David Goulet
2025-02-20
1
-0
/
+144