summaryrefslogtreecommitdiff
path: root/crates/arti/src/cfg.rs
Commit message (Expand)AuthorAgeFilesLines
* Add a test for transport configurationNick Mathewson2024-04-021-0/+46
* Merge branch 'encapsulate_config_rs' into 'main'Nick Mathewson2024-03-131-8/+18
|\
| * tor-config: Put config::Config inside a wrapper type.Nick Mathewson2024-03-131-1/+1
| * Use ConfigurationSource::Verbatim in our tests.Nick Mathewson2024-03-131-7/+17
* | Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
|/
* arti-client: Add VanguardsConfig to TorClientConfig.Gabriela Moldovan2024-03-111-0/+11
* Fix typos in doc commentsTobias Stoeckmann2024-03-061-1/+1
* arti: define RpcConfig only if neededTobias Stoeckmann2024-02-291-1/+1
* arti: use name bindings only if neededTobias Stoeckmann2024-02-291-1/+3
* Add a configuration option for long_lived_ports.Nick Mathewson2024-02-201-0/+1
* Merge branch 'err_on_no_onion_service_support' into 'main'Nick Mathewson2024-01-161-4/+10
|\
| * Give an error when user configured onion services with no support.Nick Mathewson2024-01-161-4/+10
* | hsrproxy: Temporarily remove ability to config unix addressesNick Mathewson2024-01-161-0/+2
|/
* arti::cfg: Turn a TODO HSS into a ticket.Nick Mathewson2024-01-091-1/+1
* arti: Test for expected value of onion service cfg.Nick Mathewson2023-12-121-2/+34
* arti: Enforce onion service nickname distinctnessNick Mathewson2023-12-121-3/+3
* arti: Downgrade a TODO HSS about testing onion-service config.Nick Mathewson2023-12-121-1/+2
* arti cfg: suppress a warningIan Jackson2023-12-041-0/+1
* Revert "hsrproxy: Temporarily change the format of ProxyRule."Nick Mathewson2023-11-291-1/+1
* Use a less obtrustive sign to end the onion services config sectionNick Mathewson2023-10-111-5/+5
* Improve test fn documentation even more.Ian Jackson2023-10-101-2/+2
* arti::cfg: tweak narrow() test fn to be more useful.Nick Mathewson2023-10-101-12/+14
* Non-working attempt to test onion service configuration.Nick Mathewson2023-10-031-2/+52
* arti: Try to document some test helpers.Nick Mathewson2023-10-031-1/+18
* arti: Make onion_service configuration option pluralNick Mathewson2023-10-031-3/+3
* Note that we *do* need to actually test the onion service config.Ian Jackson2023-10-031-1/+1
* arti: Add a list of [[onion_service]]s to the config.Nick Mathewson2023-10-031-1/+29
* arti tests: Suppress a lint locallyIan Jackson2023-09-051-1/+2
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* arti::cfg tests: Use fold to make nightly clippy happierNick Mathewson2023-08-221-4/+5
* arti cfg tests: Add keystore to example config.Gabriela Moldovan2023-07-131-14/+2
* arti-client: Use the config struct from tor-keymgr.Gabriela Moldovan2023-07-131-1/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* arti: Add a `logging.time_granularity` option with 1s default.Nick Mathewson2023-07-061-0/+1
* arti cfg tests: Add declare_exceptions for storage.keystore_dir.Gabriela Moldovan2023-06-291-1/+22
* example-config: Temporarily remove keystore_dir example.Gabriela Moldovan2023-06-291-1/+1
* arti-client: Add keystore_dir to StorageConfig.Gabriela Moldovan2023-06-291-0/+1
* arti cfg tests: Suppress an undesriable clippy lintIan Jackson2023-06-281-0/+1
* arti cfg tests: declare_exceptions: Annotate the types for clarity (fmt)Ian Jackson2023-06-281-6/+4
* arti cfg tests: declare_exceptions: Annotate the types for clarityIan Jackson2023-06-281-1/+6
* arti cfg tests: Point the reader to the types used in declarationsIan Jackson2023-06-281-0/+12
* arti cfg tests: Move InCode into declare_config_exampleIan Jackson2023-06-281-19/+19
* arti cfg tests: Make declare_exception take distinguished old/new typesIan Jackson2023-06-281-15/+27
* HS configuration: Add retry parameters to configurationIan Jackson2023-06-281-0/+2
* HS configuration: Add and honour `allow_onion_addrs` in configurationIan Jackson2023-06-281-0/+11
* art cfg tests: Fix garbled doc wordinggabi-2502023-06-281-2/+2
* arti cfg tests: Fix doc commentgabi-2502023-06-281-1/+1
* arti cfg tests: Overhaul exception handling (fmt)Ian Jackson2023-06-281-36/+32
* arti cfg tests: Overhaul exception handlingIan Jackson2023-06-281-92/+324
* arti cfg tests: Remove a comment relating to work already doneIan Jackson2023-06-281-4/+0