<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-testing/src/main.rs, branch arti-v0.3.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.3.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.3.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-04-25T17:06:26Z</updated>
<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>Directory filtering in arti-testing.</title>
<updated>2022-03-31T13:27:27Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-30T12:48:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e98aa50e72f5ee15d676c0fec267621d26fbe94a'/>
<id>urn:sha1:e98aa50e72f5ee15d676c0fec267621d26fbe94a</id>
<content type='text'>
This feature allows us to detect different failing cases for
arti#329 that would otherwise be hard to induce.  It works by
filtering consensus directory objects and/or microdescriptor objects
before introducing them to the directory manager.

Closes #397.
</content>
</entry>
<entry>
<title>Move ArtiConfig to new arti::cfg module</title>
<updated>2022-03-21T11:42:33Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-03-21T10:23:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8aea5c9e43a823a16d170356b69148d085a06745'/>
<id>urn:sha1:8aea5c9e43a823a16d170356b69148d085a06745</id>
<content type='text'>
Code motion and import fixups.
</content>
</entry>
<entry>
<title>add udp to runtime</title>
<updated>2022-03-14T19:59:33Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-03-05T18:49:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4a44ef56c0743775d49eca138a253f11e93c7a35'/>
<id>urn:sha1:4a44ef56c0743775d49eca138a253f11e93c7a35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-testing: todo comment cleanup</title>
<updated>2022-03-07T16:47:25Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-07T16:47:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=de0cf90a324cc647d76da4290f12027f8a70b5aa'/>
<id>urn:sha1:de0cf90a324cc647d76da4290f12027f8a70b5aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-testing: support for conditional TCP failure.</title>
<updated>2022-03-07T16:44:43Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-07T16:44:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a86f00c2221493ff6b9118f8053e4f38e2acd56a'/>
<id>urn:sha1:a86f00c2221493ff6b9118f8053e4f38e2acd56a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-testing: add support for black-holing TCP connections.</title>
<updated>2022-03-07T16:26:13Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-07T16:26:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3aed6335598740e999b1f45bcbd812a165adc428'/>
<id>urn:sha1:3aed6335598740e999b1f45bcbd812a165adc428</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-testing: CLI for making TCP connections break.</title>
<updated>2022-03-07T15:52:04Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-07T15:52:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5d91fa7f5a8c8e93d61ff0c572cea4f6ca1a00b1'/>
<id>urn:sha1:5d91fa7f5a8c8e93d61ff0c572cea4f6ca1a00b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-testing: Initial support for broken TCP.</title>
<updated>2022-03-07T15:12:48Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-04T22:43:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ca6070b962d50ba114b6cfdcc0dc72b0e5b228e3'/>
<id>urn:sha1:ca6070b962d50ba114b6cfdcc0dc72b0e5b228e3</id>
<content type='text'>
This commit adds support for a BrokenTcp provider that can make
connection attempts fail or time out.  It doesn't yet have a way to
turn on the failure.
</content>
</entry>
<entry>
<title>fix reproducible build summary giving invalid branch and commit id</title>
<updated>2022-03-04T18:25:40Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-03-04T17:08:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5e5864802d8565abc0bf665f7e6501af14066f15'/>
<id>urn:sha1:5e5864802d8565abc0bf665f7e6501af14066f15</id>
<content type='text'>
fix #378
also fix unrelated error in nightly rustdoc CI
</content>
</entry>
</feed>
