summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|/ /
* | Merge branch 'chan_arc' into 'main'Nick Mathewson2024-05-2813-143/+200
|\ \
| * | 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-163-4/+6
| * | proto: Make Channel explicitly Arc<.>Nick Mathewson2024-05-1613-43/+56
| * | proto: Move Channel send functionality into a separate type.Nick Mathewson2024-05-163-48/+70
| * | 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
* | | chanmgr: Delegate to Channel::engage_padding_activities explicitly.Nick Mathewson2024-05-171-1/+1
|/ /
* | Merge branch 'special_methods' into 'main'Nick Mathewson2024-05-169-37/+264
|\ \
| * | Add a few "TODO RPC" notesNick Mathewson2024-05-162-0/+8
| * | RPC: Expose dispatch table from ContextNick Mathewson2024-05-163-0/+11
| * | RPC: Fill in documentation about invoke_specialNick Mathewson2024-05-162-6/+27
| * | Tests for invoke_specialNick Mathewson2024-05-161-0/+42
| * | RPC: Fix types for DispatchTable::invoke_specialNick Mathewson2024-05-161-11/+14
| * | RPC: Require an Error type in methods.Nick Mathewson2024-05-167-0/+18
| * | Rpc: Allow invoker_ents to be marked as @specialNick Mathewson2024-05-161-7/+21
| * | Relax Serialize requirement on method outputs.Nick Mathewson2024-05-162-11/+13
| * | Split Invocable into RpcInvocable.Nick Mathewson2024-05-161-50/+77
| * | RPC: Add an "invoke special" mechanismNick Mathewson2024-05-161-1/+62
| * | rpc: Move typetag onto subtrait of DynMethodNick Mathewson2024-05-164-23/+43
* | | Merge branch 'vanguards-stub-terminology' into 'main'gabi-2502024-05-163-71/+83
|\ \ \
| * | | tor-circmgr: Fix a broken doc link.Gabriela Moldovan2024-05-161-1/+1
| * | | tor-circmgr: Clarify module-level docs.Gabriela Moldovan2024-05-161-0/+6
| * | | tor-circmgr: Replace STUB/STUB+ terminology with SHORT/EXTENDED (fmt).Gabriela Moldovan2024-05-161-1/+3
| * | | tor-circmgr: Replace STUB/STUB+ terminology with SHORT/EXTENDED.Gabriela Moldovan2024-05-163-46/+44
| * | | tor-circmgr: Rename HsCircStubKind::Stub to HsCircStubKind::Short.Gabriela Moldovan2024-05-163-25/+31
* | | | Merge branch 'enforce_sendme_max' into 'main'Nick Mathewson2024-05-163-5/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | proto: Explicitly enforce maxima on SENDME windows.Nick Mathewson2024-05-143-5/+16
* | | | Merge branch 'enforce_method_names' into 'main'Nick Mathewson2024-05-167-11/+138
|\ \ \ \
| * | | | RPC: Give error from RpcMgr::new if method name is sufficiently bad.Nick Mathewson2024-05-142-5/+23
| * | | | RPC: Enforce method name format.Nick Mathewson2024-05-144-1/+110
| * | | | RPC: Use RPC method names in a consistent format.Nick Mathewson2024-05-143-6/+6
| |/ / /
* | | | Merge branch 'use-locked-build' into 'main'Ian Jackson2024-05-162-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | doc: Use locked buildpinkforest2024-05-162-2/+2
* | | | Merge remote-tracking branch 'upstream/main' into HEADGabriela Moldovan2024-05-15115-1170/+2411
|\| | |
| * | | arti-client: Add one-hop circuit examplejuga2024-05-152-0/+67
| | |/ | |/|
| * | Merge branch 'vanguards-extend-stub' into 'main'gabi-2502024-05-142-22/+98
| |\ \
| | * | tor-circmgr: Reword a somewhat inaccurate comment about vanguards.Nick Mathewson2024-05-141-1/+1
| | * | tor-circmgr: Fix path not being extended if lite vanguards are enabled.Gabriela Moldovan2024-05-141-1/+10