<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-circmgr/src, branch tor-llcrypto-v0.4.4</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=tor-llcrypto-v0.4.4</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=tor-llcrypto-v0.4.4'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-03-30T14:46:15Z</updated>
<entry>
<title>tor-circmgr: Make take_or_launch_stub_circuit future Send</title>
<updated>2023-03-30T14:46:15Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-30T11:17:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dd493307f973451df7c835460a1abe37ce4583f3'/>
<id>urn:sha1:dd493307f973451df7c835460a1abe37ce4583f3</id>
<content type='text'>
thread_rng() isn't Send.  We can fix this by not holding it over an
await point.
</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>hspool: simplify loop and add a maximum</title>
<updated>2023-03-22T16:35:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-03-21T13:34:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dffaf60e4ace19c086e16e2cb72c0726615355dd'/>
<id>urn:sha1:dffaf60e4ace19c086e16e2cb72c0726615355dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hspool: Clarify/document more TODO HS items.</title>
<updated>2023-03-22T16:35:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-03-21T13:28:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bd80125d731b9580e3fd6a1cdab8437fd36170bd'/>
<id>urn:sha1:bd80125d731b9580e3fd6a1cdab8437fd36170bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>circmgr: Make a separate SupportedCircUsage for HS stuff</title>
<updated>2023-03-22T16:35:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-03-21T13:04:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=19a229155cbcc0fa16e4e03a6c03b8e6a65ae38d'/>
<id>urn:sha1:19a229155cbcc0fa16e4e03a6c03b8e6a65ae38d</id>
<content type='text'>
This uncovered a bug: NoUsage wasn't correct for Hs circuits because
of its behavior with channel_usage().
</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>hspool: Tweak comments and add more TODOs.</title>
<updated>2023-03-22T16:35:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-03-16T15:58:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5b3c6b6bb3508df6370b69f627794f71c85d8e32'/>
<id>urn:sha1:5b3c6b6bb3508df6370b69f627794f71c85d8e32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>circmgr: hspool now launches circuits in the background.</title>
<updated>2023-03-22T16:35:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-03-16T15:45:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fcb4df8b5b4293ecc23668573ca79d322b8543c1'/>
<id>urn:sha1:fcb4df8b5b4293ecc23668573ca79d322b8543c1</id>
<content type='text'>
The prediction and scheduling logic here is quite primitive;
we should probably refactor it considerably.  This should be good
enough for now, though.
</content>
</entry>
<entry>
<title>circmgr: Add an actual pool to HsCircPool.</title>
<updated>2023-03-22T16:35:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-03-16T13:16:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a14214fae6b481a61a37744819acc1cda944a1ce'/>
<id>urn:sha1:a14214fae6b481a61a37744819acc1cda944a1ce</id>
<content type='text'>
We now have support for a pool of pre-build circuits that we can use
for HS-related purposes, and we take circuits from this pool as
needed.

Nothing populates or cleans the circuit pool yet.
</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>
</feed>
