| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | arti: Allow choice of CryptoProvider; use aws-lc-rs by default. | Nick Mathewson | 2026-04-08 | 1 | -2/+8 |
| | | |||||
| * | docs: fix config file path on windows | Steven Engler | 2026-03-24 | 1 | -1/+1 |
| | | |||||
| * | arti: Add placeholder derive-deftly feature | Gabriela Moldovan | 2026-03-02 | 1 | -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 Mathewson | 2026-01-14 | 1 | -1/+6 |
| | | |||||
| * | arti: remove deprecated feature flags. | Nick Mathewson | 2026-01-13 | 1 | -2/+2 |
| | | | | | Closes #2299. | ||||
| * | arti: tweak notes on experimental-api | Nick Mathewson | 2026-01-13 | 1 | -4/+6 |
| | | |||||
| * | arti: remove security disclaimer from onion service support | Steven Engler | 2025-11-12 | 1 | -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-console | Nick Mathewson | 2025-11-06 | 1 | -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 Mathewson | 2025-10-28 | 1 | -0/+5 |
| | | | | | Closes #2225 | ||||
| * | arti: Update README to say restricted discovery is non-experimental | Gabriela Moldovan | 2025-10-21 | 1 | -1/+4 |
| | | |||||
| * | docs: remove outdated comments about rustls/ring license | Steven Engler | 2025-08-21 | 1 | -3/+1 |
| | | |||||
| * | arti-crate-readme-typos: Typos | nield | 2025-08-04 | 1 | -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-op | Steven Engler | 2025-07-31 | 1 | -1/+10 |
| | | |||||
| * | arti: Add keys list and keys list-keystores | hjrgrn | 2025-06-12 | 1 | -0/+2 |
| | | |||||
| * | arti: Optionally set up a Prometheus metrics exporter | Ian Jackson | 2025-04-08 | 1 | -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 Engler | 2025-04-03 | 1 | -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 Moldovan | 2025-01-16 | 1 | -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 arti | Ian Jackson | 2024-10-22 | 1 | -0/+1 |
| | | | | | Mark it no longer experimental, but part of full. And document it. | ||||
| * | arti: Introduce a new default-runtime Cargo feature | Ian Jackson | 2024-10-17 | 1 | -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-Cassels | 2024-10-08 | 1 | -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-Cassels | 2024-10-07 | 1 | -3/+3 |
| | | |||||
| * | doc: Use locked build | pinkforest | 2024-05-16 | 1 | -1/+1 |
| | | |||||
| * | Move onion-service-service to non-experimental section of READMEs. | Nick Mathewson | 2024-02-20 | 1 | -0/+3 |
| | | |||||
| * | Update documentation regarding the `onion-service-client` feature | Kunal Mehta | 2023-07-07 | 1 | -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 Mathewson | 2023-04-10 | 1 | -1/+1 |
| | | |||||
| * | arti: Provide onion-service-client feature | Ian Jackson | 2023-03-23 | 1 | -0/+2 |
| | | | | | Here I use the name I propose in !1039. | ||||
| * | arti: Mark bridge and pt support non-experimental, and on-by-default | Nick Mathewson | 2022-11-18 | 1 | -2/+2 |
| | | |||||
| * | Fix Windows shortcut target | arnabanimesh | 2022-11-13 | 1 | -1/+1 |
| | | |||||
| * | Check more targets | trinity-1686a | 2022-11-10 | 1 | -0/+2 |
| | | |||||
| * | README doctests: fix arti-client | Ian Jackson | 2022-10-12 | 1 | -5/+5 |
| | | | | | Add ,ignore to ignore three shell runes. | ||||
| * | Add pt-client and bridge-client features to arti and arti-client | Ian Jackson | 2022-10-12 | 1 | -0/+2 |
| | | |||||
| * | Fixed grammar mistake | EliTheCoder | 2022-10-08 | 1 | -1/+1 |
| | | |||||
| * | document TOR_SKIP_CONTROLPORTTEST=1 for no warning on Tor Browser | trinity-1686a | 2022-09-03 | 1 | -9/+7 |
| | | |||||
| * | READMEs: Run maint/readmes (to update READMEs from lib.rs) | Ian Jackson | 2022-09-02 | 1 | -2/+55 |
| | | |||||
| * | READMEs: arti (CLI): Remove several caveats, and tidying | Ian Jackson | 2022-09-02 | 1 | -12/+24 |
| | | |||||
| * | Update README.md files with "readmes" tool. | Nick Mathewson | 2022-08-31 | 1 | -1/+12 |
| | | |||||
| * | Update README.md files from rustdoc. | Nick Mathewson | 2022-06-24 | 1 | -41/+69 |
| | | |||||
| * | Update README.md files (automated). | Nick Mathewson | 2022-05-06 | 1 | -0/+1 |
| | | |||||
| * | Fix sentences | Samanta Navarro | 2022-04-27 | 1 | -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 script | Nick Mathewson | 2022-03-29 | 1 | -1/+9 |
| | | |||||
| * | Add config paths table in `arti` docs | Lennart Kloock | 2022-03-04 | 1 | -2/+8 |
| | | |||||
| * | Update README.md files from rustdoc. | Nick Mathewson | 2022-03-01 | 1 | -1/+15 |
| | | |||||
| * | Update README.md files | Nick Mathewson | 2021-10-28 | 1 | -6/+5 |
| | | |||||
| * | Update our disclaimers and limitations sections. | Nick Mathewson | 2021-10-27 | 1 | -5/+3 |
| | | |||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 1 | -0/+61 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
