<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-cell/src/relaycell/msg.rs, branch tor-dirmgr-v0.5.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=tor-dirmgr-v0.5.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=tor-dirmgr-v0.5.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-06-22T14:02:42Z</updated>
<entry>
<title>tor-cell: error usefulness and style fixes</title>
<updated>2022-06-22T14:02:42Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-06-22T14:02:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c3da82fc2d44816a96ac6175a843321199f34af7'/>
<id>urn:sha1:c3da82fc2d44816a96ac6175a843321199f34af7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>try to differentiate transient from nontransient error</title>
<updated>2022-06-08T15:02:01Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-06-02T17:43:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6c6998a65b815ffe5c20b5c1db48d76af55648e9'/>
<id>urn:sha1:6c6998a65b815ffe5c20b5c1db48d76af55648e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cell: Move UDP to its own module and feature gate it</title>
<updated>2022-06-07T16:22:05Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2022-06-01T14:38:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8fd6541985a2bfad43c7892359df4dfe3f58b0be'/>
<id>urn:sha1:8fd6541985a2bfad43c7892359df4dfe3f58b0be</id>
<content type='text'>
Related to #463

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>cell: Implement DATAGRAM cell from prop339</title>
<updated>2022-06-07T16:22:05Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2022-05-26T18:09:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8cb012ed78925df2613f43a7657215ee4d935341'/>
<id>urn:sha1:8cb012ed78925df2613f43a7657215ee4d935341</id>
<content type='text'>
Decoding and encoding of the DATAGRAM cell from proposal 339.

Related to #463.

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>cell: Implement CONNECTED_UDP cell from prop339</title>
<updated>2022-06-07T16:22:05Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2022-05-26T18:01:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b7ae1976b50f9f4c08a3d00fecd727d15733c993'/>
<id>urn:sha1:b7ae1976b50f9f4c08a3d00fecd727d15733c993</id>
<content type='text'>
Decoding and encoding implemented according to proposal 339.

Related to #463
</content>
</entry>
<entry>
<title>cell: Implement CONNECT_UDP cell from prop339</title>
<updated>2022-06-07T16:22:05Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2022-05-16T15:43:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d74482cd90a6a4b1cbca59ee659eff7a8ea36eed'/>
<id>urn:sha1:d74482cd90a6a4b1cbca59ee659eff7a8ea36eed</id>
<content type='text'>
Decoding and encoding is implemented according to proposal 339
specifications.

Related to #463

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>clippy: Use write! rather than push_str, format</title>
<updated>2022-05-11T17:52:12Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-05-11T14:15:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0717595781c7fe8995316720160f1f53c6b6566f'/>
<id>urn:sha1:0717595781c7fe8995316720160f1f53c6b6566f</id>
<content type='text'>
This does involve unwrap, but of course that can't fail unless the
formats fail, which would already panic (that's implied by format!).
</content>
</entry>
<entry>
<title>squash! Bump every crate's edition to 2021.</title>
<updated>2022-04-25T17:06:26Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-04-25T16:40:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2f6bc6bdc431fa36de70a167eea777dcf3f60bf2'/>
<id>urn:sha1:2f6bc6bdc431fa36de70a167eea777dcf3f60bf2</id>
<content type='text'>
Remove all `use` statements for `TryFrom` and `TryInto`.  These are
now redundant in Rust 2021.
</content>
</entry>
<entry>
<title>Replace manual Default impl with educe in tor-cell</title>
<updated>2022-03-02T18:06:37Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-03-02T17:35:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bb1d59e073bec763604ba94ccd8742fc91e50c46'/>
<id>urn:sha1:bb1d59e073bec763604ba94ccd8742fc91e50c46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Give specific error kinds to different END reasons</title>
<updated>2022-02-23T14:35:28Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-23T14:35:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6c615898e4789165f0ae67ff8f224f8ce2ead237'/>
<id>urn:sha1:6c615898e4789165f0ae67ff8f224f8ce2ead237</id>
<content type='text'>
Closes #360.
</content>
</entry>
</feed>
