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
...
*
tor-proto: Make PendingClientCirc::new fallible
Ian Jackson
2024-10-03
2
-6
/
+7
*
tor-proto: channel: Make construction fallible
Ian Jackson
2024-10-03
3
-5
/
+7
*
tor-proto: Provide a variant for memquota errors
Ian Jackson
2024-10-03
1
-0
/
+6
*
Provide newtypes to distinguish memoquota accounts at different levels
Ian Jackson
2024-10-03
2
-0
/
+118
*
Merge branch 'mcost' into 'main'
Ian Jackson
2024-10-02
2
-2
/
+8
|
\
|
*
Some HasMemoryCost impls in tor-proto
Ian Jackson
2024-10-02
2
-2
/
+8
*
|
Merge branch 'misc' into 'main'
Ian Jackson
2024-10-02
1
-0
/
+10
|
\
\
|
|
/
|
/
|
|
*
tor-proto: SometimesUnboundedSink: provide as_inner accessor
Ian Jackson
2024-10-02
1
-0
/
+10
*
|
Merge branch 'mpsc-types' into 'main'
Ian Jackson
2024-10-02
4
-20
/
+40
|
\
\
|
*
|
tor-proto: Introduce type alias for StreamReqSender
Ian Jackson
2024-10-02
1
-2
/
+6
|
*
|
tor-proto: Introduce type aliases for stream queues (fmt)
Ian Jackson
2024-10-02
1
-4
/
+3
|
*
|
tor-proto: Introduce type aliases for stream queues
Ian Jackson
2024-10-02
4
-18
/
+35
|
|
/
*
|
Merge branch 'close-channel-2' into 'main'
Nick Mathewson
2024-10-02
2
-12
/
+12
|
\
\
|
|
/
|
/
|
|
*
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
2
-5
/
+8
*
|
tor-proto: Add a CoarseTimeProvider bound to all the SleepProviders (fmt)
Ian Jackson
2024-10-01
1
-4
/
+14
*
|
tor-proto: Add a CoarseTimeProvider bound to all the SleepProviders
Ian Jackson
2024-10-01
2
-11
/
+11
|
/
*
tor-proto: Allow all dead code if not all features enabled
Ian Jackson
2024-09-30
1
-5
/
+2
*
tor-proto: Use Reader::take_all_but().
Nick Mathewson
2024-09-16
1
-8
/
+1
*
tor-bytes: Error: provide and call Error::incomplete_error
Ian Jackson
2024-09-11
1
-1
/
+1
*
tor-bytes: Add a deficit field to Error::Truncated (fmt)
Ian Jackson
2024-09-10
1
-1
/
+3
*
tor-bytes: Add a deficit field to Error::Truncated
Ian Jackson
2024-09-10
1
-1
/
+2
*
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
[prev]
[next]