<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates, branch arti-v1.7.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.7.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.7.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-10-30T01:06:21Z</updated>
<entry>
<title>Merge branch 'release-3' into 'main'</title>
<updated>2025-10-30T01:06:21Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-30T01:06:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c0e88ed299458b6e050584a2045a026cd49714c9'/>
<id>urn:sha1:c0e88ed299458b6e050584a2045a026cd49714c9</id>
<content type='text'>
arti-client: Update `ARTI_CLIENT_RELEASE_DATE`

See merge request tpo/core/arti!3413</content>
</entry>
<entry>
<title>arti-client: update `ARTI_CLIENT_RELEASE_DATE`</title>
<updated>2025-10-29T19:50:46Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-10-29T19:50:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ed6462a56f88c2443cf148cd929fa5e85fa8382e'/>
<id>urn:sha1:ed6462a56f88c2443cf148cd929fa5e85fa8382e</id>
<content type='text'>
```bash
./maint/update-release-date
```
</content>
</entry>
<entry>
<title>equix-bench: ran `cargo update`</title>
<updated>2025-10-29T19:37:15Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-10-29T19:37:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e2615de54b3cacf1094d03c2573edc4d3cca40cd'/>
<id>urn:sha1:e2615de54b3cacf1094d03c2573edc4d3cca40cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hashx-bench: ran `cargo update`</title>
<updated>2025-10-29T19:36:30Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-10-29T19:36:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3b92a6bdda9aaf89a07f6e0365ffac8b552c217b'/>
<id>urn:sha1:3b92a6bdda9aaf89a07f6e0365ffac8b552c217b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maint: bump minor versions of all published crates</title>
<updated>2025-10-29T19:32:37Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-10-29T19:32:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7e3bc2af0994706f3597cd14d340736a4d0f03e3'/>
<id>urn:sha1:7e3bc2af0994706f3597cd14d340736a4d0f03e3</id>
<content type='text'>
```bash
readarray -t publish &lt; &lt;(cargo metadata --format-version 1 | jq -r '.packages[] | select((.id | startswith("path+file:///")) and (.rust_version != null) and (.publish == null or .publish == true or .publish != [])) | .name')
for package in "${publish[@]}"; do echo "$package:"; cargo set-version --bump minor -p "$package"; done
```
</content>
</entry>
<entry>
<title>Merge branch 'remove_socks' into 'main'</title>
<updated>2025-10-29T00:51:10Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-29T00:51:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cd223074f082fdb5ae6683b98bdaf48d4dea47a8'/>
<id>urn:sha1:cd223074f082fdb5ae6683b98bdaf48d4dea47a8</id>
<content type='text'>
arti: Revise strings that implied that we were a SOCKS-only proxy.

Closes #2225

See merge request tpo/core/arti!3398</content>
</entry>
<entry>
<title>Merge branch 'futures-copy' into 'main'</title>
<updated>2025-10-28T23:47:31Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-28T23:47:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=725d586a4eac5e1ed5c3185333f1a51f6e511fa7'/>
<id>urn:sha1:725d586a4eac5e1ed5c3185333f1a51f6e511fa7</id>
<content type='text'>
New futures-copy crate to replace copy_interactive.

See merge request tpo/core/arti!3393</content>
</entry>
<entry>
<title>arti: explain APP_STREAM_BUF_LEN is what it is.</title>
<updated>2025-10-28T23:45:56Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-28T23:45:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=29e49e317e413abf32a008685e2d2de8fad10651'/>
<id>urn:sha1:29e49e317e413abf32a008685e2d2de8fad10651</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Adjust a comment about a buffer size.</title>
<updated>2025-10-28T23:43:26Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-28T23:43:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c60bd3ab46786ee199b63fee426c413ed3e69c79'/>
<id>urn:sha1:c60bd3ab46786ee199b63fee426c413ed3e69c79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-ureq: Add MSRV in Cargo.toml</title>
<updated>2025-10-28T23:06:33Z</updated>
<author>
<name>nield</name>
<email>contact@ndvibes.com</email>
</author>
<published>2025-10-28T22:22:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=68c908d389562d859c4d00d2c616c0df210f2ef5'/>
<id>urn:sha1:68c908d389562d859c4d00d2c616c0df210f2ef5</id>
<content type='text'>
</content>
</entry>
</feed>
