summaryrefslogtreecommitdiff
path: root/crates/arti/src/cfg.rs
Commit message (Expand)AuthorAgeFilesLines
* arti: remove `resolve_listen_port!` macroSteven Engler2026-01-291-35/+0
* arti: remove deprecated `proxy.dns_port` config optionSteven Engler2026-01-291-17/+1
* arti: remove deprecated `proxy.socks_port` config optionSteven Engler2026-01-291-17/+5
* arti: small changes to socks/dns listen config testsSteven Engler2026-01-291-16/+13
* arti: relax '_listen'/'_port' config compat testsSteven Engler2026-01-291-40/+2
* arti: Resolve unreachable-pub warnings.Nick Mathewson2026-01-131-15/+38
* arti: Move "port_info_file" configuration into "storage"Nick Mathewson2025-12-161-2/+24
* arti: Export the chosen ports in a ports_info.json file.Nick Mathewson2025-12-161-0/+11
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-041-1/+0
* circmgr: Add a timeout setting for long-lived circuits.Nick Mathewson2025-11-121-0/+1
* arti: Experimental support for tokio-consoleNick Mathewson2025-11-061-0/+11
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* arti: Implement a "bilingual" HTTP CONNECT proxy.Nick Mathewson2025-10-281-0/+2
* arti: Add experimental support for OpenTelemetry.Wesley Aptekar-Cassels2025-09-241-0/+10
* tor-dircommon: Implement proposal 330Clara Engler2025-09-161-5/+4
* clippy: fix `clippy::implicit_clone` errorsSteven Engler2025-08-111-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-6/+6
* arti: make "memquota" feature a no-opSteven Engler2025-07-311-31/+17
* arti: cfg::test Rework refactorplaybahn2025-05-191-9/+8
* arti: cfg::test: Fix TODO + Minor refactorplaybahn2025-04-261-76/+56
* arti,arti-client: Add an option to override required protocolsNick Mathewson2025-04-161-0/+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
* arti: cfg tests: Improve formatting of an assertIan Jackson2025-04-081-3/+6
* arti: Optionally set up a Prometheus metrics exporterIan Jackson2025-04-081-0/+106
* arti: cfg tests: On mismatch, report which config fileIan Jackson2025-04-081-2/+2
* Add examples and tests for RPC options.Nick Mathewson2025-03-251-1/+60
* arti: warn when rpc options are set without rpc feature.Nick Mathewson2025-03-251-0/+21
* arti: Disable RPC reconfiguration for nowNick Mathewson2024-12-191-1/+1
* arti: Move RpcConfig to rpc.rsNick Mathewson2024-12-191-29/+4
* tor-config: removed re-export of `CfgPath`Steven Engler2024-11-041-4/+4
* tor-memquota: Declare memquota feature stable, and defaultIan Jackson2024-10-221-1/+0
* arti cfg tests: Clarify here and thereIan Jackson2024-10-221-1/+2
* arti cfg tests: Fix typoIan Jackson2024-10-221-1/+1
* minimal features test: Introduce new --cfg arti_features_preciseIan Jackson2024-10-221-1/+6
* tor-keymgr: Move C Tor keystore configs under ctor key.Gabriela Moldovan2024-10-081-2/+3
* tor-keymgr: Add configuration for C Tor client keystores.Gabriela Moldovan2024-10-081-1/+9
* arti-client: Use the configured C Tor keystores, if any.Gabriela Moldovan2024-10-081-8/+1
* tor-keymgr: Add configuration for C Tor service keystores.Gabriela Moldovan2024-10-081-0/+10
* Merge branch 'warn_on_nonlocal' into 'main'Nick Mathewson2024-10-011-2/+13
|\
| * Mark resolve_listen_port as deprecated.Nick Mathewson2024-09-301-2/+9
| * arti::cfg: Add a note to avoid new uses of a macro.Nick Mathewson2024-09-251-0/+4
* | Merge branch 'silence-warning' into 'main'gabi-2502024-09-301-0/+1
|\ \
| * | arti: Silence unused_mut warning.Gabriela Moldovan2024-09-181-0/+1
| |/
* | arti: add an example for onion service "reject" optionNick Mathewson2024-09-261-0/+4
* | Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-5/+3
|/
* Provide a MemoryQuotaTracker in TorClientIan Jackson2024-09-041-1/+0
* arti: Proper testing of the memory limit config parsingIan Jackson2024-09-041-2/+53
* arti cfg tests: Provide resolve_return_resultsIan Jackson2024-09-041-0/+6