summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | 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
| * SometimesUnboundedSink: Fix a copypaste errorIan Jackson2024-05-301-1/+1
| * SometimesUnboundedSink: Narrow dead code allowIan Jackson2024-05-301-2/+1
| * Use SometimesUnboundedSink for the circuit reactor's bag-on-the-sideIan Jackson2024-05-291-50/+13
| * Implmeent SometimesUnboundedSinkIan Jackson2024-05-292-0/+146
* | Merge branch 'poll-ready-unpin-bool' into 'main'Nick Mathewson2024-05-293-12/+28
|\|
| * ChannelSender::poll_ready_unpin_bool: add otiose ext trait docIan Jackson2024-05-291-0/+1
| * ChannelSender::poll_ready_unpin_bool: move to utilIan Jackson2024-05-293-20/+24
| * ChannelSender::poll_ready_unpin_bool: extension traitIan Jackson2024-05-292-1/+8
| * ChannelSender::poll_ready_unpin_bool: rename from poll_readyIan Jackson2024-05-292-5/+9
| * ChannelSender::poll_ready inherent method: Don't discard errorIan Jackson2024-05-291-1/+1
| * ChannelSender::poll_ready inherent method: Avoid apparent discardIan Jackson2024-05-291-1/+1
| * ChannelSender::poll_ready inherent method: Use Sink:poll_readyIan Jackson2024-05-291-1/+1
* | proto: Try to clarify why StreamReader has a StreamTarget.Nick Mathewson2024-05-292-3/+10
* | proto: Add a test for closing streams.Nick Mathewson2024-05-291-1/+74
* | proto: Improve documentation about DataStream lifetimes and closingNick Mathewson2024-05-292-1/+40
* | proto: Make DataWriter::close actually do something.Nick Mathewson2024-05-293-9/+41
|/
* Remove an outdated comment.Nick Mathewson2024-05-201-3/+0
* Make an arc clone explicit.Nick Mathewson2024-05-201-1/+1
* Fix a typo.gabi-2502024-05-201-1/+1
* proto: Divide up some elements of ChannelDetails.Nick Mathewson2024-05-162-52/+58
* Make Channel non-Clone.Nick Mathewson2024-05-161-2/+2
* proto: Make Channel explicitly Arc<.>Nick Mathewson2024-05-165-13/+18
* proto: Move Channel send functionality into a separate type.Nick Mathewson2024-05-162-48/+65
* proto: Document ChannelDetails members that don't need to be shared.Nick Mathewson2024-05-161-1/+7
* proto: Document usage for each mutable part of ChannelDetailsNick Mathewson2024-05-161-1/+12
* proto: Explicitly enforce maxima on SENDME windows.Nick Mathewson2024-05-143-5/+16
* proto: Fix compilation with stream-ctrl but not experimental-api.Nick Mathewson2024-05-142-2/+2
* proto: Expose wait_for_connection as a part of the DataStream API.Nick Mathewson2024-05-091-1/+1
* Merge branch 'new_ci_cfg_strategy' into 'main'Nick Mathewson2024-05-071-2/+2
|\
| * Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* | Circuit reactor: use refutable let to unnest some codeJim Newsome2024-05-061-34/+35
* | Circuit reactor: rename 'hop to 'hop_outboundJim Newsome2024-05-061-3/+3