summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | Merge branch 'stream_close_v2' into 'main'Nick Mathewson2024-05-294-11/+162
|\ \ \
| * | | 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 'mypy' into 'main'Ian Jackson2024-05-292-12/+19
|\ \ \ | |/ / |/| |
| * | maint/update-md-links: avoid * import from typingIan Jackson2024-05-291-1/+1
| * | mypy: Enable strict modeIan Jackson2024-05-281-1/+1
| * | maint/update-md-links: Add type handling for regexp edge casesIan Jackson2024-05-281-3/+6
| * | maint/update-md-links: Add easy type annotationsIan Jackson2024-05-281-8/+12
|/ /
* | Merge branch 'chan_arc' into 'main'Nick Mathewson2024-05-2814-153/+212
|\ \
| * | 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-1614-53/+68
| * | 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
* | | Merge branch 'explicit_delegate_enable_padding' into 'main'Nick Mathewson2024-05-171-1/+1
|\ \ \
| * | | chanmgr: Delegate to Channel::engage_padding_activities explicitly.Nick Mathewson2024-05-171-1/+1
|/ / /
* | | Merge branch 'libc-downgrade' into 'main'Nick Mathewson2024-05-171-2/+2
|\ \ \
| * | | Downgrade to previous libc crateNick Mathewson2024-05-171-2/+2
|/ / /
* | | Merge branch 'changelog-fix' into 'main'Nick Mathewson2024-05-161-0/+2
|\ \ \ | |/ / |/| |
| * | Add two blank lines to CHANGELOG.Nick Mathewson2024-05-161-0/+2
|/ /
* | Merge branch 'ci-after-script-tweaks' into 'main'Nick Mathewson2024-05-161-19/+6
|\ \
| * | CI: Move cargo clean section to after_script.Nick Mathewson2024-05-151-19/+6
* | | 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 'links' into 'main'Nick Mathewson2024-05-165-175/+664
|\ \ \ \
| * | | | update-md-links: Actually bomb out if subprocess failsIan Jackson2024-05-161-0/+1
| * | | | update-md-links: Use enumerate()Ian Jackson2024-05-071-4/+2
| * | | | update-md-links: (Always) print something confirmatory to stdoutIan Jackson2024-05-071-1/+6
| * | | | CI: Run mypy on the (so far, 1) type-annotated Python3 fileIan Jackson2024-05-071-0/+7
| * | | | update-md-links: Host code into functions and add typesIan Jackson2024-05-071-167/+214
| * | | | update-md-links: Add many comments / helpstringsIan Jackson2024-05-071-2/+49
| * | | | update-md-links: Minor code motion for tidying upIan Jackson2024-05-071-2/+3