<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates, branch arti-v1.1.0</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.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-11-30T20:54:15Z</updated>
<entry>
<title>Merge branch 'version_bump' into 'main'</title>
<updated>2022-11-30T20:54:15Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-30T20:54:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=40941c6079aba5a0cfa500f0cea07288ba8b8782'/>
<id>urn:sha1:40941c6079aba5a0cfa500f0cea07288ba8b8782</id>
<content type='text'>
Bump the minor version of every crate.

See merge request tpo/core/arti!918</content>
</entry>
<entry>
<title>Bump the minor version of every crate.</title>
<updated>2022-11-30T20:10:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-30T20:10:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=38bef96b99dbf17922dc601d4250abc0368b519f'/>
<id>urn:sha1:38bef96b99dbf17922dc601d4250abc0368b519f</id>
<content type='text'>
We made this job easy this time around: by incrementing our MSRV, we
have forced ourselves to do at least a minor bump everywhere.
</content>
</entry>
<entry>
<title>Hang onto a PT object after it is launched</title>
<updated>2022-11-30T19:44:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-30T19:44:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=82f877ec79c1d93233ce94dffccff8a0060764fb'/>
<id>urn:sha1:82f877ec79c1d93233ce94dffccff8a0060764fb</id>
<content type='text'>
If we don't do this, then snowflake's stdin will get closed and
it will exit immediately.

Found while investigating #333.
</content>
</entry>
<entry>
<title>Merge branch 'renaming' into 'main'</title>
<updated>2022-11-30T18:58:37Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-30T18:58:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=903571353b8959383963ebf50ec8527fdd19a95b'/>
<id>urn:sha1:903571353b8959383963ebf50ec8527fdd19a95b</id>
<content type='text'>
Renaming a couple of items for arti 1.1.0

Closes #623

See merge request tpo/core/arti!916</content>
</entry>
<entry>
<title>Downgrade a "TODO pt-client" comment</title>
<updated>2022-11-30T18:22:54Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-30T18:22:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6bd0f92c15b1080c19a7ab196b9998166a7254d1'/>
<id>urn:sha1:6bd0f92c15b1080c19a7ab196b9998166a7254d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename for_circuit_usage =&gt; as_relay_with_desc</title>
<updated>2022-11-30T18:16:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-30T18:16:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ed08cce1b55a9615c0aa17f14b561b333910d0f8'/>
<id>urn:sha1:ed08cce1b55a9615c0aa17f14b561b333910d0f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename TransportHelper =&gt; TransportImplHelper.</title>
<updated>2022-11-30T18:05:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-30T18:05:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=acc2de7b31625c5c9664eca3d699686ae4601c8f'/>
<id>urn:sha1:acc2de7b31625c5c9664eca3d699686ae4601c8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'redacted_test_serial' into 'main'</title>
<updated>2022-11-30T17:38:12Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2022-11-30T17:38:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=17ba4a1cc232276bd7a6de18ac2690b042dbaf5a'/>
<id>urn:sha1:17ba4a1cc232276bd7a6de18ac2690b042dbaf5a</id>
<content type='text'>
safelog: Apply #[serial] to test_redacted()

Closes #675

See merge request tpo/core/arti!914</content>
</entry>
<entry>
<title>Merge branch 'ptmgr-todos' into 'main'</title>
<updated>2022-11-30T17:37:47Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2022-11-30T17:37:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e13f2cf7d92d25a9262a8e780a132449046bb23f'/>
<id>urn:sha1:e13f2cf7d92d25a9262a8e780a132449046bb23f</id>
<content type='text'>
Dispose of ptmgr TODOs (and remove a dead variable)

See merge request tpo/core/arti!912</content>
</entry>
<entry>
<title>Merge branch 'bridge-addr-2' into 'main'</title>
<updated>2022-11-30T17:36:50Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-30T17:36:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a0e1b3d6512b5cf18e801234e7b845af8f3b143a'/>
<id>urn:sha1:a0e1b3d6512b5cf18e801234e7b845af8f3b143a</id>
<content type='text'>
Separate BridgeAddr and PtTargetAddr

See merge request tpo/core/arti!904</content>
</entry>
</feed>
