<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-client/src, branch arti-v1.2.5</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.5</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.5'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-06-24T13:30:32Z</updated>
<entry>
<title>Resolve a rustdoc warning.</title>
<updated>2024-06-24T13:30:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-06-24T13:29:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=197a0976fdc344ae9a5f161129854f0ca457d681'/>
<id>urn:sha1:197a0976fdc344ae9a5f161129854f0ca457d681</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a maximum to local_resource_timeout.</title>
<updated>2024-06-24T12:41:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-06-18T14:01:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c3f967dbe101e3d6cda88cff56df6ae7954c54ad'/>
<id>urn:sha1:c3f967dbe101e3d6cda88cff56df6ae7954c54ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>local_resource_timeout: Change wait interval to 50 ms.</title>
<updated>2024-06-24T12:41:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-06-12T19:18:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3ed129965a893a6c544ea0ed42852031f0a9ce3c'/>
<id>urn:sha1:3ed129965a893a6c544ea0ed42852031f0a9ce3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename fslock_timeout to local_resource_timeout</title>
<updated>2024-06-24T12:41:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-06-12T19:16:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=da9526e2128c317c61dc7fd4098a9144659445b8'/>
<id>urn:sha1:da9526e2128c317c61dc7fd4098a9144659445b8</id>
<content type='text'>
Name chosen to match the error kind that we're detecting.
</content>
</entry>
<entry>
<title>Clarify documentation about blocking.</title>
<updated>2024-06-24T12:41:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-06-12T19:04:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5b808e5e0d38f5c3c48af5b2bd1456d0764ddd2e'/>
<id>urn:sha1:5b808e5e0d38f5c3c48af5b2bd1456d0764ddd2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TorClientBuilder: Wait for a little while if the lockfiles are held.</title>
<updated>2024-06-24T12:41:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-06-11T14:56:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6fd5145762d9fb74f4b2fd6b48ad0ac4eb530087'/>
<id>urn:sha1:6fd5145762d9fb74f4b2fd6b48ad0ac4eb530087</id>
<content type='text'>
This commit adds a parameter to TorClientBuilder that control how long
we should retry constructing a TorClient if we get a
LocalResourceInUse error.  When this parameter is not set, we
default to 500 milliseconds for async entry points and 0
milliseconds for sync entry points.

(`LocalResourceInUse` usually means that a lockfile is held by
somebody else; but when the resource is some other type, we
typically want the same behavior anyway.)

(I really don't want to introduce delays by default for the
create_unbootstrapped case, since it previously had no delay at
all.)

There is now also an async entry point to create an unbootstrapped
TorClient.

Closes #1464.
</content>
</entry>
<entry>
<title>TorClientBuilder: take self by reference when building</title>
<updated>2024-06-24T12:41:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-06-11T14:27:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b71afdeca631c5a889f0bd27cd02ee3b83f45bdd'/>
<id>urn:sha1:b71afdeca631c5a889f0bd27cd02ee3b83f45bdd</id>
<content type='text'>
There is no actual reason to consume this type, and taking it by
reference allows us to retry.
</content>
</entry>
<entry>
<title>Merge branch 'rpc-stream-methods' into 'main'</title>
<updated>2024-06-11T21:44:10Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-06-11T21:44:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5cd8f0dac5611f70a61f0f7cb573915ce72e6af7'/>
<id>urn:sha1:5cd8f0dac5611f70a61f0f7cb573915ce72e6af7</id>
<content type='text'>
RPC: Use RPC methods instead of the "ClientConnectionTarget" trait.

Closes #1427

See merge request tpo/core/arti!2192</content>
</entry>
<entry>
<title>Several typo fixes from Gabi</title>
<updated>2024-06-11T21:02:04Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-06-11T20:59:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5a2fb68b19d71b4bd477aa08005f08e05d5438ad'/>
<id>urn:sha1:5a2fb68b19d71b4bd477aa08005f08e05d5438ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>RPC: Use RPC methods instead of the "ClientConnectionTarget" trait.</title>
<updated>2024-06-11T21:02:04Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-06-04T17:22:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c07455965fd201ec66631e649a10660e5955e47c'/>
<id>urn:sha1:c07455965fd201ec66631e649a10660e5955e47c</id>
<content type='text'>
On its own, this might not seem like a huge improvement, but it will
later let us implement these RPC methods for types that can't
reasonably implement ClientConnectionTarget.

It also serves as a proof of concept that special-method invocation
can actually work, so that we can build things like this in cases
where introducing a trait isn't practical.

Closes #1427
</content>
</entry>
</feed>
