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
/
circuit
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tor-proto: Move SendMsgAndInstallHandler handling to a separate function.
Gabriela Moldovan
2025-01-29
1
-13
/
+24
*
tor-proto: Move the CircuitExtender to a separate module.
Gabriela Moldovan
2025-01-29
2
-266
/
+295
*
tor-proto: Move CtrlMsg to its own module.
Gabriela Moldovan
2025-01-29
2
-181
/
+209
*
tor-proto: Use SENDME_TAG_LEN constant instead of magic value.
Gabriela Moldovan
2025-01-28
1
-1
/
+1
*
tor-proto: Use CircTag::try_from for clarity.
Gabriela Moldovan
2025-01-28
1
-7
/
+2
*
tor-proto: Use CircTag instead of raw byte slice.
Gabriela Moldovan
2025-01-28
1
-6
/
+5
*
tor-proto: Move stream msg delivery to a separate function (fmt).
Gabriela Moldovan
2025-01-28
1
-33
/
+32
*
tor-proto: Move stream msg delivery to a separate function.
Gabriela Moldovan
2025-01-28
1
-33
/
+47
*
tor-proto: Move stream ID extraction out of handle_relay_msg().
Gabriela Moldovan
2025-01-28
1
-9
/
+18
*
tor-proto: Wrap an extra long lone.
Gabriela Moldovan
2025-01-28
1
-1
/
+5
*
tor-proto: Use continue instead of () for clarity.
Gabriela Moldovan
2025-01-28
1
-1
/
+1
*
tor-proto: Adjust handle_cell() docs.
Gabriela Moldovan
2025-01-28
1
-1
/
+1
*
tor-proto: Split handle_relay_cell().
Gabriela Moldovan
2025-01-28
1
-4
/
+15
*
tor-proto: Split out send_relay_cell().
Gabriela Moldovan
2025-01-28
1
-12
/
+27
*
tor-proto: Group imports.
Gabriela Moldovan
2025-01-28
1
-2
/
+1
*
tor-proto: Replace fully-qualified paths with use.
Gabriela Moldovan
2025-01-28
1
-6
/
+6
*
tor-proto: Derive Default for MutableState.
Gabriela Moldovan
2025-01-28
1
-3
/
+1
*
tor-proto: Replace std::result::Result with shorter alias.
Gabriela Moldovan
2025-01-16
1
-5
/
+6
*
tor-proto: Remove unnecessary fully qualified path.
Gabriela Moldovan
2025-01-16
1
-1
/
+1
*
tor-proto: Move outbound message sending out of circuit run_once() (fmt).
Gabriela Moldovan
2025-01-16
1
-64
/
+64
*
tor-proto: Move outbound message sending out of circuit run_once().
Gabriela Moldovan
2025-01-16
1
-13
/
+23
*
test: Fix circuit unit tests
David Goulet
2025-01-16
1
-5
/
+8
*
proto: Remove unused circuit/sendme.rs
David Goulet
2025-01-16
1
-458
/
+0
*
proto: Notify CC when a SENDME is received
David Goulet
2025-01-16
1
-8
/
+22
*
proto: Use congestion control in circuit reactor
David Goulet
2025-01-16
3
-40
/
+39
*
circmgr: Modify CircParameters for congestion control
David Goulet
2025-01-16
1
-1
/
+1
*
Resolve clippy::manual_div_ceil
Nick Mathewson
2024-12-03
1
-1
/
+1
*
tor-proto: Fix typo in streammap docs.
Gabriela Moldovan
2024-11-19
1
-1
/
+1
*
tor-proto: Document RecvWindow::take more accurately.
Gabriela Moldovan
2024-11-04
1
-2
/
+2
*
Apply deferred rustfmt churn
Ian Jackson
2024-10-09
1
-2
/
+2
*
memquota: Introduce type aliases for channel->circuit RX queue
Ian Jackson
2024-10-09
1
-2
/
+3
*
memquota: impl HasMemoryCost for ClientCircChanMsg
Ian Jackson
2024-10-09
1
-1
/
+4
*
tor-proto: Make incoming stream requests participate in memquota
Ian Jackson
2024-10-03
1
-2
/
+2
*
tor-proto: Implement HasMemoryCost for StreamReqInfo
Ian Jackson
2024-10-03
1
-1
/
+8
*
tor-proto: Make stream queues participate in memquota
Ian Jackson
2024-10-03
1
-2
/
+6
*
tor-proto: Put a StreamAccount in DataStream etc.
Ian Jackson
2024-10-03
1
-1
/
+6
*
tor-proto: Put a CircuitAccount in ClientCirc and circuit::Reactor
Ian Jackson
2024-10-03
1
-0
/
+6
*
Merge branch 'mpsc-types' into 'main'
Ian Jackson
2024-10-02
2
-17
/
+23
|
\
|
*
tor-proto: Introduce type alias for StreamReqSender
Ian Jackson
2024-10-02
1
-2
/
+6
|
*
tor-proto: Introduce type aliases for stream queues
Ian Jackson
2024-10-02
2
-15
/
+17
*
|
tor-proto: Use trait methods for try_send and channel_close (fmt)
Ian Jackson
2024-10-01
1
-10
/
+7
*
|
tor-proto: Use trait methods for try_send and channel_close
Ian Jackson
2024-10-01
1
-4
/
+5
|
/
*
Fix typos
Dimitris Apostolou
2024-09-03
1
-1
/
+1
*
Move stream_peek into tor-async-utils
Jim Newsome
2024-08-29
1
-2
/
+2
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-1
/
+1
*
flow-control: document idea for making more robust
Jim Newsome
2024-08-21
1
-0
/
+6
*
Circuit reactor: improve code comments
Jim Newsome
2024-08-21
1
-3
/
+11
*
StreamPollSet: disallow polling ready streams
Jim Newsome
2024-08-21
1
-8
/
+18
*
StreamMap: Use StreamUnobtrusivePeeker instead of Peekable
Jim Newsome
2024-08-21
1
-4
/
+5
*
tor-proto: Use PeekableStream to get rid of redundant buffering
Jim Newsome
2024-08-21
2
-55
/
+86
[prev]
[next]