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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Merge branch 'docsrs' into 'main'
Jim Newsome
2024-08-07
1
-1
/
+0
|
\
|
*
Don't need to tell docs.rs to enable `docsrs` cfg
Kunal Mehta
2024-08-02
1
-1
/
+0
*
|
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
*
Bump versions for tor- and arti- crates to 0.21.0
Nick Mathewson
2024-08-01
1
-17
/
+17
*
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
*
Add allows for many dead code warnings in tor-proto
Ian Jackson
2024-07-08
2
-0
/
+5
*
Merge branch 'todo-number' into 'main'
Alexander Færøy
2024-07-07
2
-2
/
+2
|
\
|
*
Fix two TODO ticket numbers
Ian Jackson
2024-06-25
2
-2
/
+2
*
|
Update versions of 0.x tor-* and arti-* crates
Ian Jackson
2024-06-27
1
-17
/
+17
*
|
Update to statrs 0.17
Ian Jackson
2024-06-25
1
-1
/
+1
*
|
Update to itertools 0.13.0
Ian Jackson
2024-06-25
1
-1
/
+1
*
|
Rename OptTimestamp to AtomicOptTimestamp
Neel Chauhan
2024-06-24
3
-12
/
+12
|
/
*
Merge branch 'sometimes-unbounded' into 'main'
Nick Mathewson
2024-06-11
3
-50
/
+266
|
\
|
*
SometimesUnboundedSink: Add a test case with some manual sequencing
Ian Jackson
2024-05-30
1
-0
/
+68
|
*
SometimesUnboundedSink: Write commentary about Waker
Ian Jackson
2024-05-30
1
-0
/
+36
|
*
SometimesUnboundedSink: Document some error behaviour
Ian Jackson
2024-05-30
1
-0
/
+4
[prev]
[next]