<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-ptmgr, 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>ptmgr todo: Remove dead code allow</title>
<updated>2022-11-30T16:42:40Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-11-30T16:42:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fa676ce577d48871bcc1cfec4328ce9b6e14b4d3'/>
<id>urn:sha1:fa676ce577d48871bcc1cfec4328ce9b6e14b4d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ptmgr: No need for state_dir in PtMgr</title>
<updated>2022-11-30T16:42:18Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-11-30T16:42:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fe331129239e203169fa32768d2e98049df78d66'/>
<id>urn:sha1:fe331129239e203169fa32768d2e98049df78d66</id>
<content type='text'>
This is used exclusively by the reactor.
</content>
</entry>
<entry>
<title>ptmgr todo: Tolerate exposing the Vec for now</title>
<updated>2022-11-30T16:40:45Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-11-30T16:40:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1521f63bf1ebd3708bda74476b1b8a8ac2d67f4c'/>
<id>urn:sha1:1521f63bf1ebd3708bda74476b1b8a8ac2d67f4c</id>
<content type='text'>
We may want to change this later, but this API is in a low level
crate, so this isn't a blocker.
</content>
</entry>
<entry>
<title>Merge branch 'no_empty_select' into 'main'</title>
<updated>2022-11-30T16:01:58Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2022-11-30T16:01:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f122b4b1eea21b366ae4e5febad6675cfc92b5c3'/>
<id>urn:sha1:f122b4b1eea21b366ae4e5febad6675cfc92b5c3</id>
<content type='text'>
ptmgr: Do not construct an empty select_all future.

Closes #672 and #670

See merge request tpo/core/arti!907</content>
</entry>
<entry>
<title>ptmgr: Do not construct an empty select_all future.</title>
<updated>2022-11-30T15:22:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-30T15:22:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d853fdb5cb9e5c50a402405a16f180add4c113ec'/>
<id>urn:sha1:d853fdb5cb9e5c50a402405a16f180add4c113ec</id>
<content type='text'>
Closes #670.

Closes #672.
</content>
</entry>
<entry>
<title>ptmgr: change error UnconfiguredTransportDueToConcurrentReconfiguration</title>
<updated>2022-11-30T15:21:49Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-11-30T15:16:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1e63a89ce86ed5bfafee48f2a72d8a58007bbf79'/>
<id>urn:sha1:1e63a89ce86ed5bfafee48f2a72d8a58007bbf79</id>
<content type='text'>
Rename it from UnconfiguredTransport.  Change descriptions, kind, and
retry.  Add a TODO.

As per
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/901#note_2858455
</content>
</entry>
<entry>
<title>ptmgr: Clarify E::NotAFile</title>
<updated>2022-11-30T15:21:39Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-11-30T15:19:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d70545431302dabedf0600351ff84fa036e987ae'/>
<id>urn:sha1:d70545431302dabedf0600351ff84fa036e987ae</id>
<content type='text'>
As per
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/901#note_2858454
</content>
</entry>
</feed>
