<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-circmgr/src/lib.rs, branch arti-v1.1.6</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.6</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.6'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-06-29T13:24:19Z</updated>
<entry>
<title>tor-circmgr: Expose CircParameters from NetParameters construction</title>
<updated>2023-06-29T13:24:19Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-29T13:14:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f73c06314c4665cfaf19c9565f6b92995aa2bcca'/>
<id>urn:sha1:f73c06314c4665cfaf19c9565f6b92995aa2bcca</id>
<content type='text'>
As per #935.

I called this "circparameters_from_netparameters" not
"circparameters_from_netparams" because the type is "NetParameters"
not "NetParams".
</content>
</entry>
<entry>
<title>Merge branch 'circmgr-timeout-est' into 'main'</title>
<updated>2023-06-22T18:50:40Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-22T18:50:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=24545fd455781ee95bc5290d0a6c85597b0a3989'/>
<id>urn:sha1:24545fd455781ee95bc5290d0a6c85597b0a3989</id>
<content type='text'>
circmgr: New API to expose estimate-based timeouts.

See merge request tpo/core/arti!1281</content>
</entry>
<entry>
<title>circmgr: New API to expose estimate-based timeouts.</title>
<updated>2023-06-22T17:53:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-21T15:52:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2b0d04a5fe095a0a7ea32a659f3dc091aadc40aa'/>
<id>urn:sha1:2b0d04a5fe095a0a7ea32a659f3dc091aadc40aa</id>
<content type='text'>
This will help create good timeout values for various onion-service
operations.
</content>
</entry>
<entry>
<title>lints: Run maint/add_warning to actually apply new lints</title>
<updated>2023-06-21T11:15:41Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-21T10:29:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=161b9844dae0aaa2e63bbc77c512d061be6bb390'/>
<id>urn:sha1:161b9844dae0aaa2e63bbc77c512d061be6bb390</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cirmgr: remove a dead-code exception.</title>
<updated>2023-06-16T12:45:49Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-16T12:45:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=672062113e0ee6779751480608d263c26834b405'/>
<id>urn:sha1:672062113e0ee6779751480608d263c26834b405</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor ClientCirc APIs to use Arc&lt;ClientCirc&gt;.</title>
<updated>2023-05-16T13:02:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-05-16T13:02:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ee390c423e7df0b678d77a8685f45dc526581910'/>
<id>urn:sha1:ee390c423e7df0b678d77a8685f45dc526581910</id>
<content type='text'>
Now ClientCirc is no longer `Clone`, and the things that need it
to be `Clone` instead return and use an Arc&lt;ClientCirc&gt;
We're doing this so that ClientCirc can participate in the RPC
system, and so that its semantics are more obvious.

Closes #846.

Thanks to the type system, this was a much simpler refactoring than
I had feared it would be.
</content>
</entry>
<entry>
<title>Add some missing imports</title>
<updated>2023-03-28T14:49:45Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-28T13:16:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=00e522a91ac1ecd59f48dc97a64319d748f2c482'/>
<id>urn:sha1:00e522a91ac1ecd59f48dc97a64319d748f2c482</id>
<content type='text'>
Now
  nailing-cargo +stable clippy -p tor-hsclient --all-features --all-targets
actually works.

squash! Add some missing imports
</content>
</entry>
<entry>
<title>circmgr: Declare builder() unconditionally.</title>
<updated>2023-03-22T16:35:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-03-16T17:06:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=35967ca38d52fb138dd41837df5db8dd93ec1087'/>
<id>urn:sha1:35967ca38d52fb138dd41837df5db8dd93ec1087</id>
<content type='text'>
(Still, only expose it when experimental-api is enabled.)
</content>
</entry>
<entry>
<title>circmgr: Begin an HS circuit pool structure</title>
<updated>2023-03-22T15:52:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-03-15T17:58:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=adafae8b3f118061789dd7cc37dcc3f072fdb913'/>
<id>urn:sha1:adafae8b3f118061789dd7cc37dcc3f072fdb913</id>
<content type='text'>
This is now enough to launch circuits on demand.  It still needs to
pre-build the first three hops, and to retry on failure.
</content>
</entry>
<entry>
<title>circmgr: Add a usage for building the beginning of an hs circ</title>
<updated>2023-03-22T15:52:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-03-15T14:41:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dce4da55ae20d4867d5caf79adc6402fe03559bd'/>
<id>urn:sha1:dce4da55ae20d4867d5caf79adc6402fe03559bd</id>
<content type='text'>
This only builds the first 3 hops. It can be extended to a fourth
hop later -- or not, depending on the circuit kind.
</content>
</entry>
</feed>
