<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/circuit/reactor.rs, branch arti-v1.1.7</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.7</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.7'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-07-27T09:56:18Z</updated>
<entry>
<title>tor-proto: Rename create_firsthop() to wait_for_create().</title>
<updated>2023-07-27T09:56:18Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-07-27T09:56:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ecfec3b8275e5c13d8cb2fda44b0fb2ecacb8b98'/>
<id>urn:sha1:ecfec3b8275e5c13d8cb2fda44b0fb2ecacb8b98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: Update handle_control docs.</title>
<updated>2023-07-26T18:36:54Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-07-26T18:25:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6f22c16eccdc3f68bd25f45cde08684f647115c3'/>
<id>urn:sha1:6f22c16eccdc3f68bd25f45cde08684f647115c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: Add functions for handling Shutdown and AddFakeHop messages.</title>
<updated>2023-07-26T18:36:50Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-07-26T18:00:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=331ec1033af14b048e1b29e7f8d5a3593c748535'/>
<id>urn:sha1:331ec1033af14b048e1b29e7f8d5a3593c748535</id>
<content type='text'>
This helps reduce code duplication, as `CtrlMsg::Shutdown` and
`CtrlMsg::AddFakeHop` are now handled in multiple places.
</content>
</entry>
<entry>
<title>tor-proto: Extract first-hop creation to a separate function.</title>
<updated>2023-07-26T18:36:47Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-07-26T17:03:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fee4baa17f8dbf7a177147b81ee667b5117aed22'/>
<id>urn:sha1:fee4baa17f8dbf7a177147b81ee667b5117aed22</id>
<content type='text'>
I think it's safe to handle `ChanMsg::Create` separately, because
there's nothing for the reactor to do until the first hop of the circuit
is created (so blocking on this _should_ be alright).
</content>
</entry>
<entry>
<title>tor-proto: Create a function for handling the initial CREATE cell.</title>
<updated>2023-07-26T18:35:04Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-07-26T16:41:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=98b9be0f2d3e25eba7537bd115bd93682b93399b'/>
<id>urn:sha1:98b9be0f2d3e25eba7537bd115bd93682b93399b</id>
<content type='text'>
This logic from `create_firsthop()` was extracted (copied) from
`Reactor::run_once()`. A future commit will update `Reactor::run_once()`
to use `create_firsthop()`.
</content>
</entry>
<entry>
<title>tor-circmgr: Add two possibly-needed docsrs annotations</title>
<updated>2023-07-12T14:32:26Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-07-12T14:28:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f6d5cae574db663af9ced755c938b56c58c37748'/>
<id>urn:sha1:f6d5cae574db663af9ced755c938b56c58c37748</id>
<content type='text'>
I don't know if these are needed because the rules are not documented
afaict.  But it seems like probably they ought to be there?
</content>
</entry>
<entry>
<title>tor-proto: Conversation: drop two otiose cfg(feature)</title>
<updated>2023-07-12T14:31:30Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-07-12T14:20:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1fa692d63d42ca4f5e26d115b55c24e1ef64f84c'/>
<id>urn:sha1:1fa692d63d42ca4f5e26d115b55c24e1ef64f84c</id>
<content type='text'>
These fns are in a feature-gated impls on feature-gated structs.
</content>
</entry>
<entry>
<title>tor-proto: run rustfmt</title>
<updated>2023-06-30T17:43:20Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-30T17:34:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=27ad9ca249858e8e6e896da7f91106ae44a56ce4'/>
<id>urn:sha1:27ad9ca249858e8e6e896da7f91106ae44a56ce4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto conversations: Drop a TODO</title>
<updated>2023-06-30T17:43:20Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-30T17:29:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=78e4f9e86b991cfd1c296e81ee99d40c00bcf24f'/>
<id>urn:sha1:78e4f9e86b991cfd1c296e81ee99d40c00bcf24f</id>
<content type='text'>
I think this name is fine.
</content>
</entry>
<entry>
<title>tor-proto conversation API: Provide ConversationInHandler</title>
<updated>2023-06-30T17:43:20Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-30T16:44:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=226bca984b6a65466da1b4517cc2a16fa762d591'/>
<id>urn:sha1:226bca984b6a65466da1b4517cc2a16fa762d591</id>
<content type='text'>
</content>
</entry>
</feed>
