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: Move ClientCircChanMsg into client module
David Goulet
2025-12-10
7
-34
/
+39
*
proto: Remove unused restricted channel msg set
David Goulet
2025-12-10
1
-26
/
+0
*
Merge branch 'fix-relay-compile' into 'main'
David Goulet
2025-12-09
5
-9
/
+14
|
\
|
*
proto: Remove outdated TODO about add_ent_with_id()
Gabriela Moldovan
2025-12-08
1
-3
/
+0
|
*
proto: Fix relay/hs-service feature gating (fmt)
Gabriela Moldovan
2025-12-08
1
-1
/
+1
|
*
proto: Fix relay/hs-service feature gating
Gabriela Moldovan
2025-12-08
5
-6
/
+14
*
|
Remove unnecessary `doc(cfg(...))` attributes
Neel Chauhan
2025-12-04
6
-9
/
+0
|
/
*
proto: Add comment about create_firsthop_fast
Nick Mathewson
2025-12-03
1
-1
/
+2
*
Merge branch 'relay-streams2' into 'main'
David Goulet
2025-12-02
18
-696
/
+1658
|
\
|
*
proto: Remove incorrect padding logic
Gabriela Moldovan
2025-12-02
1
-18
/
+5
|
*
proto: Add TODO about our TRUNCATE plans
Gabriela Moldovan
2025-12-02
1
-0
/
+5
|
*
proto: Move EXTEND handling to catch-all error
Gabriela Moldovan
2025-12-02
2
-9
/
+0
|
*
proto: Explain why we have the backward sink readiness check
Gabriela Moldovan
2025-12-02
1
-4
/
+26
|
*
proto: Resolve some clippy warnings, remove allows
Gabriela Moldovan
2025-11-24
2
-6
/
+3
|
*
proto: Reword a nonsensical TODO
Gabriela Moldovan
2025-11-24
1
-3
/
+15
|
*
proto: Update relay reactor documentation
Gabriela Moldovan
2025-11-24
1
-8
/
+79
|
*
proto: Fix a number of newly broken doc links
Gabriela Moldovan
2025-11-24
5
-5
/
+7
|
*
proto: Appropriately gate STREAM_READER_BUFFER to satisfy clippy
Gabriela Moldovan
2025-11-24
1
-1
/
+4
|
*
proto: Adjust docs to refer to the new location of StreamReceiver
Gabriela Moldovan
2025-11-24
1
-1
/
+1
|
*
proto: Deduplicate msg_streamid()
Gabriela Moldovan
2025-11-24
3
-40
/
+22
|
*
proto: Remove crate-level STREAM_READER_BUFFER reexport
Gabriela Moldovan
2025-11-24
2
-3
/
+2
|
*
proto: Move a couple of stream-related constants to stream mod (fmt)
Gabriela Moldovan
2025-11-24
4
-7
/
+5
|
*
proto: Move a couple of stream-related constants to stream mod
Gabriela Moldovan
2025-11-24
7
-25
/
+20
|
*
proto: Start handling incoming stream requests
Gabriela Moldovan
2025-11-24
3
-28
/
+666
|
*
proto: Pass all the padding-related objects to the relay reactors
Gabriela Moldovan
2025-11-24
3
-2
/
+24
|
*
proto: Make send_msg_to_client() take an AnyRelayMsgOuter
Gabriela Moldovan
2025-11-24
1
-4
/
+5
|
*
proto: Add a Tunnel::Relay variant for StreamTarget
Gabriela Moldovan
2025-11-24
3
-10
/
+114
|
*
proto: Add WIP constructor for relay sync view
Gabriela Moldovan
2025-11-24
1
-0
/
+6
|
*
proto: Move StreamComponents to top-level stream mod
Gabriela Moldovan
2025-11-24
3
-22
/
+24
|
*
proto: Move raw under top-level stream mod
Gabriela Moldovan
2025-11-24
3
-7
/
+3
|
*
proto: Move StreamTarget to stream module
Gabriela Moldovan
2025-11-24
4
-163
/
+177
|
*
proto: Make StreamTarget take a generic Tunnel
Gabriela Moldovan
2025-11-24
1
-42
/
+90
|
*
proto: Make the hop in StreamTarget optional
Gabriela Moldovan
2025-11-24
1
-6
/
+6
|
*
proto: Add an IncomingStreamConfig to pass to the reactor
Gabriela Moldovan
2025-11-24
1
-2
/
+12
|
*
proto: Rework relay reactor error handling
Gabriela Moldovan
2025-11-24
1
-8
/
+15
|
*
proto: Rename RelayReactor to Reactor
Gabriela Moldovan
2025-11-24
3
-12
/
+12
|
*
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
|
/
[prev]
[next]