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
*
Fix typos
Dimitris Apostolou
2024-09-03
2
-3
/
+3
*
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
7
-10
/
+9
*
`tor_proto::channel`: update comment to point to `tor-chanmgr`
Jim Newsome
2024-08-27
1
-2
/
+1
*
`circuit` docs: delete comment about no flow-control etc
Jim Newsome
2024-08-26
1
-2
/
+0
*
`circuit` docs: delete "one big mutex" limitation
Jim Newsome
2024-08-26
1
-3
/
+0
*
tor-proto circuit: add unit test for fairness
Jim Newsome
2024-08-22
1
-0
/
+128
*
flow-control: document idea for making more robust
Jim Newsome
2024-08-21
2
-0
/
+11
*
Circuit reactor: improve code comments
Jim Newsome
2024-08-21
1
-3
/
+11
*
StreamPollSet: disallow polling ready streams
Jim Newsome
2024-08-21
2
-30
/
+46
*
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
3
-235
/
+303
*
Circuit reactor: Update comments about outbound message handling
Jim Newsome
2024-08-15
1
-3
/
+7
*
Circuit reactor: remove `'hop_streams` loop
Jim Newsome
2024-08-13
1
-33
/
+24
*
Circuit reactor: remove `'outer` loop
Jim Newsome
2024-08-13
1
-55
/
+50
*
Circuit reactor: don't process streams when we don't have circuit window
Jim Newsome
2024-08-13
1
-18
/
+11
*
StreamMap: apply stream flow control before making messages available
Jim Newsome
2024-08-13
2
-17
/
+83
*
tor-proto: Encapsulate flow-control
Jim Newsome
2024-08-13
5
-59
/
+132
*
Circuit reactor: remove unnecessary circ window precheck
Jim Newsome
2024-08-13
1
-21
/
+0
*
StreamMap: rm stray comment
Jim Newsome
2024-08-13
1
-3
/
+0
*
Merge branch 'streampollset-no-v' into 'main'
David Goulet
2024-08-13
2
-24
/
+21
|
\
|
*
StreamPollSet: remove redundant type parameter V
Jim Newsome
2024-08-12
2
-24
/
+21
*
|
tor-proto: removed CountedHashMap
Jim Newsome
2024-08-12
2
-542
/
+0
|
/
*
StreamPollSet: replace nested Option
Jim Newsome
2024-08-08
1
-10
/
+28
*
StreamMap: Merge rxs into open_streams
Jim Newsome
2024-08-08
2
-72
/
+68
*
StreamMap: Put open streams in their own map instead of CountedHashMap
Jim Newsome
2024-08-08
2
-137
/
+124
*
StreamMap: test n_open_streams
Jim Newsome
2024-08-08
1
-1
/
+13
*
StreamPollSet: allow access to inner streams
Jim Newsome
2024-08-08
2
-48
/
+345
*
KeyedFuturesUnordered: explicitly document Stream behavior
Jim Newsome
2024-08-08
1
-0
/
+13
*
KeyedFuturesUnordered: return actual references
Jim Newsome
2024-08-08
1
-23
/
+10
*
KeyedFuturesUnordered: additional testing
Jim Newsome
2024-08-08
1
-37
/
+98
*
Add KeyedFuturesUnordered::get and KeyedFuturesUnordered::get_mut
Jim Newsome
2024-08-08
1
-3
/
+72
*
KeyedFuturesUnordered::remove: return the future as well
Jim Newsome
2024-08-08
2
-18
/
+55
*
KeyedFuturesUnordered: refactor so that futures are accessible
Jim Newsome
2024-08-08
2
-100
/
+100
*
tor-proto streammap: Drop receiver for outgoing messages after END
Jim Newsome
2024-08-06
1
-0
/
+4
*
tor-proto: add Debug impls and improve panic message
Jim Newsome
2024-08-06
3
-2
/
+8
*
tor-proto: Remove circuit reactor's outbound buffer
Jim Newsome
2024-08-01
1
-71
/
+13
*
tor-proto::circuit::StreamMap: Use StreamPollSet
Jim Newsome
2024-08-01
3
-75
/
+128
*
Add StreamPollSet
Jim Newsome
2024-08-01
2
-0
/
+603
*
Add KeyedFuturesUnordered
Jim Newsome
2024-08-01
2
-0
/
+367
*
tor-proto::circuit: Move test-only methods into test module
Jim Newsome
2024-07-29
1
-12
/
+14
*
tor-proto circuit tests: dedupe circid magic number
Jim Newsome
2024-07-29
1
-6
/
+15
*
tor-proto circuit test: Move to tighter scope and shadow outer def
Jim Newsome
2024-07-29
1
-15
/
+17
*
tor-proto circuit tests: delete stale commented-out test
Jim Newsome
2024-07-29
1
-66
/
+0
*
tor-proto circuit tests: fix some comment copy-pasta
Jim Newsome
2024-07-29
1
-1
/
+1
*
circuit reactor: add comment pointing to tests in other module
Jim Newsome
2024-07-29
1
-1
/
+3
*
Merge branch 'dev/cve/handshake_clarification' into 'main'
gabi-250
2024-07-15
1
-1
/
+1
|
\
|
*
UnverifiedChannel: Clarify check's peer_cert
Clara Engler
2024-07-11
1
-1
/
+1
*
|
tor-proto: Return proper `Error::MissingId`
Clara Engler
2024-07-12
1
-1
/
+1
|
/
*
Fix clippy::doc_lazy_continuation
Ian Jackson
2024-07-08
2
-3
/
+3
[next]