summaryrefslogtreecommitdiff
path: root/crates/arti/src
Commit message (Expand)AuthorAgeFilesLines
...
* | arti: keys: Add comment explaining difference between `affected_keystores` an...hjrgrn2025-10-081-0/+5
* | arti: keys: Refactor `get_expired_keys`hjrgrn2025-10-081-9/+6
* | arti: keys: Add integrity check for empty expired_entrieshjrgrn2025-10-081-0/+14
* | arti: keys: Introduce InvalidKeystoreEntry and InvalidKeystoreEntries structshjrgrn2025-10-081-33/+74
* | arti: keys: Remove `filter` in favor of `retain` in `run_check_integrity`hjrgrn2025-10-081-11/+9
* | arti: keys: Add comment explaining expired entry handling in `run_check_integ...hjrgrn2025-10-081-0/+2
* | arti: keys: Improve `run_check_integrity` functionhjrgrn2025-10-081-11/+23
* | arti: keys: Adapt `maybe_remove_invalid_entries` to updated `run_check_integr...hjrgrn2025-10-081-14/+19
* | arti: keys: Refactor function `display_invalid_keystore_entries`hjrgrn2025-10-081-32/+40
* | arti: keys: Implement `display_invalid_keystore_entries`hjrgrn2025-10-081-2/+39
* | arti: keys: Refactor `display_invalid_keystore_entries`hjrgrn2025-10-081-35/+38
* | arti: keys: Refactor run_check_integrity to use keystores with IDshjrgrn2025-10-081-28/+37
|/
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* arti: Add skip_all to instrument call.Wesley Aptekar-Cassels2025-09-241-1/+1
* arti: Make panic into error on invalid OTEL endpoint.Wesley Aptekar-Cassels2025-09-241-3/+5
* arti: Add note about OpenTelemetry data model.Wesley Aptekar-Cassels2025-09-241-0/+3
* arti: Add note about lack of filtering in OpenTelemetry layer.Wesley Aptekar-Cassels2025-09-241-0/+3
* arti: Add skip_all to instrument macro.Wesley Aptekar-Cassels2025-09-241-1/+1
* arti: Add more detail about OpenTelemetry in example config.Wesley Aptekar-Cassels2025-09-241-2/+9
* opentelemetry: Use humantime_serde for parsing Durations.Wesley Aptekar-Cassels2025-09-241-0/+3
* opentelemetry: Panic if configured for non-localhost HTTP endpoint.Wesley Aptekar-Cassels2025-09-241-0/+8
* arti: Add more info about OpenTelemetry to example config.Wesley Aptekar-Cassels2025-09-241-2/+6
* opentelemetry: Add note about lack of upstream OTLP exporter.Wesley Aptekar-Cassels2025-09-241-0/+3
* opentelemetry: Panic on mutex poison.Wesley Aptekar-Cassels2025-09-241-8/+1
* opentelemetry: Add some instrument macros.Wesley Aptekar-Cassels2025-09-243-3/+11
* arti: Add experimental support for OpenTelemetry.Wesley Aptekar-Cassels2025-09-244-0/+270
* tor-dircommon: Implement proposal 330Clara Engler2025-09-161-5/+4
* Merge branch 'hss-ctor-migrate-test' into 'main'gabi-2502025-09-111-4/+3
|\
| * arti: test: Add integration test for `hss ctor-migrate`hjrgrn2025-09-101-4/+3
* | arti-client: Remove wrong statement in exampleClara Engler2025-09-091-3/+0
* | arti: Update `arti-example-config.toml`Clara Engler2025-09-091-1/+7
|/
* arti: keys: Add `keys check-integrity` CLI toolhjrgrn2025-09-042-18/+221
* Document why we are using ring with rustlsNick Mathewson2025-08-191-0/+4
* Merge branch 'circ-react-report' into 'main'opara2025-08-182-0/+112
|\
| * arti: log errors using `tor_error::ErrorReport`Steven Engler2025-08-181-1/+14
| * arti: log error fields lastSteven Engler2025-08-182-0/+99
* | Merge branch 'document-max-mem-overhead' into 'main'Nick Mathewson2025-08-181-4/+8
|\ \ | |/ |/|
| * Add a disclaimer that not all memory usage is trackedNick Mathewson2025-08-181-0/+3
| * Light reformatting on system.memory documentation.Nick Mathewson2025-08-181-4/+5
* | Merge branch 'fix-nightly-warn' into 'main'Nick Mathewson2025-08-181-1/+1
|\ \ | |/ |/|
| * clippy: fix `clippy::implicit_clone` errorsSteven Engler2025-08-111-1/+1
* | arti: Add more explanation of pow_rend_queue_depth to example config.Wesley Aptekar-Cassels2025-08-131-1/+3
* | tor-hsservice: Add pow_rend_queue_depth config option.Wesley Aptekar-Cassels2025-08-131-0/+7
* | arti: keys: Fix `display_keystore_entries` outputhjrgrn2025-08-091-0/+1
|/
* Merge branch 'update_to_edition_2024_v2' into 'main'Nick Mathewson2025-08-079-41/+46
|\
| * Fix warnings and errors from edition 2024.Nick Mathewson2025-08-071-1/+1
| * Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-079-37/+42
| * Update code for Edition 2024Nick Mathewson2025-08-071-3/+3
* | arti: keys: Improve CLI output by distinguishing KeyPath variantshjrgrn2025-08-061-17/+64
|/
* arti::socks: Resolve a TODO MSRV entry.Nick Mathewson2025-08-051-6/+3