<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-rpc-connect, branch arti-v1.3.2</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.3.2</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.3.2'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-01-07T16:01:41Z</updated>
<entry>
<title>Bump versions of internal arti crates for Arti 1.3.2</title>
<updated>2025-01-07T16:01:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-07T14:46:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8f4297f5e2712213910b50ced205c7b5aa0619b5'/>
<id>urn:sha1:8f4297f5e2712213910b50ced205c7b5aa0619b5</id>
<content type='text'>
The affected crates follow our regular versioning.
They all get bumped to 0.26.0.

Done with

```
for crate in $(./maint/list_crates |grep  '^arti-\|tor-' ); do
    cargo set-version --bump minor -p $crate;
done
```
</content>
</entry>
<entry>
<title>Merge branch 'mod-module-files' into 'main'</title>
<updated>2025-01-07T14:04:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-07T14:04:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5d0bbc76dc44ff98b5f32c69168b07246e65afa7'/>
<id>urn:sha1:5d0bbc76dc44ff98b5f32c69168b07246e65afa7</id>
<content type='text'>
clippy: deny `mod_module_files`

See merge request tpo/core/arti!2689</content>
</entry>
<entry>
<title>clippy: deny `mod_module_files`</title>
<updated>2025-01-06T23:09:41Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-01-06T23:02:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=252a3a803b2db65792db5bd51dee8950d8557e0d'/>
<id>urn:sha1:252a3a803b2db65792db5bd51dee8950d8557e0d</id>
<content type='text'>
Denies 'mod.rs' files for consistency.

https://rust-lang.github.io/rust-clippy/master/index.html#mod_module_files
</content>
</entry>
<entry>
<title>fix: fix typos</title>
<updated>2025-01-06T20:36:37Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2024-12-25T20:48:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4acfc23b70c51d2637d0274943a82d1c94dec050'/>
<id>urn:sha1:4acfc23b70c51d2637d0274943a82d1c94dec050</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'bug1776' into 'main'</title>
<updated>2025-01-06T17:09:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-06T17:09:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6f2d8689950d0c8770b25c43e49ed0004a016459'/>
<id>urn:sha1:6f2d8689950d0c8770b25c43e49ed0004a016459</id>
<content type='text'>
rpc-connect: Remove cfg(unix) of SYSTEM_DEFAULT_CONNECT_POINT

Closes #1776

See merge request tpo/core/arti!2667</content>
</entry>
<entry>
<title>Run "fixup-features" in preparation for release.</title>
<updated>2025-01-06T13:05:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-06T13:02:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8810732cf7cf79c4746e8eac006d326f21d26c5f'/>
<id>urn:sha1:8810732cf7cf79c4746e8eac006d326f21d26c5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename Guard=&gt;ListenerGuard.</title>
<updated>2024-12-19T21:12:25Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-12-19T15:00:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9615ef9ff2ad8897e0a73be743d7cdc4232fddfa'/>
<id>urn:sha1:9615ef9ff2ad8897e0a73be743d7cdc4232fddfa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc-connect: Explain locking rationale better.</title>
<updated>2024-12-19T21:12:25Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-12-19T14:41:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fc9249b89fa858cbbd2d36044f5816626ce83931'/>
<id>urn:sha1:fc9249b89fa858cbbd2d36044f5816626ce83931</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc-connect: Use try_lock when acquiring fslock</title>
<updated>2024-12-19T21:12:25Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-12-19T14:20:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=addc5b802e4bb1380d8afa143fd77279b79866c1'/>
<id>urn:sha1:addc5b802e4bb1380d8afa143fd77279b79866c1</id>
<content type='text'>
This lets us bail when another process has bound to our connect
point, rather than blocking indefinitely.
</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>
</feed>
