<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-rpc-client-core, branch arti-v1.2.6</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.6</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.6'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-08-01T15:09:32Z</updated>
<entry>
<title>Bump versions for tor- and arti- crates to 0.21.0</title>
<updated>2024-08-01T15:09:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-08-01T15:09:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5c2019c5e55a370877b92af67312714b7660847c'/>
<id>urn:sha1:5c2019c5e55a370877b92af67312714b7660847c</id>
<content type='text'>
This is the result of:

```
for crate in $( ./maint/list_crates  |grep '^\(tor\|arti-\)' ); do
    cargo set-version -p $crate 0.21.0
done
```
</content>
</entry>
<entry>
<title>Run "fixup-features".</title>
<updated>2024-08-01T12:06:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-08-01T12:06:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c6e419723f0f1c6d5fd02f07d5158e205c1671be'/>
<id>urn:sha1:c6e419723f0f1c6d5fd02f07d5158e205c1671be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ffi: Make "sealed" a little less effective.</title>
<updated>2024-07-31T18:49:22Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-07-31T18:49:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ac02694c0c2d35955b90e7e37aa512d76f85a4d7'/>
<id>urn:sha1:ac02694c0c2d35955b90e7e37aa512d76f85a4d7</id>
<content type='text'>
Rust 1.70 (our MSRV) will not allow us to use a trait from a private
module in this way, unfortunately.
</content>
</entry>
<entry>
<title>ffi: Re-run cbindgen.</title>
<updated>2024-07-31T17:57:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-07-31T17:57:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4497317f07df7a0f13bddc4e7a7727dbe12532b9'/>
<id>urn:sha1:4497317f07df7a0f13bddc4e7a7727dbe12532b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ffi: Add some explicit ()s to prove they are there.</title>
<updated>2024-07-31T17:54:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-07-31T17:25:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c4f8b574cfe7c35db3cc074fec59937b051b9c93'/>
<id>urn:sha1:c4f8b574cfe7c35db3cc074fec59937b051b9c93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ffi: Document safety for each function using ffi_body_raw.</title>
<updated>2024-07-31T17:54:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-07-31T13:00:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6961e83f6ecbd975d7ed3610d6170a76240cac1a'/>
<id>urn:sha1:6961e83f6ecbd975d7ed3610d6170a76240cac1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ffi: rename ffi_body_simple to ffi_body_raw</title>
<updated>2024-07-31T17:54:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-07-31T12:50:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5cdfa510127ea53126b1398f44e26b2fd540326f'/>
<id>urn:sha1:5cdfa510127ea53126b1398f44e26b2fd540326f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ffi: Document rules for ensuring return values</title>
<updated>2024-07-31T17:54:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-07-31T12:48:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cb27863fd98404161780d7c556deaf2c852ba33b'/>
<id>urn:sha1:cb27863fd98404161780d7c556deaf2c852ba33b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ffi: Clean up long lines and confusing expressions.</title>
<updated>2024-07-31T17:54:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-07-30T22:07:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=110bd661dd97d077d638a48eb53d1e4b9ae89948'/>
<id>urn:sha1:110bd661dd97d077d638a48eb53d1e4b9ae89948</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ffi: Clarify rules for *out pointers.</title>
<updated>2024-07-31T17:54:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-07-30T21:53:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dcc57756a8f85ab6e97430911626a2ffcd101653'/>
<id>urn:sha1:dcc57756a8f85ab6e97430911626a2ffcd101653</id>
<content type='text'>
Except for *error_out, they are always set to NULL on error.
</content>
</entry>
</feed>
