summaryrefslogtreecommitdiff
path: root/crates/arti
Commit message (Expand)AuthorAgeFilesLines
* release: Bump arti to 1.4.4.Alexander Hansen Færøy2025-06-051-1/+1
* release: Bump all tor-/arti- crates to 0.31.0.Alexander Hansen Færøy2025-06-051-18/+18
* release: Bump crates non-arti/non-tor crates with functional changes.Alexander Hansen Færøy2025-06-051-1/+1
* Fix various missing incorrect feature entries as prep for release.Alexander Hansen Færøy2025-06-031-0/+4
* *: suppress cognitive_complexity warnings from nightlyNick Mathewson2025-05-294-0/+7
* arti, cell, dirclient: Use expect instead of unwrap.Nick Mathewson2025-05-291-1/+1
* ./maint/cargo_sort: Run cargo-sort on the entire workspace.Gabriela Moldovan2025-05-271-10/+26
* Merge branch 'todo1' into 'main'Ian Jackson2025-05-201-78/+57
|\
| * arti: cfg::test Rework refactorplaybahn2025-05-191-9/+8
| * arti: cfg::test: Fix TODO + Minor refactorplaybahn2025-04-261-76/+56
* | arti: resolve a variant-size-difference warning.Nick Mathewson2025-05-152-2/+2
* | Merge branch 'msrv-1.83' into 'main'gabi-2502025-05-141-1/+1
|\ \
| * | All crates: bump rust-version to 1.83.Nick Mathewson2025-05-131-1/+1
* | | arti: test: Refactor arti integration testhjrgrn2025-05-125-2/+157
|/ /
* | release: Bump arti to 1.4.3.Wesley Aptekar-Cassels2025-05-011-1/+1
* | release: Bump all unstable tor/arti crates to 0.30.0Wesley Aptekar-Cassels2025-05-011-18/+18
* | Merge branch 'release-2025-04-update-semver' into 'main'Nick Mathewson2025-04-301-0/+6
|\ \
| * | arti: Add feature flags for backwards compatibility.Wesley Aptekar-Cassels2025-04-302-2/+6
| * | maint: Update semver.md files from semver-checksWesley Aptekar-Cassels2025-04-301-0/+2
* | | chore: Run fixup-features.Wesley Aptekar-Cassels2025-04-301-1/+1
|/ /
* | Upgrade dependencies.Wesley Aptekar-Cassels2025-04-291-2/+2
* | Replace signal-hook-async-std with async-signal to fix RUSTSEC-2024-0384Vijaya Bhaskar2025-04-262-7/+5
|/
* arti,arti-client: Add an option to override required protocolsNick Mathewson2025-04-162-0/+15
* Remove hsc quiet and force flags in favor of batchhjrgrn2025-04-143-36/+33
* metrics: arti: Make feature `experimental`, not `experimental-api`Ian Jackson2025-04-081-1/+2
* metrics: arti: Use new Cargo.toml feature syntaxIan Jackson2025-04-081-1/+1
* metrics: arti: Reduce features on metrics-exporter-prometheusIan Jackson2025-04-081-1/+1
* metrics: config tests: Correct a commentIan Jackson2025-04-081-1/+1
* metrics: config: Correct the docs on the MetricsConfig typeIan Jackson2025-04-081-1/+1
* metrics: config: Correct the docs on the listen config fieldIan Jackson2025-04-081-9/+4
* metrics: config: Fix typo in the example config fileIan Jackson2025-04-081-1/+1
* metrics: config: Correct the docs in the example config fileIan Jackson2025-04-081-1/+2
* arti: cfg tests: Improve formatting of an assertIan Jackson2025-04-081-3/+6
* tor-hsrproxy: Export a connection count metricIan Jackson2025-04-081-1/+1
* arti: Optionally set up a Prometheus metrics exporterIan Jackson2025-04-085-1/+154
* arti: cfg tests: On mismatch, report which config fileIan Jackson2025-04-081-2/+2
* fix `clippy::doc_overindented_list_items`Steven Engler2025-04-031-2/+2
* arti: Fix TODO: Rework test: onion_proxy::build_listplaybahn2025-04-011-71/+31
* arti: onion_proxy::build_list: fix TODO: Add testplaybahn2025-04-011-6/+104
* Bump arti crate to 1.4.2Gabriela Moldovan2025-03-311-1/+1
* Bump all the unstable tor- and arti- crates to 0.29.0.Gabriela Moldovan2025-03-311-18/+18
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-03-311-3/+3
* Merge branch 'rpc-configuration' into 'main'opara2025-03-253-3/+142
|\
| * Add examples and tests for RPC options.Nick Mathewson2025-03-253-3/+121
| * arti: warn when rpc options are set without rpc feature.Nick Mathewson2025-03-251-0/+21
* | Mark rpc features as non-experimental.Nick Mathewson2025-03-251-2/+3
|/
* Merge branch '1630-scrub-address-from-output' into 'main'gabi-2502025-03-192-24/+30
|\
| * test: Fix get-key-error testcase for hschjrgrn2025-03-192-3/+3
| * test: Fix get-key-error testcase for hschjrgrn2025-03-182-2/+3
| * hsc: Improve get_onion_address functionhjrgrn2025-03-181-2/+3