<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-ptmgr/src/lib.rs, branch arti-v1.1.1</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.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-01-27T13:27:47Z</updated>
<entry>
<title>Disable clippy::unlinlined-format-args</title>
<updated>2023-01-27T13:27:47Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-27T12:49:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bf04641c6818cb2c87c6ed9cf463a5710f8919d2'/>
<id>urn:sha1:bf04641c6818cb2c87c6ed9cf463a5710f8919d2</id>
<content type='text'>
This warning kind of snuck up on us! (See #748)  For now, let's
disable it.  (I've cleaned it up in a couple of examples, since
those are meant to be more idiomatic and user-facing.)

Closes #748.
</content>
</entry>
<entry>
<title>ptmgr: Add more logs when looking/creating a PT.</title>
<updated>2023-01-06T17:19:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-12-06T13:41:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=71dfaa312500ab522b5e983602f0b1521fa265af'/>
<id>urn:sha1:71dfaa312500ab522b5e983602f0b1521fa265af</id>
<content type='text'>
These are also based on temporary logs that I added locally while I
was hunting bugs.

Also part of #677.
</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: report an error if PT transports don't match requested.</title>
<updated>2022-11-30T01:01:19Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-30T00:43:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dacb3eafda2a990c7a0ff433f7da141cbff04eb1'/>
<id>urn:sha1:dacb3eafda2a990c7a0ff433f7da141cbff04eb1</id>
<content type='text'>
(I think this may be impossible now, since we check in ipc.rs, but
IMO it's best to check.)
</content>
</entry>
</feed>
