<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-circmgr/src/lib.rs, branch arti-v0.1.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.1.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.1.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-02-23T14:29:40Z</updated>
<entry>
<title>Merge remote-tracking branch 'origin/mr/340'</title>
<updated>2022-02-23T14:29:40Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-23T14:29:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=92141c6d72b0b7a72cd08b50cad3b473f5a7ff70'/>
<id>urn:sha1:92141c6d72b0b7a72cd08b50cad3b473f5a7ff70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make NoLock into BadApiUsage.</title>
<updated>2022-02-22T21:13:37Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-22T21:13:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=784f1531bbf9c93f60d53249197c9e98a6977d26'/>
<id>urn:sha1:784f1531bbf9c93f60d53249197c9e98a6977d26</id>
<content type='text'>
To implement this, we had to refactor the tor_circmgr api for
flushing state changes to disk, so that it checks if it has the lock,
and only then tries to store.
</content>
</entry>
<entry>
<title>Remove clippy::needless_borrow exception in CI.</title>
<updated>2022-02-20T14:09:38Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-20T14:09:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dd55f5ce2d0120733d1eb488dfa114f1c136c733'/>
<id>urn:sha1:dd55f5ce2d0120733d1eb488dfa114f1c136c733</id>
<content type='text'>
This exception is no longer necessary now that the underlying CI bug
is fixed.
</content>
</entry>
<entry>
<title>Move persistent state flush from client to circmgr</title>
<updated>2022-02-16T01:04:45Z</updated>
<author>
<name>Yuan Lyu</name>
<email>lyuyuan92@gmail.com</email>
</author>
<published>2022-02-16T01:04:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=98b1a5a2794b204931618185b944fdc69e61a649'/>
<id>urn:sha1:98b1a5a2794b204931618185b944fdc69e61a649</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change deny(clippy::all) to warn(clippy::all).</title>
<updated>2022-02-14T14:24:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-14T14:24:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1cecc7e45a9a432f87a8f11abb8cb86b35464a0b'/>
<id>urn:sha1:1cecc7e45a9a432f87a8f11abb8cb86b35464a0b</id>
<content type='text'>
Closes #338.
</content>
</entry>
<entry>
<title>tor-circmgr: Introduce TargetPorts with a pretty Display impl</title>
<updated>2022-02-04T14:42:37Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-01-26T18:39:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d21b2cc6f5f5d5391c713f3c80728c7620586b20'/>
<id>urn:sha1:d21b2cc6f5f5d5391c713f3c80728c7620586b20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Temporarily disable some clippy lints on nightly</title>
<updated>2022-02-02T21:57:30Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2022-02-02T21:57:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7be3bf63398fc660fc9ad251b5c9ecdf03d3d4de'/>
<id>urn:sha1:7be3bf63398fc660fc9ad251b5c9ecdf03d3d4de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename FooRuntime to FooNativeTlsRuntime for consistency.</title>
<updated>2022-01-26T19:06:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-01-26T13:16:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2333d0466e482810dbe91a6c17f6b363d7956f36'/>
<id>urn:sha1:2333d0466e482810dbe91a6c17f6b363d7956f36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'ticket255' into 'main'</title>
<updated>2022-01-24T14:09:51Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2022-01-24T14:09:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=146fbbaaa8534b44ebdbcd8517916127b1dc0c05'/>
<id>urn:sha1:146fbbaaa8534b44ebdbcd8517916127b1dc0c05</id>
<content type='text'>
Refactor our Runtime implementations to allow replacement parts

Closes #255

See merge request tpo/core/arti!251</content>
</entry>
<entry>
<title>Rename PathConfig::more_permissive_than()</title>
<updated>2022-01-20T14:55:54Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-01-20T14:55:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a5288aa15f83e913f0b1cf1c7ebde33de53f1400'/>
<id>urn:sha1:a5288aa15f83e913f0b1cf1c7ebde33de53f1400</id>
<content type='text'>
Since it implements a "&lt;=" type relationship, it should be called
"at_least_as_permissive_as()."  Since it's a crate-private function,
the long name isn't too bad.
</content>
</entry>
</feed>
