summaryrefslogtreecommitdiff
path: root/crates/arti/README.md
Commit message (Collapse)AuthorAgeFilesLines
* arti: Allow choice of CryptoProvider; use aws-lc-rs by default.Nick Mathewson2026-04-081-2/+8
|
* docs: fix config file path on windowsSteven Engler2026-03-241-1/+1
|
* arti: Add placeholder derive-deftly featureGabriela Moldovan2026-03-021-0/+2
| | | | | | | | | | | `derive-deftly` used to be an optional dependency in `arti` (with a corresponding `derive-deftly` feature to enable it). In 28081850a5b475e9ae557a926d7f9a08a2ac9c82, we made `derive-deftly` a non-optional dependency, which made the implicit feature disappear. This was detected as a semver breakage by `cargo-semver-checks`, so I am adding a placeholder deprecated feature to make sure this doesn't break anyone's builds.
* arti: Edit README.md text about experimental-api.Nick Mathewson2026-01-141-1/+6
|
* arti: remove deprecated feature flags.Nick Mathewson2026-01-131-2/+2
| | | | Closes #2299.
* arti: tweak notes on experimental-apiNick Mathewson2026-01-131-4/+6
|
* arti: remove security disclaimer from onion service supportSteven Engler2025-11-121-4/+1
| | | | | These appear to be old comments. Now that these features are stable, we consider them safe to use.
* arti: Experimental support for tokio-consoleNick Mathewson2025-11-061-0/+1
| | | | | | This is controlled by a new option, `logging.tokio_console.enabled`. It requires building with `--cfg tokio_unstable`. See documentation and comments for more information.
* arti: Revise strings that implied that we were a SOCKS-only proxy.Nick Mathewson2025-10-281-0/+5
| | | | Closes #2225
* arti: Update README to say restricted discovery is non-experimentalGabriela Moldovan2025-10-211-1/+4
|
* docs: remove outdated comments about rustls/ring licenseSteven Engler2025-08-211-3/+1
|
* arti-crate-readme-typos: Typosnield2025-08-041-9/+9
| | | | | | - "command-line" should be written with hyphen when adjective. - Rephrased some sentences. - OS X is now called MacOS.
* 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.