<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/circuit.rs, branch ios-sqlite-hacks</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=ios-sqlite-hacks</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=ios-sqlite-hacks'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-08-23T09:34:00Z</updated>
<entry>
<title>Run maint/add_warning to add lint block everywhere</title>
<updated>2023-08-23T09:34:00Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-08-22T14:28:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=42df88d6bf6dbb460d2e5e1cd4838aafaffbe9ac'/>
<id>urn:sha1:42df88d6bf6dbb460d2e5e1cd4838aafaffbe9ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use "typos-cli" to fix a bunch of typos.</title>
<updated>2023-08-22T20:23:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-22T13:06:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7a37641aeb03623a707bd7f3910231c997d66bc9'/>
<id>urn:sha1:7a37641aeb03623a707bd7f3910231c997d66bc9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: fix a comment to refer to circuits, not channels.</title>
<updated>2023-08-22T14:50:43Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-18T14:47:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=60219764668a5e832820732e884b6529442857c7'/>
<id>urn:sha1:60219764668a5e832820732e884b6529442857c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'send_raw_msg' into 'main'</title>
<updated>2023-08-22T14:19:54Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-22T14:19:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f248607119add33937fdc4aa857a016d57eada93'/>
<id>urn:sha1:f248607119add33937fdc4aa857a016d57eada93</id>
<content type='text'>
proto: new ClientCirc::send_raw_msg function.

Closes #1010

See merge request tpo/core/arti!1525</content>
</entry>
<entry>
<title>proto: Add crossrefs between start_conversation and send_raw_msg</title>
<updated>2023-08-22T13:35:48Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-22T13:35:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b4e0595f8dda9ae149500f41f6a5a3084c853875'/>
<id>urn:sha1:b4e0595f8dda9ae149500f41f6a5a3084c853875</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Resolve warnings about ambiguous/redundant doc links</title>
<updated>2023-08-22T13:00:33Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-22T13:00:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=80c921c6377a651ae6d6d5f65fb55f4884220416'/>
<id>urn:sha1:80c921c6377a651ae6d6d5f65fb55f4884220416</id>
<content type='text'>
Nightly rustdoc now warns if you have a link that isn't necessary,
and if you have a link that might refer to two different things.
</content>
</entry>
<entry>
<title>proto: new ClientCirc::send_raw_msg function.</title>
<updated>2023-08-21T13:23:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-21T13:23:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e4373e88e26200648e192bb5e51cb74f027e2b76'/>
<id>urn:sha1:e4373e88e26200648e192bb5e51cb74f027e2b76</id>
<content type='text'>
Closes #1010.
</content>
</entry>
<entry>
<title>tor-proto: Add test where an incoming stream comes from an unexpect hop.</title>
<updated>2023-08-18T11:14:16Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-08-18T11:10:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a1913e15f902e003d87b80a9f83e542b489dc421'/>
<id>urn:sha1:a1913e15f902e003d87b80a9f83e542b489dc421</id>
<content type='text'>
This adds a test that checks if the reactor is shut down if it receives
an incoming stream request from an unexpected hop.

Part of #1009
</content>
</entry>
<entry>
<title>tor-proto: Make ClientCirc::allow_stream_requests take a HopNum.</title>
<updated>2023-08-18T11:14:01Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-08-18T11:04:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=67a77680dd8950e26b278da949295c9b788a0873'/>
<id>urn:sha1:67a77680dd8950e26b278da949295c9b788a0873</id>
<content type='text'>
For consistency with the other `ClientCirc` APIs,
`ClientCirc::allow_stream_requests` now takes a `HopNum` argument. Upon
receiving an incoming stream request, the reactor now checks if the
request came from the hop specified in `allow_stream_requests` (and if
it came from a different hop, the circuit is closed).

Part of #1009
</content>
</entry>
<entry>
<title>tor-proto: Fix dead_code when building without experimental-api</title>
<updated>2023-08-16T17:41:40Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-14T18:30:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e67152abb95f20332b40f7704c5443ca76dde650'/>
<id>urn:sha1:e67152abb95f20332b40f7704c5443ca76dde650</id>
<content type='text'>
</content>
</entry>
</feed>
