<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti/src/cfg.rs, branch arti-v1.1.10</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.10</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.10'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-10-11T14:17:44Z</updated>
<entry>
<title>Use a less obtrustive sign to end the onion services config section</title>
<updated>2023-10-11T14:17:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-11T14:16:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=13cb4f835185cbb402efff03badbd27e660edf1a'/>
<id>urn:sha1:13cb4f835185cbb402efff03badbd27e660edf1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve test fn documentation even more.</title>
<updated>2023-10-10T18:20:30Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2023-10-10T18:20:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6f845d8ca0e508c70b31aab650bb05051629ade8'/>
<id>urn:sha1:6f845d8ca0e508c70b31aab650bb05051629ade8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti::cfg: tweak narrow() test fn to be more useful.</title>
<updated>2023-10-10T18:18:55Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-10T18:16:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a75cd6af938e31f5ef54d1c3cc6452bdcf2a796c'/>
<id>urn:sha1:a75cd6af938e31f5ef54d1c3cc6452bdcf2a796c</id>
<content type='text'>
It still matches the start pattern in the same way, but it takes the
_next_ match of the end pattern after the start pattern, and it
allows the end pattern to be absent.

This will make the bridge tests a little more robust, and let the
onion service tests stop saying BEGIN and END.
</content>
</entry>
<entry>
<title>Non-working attempt to test onion service configuration.</title>
<updated>2023-10-03T19:41:33Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-03T19:41:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=72fd323e12a703aeff2ae929a2b41df610d2db02'/>
<id>urn:sha1:72fd323e12a703aeff2ae929a2b41df610d2db02</id>
<content type='text'>
The problem here is that, for some reason, the proxy_rule
configuration doesn't actually work.  I suspect a bug in
Flatten, since the same configuration works fine if you pass
it to the hsrproxy config directly.
</content>
</entry>
<entry>
<title>arti: Try to document some test helpers.</title>
<updated>2023-10-03T18:54:23Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-03T18:43:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9290dcbdea1b9dea080c6063b36d8a141fb1f470'/>
<id>urn:sha1:9290dcbdea1b9dea080c6063b36d8a141fb1f470</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: Make onion_service configuration option plural</title>
<updated>2023-10-03T17:52:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-03T17:09:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b8f52957f4ff48d29fad98db108f88c5474be2ca'/>
<id>urn:sha1:b8f52957f4ff48d29fad98db108f88c5474be2ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Note that we *do* need to actually test the onion service config.</title>
<updated>2023-10-03T16:44:18Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2023-10-03T16:44:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6d65f3a7cf0ffa887d6d1ac128cd031e948f3eda'/>
<id>urn:sha1:6d65f3a7cf0ffa887d6d1ac128cd031e948f3eda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: Add a list of [[onion_service]]s to the config.</title>
<updated>2023-10-03T13:38:20Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-28T18:18:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c76734c88d2212d3dedbd781f03f0db148002eb0'/>
<id>urn:sha1:c76734c88d2212d3dedbd781f03f0db148002eb0</id>
<content type='text'>
There are no tests for parsing it yet.
</content>
</entry>
<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>
</feed>
