summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel
Commit message (Expand)AuthorAgeFilesLines
* proto: temporarily suppress warning; see #2003.Nick Mathewson2025-05-151-2/+2
* Include "bug" in all bug error messagesNick Mathewson2025-04-281-1/+1
* circ: Remove CircParameters reference in call stackDavid Goulet2025-04-231-2/+1
* Allow StreamOps import to be unusedNick Mathewson2025-04-091-2/+8
* proto: make padding::Parameters construction fallible.Nick Mathewson2025-03-182-22/+104
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+2
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-182-5/+5
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-182-2/+2
* tor-rtmock: allow-Decorate every use of MockSleepProviderIan Jackson2025-03-061-0/+1
* tor-proto: Add a tunnel module.David Goulet2025-02-203-10/+10
* tor-proto: remove `use asynchronous_codec as futures_codec`Neel Chauhan2025-02-062-16/+16
* tor-proto: Remove dependency on tor-netdir.Gabriela Moldovan2025-01-151-39/+6
* tor-proto: Replace constants with caret_int.Gabriela Moldovan2025-01-151-3/+14
* tor-rtcompat: Rename UnsupportedStreamOps to NoOpStreamOpsHandle (fmt).Gabriela Moldovan2025-01-151-1/+1
* tor-rtcompat: Rename UnsupportedStreamOps to NoOpStreamOpsHandle.Gabriela Moldovan2025-01-151-2/+2
* tor-proto: Set kist params in channel reactor.Gabriela Moldovan2025-01-151-2/+32
* tor-proto: Add CtrlMsg for setting kist options (fmt).Gabriela Moldovan2025-01-151-1/+3
* tor-proto: Add CtrlMsg for setting kist options.Gabriela Moldovan2025-01-151-1/+8
* tor-proto: Pass a StreamOps handle to the channel reactor.Gabriela Moldovan2025-01-152-2/+14
* tor-rtcompat: Big invasive change adding StreamOps bound everywhere.Gabriela Moldovan2025-01-152-10/+19
* tor-proto: Add KistParams type built from NetParameters.Gabriela Moldovan2025-01-151-0/+60
* tor-proto: fix bad indentationSteven Engler2025-01-091-3/+3
* tor-proto: test `Channel::wait_for_close`Steven Engler2025-01-091-5/+35
* tor-proto: `Channel::wait_for_close` return success statusSteven Engler2025-01-091-6/+5
* tor-proto: replace `Channel`s "closed" state handlingSteven Engler2024-12-101-9/+30
* tor-proto: Specify which of the 2 senders is used for sending cells.Gabriela Moldovan2024-11-201-1/+1
* Apply deferred rustfmt churnIan Jackson2024-10-092-6/+3
* memquota: Use an mq_queue for channel->circuit RX queueIan Jackson2024-10-092-7/+8
* memquota: Introduce type aliases for channel->circuit RX queueIan Jackson2024-10-092-7/+6
* tor-proto: Make circuit->channel queues participate in memquotaIan Jackson2024-10-031-1/+2
* tor-proto: Plumb the ChannelAccount through to queue creation siteIan Jackson2024-10-032-4/+22
* tor-proto: Plumb the ChannelAccount through to queue creation site (pre-fmt)Ian Jackson2024-10-031-1/+5
* tor-proto: channel: Make construction fallibleIan Jackson2024-10-032-3/+4
* 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-011-8/+8
* extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-282-5/+4
* UnverifiedChannel: Clarify check's peer_certClara Engler2024-07-111-1/+1
* proto: Divide up some elements of ChannelDetails.Nick Mathewson2024-05-161-2/+4
* proto: Make Channel explicitly Arc<.>Nick Mathewson2024-05-162-2/+2
* Use uXX::MAX in place of std::uXX::MAXNick Mathewson2024-04-221-1/+1
* Run maint/add_warning.Nick Mathewson2024-03-133-0/+3
* clippy: Replace many calls to .get(0) with .first()Ian Jackson2024-01-021-1/+1
* Downgrade some messages to traceIan Jackson2023-11-291-1/+1
* Change `CircId` to never be zeroJim Newsome2023-10-253-46/+81
* Upgrade to latest asynchronous_codec (0.7.0)Nick Mathewson2023-10-171-2/+2
* oneshot: Use veneer in tor-protoIan Jackson2023-10-112-5/+8
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-233-0/+3
* test: add a test for missing NETINFO cellsEmil Engler2023-08-121-0/+15
* proto: methods to wait until a channel/circuit is shut down.Nick Mathewson2023-08-041-0/+7
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-103-0/+3