summaryrefslogtreecommitdiff
path: root/crates/tor-proto
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
* | Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-1/+1
|/
* Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* 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
* Bump all the unstable tor- and arti- crates to 0.22.0.Gabriela Moldovan2024-09-031-17/+17
* oneshot-fused-workaround: Set the initial version to 0.1.0.Gabriela Moldovan2024-09-031-1/+1
* Fix formatting issues introduced by fixup-features.Gabriela Moldovan2024-09-031-1/+3
* Run fixup-features in preparation for release.Gabriela Moldovan2024-09-031-1/+1
* Fix typosDimitris Apostolou2024-09-032-3/+3
* Move stream_peek into tor-async-utilsJim Newsome2024-08-292-6/+2
* extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-288-10/+10
* `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