<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-rpc-connect/src/client.rs, 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-08-07T15:28:36Z</updated>
<entry>
<title>Switch Cargo.toml files to edition 2024.</title>
<updated>2025-08-07T15:28:36Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-06T01:19:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=77b0de43b8c67cdb81befe0680a3df43b6ad37bc'/>
<id>urn:sha1:77b0de43b8c67cdb81befe0680a3df43b6ad37bc</id>
<content type='text'>
First, run

```
git grep -l "^edition =" |
    xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;'
```

Second, manually verify that all Cargo.toml files have changed,
and nothing else has changed.

Third, run cargo fmt again.
</content>
</entry>
<entry>
<title>rpc-connect: Detect and decline connpts with invalid "auth" feields</title>
<updated>2025-01-27T20:32:50Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-27T20:32:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e2b6fb028554d8c8cd535d2c8034135961a0a09e'/>
<id>urn:sha1:e2b6fb028554d8c8cd535d2c8034135961a0a09e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Refactor Cookie and UnloadedCookie into a single type.</title>
<updated>2025-01-15T14:18:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-15T13:39:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6e0f70d08f437bd593f5e564594dd8a44036c72c'/>
<id>urn:sha1:6e0f70d08f437bd593f5e564594dd8a44036c72c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: consolodate naming of "inherent" auth.</title>
<updated>2025-01-15T14:18:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-09T21:15:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c6445825bc933a248c1b0b11f0baef43f4182de6'/>
<id>urn:sha1:c6445825bc933a248c1b0b11f0baef43f4182de6</id>
<content type='text'>
We don't want to call this "unix path" anywhere, since it
corresponds to _any_ case where the ability to negotiate a
successful connection means that the client is authorized.

We also don't want to call it "none": The authentication
is inherent to the connection, not nonexistent.
</content>
</entry>
<entry>
<title>tor-rpc-connect: defer loading auth cookies on the client side.</title>
<updated>2025-01-15T14:18:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-09T15:04:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=53b07935b778ca09b644acd7956ad9c650ed1707'/>
<id>urn:sha1:53b07935b778ca09b644acd7956ad9c650ed1707</id>
<content type='text'>
We want to load cookies only after we've connected and gotten a
banner.
</content>
</entry>
<entry>
<title>tor-rpc-connect: move cookie auth support to its own module.</title>
<updated>2025-01-15T14:18:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-09T14:56:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5c70c1793757d8c33693b363d40274ae5bb46571'/>
<id>urn:sha1:5c70c1793757d8c33693b363d40274ae5bb46571</id>
<content type='text'>
</content>
</entry>
<entry>
<title>connpt: Make unix socket handling more robust.</title>
<updated>2024-12-19T21:12:25Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-12-17T14:29:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=289802468befa96e9944fea2599e11f86f1a5cb9'/>
<id>urn:sha1:289802468befa96e9944fea2599e11f86f1a5cb9</id>
<content type='text'>
Grab an associated lock file...
- ... then delete the socket file (if it's present) ...
- ... then bind to it.

On exit:
- remove the socket
- then drop the lock.
</content>
</entry>
<entry>
<title>connpt: note an opportunity to save some fds.</title>
<updated>2024-12-09T20:23:43Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-12-09T14:45:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5e9d37a5c1e912ac9b92574511be8fbc23423981'/>
<id>urn:sha1:5e9d37a5c1e912ac9b92574511be8fbc23423981</id>
<content type='text'>
</content>
</entry>
<entry>
<title>connpts: duplicate socket before returning.</title>
<updated>2024-12-09T20:23:43Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-11-25T20:05:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f3881361fc607d6372dc73b8f292975601718c7e'/>
<id>urn:sha1:f3881361fc607d6372dc73b8f292975601718c7e</id>
<content type='text'>
(We want a separate read and write socket before we return,
and once we've done the type-erasure, we can't do try_clone().)
</content>
</entry>
<entry>
<title>connect point: handle unrecognized auth variants.</title>
<updated>2024-11-19T22:00:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-11-19T19:24:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b1b20ef44d17f4b5bd152ef9eaa97483077cc2e8'/>
<id>urn:sha1:b1b20ef44d17f4b5bd152ef9eaa97483077cc2e8</id>
<content type='text'>
</content>
</entry>
</feed>
