<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-dirmgr/src/storage/sqlite.rs, branch arti-v0.0.2</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.2</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.2'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2021-11-25T13:20:37Z</updated>
<entry>
<title>add semicolons if nothing returned</title>
<updated>2021-11-25T13:20:37Z</updated>
<author>
<name>Daniel Eades</name>
<email>danieleades@hotmail.com</email>
</author>
<published>2021-11-25T13:14:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=db16d13df4779ac61005050dfe5ce05e3d5a1b5d'/>
<id>urn:sha1:db16d13df4779ac61005050dfe5ce05e3d5a1b5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirmgr: put routerdesc storage behind a feature.</title>
<updated>2021-11-12T17:15:48Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-11-12T17:12:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e9ea7515bc6d6fd8029c23d7cb5ed4969c08bd09'/>
<id>urn:sha1:e9ea7515bc6d6fd8029c23d7cb5ed4969c08bd09</id>
<content type='text'>
(We keep routerdescs in the schema, since we don't want _that_ to
fragment.)

Part of #125.
</content>
</entry>
<entry>
<title>Upgrade to fslock version 0.2</title>
<updated>2021-10-27T18:52:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-27T18:52:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2fae63b5aea73f816df96cb2db53eba6ac5f89bb'/>
<id>urn:sha1:2fae63b5aea73f816df96cb2db53eba6ac5f89bb</id>
<content type='text'>
This version makes all locks per-handle rather than per-process, by
moving from lockf() to flock() on unix.
</content>
</entry>
<entry>
<title>Migrate tor-dirmgr from chrono to time 0.3</title>
<updated>2021-10-24T15:12:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-24T14:50:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=968ffa3d6c2aaf913c86350230ead4164a230628'/>
<id>urn:sha1:968ffa3d6c2aaf913c86350230ead4164a230628</id>
<content type='text'>
(This appears to be the emerging consensus of how to handle
RUSTSEC-2020-0159.)
</content>
</entry>
<entry>
<title>Remove useless into() conversions caught by clippy.</title>
<updated>2021-10-18T10:22:53Z</updated>
<author>
<name>Jani Monoses</name>
<email>jani.monoses@gmail.com</email>
</author>
<published>2021-10-18T10:04:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f683d4f3cd1cf741afc163ba7caec7c592d9af2e'/>
<id>urn:sha1:f683d4f3cd1cf741afc163ba7caec7c592d9af2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove anyhow dependency from tor-dirmgr.</title>
<updated>2021-10-18T10:22:53Z</updated>
<author>
<name>Jani Monoses</name>
<email>jani.monoses@gmail.com</email>
</author>
<published>2021-10-18T08:17:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8b8228190d6375fe63792db94b71745632cba3c4'/>
<id>urn:sha1:8b8228190d6375fe63792db94b71745632cba3c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a few tracing directives to tor-dirmgr.</title>
<updated>2021-10-13T17:37:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-13T17:37:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=02b20edeb311e019c97f803801c57d70141770f1'/>
<id>urn:sha1:02b20edeb311e019c97f803801c57d70141770f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix/silence clippy lints in test modules</title>
<updated>2021-09-08T15:28:31Z</updated>
<author>
<name>Daniel Eades</name>
<email>danieleades@hotmail.com</email>
</author>
<published>2021-08-30T07:52:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fb3b8b84b5709ebe8a29051c43b82c4eef85decc'/>
<id>urn:sha1:fb3b8b84b5709ebe8a29051c43b82c4eef85decc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move all crates into a `crates` subdirectory.</title>
<updated>2021-08-27T13:53:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-08-27T13:53:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=557a0ff40b3731d4690767de27010bbeff08777d'/>
<id>urn:sha1:557a0ff40b3731d4690767de27010bbeff08777d</id>
<content type='text'>
This will cause some pain for now, but now is really the best time
to do this kind of thing.
</content>
</entry>
</feed>
