<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-netdoc/src/util.rs, branch arti-v0.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-v0.0.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2021-06-16T19:34:09Z</updated>
<entry>
<title>Fix new(?) rustdoc warnings</title>
<updated>2021-06-16T19:34:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-06-16T19:34:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fdeb3cf474d7ac2b3838bd9e46388195b56e04f0'/>
<id>urn:sha1:fdeb3cf474d7ac2b3838bd9e46388195b56e04f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the "unreachable_pub" lint.</title>
<updated>2021-05-18T17:45:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-18T17:45:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=411e1b35e054c8c9b373f6428c7c808ad8039ca0'/>
<id>urn:sha1:411e1b35e054c8c9b373f6428c7c808ad8039ca0</id>
<content type='text'>
This is a somewhat obnoxious change in its scope and requirements,
but it makes it easier to understand what the real public and
private parts of our APIs are.
</content>
</entry>
<entry>
<title>Make RouterStatus a trait and Consensus into a generic type.</title>
<updated>2021-03-30T14:09:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-30T13:35:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=80a11fd4f5946e49f07ac30c41118427b0893e0f'/>
<id>urn:sha1:80a11fd4f5946e49f07ac30c41118427b0893e0f</id>
<content type='text'>
This breaks surprisingly little.
</content>
</entry>
<entry>
<title>Netdoc: Add support for interned PortPolicy objects in MicroDescs</title>
<updated>2021-03-29T15:07:27Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-29T15:07:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9e0e2475b504d790dbe00d62e91f69162a48d484'/>
<id>urn:sha1:9e0e2475b504d790dbe00d62e91f69162a48d484</id>
<content type='text'>
In C tor, this saved a whole lot of RAM.
</content>
</entry>
<entry>
<title>netdoc: split off string utils</title>
<updated>2020-11-14T15:32:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-10-31T17:31:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8569af82dd7b6684edb868d0cd17f640b3df0a12'/>
<id>urn:sha1:8569af82dd7b6684edb868d0cd17f640b3df0a12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document most private items in tor-netdoc.</title>
<updated>2020-10-09T22:02:02Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-10-09T22:02:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f8fde02c0bf01913a41849c2d3f7ae7e97d51bac'/>
<id>urn:sha1:f8fde02c0bf01913a41849c2d3f7ae7e97d51bac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Netdoc: allow parsing multiple routerdescs from a string.</title>
<updated>2020-06-09T17:58:43Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-06-09T17:58:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4408fc7084ad611f9f3cfeb7bcd0980ffd850cbe'/>
<id>urn:sha1:4408fc7084ad611f9f3cfeb7bcd0980ffd850cbe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>netdoc: fix behavior when using a fancy closure with PauseAt.</title>
<updated>2020-06-06T21:13:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-06-06T21:13:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1e8bde2c45dadd0cba1dbe418fbb3f98eeb55b38'/>
<id>urn:sha1:1e8bde2c45dadd0cba1dbe418fbb3f98eeb55b38</id>
<content type='text'>
Previously, every call to peek() or next() would call self.pred().
But this would run us into trouble if we were using a closure that
had mutable state, since it would stop us from checking for things
like "the third occurrence of the foo token".

Now we store the value of self.pred(self.peek()).
</content>
</entry>
<entry>
<title>Remove the Pausable trait as busted.</title>
<updated>2020-06-03T21:08:47Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-06-03T21:08:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=81f67e240bf45a653220e2eccc2b71100fb7b492'/>
<id>urn:sha1:81f67e240bf45a653220e2eccc2b71100fb7b492</id>
<content type='text'>
We need to have the Peekable be long-lived, so we can't consume it.
We _could_ create a second Peekable, which is apparently what we
have been doing, but that breaks down when we try to do it again.
</content>
</entry>
<entry>
<title>netdoc: Refactor iteration over tokens.</title>
<updated>2020-06-03T16:45:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-06-03T14:53:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bc6d1b2228ac5b7503b17dfeed5b6dac7670e37b'/>
<id>urn:sha1:bc6d1b2228ac5b7503b17dfeed5b6dac7670e37b</id>
<content type='text'>
I want the "peekable iterator" type to be passed around a lot, and
it needs to have some way to get at the string that's used with it.
</content>
</entry>
</feed>
