<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-dirmgr, branch arti-v1.2.5</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.5</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.5'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-06-27T12:24:55Z</updated>
<entry>
<title>Update versions of 0.x tor-* and arti-* crates</title>
<updated>2024-06-27T12:24:55Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-06-27T12:24:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cb70cfc32b623cf4d55ae481218a810af04dfea4'/>
<id>urn:sha1:cb70cfc32b623cf4d55ae481218a810af04dfea4</id>
<content type='text'>
nailing-cargo -uE set-version -p arti-client 0.20.0
nailing-cargo -uE set-version -p arti-relay 0.20.0
nailing-cargo -uE set-version -p arti-rpcserver 0.20.0
nailing-cargo -uE set-version -p tor-async-utils 0.20.0
nailing-cargo -uE set-version -p tor-basic-utils 0.20.0
nailing-cargo -uE set-version -p tor-bytes 0.20.0
nailing-cargo -uE set-version -p tor-cell 0.20.0
nailing-cargo -uE set-version -p tor-cert 0.20.0
nailing-cargo -uE set-version -p tor-chanmgr 0.20.0
nailing-cargo -uE set-version -p tor-checkable 0.20.0
nailing-cargo -uE set-version -p tor-circmgr 0.20.0
nailing-cargo -uE set-version -p tor-config 0.20.0
nailing-cargo -uE set-version -p tor-consdiff 0.20.0
nailing-cargo -uE set-version -p tor-dirclient 0.20.0
nailing-cargo -uE set-version -p tor-dirmgr 0.20.0
nailing-cargo -uE set-version -p tor-error 0.20.0
nailing-cargo -uE set-version -p tor-geoip 0.20.0
nailing-cargo -uE set-version -p tor-guardmgr 0.20.0
nailing-cargo -uE set-version -p tor-hsclient 0.20.0
nailing-cargo -uE set-version -p tor-hscrypto 0.20.0
nailing-cargo -uE set-version -p tor-hsrproxy 0.20.0
nailing-cargo -uE set-version -p tor-hsservice 0.20.0
nailing-cargo -uE set-version -p tor-keymgr 0.20.0
nailing-cargo -uE set-version -p tor-linkspec 0.20.0
nailing-cargo -uE set-version -p tor-llcrypto 0.20.0
nailing-cargo -uE set-version -p tor-log-ratelim 0.20.0
nailing-cargo -uE set-version -p tor-memquota 0.20.0
nailing-cargo -uE set-version -p tor-netdir 0.20.0
nailing-cargo -uE set-version -p tor-netdoc 0.20.0
nailing-cargo -uE set-version -p tor-persist 0.20.0
nailing-cargo -uE set-version -p tor-proto 0.20.0
nailing-cargo -uE set-version -p tor-protover 0.20.0
nailing-cargo -uE set-version -p tor-ptmgr 0.20.0
nailing-cargo -uE set-version -p tor-relay-selection 0.20.0
nailing-cargo -uE set-version -p tor-rpcbase 0.20.0
nailing-cargo -uE set-version -p tor-rtcompat 0.20.0
nailing-cargo -uE set-version -p tor-rtmock 0.20.0
nailing-cargo -uE set-version -p tor-socksproto 0.20.0
nailing-cargo -uE set-version -p tor-units 0.20.0

Each of which runs a rune like
  cargo set-version --offline -p tor-units 0.20.0
</content>
</entry>
<entry>
<title>Update to itertools 0.13.0</title>
<updated>2024-06-25T13:43:30Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-06-25T13:40:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=775d9a3e9e94a6f70d467e2e0dddd32af24169bc'/>
<id>urn:sha1:775d9a3e9e94a6f70d467e2e0dddd32af24169bc</id>
<content type='text'>
No code changes needed.

Precisely
  nailing-cargo -Eu upgrade --incompatible -p itertools
</content>
</entry>
<entry>
<title>Require strum 0.26.3</title>
<updated>2024-06-25T13:43:07Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-06-25T13:42:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d38f58429fae471d46952ed8921b30b2914ed33e'/>
<id>urn:sha1:d38f58429fae471d46952ed8921b30b2914ed33e</id>
<content type='text'>
We're about to update to iterools 0.13.0.  We must therefore have a
version of strum which is not affected by
   https://github.com/Peternator7/strum/issues/358

Precisely
  git-grep -l '^strum' | xargs perl -i~ -pe 's{"0\.26"}{"0.26.3"}'

No changes to lockfile - we're already using 0.26.3, except perhaps in
the minimal versions test.
</content>
</entry>
<entry>
<title>Merge branch 'tolerate_missing_blob' into 'main'</title>
<updated>2024-06-18T14:26:40Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-06-18T14:26:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=291b8bfc4dfad6a7de8e76d8437c90703c10e750'/>
<id>urn:sha1:291b8bfc4dfad6a7de8e76d8437c90703c10e750</id>
<content type='text'>
dirmgr::storage: Treat a missing blob file as an absent object.

Closes #1466

See merge request tpo/core/arti!2200</content>
</entry>
<entry>
<title>sqlite: (style) Use consistent casing on "ExtDocs"</title>
<updated>2024-06-18T13:48:49Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-06-18T13:48:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=83430d6b2da2cfc3d4dc6ea4c621c07d1f80357e'/>
<id>urn:sha1:83430d6b2da2cfc3d4dc6ea4c621c07d1f80357e</id>
<content type='text'>
SQL is case-insensitive, but it is still nice to be consistent.
</content>
</entry>
<entry>
<title>dirmgr: Limit the number of mds that we will fetch from sqlite at once.</title>
<updated>2024-06-12T16:48:27Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-06-12T16:48:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=efed73632bfb45ce2300c81b2d5b9f8ed356535e'/>
<id>urn:sha1:efed73632bfb45ce2300c81b2d5b9f8ed356535e</id>
<content type='text'>
This should help limit our memory usage when restarting from cache.

Possible (imperfect) solution for #1027.
</content>
</entry>
<entry>
<title>dirmgr: split out the loading part of load_once into a new function.</title>
<updated>2024-06-12T16:43:28Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-06-12T16:43:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=54317e23971bcfa079df6eb70ef7017b1204e5b9'/>
<id>urn:sha1:54317e23971bcfa079df6eb70ef7017b1204e5b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>storage: Remove orphaned files from dir_blobs</title>
<updated>2024-06-12T15:26:12Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-06-12T15:26:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8a7e0b6225a1a70803457f4cd13bda0c4b47f024'/>
<id>urn:sha1:8a7e0b6225a1a70803457f4cd13bda0c4b47f024</id>
<content type='text'>
This patch removes files from dir_blobs if they are not referenced
from the database, or if their filenames are not valid UTF-8.
(If they were not valid UTF-8, we wouldn't have put them in our
database.)

To ensure that there can't be any race conditions, we only do this
when the file is a bit old.
</content>
</entry>
<entry>
<title>dirmgr: create temporary testing stores with correct paths.</title>
<updated>2024-06-12T15:12:01Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-06-12T15:12:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=06f9af078639d650df6c9b7add640b95cf772368'/>
<id>urn:sha1:06f9af078639d650df6c9b7add640b95cf772368</id>
<content type='text'>
Previously, we were putting an (optional) db.sql file and our blobs
into the same path, which is not what we do outside of our tests.
</content>
</entry>
<entry>
<title>dirmgr: reformat cargo.toml</title>
<updated>2024-06-12T15:06:20Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-06-12T15:06:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=74ba63ce9a50a30bb53fe015a775037cf0298efe'/>
<id>urn:sha1:74ba63ce9a50a30bb53fe015a775037cf0298efe</id>
<content type='text'>
</content>
</entry>
</feed>
