<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti/Cargo.toml, 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-29T19:32:37Z</updated>
<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>http_connect: write our own hyper-futures replacement</title>
<updated>2025-10-28T12:25:50Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-27T17:03:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0db5fdd133b963c67a4252aa39ac239fca6475b4'/>
<id>urn:sha1:0db5fdd133b963c67a4252aa39ac239fca6475b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>http_connect: Implement stream isolation</title>
<updated>2025-10-28T12:25:50Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-22T18:45:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=145e5320f06836a32f637fda9f6537655444a231'/>
<id>urn:sha1:145e5320f06836a32f637fda9f6537655444a231</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: Implement a "bilingual" HTTP CONNECT proxy.</title>
<updated>2025-10-28T12:25:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-22T17:01:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=256d75750ffa5d7be31545f96595f63ee1db87f8'/>
<id>urn:sha1:256d75750ffa5d7be31545f96595f63ee1db87f8</id>
<content type='text'>
With his commit, our SOCKS ports now accept both SOCKS
and HTTP CONNECT requests, per proposal 365.
There are still some infelicities, marked with
"XXXX" or "TODO".

I've tested this with curl, though, and it works. :)

Typo-fixes-by: Gabriela Moldovan &lt;gabi@torproject.org&gt;
</content>
</entry>
<entry>
<title>arti: Detect proxy protocol _before_ starting SOCKS.</title>
<updated>2025-10-28T12:25:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-22T14:44:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b0c854bf7e5e69ed4c17abbcc5ccfb8614b75eaf'/>
<id>urn:sha1:b0c854bf7e5e69ed4c17abbcc5ccfb8614b75eaf</id>
<content type='text'>
This will let us speak HTTP CONNECT as well; there is a stub
for initiating an http proxy.
</content>
</entry>
<entry>
<title>Reformat arti/Cargo.toml</title>
<updated>2025-10-28T12:25:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-16T19:28:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dee8e385c9425d70174343e40a69fb42c699b40f'/>
<id>urn:sha1:dee8e385c9425d70174343e40a69fb42c699b40f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'restricted-discovery-stable' into 'main'</title>
<updated>2025-10-22T09:03:26Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-22T09:03:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5d656af9e73c423afad1e298f076b7238ae20286'/>
<id>urn:sha1:5d656af9e73c423afad1e298f076b7238ae20286</id>
<content type='text'>
arti: Mark restricted-discovery as non-experimental

See merge request tpo/core/arti!3384</content>
</entry>
<entry>
<title>arti: Move restricted-discovery closer to onion-service-service</title>
<updated>2025-10-21T17:46:54Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-21T17:34:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=47b730966a050efe2487b03dadf274d080698f42'/>
<id>urn:sha1:47b730966a050efe2487b03dadf274d080698f42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: Mark restricted-discovery as non-experimental</title>
<updated>2025-10-21T17:41:58Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-21T17:34:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3225207905f5b447aea649890e1b70537d7d7d56'/>
<id>urn:sha1:3225207905f5b447aea649890e1b70537d7d7d56</id>
<content type='text'>
As per the team decision from the 14 Oct Arti sync.
</content>
</entry>
<entry>
<title>Bump MSRV from 1.85.1 to 1.86</title>
<updated>2025-10-21T15:07:38Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-10-21T15:07:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=28a57188cfcafd711f735698e7dadccd417740c4'/>
<id>urn:sha1:28a57188cfcafd711f735698e7dadccd417740c4</id>
<content type='text'>
</content>
</entry>
</feed>
