summaryrefslogtreecommitdiff
path: root/crates/tor-proto
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add KeyedFuturesUnordered::get and KeyedFuturesUnordered::get_mutJim Newsome2024-08-081-3/+72
* KeyedFuturesUnordered::remove: return the future as wellJim Newsome2024-08-082-18/+55
* KeyedFuturesUnordered: refactor so that futures are accessibleJim Newsome2024-08-082-100/+100
* Merge branch 'docsrs' into 'main'Jim Newsome2024-08-071-1/+0
|\
| * Don't need to tell docs.rs to enable `docsrs` cfgKunal Mehta2024-08-021-1/+0
* | tor-proto streammap: Drop receiver for outgoing messages after ENDJim Newsome2024-08-061-0/+4
* | tor-proto: add Debug impls and improve panic messageJim Newsome2024-08-063-2/+8
|/
* tor-proto: Remove circuit reactor's outbound bufferJim Newsome2024-08-011-71/+13
* tor-proto::circuit::StreamMap: Use StreamPollSetJim Newsome2024-08-013-75/+128
* Add StreamPollSetJim Newsome2024-08-012-0/+603
* Add KeyedFuturesUnorderedJim Newsome2024-08-012-0/+367
* Bump versions for tor- and arti- crates to 0.21.0Nick Mathewson2024-08-011-17/+17
* tor-proto::circuit: Move test-only methods into test moduleJim Newsome2024-07-291-12/+14
* tor-proto circuit tests: dedupe circid magic numberJim Newsome2024-07-291-6/+15
* tor-proto circuit test: Move to tighter scope and shadow outer defJim Newsome2024-07-291-15/+17
* tor-proto circuit tests: delete stale commented-out testJim Newsome2024-07-291-66/+0
* tor-proto circuit tests: fix some comment copy-pastaJim Newsome2024-07-291-1/+1
* circuit reactor: add comment pointing to tests in other moduleJim Newsome2024-07-291-1/+3
* Merge branch 'dev/cve/handshake_clarification' into 'main'gabi-2502024-07-151-1/+1
|\
| * UnverifiedChannel: Clarify check's peer_certClara Engler2024-07-111-1/+1
* | tor-proto: Return proper `Error::MissingId`Clara Engler2024-07-121-1/+1
|/
* Fix clippy::doc_lazy_continuationIan Jackson2024-07-082-3/+3
* Add allows for many dead code warnings in tor-protoIan Jackson2024-07-082-0/+5
* Merge branch 'todo-number' into 'main'Alexander Færøy2024-07-072-2/+2
|\
| * Fix two TODO ticket numbersIan Jackson2024-06-252-2/+2
* | Update versions of 0.x tor-* and arti-* cratesIan Jackson2024-06-271-17/+17
* | Update to statrs 0.17Ian Jackson2024-06-251-1/+1
* | Update to itertools 0.13.0Ian Jackson2024-06-251-1/+1
* | Rename OptTimestamp to AtomicOptTimestampNeel Chauhan2024-06-243-12/+12
|/
* Merge branch 'sometimes-unbounded' into 'main'Nick Mathewson2024-06-113-50/+266
|\
| * SometimesUnboundedSink: Add a test case with some manual sequencingIan Jackson2024-05-301-0/+68
| * SometimesUnboundedSink: Write commentary about WakerIan Jackson2024-05-301-0/+36
| * SometimesUnboundedSink: Document some error behaviourIan Jackson2024-05-301-0/+4