summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src
Commit message (Expand)AuthorAgeFilesLines
...
* tor-proto: changed `wakers` from an `Option<_>` to a `Result<_, WakersAlready...Steven Engler2024-12-101-9/+21
* tor-proto: added `use std::ops::Drop`Steven Engler2024-12-101-3/+4
* tor-proto: removed `Receiver::recv_clone` and implemented `IntoFuture` for `R...Steven Engler2024-12-102-25/+24
* tor-proto: renamed `CancelledError` to `SenderDropped`Steven Engler2024-12-101-17/+17
* tor-proto: switched from `Slab` to `DenseSlotMap` for waker mapSteven Engler2024-12-101-10/+12
* tor-proto: change the message type from `Option<T>` to `Result<T, CancelledEr...Steven Engler2024-12-101-9/+12
* tor-proto: changed regular comments on `Shared` to doc commentsSteven Engler2024-12-101-21/+21
* tor-proto: update docs on `Channel::reactor_closed_rx`Steven Engler2024-12-101-3/+1
* tor-proto: replace oneshot broadcast channelSteven Engler2024-12-102-138/+562
* tor-proto: replace `Channel`s "closed" state handlingSteven Engler2024-12-102-35/+47
* tor-proto: move `ChannelDetails::reactor_closed_rx` to `Channel`Steven Engler2024-12-101-11/+17
* tor-proto: add 'oneshot_broadcast' util moduleSteven Engler2024-12-102-0/+246
* Resolve clippy::manual_div_ceilNick Mathewson2024-12-031-1/+1
* Resolve clippy::empty_line_after_doc_comments warnings.Nick Mathewson2024-12-031-1/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* tor-proto: Specify which of the 2 senders is used for sending cells.Gabriela Moldovan2024-11-201-1/+1
* tor-proto: Fix typo in streammap docs.Gabriela Moldovan2024-11-191-1/+1
* Merge branch 'tor-proto_benchmarks' into 'main'gabi-2502024-11-115-0/+177
|\
| * tor-proto: put every bench_utils mod behind the bench featureLionel Goffaux2024-11-063-3/+3
| * tor-proto: change the visibility of the RelayBody inner structLionel Goffaux2024-11-061-1/+1
| * tor-proto: remove inlines attributesLionel Goffaux2024-11-062-4/+0
| * tor-proto: add a bench featureLionel Goffaux2024-11-061-0/+1
| * tor-proto: Add benchmarks for cell encryption and decryptionLionel Goffaux2024-11-045-0/+180
* | tor-proto: Document RecvWindow::take more accurately.Gabriela Moldovan2024-11-041-2/+2
|/
* Merge branch 'mq-fix' into 'main'Ian Jackson2024-10-224-22/+64
|\
| * memquota: Use _ rather than allow(dead_code) (fmt)Ian Jackson2024-10-221-1/+4
| * memquota: Use _ rather than allow(dead_code)Ian Jackson2024-10-222-12/+16
| * memquota: fix data stream account lifetimeIan Jackson2024-10-211-5/+18
| * memquota: Fix resolve stream account lifetimeIan Jackson2024-10-212-8/+12
| * memquota: Fix circuit account lifetime (fmt)Ian Jackson2024-10-212-5/+24
| * memquota: Fix circuit account lifetime (clippy churn)Ian Jackson2024-10-212-5/+5
| * memquota: Fix circuit account lifetimeIan Jackson2024-10-212-5/+4
* | Merge branch 'test_create_hop_count_reinstate' into 'main'gabi-2502024-10-211-4/+1
|\ \ | |/ |/|
| * tor-proto: Reinstate circuit hop check in test_create()Neel Chauhan2024-10-161-4/+1
* | Disable a lot of dead code warnings (fmt)Ian Jackson2024-10-171-1/+4
* | Disable a lot of dead code warningsIan Jackson2024-10-171-1/+1
|/
* Merge branch 'test-panic' into 'main'Jim Newsome2024-10-151-14/+14
|\
| * Replace _ => panic!() in tor-protoIan Jackson2024-10-151-14/+14
* | Merge branch 'mq-toplevel' into 'main'Ian Jackson2024-10-151-14/+15
|\ \
| * | memquota: Change ToplevelAccount to be an alias for Arc<MemoryQuotaTracker>Ian Jackson2024-10-151-14/+15
| |/
* / memquota: Document the actual behaviour re streams/circuitsIan Jackson2024-10-151-4/+6
|/
* Merge branch 'mq-circ' into 'main'David Goulet2024-10-107-35/+39
|\
| * Apply deferred rustfmt churnIan Jackson2024-10-095-13/+7
| * memquota: Use an mq_queue for channel->circuit RX queueIan Jackson2024-10-095-16/+18
| * memquota: Introduce type aliases for channel->circuit RX queueIan Jackson2024-10-094-13/+18
| * memquota: impl HasMemoryCost for ClientCircChanMsgIan Jackson2024-10-091-1/+4
* | Merge branch 'mq-doc' into 'main'Ian Jackson2024-10-092-1/+95
|\|
| * memquota: Expand on ChannelAccountIan Jackson2024-10-091-0/+1
| * memquota: Add docs and TODOs re inbound channel->circuit dataIan Jackson2024-10-092-0/+3
| * emquota: Clarify circuit data queueIan Jackson2024-10-091-1/+1