summaryrefslogtreecommitdiff
path: root/crates/tor-proto
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * memquota: Further docs tweaksIan Jackson2024-10-091-0/+2
| * mq docs: Clarity that chanmgr and circmgr share the ToplevelAccountIan Jackson2024-10-071-1/+3
| * mq docs: Add some formulaic cross-references to memquota newtypesIan Jackson2024-10-071-0/+12
| * mq docs: Rewrite and expand overview/architecture doc in tor-protoIan Jackson2024-10-071-16/+66
| * mq docs: Move arti queues text to tor_proto::memquotaIan Jackson2024-10-071-0/+24
* | Merge branch 'memquota-macro-tidying' into 'main'Ian Jackson2024-10-081-21/+25
|\ \
| * | tor-proto: memquota: Rationalise macro innardsIan Jackson2024-10-071-11/+13
| * | tor-proto: memquota: Fix a docs typoIan Jackson2024-10-071-1/+1
| * | tor-proto: memquota: Rename SpecificAccount::Parent to ConstructedFromIan Jackson2024-10-071-11/+13
| |/
* / tor-proto: Fix flaky circuit::test::accept_valid_sendme test.Wesley Aptekar-Cassels2024-10-071-4/+3
|/
* tor-proto: Remove the no-longer needed allowsIan Jackson2024-10-033-3/+0
* tor-proto: Make incoming stream requests participate in memquota (fmt)Ian Jackson2024-10-031-2/+2
* tor-proto: Make incoming stream requests participate in memquotaIan Jackson2024-10-032-3/+5
* tor-proto: Implement HasMemoryCost for StreamReqInfoIan Jackson2024-10-031-1/+8
* tor-proto: Make stream queues participate in memquota (fmt)Ian Jackson2024-10-031-2/+2
* tor-proto: Make stream queues participate in memquotaIan Jackson2024-10-032-8/+19
* tor-proto: channel: Provide time_provider accessorsIan Jackson2024-10-031-0/+17
* tor-proto: Make circuit->channel queues participate in memquotaIan Jackson2024-10-033-10/+41
* tor-proto: Introduce a fake_mpsc helper for channel testsIan Jackson2024-10-031-2/+11
* tor-proto: Put a StreamAccount in DataStream etc.Ian Jackson2024-10-034-7/+29
* tor-proto: Put a StreamAccount in DataStream etc. (pre-fmt)Ian Jackson2024-10-031-2/+9
* tor-proto: Put a CircuitAccount in ClientCirc and circuit::ReactorIan Jackson2024-10-032-1/+18
* tor-proto: Plumb the ChannelAccount through to queue creation siteIan Jackson2024-10-034-6/+51
* tor-proto: Plumb the ChannelAccount through to queue creation site (pre-fmt)Ian Jackson2024-10-032-2/+10
* tor-proto: Make PendingClientCirc::new fallible (fmt)Ian Jackson2024-10-031-7/+1
* tor-proto: Make PendingClientCirc::new fallibleIan Jackson2024-10-032-6/+7
* tor-proto: channel: Make construction fallibleIan Jackson2024-10-033-5/+7
* tor-proto: Provide a variant for memquota errorsIan Jackson2024-10-031-0/+6
* Provide newtypes to distinguish memoquota accounts at different levelsIan Jackson2024-10-032-0/+118
* Merge branch 'mcost' into 'main'Ian Jackson2024-10-023-5/+13
|\
| * Some HasMemoryCost impls in tor-protoIan Jackson2024-10-023-5/+13
* | 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
|/
* Merge branch 'unused' into 'main'David Goulet2024-10-011-5/+2
|\
| * tor-proto: Allow all dead code if not all features enabledIan Jackson2024-09-301-5/+2
* | Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-17/+17
* | Minor bumps on non-tor/arti cratesNick Mathewson2024-09-301-2/+2
|/
* Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'David Goulet2024-09-261-1/+1
|\