<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates, branch arti-v1.0.1</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.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.0.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-10-03T14:07:19Z</updated>
<entry>
<title>Bump patchlevels of binary crates.</title>
<updated>2022-10-03T14:07:19Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-10-03T14:07:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c1e70b7af4c32c2327e4c2c31bb31e60b677de9f'/>
<id>urn:sha1:c1e70b7af4c32c2327e4c2c31bb31e60b677de9f</id>
<content type='text'>
Since these don't expose any Runtime-based APIs, they don't have
a breaking change.
</content>
</entry>
<entry>
<title>Bump minor version of tor-rtcompat and most of its dependents</title>
<updated>2022-10-03T14:01:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-10-03T14:01:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=102e3c221dfadd6578cc6001f0566897fa9acaf8'/>
<id>urn:sha1:102e3c221dfadd6578cc6001f0566897fa9acaf8</id>
<content type='text'>
(Since the APIs for the `Schedule::sleep*` functions changed, this
is a breaking change in tor-rtcompat.  Therefore, the Runtime trait
in tor-rtcompat is now a different trait.  Therefore, anything that
uses the Runtime trait in its APIs has also broken.)
</content>
</entry>
<entry>
<title>Bump crates that have had backward compatible API changes.</title>
<updated>2022-10-03T13:52:34Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-10-03T13:52:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=388e0cbab55490f41e1c8cd06631efed7f23a318'/>
<id>urn:sha1:388e0cbab55490f41e1c8cd06631efed7f23a318</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump crates that have had no API changes.</title>
<updated>2022-10-03T13:47:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-10-03T13:47:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f5389b53e9375cfe44171207546c1c21450da23d'/>
<id>urn:sha1:f5389b53e9375cfe44171207546c1c21450da23d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update README.md files.</title>
<updated>2022-09-30T19:19:48Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-09-30T18:27:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4b61d778bd9aefed85f76d2926d61319bcbf68d8'/>
<id>urn:sha1:4b61d778bd9aefed85f76d2926d61319bcbf68d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade dependencies in preparation for upcoming release</title>
<updated>2022-09-30T19:19:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-09-30T18:07:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=66ddbee1a4256461e47a47ad8e3a96f25b5231f9'/>
<id>urn:sha1:66ddbee1a4256461e47a47ad8e3a96f25b5231f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Work around a new nightly clippy warning</title>
<updated>2022-09-30T13:00:42Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-09-30T13:00:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6a04188d59e2bd2365340b60643c91d4b9c78e9b'/>
<id>urn:sha1:6a04188d59e2bd2365340b60643c91d4b9c78e9b</id>
<content type='text'>
The warning `clippy::bool_to_int_with_if` is meant to shout at you
when you say `if x { 1 } else { 0 }` and instead suggest that you
say `inttype::from(x)`.

I agreed with this for the case in tor-cert, where we are literally
converting a boolean into a flag.

I don't agree with this in tor-netdoc, where we are using a boolean
to decide how many fields to skip in a given document format.  So
for this case, I decided to clean up the code a little by renaming
"skip" to "n_skip", and changing the boolean to use an enum instead.
</content>
</entry>
<entry>
<title>Mark all bridge and pt features as experimental for now.</title>
<updated>2022-09-29T14:59:19Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-09-29T14:59:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b146dacf1dcb7a494b65182df35e550300eefc2b'/>
<id>urn:sha1:b146dacf1dcb7a494b65182df35e550300eefc2b</id>
<content type='text'>
Also, document the features.

Closes #588.
</content>
</entry>
<entry>
<title>pt: Reject a pluggable transport named Bridge</title>
<updated>2022-09-27T16:30:00Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-09-27T12:02:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=278425321de5b7066b349d2c0f1eb18a08c84d70'/>
<id>urn:sha1:278425321de5b7066b349d2c0f1eb18a08c84d70</id>
<content type='text'>
https://gitlab.torproject.org/tpo/core/torspec/-/merge_requests/91
</content>
</entry>
<entry>
<title>Remove docsrs thing which is in wrong place?</title>
<updated>2022-09-27T16:30:00Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-09-27T12:10:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=102a66390762379dd931de892abb48574cb55eac'/>
<id>urn:sha1:102a66390762379dd931de892abb48574cb55eac</id>
<content type='text'>
</content>
</entry>
</feed>
