<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti/README.md, 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-21T15:57:34Z</updated>
<entry>
<title>docs: remove outdated comments about rustls/ring license</title>
<updated>2025-08-21T15:57:34Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-08-21T15:55:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ef9ac4b358b365d1684d6f39a4f1cf2cd628de2e'/>
<id>urn:sha1:ef9ac4b358b365d1684d6f39a4f1cf2cd628de2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-crate-readme-typos: Typos</title>
<updated>2025-08-04T03:29:12Z</updated>
<author>
<name>nield</name>
<email>contact@ndvibes.com</email>
</author>
<published>2025-08-04T03:29:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9afcb41b20828d338c4a0f85d8ddb6ce1a4febc8'/>
<id>urn:sha1:9afcb41b20828d338c4a0f85d8ddb6ce1a4febc8</id>
<content type='text'>
- "command-line" should be written with hyphen when adjective.
- Rephrased some sentences.
- OS X is now called MacOS.
</content>
</entry>
<entry>
<title>arti: make "memquota" feature a no-op</title>
<updated>2025-07-31T15:19:18Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-07-27T19:57:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a20c711d37faf5623b3931cb13e1f5089fb00356'/>
<id>urn:sha1:a20c711d37faf5623b3931cb13e1f5089fb00356</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: Add keys list and keys list-keystores</title>
<updated>2025-06-12T11:16:29Z</updated>
<author>
<name>hjrgrn</name>
<email>3874-hjrgrn@gitlab.torproject.org</email>
</author>
<published>2025-06-12T11:16:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d9c4d7cc30d22a80ff4a97bc6588e02774f0062f'/>
<id>urn:sha1:d9c4d7cc30d22a80ff4a97bc6588e02774f0062f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: Optionally set up a Prometheus metrics exporter</title>
<updated>2025-04-08T17:20:50Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-03-24T16:04:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=53a9a604a24dc3d151fc62bd17f8daae8a52674d'/>
<id>urn:sha1:53a9a604a24dc3d151fc62bd17f8daae8a52674d</id>
<content type='text'>
New cargo feature `metrics`, currently experimental.

New config option `metrics.prometheus.listen`.  Uses standard `Listen`
syntax, but not every configuration is supported due to upstream
limitations.

If the config option is set, use metrics-exporter-prometheus to offer
an HTTP scrape endpoint.  Or, if compiled out, fail.

Currently there are no actual metrics exported at all.
</content>
</entry>
<entry>
<title>fix `clippy::doc_overindented_list_items`</title>
<updated>2025-04-03T17:32:58Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-04-03T17:21:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=663339ffa8bd00ce59c2dd39c288d338505263c3'/>
<id>urn:sha1:663339ffa8bd00ce59c2dd39c288d338505263c3</id>
<content type='text'>
Example:

```text
warning: doc list item overindented
   --&gt; crates/arti-rpc-client-core/src/conn/connimpl.rs:322:9
    |
322 |     ///    indicates that no more messages will be received for this request.
    |         ^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
note: the lint level is defined here
   --&gt; crates/arti-rpc-client-core/src/lib.rs:8:9
    |
8   | #![warn(clippy::all)]
    |         ^^^^^^^^^^^
    = note: `#[warn(clippy::doc_overindented_list_items)]` implied by `#[warn(clippy::all)]`
```
</content>
</entry>
<entry>
<title>arti: Add `restricted-discovery` to the list of experimental features.</title>
<updated>2025-01-16T15:13:20Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-01-16T15:10:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e89e1f30c4a749523e299316f07e24a14cabd726'/>
<id>urn:sha1:e89e1f30c4a749523e299316f07e24a14cabd726</id>
<content type='text'>
Note: there are other experimental features we might want to document
here (possibly after we settle the discussion from #1706?)

Closes #1808
</content>
</entry>
<entry>
<title>Make memquota feature part of full in arti</title>
<updated>2024-10-22T13:26:52Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-21T09:56:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=013f15b491d0cd0ee59ef1570e55772554fc16b8'/>
<id>urn:sha1:013f15b491d0cd0ee59ef1570e55772554fc16b8</id>
<content type='text'>
Mark it no longer experimental, but part of full.  And document it.
</content>
</entry>
<entry>
<title>arti: Introduce a new default-runtime Cargo feature</title>
<updated>2024-10-17T10:25:33Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-16T14:31:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4006c8382fcc7989f4d35631e6e5db4052231b7c'/>
<id>urn:sha1:4006c8382fcc7989f4d35631e6e5db4052231b7c</id>
<content type='text'>
Now one can do a minimal build with
  cargo build -p arti --no-default-features --features=default-runtime
rather than needing to specify tokio,native-tls.
</content>
</entry>
<entry>
<title>arti: Remove outdated information from README.</title>
<updated>2024-10-08T14:19:25Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2024-10-08T14:19:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cf4be513e931ba17e4178e0f2a4aca70b0edb7ae'/>
<id>urn:sha1:cf4be513e931ba17e4178e0f2a4aca70b0edb7ae</id>
<content type='text'>
We now support pluggable transports, so it's not true that there's no
anti-censorship support.
</content>
</entry>
</feed>
