summaryrefslogtreecommitdiff
path: root/crates/arti/README.md
Commit message (Collapse)AuthorAgeFilesLines
* arti: make "memquota" feature a no-opSteven Engler2025-07-311-1/+10
|
* arti: Add keys list and keys list-keystoreshjrgrn2025-06-121-0/+2
|
* arti: Optionally set up a Prometheus metrics exporterIan Jackson2025-04-081-0/+1
| | | | | | | | | | | | | 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.
* fix `clippy::doc_overindented_list_items`Steven Engler2025-04-031-2/+2
| | | | | | | | | | | | | | | | | | | | Example: ```text warning: doc list item overindented --> 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 --> 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)]` ```
* arti: Add `restricted-discovery` to the list of experimental features.Gabriela Moldovan2025-01-161-0/+5
| | | | | | | Note: there are other experimental features we might want to document here (possibly after we settle the discussion from #1706?) Closes #1808
* Make memquota feature part of full in artiIan Jackson2024-10-221-0/+1
| | | | Mark it no longer experimental, but part of full. And document it.
* arti: Introduce a new default-runtime Cargo featureIan Jackson2024-10-171-0/+3
| | | | | | 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.
* arti: Remove outdated information from README.Wesley Aptekar-Cassels2024-10-081-2/+2
| | | | | We now support pluggable transports, so it's not true that there's no anti-censorship support.
* docs: Add vanguard feature flag to README.Wesley Aptekar-Cassels2024-10-071-3/+3
|
* doc: Use locked buildpinkforest2024-05-161-1/+1
|
* Move onion-service-service to non-experimental section of READMEs.Nick Mathewson2024-02-201-0/+3
|
* Update documentation regarding the `onion-service-client` featureKunal Mehta2023-07-071-2/+3
| | | | | It is no longer experimental, but still not rated for security-sensitive usage per <https://blog.torproject.org/arti_116_released/>.
* arti: Explain correct location of OSX config.Nick Mathewson2023-04-101-1/+1
|
* arti: Provide onion-service-client featureIan Jackson2023-03-231-0/+2
| | | | Here I use the name I propose in !1039.
* arti: Mark bridge and pt support non-experimental, and on-by-defaultNick Mathewson2022-11-181-2/+2
|
* Fix Windows shortcut targetarnabanimesh2022-11-131-1/+1
|
* Check more targetstrinity-1686a2022-11-101-0/+2
|
* README doctests: fix arti-clientIan Jackson2022-10-121-5/+5
| | | | Add ,ignore to ignore three shell runes.
* Add pt-client and bridge-client features to arti and arti-clientIan Jackson2022-10-121-0/+2
|
* Fixed grammar mistakeEliTheCoder2022-10-081-1/+1
|
* document TOR_SKIP_CONTROLPORTTEST=1 for no warning on Tor Browsertrinity-1686a2022-09-031-9/+7
|
* READMEs: Run maint/readmes (to update READMEs from lib.rs)Ian Jackson2022-09-021-2/+55
|
* READMEs: arti (CLI): Remove several caveats, and tidyingIan Jackson2022-09-021-12/+24
|
* Update README.md files with "readmes" tool.Nick Mathewson2022-08-311-1/+12
|
* Update README.md files from rustdoc.Nick Mathewson2022-06-241-41/+69
|
* Update README.md files (automated).Nick Mathewson2022-05-061-0/+1
|
* Fix sentencesSamanta Navarro2022-04-271-1/+0
| | | | | | | The arti crate itself is only used in benchmark and testing crate. I think this sentence does not belong here. Also extend retry-error description (from Architecture.md).
* Update README.md files using readmes scriptNick Mathewson2022-03-291-1/+9
|
* Add config paths table in `arti` docsLennart Kloock2022-03-041-2/+8
|
* Update README.md files from rustdoc.Nick Mathewson2022-03-011-1/+15
|
* Update README.md filesNick Mathewson2021-10-281-6/+5
|
* Update our disclaimers and limitations sections.Nick Mathewson2021-10-271-5/+3
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+61
This will cause some pain for now, but now is really the best time to do this kind of thing.