<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti/src, branch arti-v0.6.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.6.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.6.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-07-22T14:14:36Z</updated>
<entry>
<title>Rename download_tolerance to directory_tolerance</title>
<updated>2022-07-22T14:14:36Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-07-22T14:14:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3066aeff181b12de1e1f5b1fab27c67d730dbb69'/>
<id>urn:sha1:3066aeff181b12de1e1f5b1fab27c67d730dbb69</id>
<content type='text'>
Closes #503.
</content>
</entry>
<entry>
<title>disable-fs-permission-checks: remove variable from help message</title>
<updated>2022-07-19T21:04:01Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2022-07-19T21:04:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0c82c3f88507508a3091627fb30deeffe0e50146'/>
<id>urn:sha1:0c82c3f88507508a3091627fb30deeffe0e50146</id>
<content type='text'>
This option doesn't take an argument. This change drops the argument
from the `--help` message.
</content>
</entry>
<entry>
<title>Merge branch 'mistrust-envvar' into 'main'</title>
<updated>2022-07-19T20:46:47Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-07-19T20:46:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=414939bf8c10b17deea122682a00e5d4bbb7a414'/>
<id>urn:sha1:414939bf8c10b17deea122682a00e5d4bbb7a414</id>
<content type='text'>
Move environment-variable checking into fs-mistrust

Closes #483

See merge request tpo/core/arti!630</content>
</entry>
<entry>
<title>Arti: Use synthetic argument to implement --disable-fs-permission-checks</title>
<updated>2022-07-19T19:21:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-07-18T16:21:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f1d99317bdb5ca3ea7818c3fc46975a86e7bf9bb'/>
<id>urn:sha1:f1d99317bdb5ca3ea7818c3fc46975a86e7bf9bb</id>
<content type='text'>
Now that configuring the environment variables related to fs
permissions works properly, we don't need to use the "override"
feature any more: we can just add the option to the configuration
when appropriate.

With this design, `--disable-fs-permission-checks` is now mostly an
alias for
`--option storage.permissions.dangerously_trust_everyone=true`

Enabled by #483.
</content>
</entry>
<entry>
<title>Move responsibility for disable-fs-mistrust envvar.</title>
<updated>2022-07-19T19:21:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-07-18T15:58:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8563635a290d4a647834a2acdb7b4c0873b2dec9'/>
<id>urn:sha1:8563635a290d4a647834a2acdb7b4c0873b2dec9</id>
<content type='text'>
The variable is now handled when building the configuration, and no
longer needs to be special-cased.

Closes #483.
</content>
</entry>
<entry>
<title>socksproto: Use fallible writers.</title>
<updated>2022-07-11T15:18:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-07-09T17:33:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9ca301faee791af6828835618bb737913a337de5'/>
<id>urn:sha1:9ca301faee791af6828835618bb737913a337de5</id>
<content type='text'>
Also, make private a function that had formerly been `pub`.
</content>
</entry>
<entry>
<title>Run maint/add_warning crates/*/src/{lib,main}.rs</title>
<updated>2022-06-23T18:15:42Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-06-23T18:15:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=589c6e52bb49ccfe6c0ad9d18d6b994978e46c6c'/>
<id>urn:sha1:589c6e52bb49ccfe6c0ad9d18d6b994978e46c6c</id>
<content type='text'>
Update all lint blocks
</content>
</entry>
<entry>
<title>Updated the warning message providing additional information about the type of the proxy port.</title>
<updated>2022-06-21T12:47:46Z</updated>
<author>
<name>0x4ndy</name>
<email>andy@andy.codes</email>
</author>
<published>2022-06-21T12:47:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3175d96236f0a3681568e2486c8e8d81be978a45'/>
<id>urn:sha1:3175d96236f0a3681568e2486c8e8d81be978a45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'reachable_addrs_v2' into 'main'</title>
<updated>2022-06-17T13:16:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-06-17T13:16:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9ae57e8bc477229935adae6b2e81846cee03cd17'/>
<id>urn:sha1:9ae57e8bc477229935adae6b2e81846cee03cd17</id>
<content type='text'>
Implement support for reachable_addrs

Closes #491 and #93

See merge request tpo/core/arti!583</content>
</entry>
<entry>
<title>Add a configuration option for reachable_addrs</title>
<updated>2022-06-17T12:47:57Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-06-09T21:22:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1c5f540dc87d30b73574f4e5429665c6d9d72077'/>
<id>urn:sha1:1c5f540dc87d30b73574f4e5429665c6d9d72077</id>
<content type='text'>
(This doesn't do anything yet.)
</content>
</entry>
</feed>
