summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | Implement nonfatal errors in add_from_*Nick Mathewson2022-05-161-52/+91
| * | DirMgr: Let add_from_* distinguish non-fatal errorsNick Mathewson2022-05-162-54/+79
| * | DirMgr: Improve display for DocSourceNick Mathewson2022-05-163-4/+14
| * | DirMgr: make DocSource useful by having it include dirserver info.Nick Mathewson2022-05-163-22/+47
* | | Placate rustfmtIan Jackson2022-05-171-5/+1
* | | Do backtrace string matching test only on some platforms.Ian Jackson2022-05-171-0/+19
|/ /
* | Merge branch 'main' into 'ticket_466'Nick Mathewson2022-05-1637-541/+611
|\ \
| * | Revert "Merge branch 'backtrace' into 'main'"eta2022-05-161-6/+0
| * | Merge branch 'backtrace' into 'main'eta2022-05-161-0/+6
| |\ \
| | * | Do backtrace string matching test only on LinuxIan Jackson2022-05-161-0/+6
| * | | Fix typoDimitris Apostolou2022-05-141-1/+1
| |/ /
| * | Merge branch 'arti-config-2' into 'main'Nick Mathewson2022-05-1315-332/+285
| |\ \
| | * | Abolish arti-config, replacing with tombstone crateIan Jackson2022-05-136-83/+8
| | * | arti-config abolition: Change references to use tor_configIan Jackson2022-05-137-7/+15
| | * | tor-config: Provide useful documentation for sources moduleIan Jackson2022-05-131-0/+14
| | * | arti-config abolition: Move functionality to tor-configIan Jackson2022-05-133-233/+238
| | * | arti-config abolition: Add deps to tor-configIan Jackson2022-05-131-0/+2
| | * | arti-config: Move default config file test to arti-clientIan Jackson2022-05-132-10/+9
| * | | Merge branch 'builder-default-3' into 'main'Nick Mathewson2022-05-136-83/+83
| |\ \ \ | | |/ / | |/| |
| | * | impl_standard_builder: Better comments explaining the parserIan Jackson2022-05-131-1/+7
| | * | impl_standard_builder: Have it generate FooConfig::builderIan Jackson2022-05-125-68/+7
| | * | impl_standard_builder: Test the Deserialize implIan Jackson2022-05-122-15/+70
| * | | Fix comment locationIan Jackson2022-05-131-2/+2
| * | | config load: Move mistrust checking to load()Ian Jackson2022-05-132-21/+43
| * | | arti-bench: Disable all fs permissions (fs-mistrust) checksIan Jackson2022-05-132-0/+8
| * | | Merge branch 'network-config-error' into 'main'Nick Mathewson2022-05-121-5/+0
| |\ \ \
| | * | | Delete tor_dirmgr::Error::BadNetworkConfigIan Jackson2022-05-121-5/+0
| * | | | Merge branch 'template' into 'main'Nick Mathewson2022-05-126-54/+74
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | arti-example-config.toml: Add a slightly improved commentIan Jackson2022-05-121-0/+1
| | * | | arti-example-config.toml: Re-un-comment the example settings in testIan Jackson2022-05-122-4/+26
| | * | | arti-example-config.toml: Comment out all the example settingsIan Jackson2022-05-121-24/+24
| | * | | arti-example-config: Mark some non-default examples more clearlyIan Jackson2022-05-121-10/+11
| | * | | config defaults: Test that empty deser is the sameIan Jackson2022-05-121-0/+4
| | * | | ARTI_EXAMPLE_CONFIG: Rename from ARTI_DEFAULTSIan Jackson2022-05-123-4/+3
| | * | | ARTI_DEFAULTS: Move to arti crateIan Jackson2022-05-125-10/+4
| | * | | config defaults: No longer apply ARTI_DEFAULTS in load()Ian Jackson2022-05-122-5/+0
| | * | | config defaults: Test that going via builder explicitly is the sameIan Jackson2022-05-121-0/+4
| | |/ /
| * | | Merge branch 'builder-default-bis' into 'main'eta2022-05-126-62/+26
| |\ \ \
| | * | | Rename impl_standard_builder from impl_default_via_builderIan Jackson2022-05-126-21/+26
| | * | | config: Replace more handwritten impl DefaultIan Jackson2022-05-123-44/+8
| | * | | config: Move macro calls to next to the structIan Jackson2022-05-122-9/+4
| | |/ /
| * | | Merge branch 'ticket_412_467' into 'main'Nick Mathewson2022-05-129-71/+290
| |\ \ \ | | |/ / | |/| |
| | * | Resolve DOCDOC comments in tor-dirmgr.Nick Mathewson2022-05-122-5/+7
| * | | Merge branch 'arti-config-1' into 'main'eta2022-05-124-2/+6
| |\ \ \
| | * | | arti-config: Move cmdline to tor-configIan Jackson2022-05-114-2/+6
| * | | | Merge branch 'clippy' into 'main'eta2022-05-126-7/+15
| |\ \ \ \
| | * | | | clippy: Change a binding to (), and allow clippy::let_unit_valueIan Jackson2022-05-112-1/+2
| | * | | | clippy: Use write! rather than push_str, formatIan Jackson2022-05-113-5/+12
| | * | | | clippy: Drop an unused lifetimeIan Jackson2022-05-111-1/+1
| | |/ / /
| * | | | Merge branch 'builder-default' into 'main'eta2022-05-124-31/+40
| |\ \ \ \