<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti, branch arti-v1.0.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.0.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.0.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-09-01T12:59:49Z</updated>
<entry>
<title>Bump crate versions in preparation for Arti 1.0.0 release.</title>
<updated>2022-09-01T12:59:49Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-09-01T12:52:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=96875ea20875e3a5cfc9f348365f19a158578190'/>
<id>urn:sha1:96875ea20875e3a5cfc9f348365f19a158578190</id>
<content type='text'>
Because we want to work more on ensuring that our semver stability
story is solid, we are _not_ bumping arti-client to 1.0.0 right now.

Here are the bumps we _are_ doing.  Crates with "minor" bumps have
had API breaks; crates with "patch" bumps have had new APIs added.

Note that `tor-congestion` is not bumped here: it's a new crate, and
hasn't been published before.

```
tor-basic-utils         minor
fs-mistrust             minor
tor-config              minor
tor-rtcompat            minor
tor-rtmock              minor
tor-llcrypto            patch
tor-bytes               patch
tor-linkspec            minor
tor-cell                minor
tor-proto               minor
tor-netdoc              patch
tor-netdir              minor
tor-persist             patch
tor-chanmgr             minor
tor-guardmgr            minor
tor-circmgr             minor
tor-dirmgr              minor
arti-client             minor
arti-hyper              minor
arti                    major
arti-bench              minor
arti-testing            minor
```
</content>
</entry>
<entry>
<title>Add test warning exceptions to arti::cfg::test</title>
<updated>2022-08-31T15:22:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-08-31T15:22:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2221b66b74315eb292fae76bb9c4a103febcc2fe'/>
<id>urn:sha1:2221b66b74315eb292fae76bb9c4a103febcc2fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update README.md files with "readmes" tool.</title>
<updated>2022-08-31T15:08:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-08-31T15:08:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8b6f4cc69d3dd4fac9c56eb297101a245e157732'/>
<id>urn:sha1:8b6f4cc69d3dd4fac9c56eb297101a245e157732</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mark a few APIs as experimental in docs.</title>
<updated>2022-08-30T21:48:50Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-08-30T21:48:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a07c4124b1d370b64f3e955a37a532023fc294ad'/>
<id>urn:sha1:a07c4124b1d370b64f3e955a37a532023fc294ad</id>
<content type='text'>
For example, see
https://tpo.pages.torproject.net/core/doc/rust/arti/fn.run.html :
this isn't labeled as `experimental-api`, but it should be.

These APIs were found by poking around in the `arti` crate.
</content>
</entry>
<entry>
<title>Fix Tests on Windows in Configuration Subsystem.</title>
<updated>2022-08-30T12:24:06Z</updated>
<author>
<name>Alexander Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2022-08-25T20:41:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2f6ae1d5a110ae0529a855034e2eaacf37a346bd'/>
<id>urn:sha1:2f6ae1d5a110ae0529a855034e2eaacf37a346bd</id>
<content type='text'>
This patch changes our `default_config()` test in `arti/src/cfg.rs` such
that we can define a number of known unrecognized options on different
platforms.

We mark the two keys "storage.permissions.trust_group" and
"storage.permissions.trust_user" as unknown on the Windows platform as
such features is not available using the ordinary Unix UID concept.

This patch also publicly exposes the `tor_config::load::DisfavouredKey`
and `tor_config::load::PathEntry` types and marks them as
non-exhaustive.

See: tpo/core/arti#450.
</content>
</entry>
<entry>
<title>small refactoring to reduce duplicaiton of config reloading</title>
<updated>2022-08-27T12:12:02Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-08-27T10:44:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8510ba534d8ba54c6d7f72ff3c28adfe409aa627'/>
<id>urn:sha1:8510ba534d8ba54c6d7f72ff3c28adfe409aa627</id>
<content type='text'>
</content>
</entry>
<entry>
<title>connect SIGHUP to watch_cfg</title>
<updated>2022-08-27T12:12:02Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-08-27T10:26:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=748d5aea483bdce24024fe9f1567d3ab727735a8'/>
<id>urn:sha1:748d5aea483bdce24024fe9f1567d3ab727735a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WIP: listen for sighups and reconfigure?</title>
<updated>2022-08-26T19:44:04Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-08-25T12:34:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7a3fec6fecc816114a138ad0b07102d7c0b398e3'/>
<id>urn:sha1:7a3fec6fecc816114a138ad0b07102d7c0b398e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add functionality to listen for SIGHUPs.</title>
<updated>2022-08-26T19:33:56Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-08-25T12:34:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2c4a176e664f33537b7dea35051da3dacf81e991'/>
<id>urn:sha1:2c4a176e664f33537b7dea35051da3dacf81e991</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'safelog_more' into 'main'</title>
<updated>2022-08-26T13:20:00Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2022-08-26T13:20:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=56fd5ac77994272a40b338f72c96095ec0e12cbc'/>
<id>urn:sha1:56fd5ac77994272a40b338f72c96095ec0e12cbc</id>
<content type='text'>
Apply safelog to more of the things that we log

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