<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-client/src/config.rs, branch arti-v0.0.4</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.4</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.4'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-01-28T11:17:49Z</updated>
<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>
<entry>
<title>Make TorClient reconfigurable.</title>
<updated>2021-12-07T21:58:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-12-07T21:58:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2689d810bf919a6750f42d78315a3bc90049ef00'/>
<id>urn:sha1:2689d810bf919a6750f42d78315a3bc90049ef00</id>
<content type='text'>
This covers ClientAddrConfig and ClientTimeoutConfig.
</content>
</entry>
<entry>
<title>Make ClientTimeoutConfig members crate-private.</title>
<updated>2021-12-07T19:05:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-12-07T19:05:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2337d14ecffcba33f2c2175d3c254e478c73fae8'/>
<id>urn:sha1:2337d14ecffcba33f2c2175d3c254e478c73fae8</id>
<content type='text'>
We shouldn't have pub members in these config objects.
</content>
</entry>
<entry>
<title>Rename timeout_rules to stream_timeouts.</title>
<updated>2021-12-07T19:03:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-12-07T19:03:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=46c917d127519fbf917c391afc30fa83c794061e'/>
<id>urn:sha1:46c917d127519fbf917c391afc30fa83c794061e</id>
<content type='text'>
(There are other timeout rules, after all.)

Also, rename stream_timeout to connect_timeout, to make it more clear
when it applies.
</content>
</entry>
<entry>
<title>Merge branch 'revised_preemptive_config' into 'main'</title>
<updated>2021-12-07T17:51:42Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2021-12-07T17:51:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2614fb736ee4e66a8145a05ef0b1a28cde6d022a'/>
<id>urn:sha1:2614fb736ee4e66a8145a05ef0b1a28cde6d022a</id>
<content type='text'>
Usability: renaming and documentation in preemptive circuit config

See merge request tpo/core/arti!176</content>
</entry>
<entry>
<title>Merge branch 'bug252' into 'main'</title>
<updated>2021-12-07T17:27:38Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2021-12-07T17:27:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=47c3163ce5038ea411874a3694ad9679caaaf473'/>
<id>urn:sha1:47c3163ce5038ea411874a3694ad9679caaaf473</id>
<content type='text'>
Make DNS fields in arti-client/src/client.rs configurable

Closes #252

See merge request tpo/core/arti!171</content>
</entry>
</feed>
