summaryrefslogtreecommitdiff
path: root/crates/arti/src/cfg.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add test warning exceptions to arti::cfg::testNick Mathewson2022-08-311-0/+7
* Fix Tests on Windows in Configuration Subsystem.Alexander Færøy2022-08-301-6/+30
* arti cfg: Provide comprehensive tests for port listeningIan Jackson2022-08-251-1/+116
* arti: cfg: Rename `*_port` to `*_listen` and change the typeIan Jackson2022-08-251-9/+69
* tor-config: Support tracking deprecated config keysIan Jackson2022-08-251-5/+11
* tor-config: Introduce ResolutionResultsIan Jackson2022-08-251-6/+7
* fix nightly lintstrinity-1686a2022-08-241-0/+1
* fix test failing due to missing allow_running_as_roottrinity-1686a2022-08-241-1/+1
* Merge branch 'no_root' into 'main'Nick Mathewson2022-08-241-0/+6
|\
| * arti: Do not allow running as root.Nick Mathewson2022-08-241-0/+6
* | arti cfg: Write down future plansIan Jackson2022-08-231-0/+13
* | arti cfg: Test parsing of the oldest config file we still supportIan Jackson2022-08-221-8/+36
* | arti cfg: Fix docs about ARTI_EXAMPLE_CONFIGIan Jackson2022-08-221-1/+4
|/
* arti: Add support for process hardeningNick Mathewson2022-08-151-0/+12
* arti: cfg: Remove another needless borrowIan Jackson2022-06-161-1/+1
* arti cfg tests: Remove a redundant line that shadows an earlier bindingIan Jackson2022-06-161-1/+0