summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'relay-sketch-links' into 'main'Nick Mathewson2024-05-301-22/+56
|\ \ \ | | |/ | |/|
| * | relay-sketch: Add a link to 1454.Nick Mathewson2024-05-301-0/+3
| * | Add ticket links to relay-sketch.mdNick Mathewson2024-05-301-22/+53
* | | Merge branch 'faravahar-new' into 'main'Alexander Færøy2024-05-301-1/+2
|\ \ \
| * | | dirauth: Add new faravahar authorityDavid Goulet2024-05-301-1/+2
| |/ /
* | | Merge branch 'main' into 'main'David Goulet2024-05-301-1/+1
|\ \ \ | |/ / |/| |
| * | Update the location of the code of conduct.Gaba2024-05-291-1/+1
* | | Merge branch 'extend_relay_sketch' into 'main'Nick Mathewson2024-05-301-2/+33
|\ \ \ | |/ / |/| |
| * | relay-sketch: Incorporate notes from Lisbon meeting.Nick Mathewson2024-05-301-2/+33
|/ /
* | 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
* | | 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