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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
proto: Give RelayCirc a DynTimeProvider
Gabriela Moldovan
2025-11-24
2
-1
/
+7
|
*
proto: Move StreamReqInfo to stream module
Gabriela Moldovan
2025-11-24
3
-55
/
+60
|
*
proto: Make the hop in StreamReqInfo optional
Gabriela Moldovan
2025-11-24
3
-6
/
+3
|
*
proto: Move IncomingStream* types to shared module
Gabriela Moldovan
2025-11-24
3
-305
/
+300
|
*
proto: Make the forward -> backward reactor chan bounded
Gabriela Moldovan
2025-11-24
3
-5
/
+12
|
*
proto: Let cell_rx carry more than just stream data
Gabriela Moldovan
2025-11-24
2
-21
/
+46
|
*
proto: Give RelayReactor and BackwardReactor a Runtime
Gabriela Moldovan
2025-11-24
2
-3
/
+17
|
*
proto: Don't poll PollAll unless we can write to chan
Gabriela Moldovan
2025-11-24
1
-14
/
+9
|
*
proto: Use CircuitCellSender in the backward reactor
Gabriela Moldovan
2025-11-24
1
-8
/
+14
|
*
proto: Return early if the cell is unrecognized
Gabriela Moldovan
2025-11-24
1
-11
/
+11
*
|
proto: Add docs for ExcessPadding
Gabriela Moldovan
2025-12-01
1
-0
/
+1
*
|
proto: Allow unstable_name_collisions in several places
Gabriela Moldovan
2025-12-01
2
-0
/
+10
*
|
proto: Remove extra slashes in doc comments
Gabriela Moldovan
2025-12-01
1
-2
/
+2
*
|
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
8
-5
/
+40
|
/
*
proto: Remove unused code from test
David Goulet
2025-11-19
1
-1
/
+0
*
proto: Move comment in relay handshake.rs
David Goulet
2025-11-19
1
-1
/
+1
*
proto: Remove unused function from ClientChannelBuilder
David Goulet
2025-11-19
1
-7
/
+0
*
proto: Add a TODO relay for ChannelBuilder
David Goulet
2025-11-19
1
-0
/
+2
*
proto: Remove a .expect() of a digest array conversion
David Goulet
2025-11-19
1
-17
/
+15
*
proto: Update generic channel comments
David Goulet
2025-11-19
1
-9
/
+12
*
proto: Make cargo doc happy
David Goulet
2025-11-19
2
-3
/
+3
*
proto: Implement part of UnverifiedRelayChannel::finish()
David Goulet
2025-11-19
1
-10
/
+37
*
proto: Split VerifiedChannel::finish()
David Goulet
2025-11-19
2
-25
/
+20
*
proto: Use the new client specific channels
David Goulet
2025-11-19
2
-28
/
+26
*
proto: Add client specific handshake channel structs
David Goulet
2025-11-19
3
-7
/
+91
*
proto: Move client handshake into client channel module
David Goulet
2025-11-19
5
-129
/
+222
*
proto: Add VerifiedRelayChannel implementation
David Goulet
2025-11-19
2
-2
/
+33
*
proto: Add UnverifiedRelayChannel implementation
David Goulet
2025-11-19
4
-125
/
+122
*
proto: Introduce relay specific channel structs
David Goulet
2025-11-19
1
-2
/
+38
*
proto: Fix up doc links post-refactoring
Gabriela Moldovan
2025-11-17
2
-9
/
+9
*
proto: Temporarily silence a few warnings
Gabriela Moldovan
2025-11-17
1
-0
/
+3
*
proto: Use CircHopInbound in the ForwardReactor (fmt)
Gabriela Moldovan
2025-11-17
3
-6
/
+4
*
proto: Use CircHopInbound in the ForwardReactor
Gabriela Moldovan
2025-11-17
2
-19
/
+15
*
proto: Use CircHopOutbound in BackwardReactor
Gabriela Moldovan
2025-11-17
2
-34
/
+24
*
proto: Make cc state shared between CircHop{Inbound,Outbound}
Gabriela Moldovan
2025-11-17
3
-27
/
+30
*
proto: Make CongestionWindow Copy
Gabriela Moldovan
2025-11-17
3
-8
/
+8
*
proto: Move CircHop{Inbound,Outbound} out of the client module.
Gabriela Moldovan
2025-11-17
2
-575
/
+599
*
proto: Add constructors for CircHop{Inbound,Outbound}
Gabriela Moldovan
2025-11-17
1
-19
/
+46
*
proto: Move some of CircHop's impl to CircHop{Inbound,Outbound}
Gabriela Moldovan
2025-11-17
1
-141
/
+340
*
proto: Make the hop in SendRelayCell optional (fmt)
Gabriela Moldovan
2025-11-17
1
-1
/
+5
*
proto: Make the hop in SendRelayCell optional
Gabriela Moldovan
2025-11-17
7
-20
/
+22
*
proto: Update SendRelayCell docs
Gabriela Moldovan
2025-11-17
1
-2
/
+3
*
proto: Move SendRelayCell to circhop (fmt)
Gabriela Moldovan
2025-11-17
4
-5
/
+5
*
proto: Move SendRelayCell to circhop
Gabriela Moldovan
2025-11-17
5
-20
/
+23
*
proto: Split CircHop into inbound and outbound components (fmt)
Gabriela Moldovan
2025-11-17
1
-7
/
+13
*
proto: Split CircHop into inbound and outbound components
Gabriela Moldovan
2025-11-17
1
-52
/
+76
*
proto: Rename cell decoder field for clarity
Gabriela Moldovan
2025-11-14
1
-3
/
+3
*
proto: Avoid exposing stream map field (fmt)
Gabriela Moldovan
2025-11-14
1
-8
/
+11
*
proto: Avoid exposing stream map field
Gabriela Moldovan
2025-11-14
1
-3
/
+3
*
proto: Import StreamMap to reduce cognitive complexity
Gabriela Moldovan
2025-11-14
1
-6
/
+6
[prev]
[next]