<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-client/src/config.rs, branch derive-traits</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=derive-traits</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=derive-traits'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-03-01T13:16:02Z</updated>
<entry>
<title>Fix rustdoc errors.</title>
<updated>2022-03-01T13:16:02Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-01T13:16:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=57a8fe5f55beaab09e2f9b4a50dc2092885b5017'/>
<id>urn:sha1:57a8fe5f55beaab09e2f9b4a50dc2092885b5017</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run rustfmt.</title>
<updated>2022-03-01T13:13:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-01T13:13:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=224252f0825f77826c08678f7951f1fdf27a86c1'/>
<id>urn:sha1:224252f0825f77826c08678f7951f1fdf27a86c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-client: Add stability warning to config module</title>
<updated>2022-03-01T11:34:07Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-03-01T11:30:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d80f3198ea73b619060ae6891c9ca52b60edbe88'/>
<id>urn:sha1:d80f3198ea73b619060ae6891c9ca52b60edbe88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add warnings about configuration stability.</title>
<updated>2022-02-28T19:25:24Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-28T19:25:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dd8cd0869178699d513cb4a384795f8cb544f16d'/>
<id>urn:sha1:dd8cd0869178699d513cb4a384795f8cb544f16d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expose Reconfigure enum from arti-client.</title>
<updated>2022-02-01T19:26:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-01T18:29:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=487f3be6dedcc3434f104efac0a23402a9d1dba1'/>
<id>urn:sha1:487f3be6dedcc3434f104efac0a23402a9d1dba1</id>
<content type='text'>
This enum is required to use `TorClient::reconfigure` correctly, and
as such ought to be re-exported.
</content>
</entry>
<entry>
<title>Make max_file_limit configurable</title>
<updated>2022-01-28T11:17:49Z</updated>
<author>
<name>Neel Chauhan</name>
<email>neel@neelc.org</email>
</author>
<published>2022-01-28T11:17:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=417809123c7101de64aa8e1e27c3a76a862dec1d'/>
<id>urn:sha1:417809123c7101de64aa8e1e27c3a76a862dec1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Put our cache files in the right place.</title>
<updated>2022-01-18T18:32:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-01-18T18:29:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=79e6dc1d4b245f4dedd7800da2e4a3e49a248f30'/>
<id>urn:sha1:79e6dc1d4b245f4dedd7800da2e4a3e49a248f30</id>
<content type='text'>
This resolves a copy-and-paste error where we were putting
everything in our state directory.

Closes #297.
</content>
</entry>
<entry>
<title>Improve the layout of crate exports; add runtime convenience functions</title>
<updated>2022-01-11T15:16:03Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2022-01-11T15:16:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=41e202a3a4c582dedd2c9c5c5c60369b4a53fae0'/>
<id>urn:sha1:41e202a3a4c582dedd2c9c5c5c60369b4a53fae0</id>
<content type='text'>
This commit addresses multiple problems highlighted by arti#182:

- `arti-client` had some types in its public API that weren't accessible
  without importing another crate (`CfgPath`, `DataReader`,
  `DataWriter`). This has been fixed.
  - In addition, the doc comments for `DataReader` and `DataWriter` were
    cleaned up to be of better quality, now that they're public.
- It was impossible to use `arti-client` without also importing
  `tor-rtcompat`. This is now fixed by the addition of two convenience
  methods: `TorClient::bootstrap_with_tokio` and
  `TorClient::bootstrap_with_async_std`.
- Potentially controversially: `tor-rtcompat` now returns *concrete*
  types from methods like `current_runtime`, instead of `impl Runtime`.
  - This was needed in order to actually be able to name the `TorClient`
    type that results from using these methods.
  - This does mean we lose API flexibility, but on balance I think this
    is a good thing, because the API we *do* have is actually usable...
</content>
</entry>
<entry>
<title>Expose and rename stream timeout config.</title>
<updated>2022-01-10T14:46:43Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-01-10T14:46:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=01c851ad4673c42c8678fc43f37bb8258ab34ca6'/>
<id>urn:sha1:01c851ad4673c42c8678fc43f37bb8258ab34ca6</id>
<content type='text'>
Previously we kept this in an ambiguously named type,
`ClientTimeoutConfig`. But everything we do right now is client
related! So `StreamTimeoutConfig` is a better name.

Also, we'd previously neglected to expose the builder for this type
from `TorClientConfigBuilder`. Now we do.

Closes #281.
</content>
</entry>
<entry>
<title>Improve documentation of which config can change.</title>
<updated>2021-12-07T22:41:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-12-07T22:41:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7ac6870a0dc8b1c44d3a68f7ca5984010556b613'/>
<id>urn:sha1:7ac6870a0dc8b1c44d3a68f7ca5984010556b613</id>
<content type='text'>
It no longer makes sense to say "most things can't change", now that
most things can.
</content>
</entry>
</feed>
