<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-circmgr/src, branch arti-v1.1.12</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.12</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.12'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-12-13T13:37:14Z</updated>
<entry>
<title>circmgr:Resolve a warning when building without ntor-v3</title>
<updated>2023-12-13T13:37:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-12-13T13:37:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0c0bbb7661f572d4842f1ec47ebbf66524da1cb8'/>
<id>urn:sha1:0c0bbb7661f572d4842f1ec47ebbf66524da1cb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a clippy lint</title>
<updated>2023-12-12T11:49:34Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-12-12T11:49:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f9631026a783fbcf5705a38aac7a33f0261f9037'/>
<id>urn:sha1:f9631026a783fbcf5705a38aac7a33f0261f9037</id>
<content type='text'>
  warning: consider adding a `;` to the last statement for consistent formatting
     --&gt; crates/tor-circmgr/src/build.rs:162:13
      |
  162 |             handshake_res = circ.create_firsthop_ntor(ct, params).await
      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: add a `;` here: `handshake_res = circ.create_firsthop_ntor(ct, params).await;`
      |
      = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#semicolon_if_nothing_returned
</content>
</entry>
<entry>
<title>ClientCir: use ntor_v3 handshake when target supports it</title>
<updated>2023-12-07T15:54:46Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2023-11-27T19:37:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=777cd7d8461c143f8bfbe40b7a26522bdb2742fd'/>
<id>urn:sha1:777cd7d8461c143f8bfbe40b7a26522bdb2742fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Downgrade some messages to trace</title>
<updated>2023-11-29T18:51:30Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-11-29T18:44:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d67519d71b2f452dcc947acc12b3bdc50e3e7920'/>
<id>urn:sha1:d67519d71b2f452dcc947acc12b3bdc50e3e7920</id>
<content type='text'>
These messages are very verbose and I doubt anyone will want them,
usually, even when debugging.
</content>
</entry>
<entry>
<title>tor-circmgr: panic instead in order to return Error</title>
<updated>2023-11-21T16:00:38Z</updated>
<author>
<name>Saksham Mittal</name>
<email>git@gotlou.com</email>
</author>
<published>2023-11-21T16:00:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8d8ef5dc50ac7f203868514eee1db93068b67956'/>
<id>urn:sha1:8d8ef5dc50ac7f203868514eee1db93068b67956</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-circmgr: port run_builder_test() to use spawn_join()</title>
<updated>2023-11-21T06:16:21Z</updated>
<author>
<name>Saksham Mittal</name>
<email>git@gotlou.com</email>
</author>
<published>2023-11-21T06:08:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a549dda3f0bcbad74c79b68895db43b2c03a2b8d'/>
<id>urn:sha1:a549dda3f0bcbad74c79b68895db43b2c03a2b8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-circmgr: partially port mgr tests to MockRuntime</title>
<updated>2023-11-14T12:32:14Z</updated>
<author>
<name>Saksham Mittal</name>
<email>git@gotlou.com</email>
</author>
<published>2023-11-09T08:21:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d9530e2f735742c1de336b87c3687ca79a874d75'/>
<id>urn:sha1:d9530e2f735742c1de336b87c3687ca79a874d75</id>
<content type='text'>
MockSleepRuntime wraps a MockRuntime instead of using
test_with_one_runtime!(), so the tests should be more
deterministic
</content>
</entry>
<entry>
<title>tor-circmgr: partially port test_double_timeout() to MockRuntime</title>
<updated>2023-11-14T12:32:14Z</updated>
<author>
<name>Saksham Mittal</name>
<email>git@gotlou.com</email>
</author>
<published>2023-11-09T05:26:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=62f9ce595201cadad642f78c68c17752bd39d819'/>
<id>urn:sha1:62f9ce595201cadad642f78c68c17752bd39d819</id>
<content type='text'>
The tests still use MockSleepRuntime for the more complicated tests
where we forcefully make one or both futures time out, but
MockSleepRuntime wraps a MockRuntime instead of using
test_with_all_runtimes!(), so the tests should be more
deterministic
</content>
</entry>
<entry>
<title>tor-circmgr: fix build_*_timeout() for MockRuntime port</title>
<updated>2023-11-14T12:32:09Z</updated>
<author>
<name>Saksham Mittal</name>
<email>git@gotlou.com</email>
</author>
<published>2023-11-07T14:31:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=63e09db8a0b5f0f2e6b2a986cdd0847f50d1260e'/>
<id>urn:sha1:63e09db8a0b5f0f2e6b2a986cdd0847f50d1260e</id>
<content type='text'>
The funky thing was getting rid of the Canceled error from the channel
and returning the actual error from build_owned() properly
</content>
</entry>
<entry>
<title>tor-circmgr: have FakeCirc derive Debug</title>
<updated>2023-11-11T06:47:07Z</updated>
<author>
<name>Saksham Mittal</name>
<email>git@gotlou.com</email>
</author>
<published>2023-11-07T06:20:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3c097d97ba43e71874ea04b275d3453204b0d006'/>
<id>urn:sha1:3c097d97ba43e71874ea04b275d3453204b0d006</id>
<content type='text'>
</content>
</entry>
</feed>
