<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/examples, branch arti-v1.4.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.4.5</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.5'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-06-03T16:33:03Z</updated>
<entry>
<title>Fix various missing incorrect feature entries as prep for release.</title>
<updated>2025-06-03T16:33:03Z</updated>
<author>
<name>Alexander Hansen Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2025-06-03T16:33:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=205e9ea88b6e09004504b8ef555d60c3f8f8043f'/>
<id>urn:sha1:205e9ea88b6e09004504b8ef555d60c3f8f8043f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>examples, fixup-features: use inline vars in format string</title>
<updated>2025-05-29T14:21:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-05-21T14:04:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9c7fe185eac90b75ce3c0d4c58be53e7882e4025'/>
<id>urn:sha1:9c7fe185eac90b75ce3c0d4c58be53e7882e4025</id>
<content type='text'>
Nightly clippy now suggests this.
</content>
</entry>
<entry>
<title>./maint/cargo_sort: Run cargo-sort on the entire workspace.</title>
<updated>2025-05-27T13:32:26Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-05-23T13:54:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=03885fdbf4ea19b9215e05cc557372758359f44d'/>
<id>urn:sha1:03885fdbf4ea19b9215e05cc557372758359f44d</id>
<content type='text'>
The [latest version] of `cargo-sort` is more opinionated than the
previous one, and is now causing the `rust-checks` job to fail on
`main`.

This commit applies the fixes needed to satisfy the new `cargo-sort`
rules. These changes were generated by running `cargo sort --workspace`
several times, until `cargo sort --check --workspace` finally succeeded
(it couldn't fix all the errors in one go, for some reason).

I have omitted the changes `cargo-sort` made to the top-level
`Cargo.toml`, to preserve the topological ordering of the workspace
members.

Closes #2014

[latest version]: https://github.com/DevinR528/cargo-sort/blob/f066ae80e5e6f5c1d8f0e2b8099461dcb97d9656/changelog.md#200
</content>
</entry>
<entry>
<title>Merge branch 'arti-ureq-remove-early-return' into 'main'</title>
<updated>2025-05-19T12:59:19Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2025-05-19T12:59:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c550836f7ad58c210aa0d1a6e13d1dc7133c59db'/>
<id>urn:sha1:c550836f7ad58c210aa0d1a6e13d1dc7133c59db</id>
<content type='text'>
arti-ureq: Remove obsolete early return in await_input

Closes #1952

See merge request tpo/core/arti!2997</content>
</entry>
<entry>
<title>arti-ureq: Remove obsolete early return in await_input</title>
<updated>2025-05-19T12:59:19Z</updated>
<author>
<name>Niel Duysters</name>
<email>contact@ndvibes.com</email>
</author>
<published>2025-05-19T12:59:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f87128bea28a4153083a79d26521e66d882fff1c'/>
<id>urn:sha1:f87128bea28a4153083a79d26521e66d882fff1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: Update the TunnelMutableState when a circuit is removed.</title>
<updated>2025-05-15T16:33:33Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-05-09T17:21:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=52c01e2e51206510ae6709a7c456d4af2ab466af'/>
<id>urn:sha1:52c01e2e51206510ae6709a7c456d4af2ab466af</id>
<content type='text'>
This is messy, because `ClientCirc::{path_ref, n_hops, ..}` become
fallible (we can't unwrap the result, because when a circuit is closed,
its state gets removed from the `TunnelSharedState`, but its
`ClientCirc` handle continues to exist, so any attempt to retrieve the
state will result in an `Err`).
</content>
</entry>
<entry>
<title>arti-ureq: New library which integrates with ureq</title>
<updated>2025-04-09T10:59:19Z</updated>
<author>
<name>nield</name>
<email>contact@ndvibes.com</email>
</author>
<published>2025-04-09T10:59:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=91d6b0ed2116e27a9764753a314911a9fc0ba814'/>
<id>urn:sha1:91d6b0ed2116e27a9764753a314911a9fc0ba814</id>
<content type='text'>
Fixes #1519
</content>
</entry>
<entry>
<title>examples: Version bump Tor browser in download-manager</title>
<updated>2025-03-25T21:36:52Z</updated>
<author>
<name>vcrn</name>
<email>3893-vcrn@gitlab.torproject.org</email>
</author>
<published>2025-03-25T21:36:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7672f9932921c577d60cb4822e7d578f36417aff'/>
<id>urn:sha1:7672f9932921c577d60cb4822e7d578f36417aff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>examples: Use onion_address() instead of depricated onion_name()</title>
<updated>2025-03-14T12:47:05Z</updated>
<author>
<name>vcrn</name>
<email>3893-vcrn@gitlab.torproject.org</email>
</author>
<published>2025-03-14T12:47:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2904817ff6467eca4dfab8dce24b0abed2d0e2fb'/>
<id>urn:sha1:2904817ff6467eca4dfab8dce24b0abed2d0e2fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'dev/cve/is_fully_reachable' into 'main'</title>
<updated>2025-03-14T10:22:56Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-03-14T10:22:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=043745d91dd0f82d624595d4bf52a03f4054be93'/>
<id>urn:sha1:043745d91dd0f82d624595d4bf52a03f4054be93</id>
<content type='text'>
tor-hsservice: Add is_fully_reachable() method

Closes #1890

See merge request tpo/core/arti!2850</content>
</entry>
</feed>
