<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/Cargo.toml, branch arti-v1.5.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.5.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.5.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-08-28T11:40:24Z</updated>
<entry>
<title>Merge branch 'newer-resolver' into 'main'</title>
<updated>2025-08-28T11:40:24Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-28T11:40:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=33a1f472ca4676880867186695644caee34193ce'/>
<id>urn:sha1:33a1f472ca4676880867186695644caee34193ce</id>
<content type='text'>
Use the v3 dependency resolver.

Closes #2135

See merge request tpo/core/arti!3183</content>
</entry>
<entry>
<title>Use the v3 dependency resolver.</title>
<updated>2025-08-26T16:34:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-26T16:31:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9ebeba181bf2018d7f8d01a6d35a1bcdd71a54b9'/>
<id>urn:sha1:9ebeba181bf2018d7f8d01a6d35a1bcdd71a54b9</id>
<content type='text'>
(This is the default for Rust 2024.)

Closes #2135.
</content>
</entry>
<entry>
<title>change quicktest build to be based on dev</title>
<updated>2025-08-26T15:00:09Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2025-08-19T21:41:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4b9b53541feb8bb04f7891055a0d56a6b742fbc6'/>
<id>urn:sha1:4b9b53541feb8bb04f7891055a0d56a6b742fbc6</id>
<content type='text'>
Make it "dev with a bit more optimization" instead of "release with a
bit less optimization". The biggest change here is to keep dev-related
behavior changes such as debug assertions. It also means less
optimization, which means faster build time but slower runtime
performance. The runtime performance should still be adequate for
testing purposes.
</content>
</entry>
<entry>
<title>cargo: Make it that tor-keymgr is required for tor-chanmgr</title>
<updated>2025-08-20T17:22:16Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2024-10-09T19:37:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1e833a100bb4acbb7a384b4d7b5b57019229efa5'/>
<id>urn:sha1:1e833a100bb4acbb7a384b4d7b5b57019229efa5</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>hyper-examples: Rename example directory</title>
<updated>2025-07-20T21:41:36Z</updated>
<author>
<name>nield</name>
<email>contact@ndvibes.com</email>
</author>
<published>2025-04-16T02:49:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d2aacb9cebda20435ba0f3bf09417fbe2e68576d'/>
<id>urn:sha1:d2aacb9cebda20435ba0f3bf09417fbe2e68576d</id>
<content type='text'>
This directory had to be renamed because otherwise it would cause conflicts with the actual hyper crate in the CI pipeline.
</content>
</entry>
<entry>
<title>hyper-examples: Remove subdirectories from example</title>
<updated>2025-07-20T21:40:32Z</updated>
<author>
<name>nield</name>
<email>contact@ndvibes.com</email>
</author>
<published>2025-04-15T09:22:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a75d343cc036b1f500e040e1ccc28d63df582816'/>
<id>urn:sha1:a75d343cc036b1f500e040e1ccc28d63df582816</id>
<content type='text'>
This example directory had a separate directory for each example. We can
simplify this by using binaries.
</content>
</entry>
<entry>
<title>hyper-examples: Example creating custom ArtiHttpConnector for hyper</title>
<updated>2025-07-20T21:39:49Z</updated>
<author>
<name>nield</name>
<email>contact@ndvibes.com</email>
</author>
<published>2025-04-15T08:43:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=49fab4945e515dc92e30bca3883d2e9606a0d47d'/>
<id>urn:sha1:49fab4945e515dc92e30bca3883d2e9606a0d47d</id>
<content type='text'>
This example demonstrates how to create a custom connector which can be injected
into a hyper client, to use hyper for Tor requests.
</content>
</entry>
<entry>
<title>Fix topological sort order of Cargo.toml.</title>
<updated>2025-05-07T12:44:59Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-05-01T13:42:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0d533bbac19eb8e043f0fa260c89f3aa7c42b8d3'/>
<id>urn:sha1:0d533bbac19eb8e043f0fa260c89f3aa7c42b8d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct description of lto.</title>
<updated>2025-04-28T16:11:24Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-04-28T16:11:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dbd14553ddcdd99c3af413bdc4215769234eb2f6'/>
<id>urn:sha1:dbd14553ddcdd99c3af413bdc4215769234eb2f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change "release" to optimize for peformance.</title>
<updated>2025-04-25T00:34:24Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-04-24T19:16:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2c36bd1ad9c4dd8c5ec8f659576d0e8dd55e77c0'/>
<id>urn:sha1:2c36bd1ad9c4dd8c5ec8f659576d0e8dd55e77c0</id>
<content type='text'>
(Previously, it was optimized for size, leading to problems like
\#1336.)

For any purposes that need the old optimize-for-size behavior,
I've added a new "release-small" target.  I've also moved the
"strip=debuginfo" behavior from maint/binary_size to this new target,
since cargo started supporting "strip" in 1.59.

Closes #1954.
</content>
</entry>
</feed>
