<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src, branch derive-traits</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=derive-traits</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=derive-traits'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-03-02T18:01:08Z</updated>
<entry>
<title>Replace manual Default and new with std derive in tor-proto</title>
<updated>2022-03-02T18:01:08Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-03-02T17:54:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=89074a1326f0473b65f12ba1f2131e5e222721c8'/>
<id>urn:sha1:89074a1326f0473b65f12ba1f2131e5e222721c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'clippy-allow-arc-clone' into 'main'</title>
<updated>2022-03-01T20:38:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-01T20:38:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=83c8b11c2c08a05928bdb0390922391d13261ef2'/>
<id>urn:sha1:83c8b11c2c08a05928bdb0390922391d13261ef2</id>
<content type='text'>
Disable clippy::clone_on_ref_ptr

See merge request tpo/core/arti!352</content>
</entry>
<entry>
<title>remove usage of dbg!(..)</title>
<updated>2022-02-28T17:20:34Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-02-28T16:46:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=55a14334992f83da923a33d83799d5118d1e4d8f'/>
<id>urn:sha1:55a14334992f83da923a33d83799d5118d1e4d8f</id>
<content type='text'>
it's making rust-nightly job fail
</content>
</entry>
<entry>
<title>Make coarsetime dependency and traffic-timestamping non-optional.</title>
<updated>2022-02-25T15:31:01Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-25T15:31:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3d7d609922586e5824420dcb9d0017440cba66d4'/>
<id>urn:sha1:3d7d609922586e5824420dcb9d0017440cba66d4</id>
<content type='text'>
Previously coarsetime and the traffic-timestamp feature were
enabled, since they were only required for a small corner of the
guardmgr algorithm.

But in 1.0 and beyond we'll be adding a bunch of other features (eg,
netflow padding, DoS prevention) that will need coarsetime all over
the place.

And since we're going to be doing coarsetime all over the place, the
previous justification for making traffic-timestamping optional (the
tiny performance hit) is no longer relevant.
</content>
</entry>
<entry>
<title>tor-proto datastream: Fix typo in Debug impl</title>
<updated>2022-02-25T12:23:49Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-02-25T10:55:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3903900461d3558ac8f5255ba7c77c006a3c82cf'/>
<id>urn:sha1:3903900461d3558ac8f5255ba7c77c006a3c82cf</id>
<content type='text'>
As per
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/353#note_2781632
</content>
</entry>
<entry>
<title>Merge branch 'debug-datastream' into 'main'</title>
<updated>2022-02-24T21:30:52Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2022-02-24T21:30:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3e37d7e10592b155af516c7911d222d3192b9f78'/>
<id>urn:sha1:3e37d7e10592b155af516c7911d222d3192b9f78</id>
<content type='text'>
tor-proto datastream: Do not dump packet data in DataWriterImpl

See merge request tpo/core/arti!353</content>
</entry>
<entry>
<title>Fix rustfmt</title>
<updated>2022-02-24T19:45:58Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-02-24T19:45:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=78ab634ed9ceffaef810f343c1e21706041acad1'/>
<id>urn:sha1:78ab634ed9ceffaef810f343c1e21706041acad1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'proto_handshake_err' into 'main'</title>
<updated>2022-02-24T19:44:34Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-24T19:44:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7f3ea03e58dfe7a7dcc051aeb015b432cab876df'/>
<id>urn:sha1:7f3ea03e58dfe7a7dcc051aeb015b432cab876df</id>
<content type='text'>
tor-proto: Split up a couple of handshake-based errors

Closes #359 and #358

See merge request tpo/core/arti!344</content>
</entry>
<entry>
<title>tor-proto datastream: Do not dump packet data in DataWriterImpl</title>
<updated>2022-02-24T19:39:18Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-02-24T18:56:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f3520478b1c757f291532bca72aca42a471d2e07'/>
<id>urn:sha1:f3520478b1c757f291532bca72aca42a471d2e07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto datastream: import std::fmt::Debug trait name</title>
<updated>2022-02-24T19:39:18Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-02-24T18:55:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=097c852e58d422d7a4a6dd31303a15f6dac321fe'/>
<id>urn:sha1:097c852e58d422d7a4a6dd31303a15f6dac321fe</id>
<content type='text'>
</content>
</entry>
</feed>
