summaryrefslogtreecommitdiff
path: root/crates/arti/src/cfg.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* arti cfg tests: Code motionIan Jackson2023-06-281-206/+214
* Mark a builder as non-exhaustiveIan Jackson2023-06-281-0/+1
* RPC: Move the "listen" part of the RPC listener code to `arti`.Nick Mathewson2023-05-041-0/+44
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* arti: transports parsing: Record this as a ticketIan Jackson2022-11-301-4/+3
* arti, arti-client: Conditionalise various things on pt-clientIan Jackson2022-11-291-0/+1
* arti cfg tests: Add some more debug outputIan Jackson2022-11-291-0/+1
* bridge non-support: Test that we reject configsIan Jackson2022-11-211-4/+19
* bridge non-support: De-cfg the primary bridge config fieldsIan Jackson2022-11-211-3/+0
* arti cfg test: Break out expect_err_contains functionIan Jackson2022-11-211-9/+15
* bridge non-support: Disable the test for nowIan Jackson2022-11-211-0/+1
* Fix a bunch of "needless borrow" warnings on nightlyNick Mathewson2022-11-181-3/+3
* pt config, arti cfg test: Expect bridges.transports to be missingIan Jackson2022-11-161-2/+9
* arti cfg test: Coalesce expect_missingIan Jackson2022-11-161-0/+22
* arti cfg test: Document exhaustive_1 and comment exhaustiveIan Jackson2022-11-151-0/+39
* arti cfg test: Break out CONFIG_KEYS_EXPECT_NO_EXAMPLEIan Jackson2022-11-151-2/+9
* arti cfg test: Drop a redundant allowIan Jackson2022-11-151-1/+0
* Spelling fixes and normalizations on some high-level cratesNick Mathewson2022-11-071-3/+3
* Fix typosDimitris Apostolou2022-11-061-3/+3
* cfg tests: bridges: Document test case assumptionsIan Jackson2022-10-121-0/+19
* cfg tests: bridges: Remove now-redundant block { }Ian Jackson2022-10-121-13/+11
* cfg test: bridges: Test all three feature casesIan Jackson2022-10-121-4/+31
* cfg tests: bridges: Prepare for more comprehensive testingIan Jackson2022-10-121-8/+20
* cfg tests: Make ExampleSectionLines::resolve fallibleIan Jackson2022-10-121-5/+5
* Fix comment typo.Nick Mathewson2022-10-121-1/+1
* bridges: Test configurationIan Jackson2022-10-121-0/+121
* pt and bridges: Parse configurationIan Jackson2022-10-121-3/+1
* config exhaust checking: Feature-limit some of the testsIan Jackson2022-10-121-11/+17
* bridges config example: Add bridges section to example configIan Jackson2022-10-121-0/+3
* config exhaust checking: Allow for whole sectionsIan Jackson2022-10-121-2/+17
* config exhaust checking: Allow for options only unrecognized in newIan Jackson2022-10-121-4/+10
* config exhaust checking: Move unrecognized lists earlierIan Jackson2022-10-121-3/+3
* arti config exhaust checking: Improve message, add commentIan Jackson2022-10-121-2/+4
* Allow "clippy::single_char_pattern" in tests.Ian Jackson2022-10-121-0/+1