summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src
Commit message (Expand)AuthorAgeFilesLines
...
* Provide newtypes to distinguish memoquota accounts at different levelsIan Jackson2024-10-032-0/+118
* Merge branch 'mcost' into 'main'Ian Jackson2024-10-022-2/+8
|\
| * Some HasMemoryCost impls in tor-protoIan Jackson2024-10-022-2/+8
* | Merge branch 'misc' into 'main'Ian Jackson2024-10-021-0/+10
|\ \ | |/ |/|
| * tor-proto: SometimesUnboundedSink: provide as_inner accessorIan Jackson2024-10-021-0/+10
* | Merge branch 'mpsc-types' into 'main'Ian Jackson2024-10-024-20/+40
|\ \
| * | tor-proto: Introduce type alias for StreamReqSenderIan Jackson2024-10-021-2/+6
| * | tor-proto: Introduce type aliases for stream queues (fmt)Ian Jackson2024-10-021-4/+3
| * | tor-proto: Introduce type aliases for stream queuesIan Jackson2024-10-024-18/+35
| |/
* | Merge branch 'close-channel-2' into 'main'Nick Mathewson2024-10-022-12/+12
|\ \ | |/ |/|
| * tor-proto: Use trait methods for try_send and channel_close (fmt)Ian Jackson2024-10-011-10/+7
| * tor-proto: Use trait methods for try_send and channel_closeIan Jackson2024-10-012-5/+8
* | tor-proto: Add a CoarseTimeProvider bound to all the SleepProviders (fmt)Ian Jackson2024-10-011-4/+14
* | tor-proto: Add a CoarseTimeProvider bound to all the SleepProvidersIan Jackson2024-10-012-11/+11
|/
* tor-proto: Allow all dead code if not all features enabledIan Jackson2024-09-301-5/+2
* tor-proto: Use Reader::take_all_but().Nick Mathewson2024-09-161-8/+1
* tor-bytes: Error: provide and call Error::incomplete_errorIan Jackson2024-09-111-1/+1
* tor-bytes: Add a deficit field to Error::Truncated (fmt)Ian Jackson2024-09-101-1/+3
* tor-bytes: Add a deficit field to Error::TruncatedIan Jackson2024-09-101-1/+2
* Fix typosDimitris Apostolou2024-09-032-3/+3
* Move stream_peek into tor-async-utilsJim Newsome2024-08-291-2/+2
* extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-287-10/+9
* `tor_proto::channel`: update comment to point to `tor-chanmgr`Jim Newsome2024-08-271-2/+1
* `circuit` docs: delete comment about no flow-control etcJim Newsome2024-08-261-2/+0
* `circuit` docs: delete "one big mutex" limitationJim Newsome2024-08-261-3/+0
* tor-proto circuit: add unit test for fairnessJim Newsome2024-08-221-0/+128
* flow-control: document idea for making more robustJim Newsome2024-08-212-0/+11
* Circuit reactor: improve code commentsJim Newsome2024-08-211-3/+11
* StreamPollSet: disallow polling ready streamsJim Newsome2024-08-212-30/+46
* StreamMap: Use StreamUnobtrusivePeeker instead of PeekableJim Newsome2024-08-211-4/+5
* tor-proto: Use PeekableStream to get rid of redundant bufferingJim Newsome2024-08-213-235/+303
* Circuit reactor: Update comments about outbound message handlingJim Newsome2024-08-151-3/+7
* Circuit reactor: remove `'hop_streams` loopJim Newsome2024-08-131-33/+24
* Circuit reactor: remove `'outer` loopJim Newsome2024-08-131-55/+50
* Circuit reactor: don't process streams when we don't have circuit windowJim Newsome2024-08-131-18/+11
* StreamMap: apply stream flow control before making messages availableJim Newsome2024-08-132-17/+83
* tor-proto: Encapsulate flow-controlJim Newsome2024-08-135-59/+132
* Circuit reactor: remove unnecessary circ window precheckJim Newsome2024-08-131-21/+0
* StreamMap: rm stray commentJim Newsome2024-08-131-3/+0
* Merge branch 'streampollset-no-v' into 'main'David Goulet2024-08-132-24/+21
|\
| * StreamPollSet: remove redundant type parameter VJim Newsome2024-08-122-24/+21
* | tor-proto: removed CountedHashMapJim Newsome2024-08-122-542/+0
|/
* StreamPollSet: replace nested OptionJim Newsome2024-08-081-10/+28
* StreamMap: Merge rxs into open_streamsJim Newsome2024-08-082-72/+68
* StreamMap: Put open streams in their own map instead of CountedHashMapJim Newsome2024-08-082-137/+124
* StreamMap: test n_open_streamsJim Newsome2024-08-081-1/+13
* StreamPollSet: allow access to inner streamsJim Newsome2024-08-082-48/+345
* KeyedFuturesUnordered: explicitly document Stream behaviorJim Newsome2024-08-081-0/+13
* KeyedFuturesUnordered: return actual referencesJim Newsome2024-08-081-23/+10
* KeyedFuturesUnordered: additional testingJim Newsome2024-08-081-37/+98