<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti/src/cfg.rs, branch ios-sqlite-hacks</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=ios-sqlite-hacks</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=ios-sqlite-hacks'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-09-05T16:42:30Z</updated>
<entry>
<title>arti tests: Suppress a lint locally</title>
<updated>2023-09-05T16:42:30Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-09-05T16:40:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bbf3575802c8841b940e18fd1c2acc64cc79531e'/>
<id>urn:sha1:bbf3575802c8841b940e18fd1c2acc64cc79531e</id>
<content type='text'>
There's a complaint (seen in a CI build log) about over-eager iterator
item cloning.  This is a perf complaint and not very relevant in tests.
</content>
</entry>
<entry>
<title>Run maint/add_warning to add lint block everywhere</title>
<updated>2023-08-23T09:34:00Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-08-22T14:28:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=42df88d6bf6dbb460d2e5e1cd4838aafaffbe9ac'/>
<id>urn:sha1:42df88d6bf6dbb460d2e5e1cd4838aafaffbe9ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti::cfg tests: Use fold to make nightly clippy happier</title>
<updated>2023-08-22T16:24:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-22T13:22:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7f442817259848c22a8fa9be75c69edddefd95ca'/>
<id>urn:sha1:7f442817259848c22a8fa9be75c69edddefd95ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti cfg tests: Add keystore to example config.</title>
<updated>2023-07-13T11:30:04Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-07-12T17:55:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d5339772f120c9262c63628a831ce83817a1205f'/>
<id>urn:sha1:d5339772f120c9262c63628a831ce83817a1205f</id>
<content type='text'>
Closes #939
</content>
</entry>
<entry>
<title>arti-client: Use the config struct from tor-keymgr.</title>
<updated>2023-07-13T11:29:57Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-07-12T18:07:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0260405603c41ae88486996868ee1ebe2fa8615a'/>
<id>urn:sha1:0260405603c41ae88486996868ee1ebe2fa8615a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run maint/add_warning to actually apply new lint allows</title>
<updated>2023-07-10T12:49:51Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-07-10T11:19:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=473447a82e099fd52a674c28f5bc24b3e05208c0'/>
<id>urn:sha1:473447a82e099fd52a674c28f5bc24b3e05208c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: Add a `logging.time_granularity` option with 1s default.</title>
<updated>2023-07-06T13:44:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-07-05T17:09:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=512064cc19d24c111495150f8cf424b89395847b'/>
<id>urn:sha1:512064cc19d24c111495150f8cf424b89395847b</id>
<content type='text'>
This lets us provide less information in our logs: in particular, it
lets us avoid logging with microsecond precision.

Closes #551.
</content>
</entry>
<entry>
<title>arti cfg tests: Add declare_exceptions for storage.keystore_dir.</title>
<updated>2023-06-29T17:59:27Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-29T13:48:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=434a8b3f0d82a7ed6930f2e65d9dd1177d3ccb84'/>
<id>urn:sha1:434a8b3f0d82a7ed6930f2e65d9dd1177d3ccb84</id>
<content type='text'>
This moves `storage.keystore_dir` to a separate `declare_exceptions`
block and explains why we have this exception.
</content>
</entry>
<entry>
<title>example-config: Temporarily remove keystore_dir example.</title>
<updated>2023-06-29T17:59:27Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-29T10:14:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=373fd6acd280f9ec434b670dafec7bc035e41741'/>
<id>urn:sha1:373fd6acd280f9ec434b670dafec7bc035e41741</id>
<content type='text'>
Let's remove this until we figure out how the config should behave when
the `keymgr` feature is disabled (should it accept or reject
`keystore_dir = true`?)
</content>
</entry>
<entry>
<title>arti-client: Add keystore_dir to StorageConfig.</title>
<updated>2023-06-29T17:59:27Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-28T14:05:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=67db6e31276456f95cd80a1e8022319baed31c62'/>
<id>urn:sha1:67db6e31276456f95cd80a1e8022319baed31c62</id>
<content type='text'>
</content>
</entry>
</feed>
