summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix a portability issue with Rust 1.56Nick Mathewson2022-05-161-1/+1
| * | | Give an error if the cache violates If-Modified-Since.Nick Mathewson2022-05-161-7/+24
| * | | Add missing extend_tolerance to add_consensus_text.Nick Mathewson2022-05-161-0/+1
| * | | DirMgr: Blame the correct cache for consensus validation failureNick Mathewson2022-05-161-2/+15
| * | | Move consensus signature verification to add-document code.Nick Mathewson2022-05-161-22/+95
| * | | On a blocking error, blame the appropriate directory cacheNick Mathewson2022-05-162-0/+22
| * | | DirMgr: Add a way for a state to report a blocking error.Nick Mathewson2022-05-162-7/+26
| * | | 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-164-4/+15
| * | | DirMgr: make DocSource useful by having it include dirserver info.Nick Mathewson2022-05-163-22/+47
| |/ /
* | | Merge branch 'backtrace' into 'main'Nick Mathewson2022-05-171-0/+15
|\ \ \ | |/ / |/| |
| * | Placate rustfmtIan Jackson2022-05-171-5/+1
| * | Do backtrace string matching test only on some platforms.Ian Jackson2022-05-171-0/+19
|/ /
* | Merge branch 'ticket_466' into 'main'Nick Mathewson2022-05-166-11/+121
|\ \
| * \ Merge branch 'main' into 'ticket_466'Nick Mathewson2022-05-1641-559/+694
| |\ \ | |/ / |/| |
* | | 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
* | | | Merge branch 'typos' into 'main'Nick Mathewson2022-05-141-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix typoDimitris Apostolou2022-05-141-1/+1
|/ / /
* | | Merge branch 'arti-config-2' into 'main'Nick Mathewson2022-05-1317-349/+291
|\ \ \
| * | | Document semver changesIan Jackson2022-05-131-0/+2
| * | | Abolish arti-config, replacing with tombstone crateIan Jackson2022-05-137-100/+8
| * | | arti-config abolition: Change references to use tor_configIan Jackson2022-05-138-7/+17
| * | | 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-132-0/+4
| * | | 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
* | | | Merge branch 'mistrust-load' into 'main'Ian Jackson2022-05-135-21/+52
|\ \ \ \
| * | | | 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-133-0/+9
|/ / / /
* | | | Merge branch 'network-config-error' into 'main'Nick Mathewson2022-05-122-5/+1
|\ \ \ \
| * | | | Delete tor_dirmgr::Error::BadNetworkConfigIan Jackson2022-05-122-5/+1
* | | | | Merge branch 'template' into 'main'Nick Mathewson2022-05-128-54/+80
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add semver note for these changesIan Jackson2022-05-121-0/+5
| * | | | 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-123-4/+27
| * | | | 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
| |/ / /