summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | async-compression minimum version 0.3.5 -> 0.3.14Jim Newsome2022-05-231-1/+1
* | | | add unit tests for arti_client::StreamPrefsmichael mccune2022-05-231-0/+77
|/ / /
* | | prepare_send_from: clippy: Replace some or_else with orIan Jackson2022-05-231-2/+2
* | | prepare_send_from: clippy: Have dprintln explicitly return ()Ian Jackson2022-05-231-1/+1
* | | prepare_send_from: clippy: Avoid a lintIan Jackson2022-05-231-2/+1
* | | prepare_send_from: clippy: Add missing docsIan Jackson2022-05-231-11/+18
* | | prepare_send_from: clippy: Replace two unwrapsIan Jackson2022-05-231-2/+6
* | | prepare_send_from: Break out get_output! macroIan Jackson2022-05-231-2/+11
* | | prepare_send_from: docs and comments improvementsIan Jackson2022-05-231-13/+115
* | | prepare_send_from: Add testsIan Jackson2022-05-231-0/+122
* | | channel: Provide and use Sink::prepare_send_fromIan Jackson2022-05-234-75/+322
|/ /
* | Merge branch 'cert_dl_recovery_v3' into 'main'eta2022-05-196-246/+631
|\ \
| * | Simplify advance and reset functions with mem::replace.Nick Mathewson2022-05-191-8/+4
| * | Explain why we call update_status unconditionally.Nick Mathewson2022-05-191-0/+3
| * | Remove BootstrapAction::ImpossibleNick Mathewson2022-05-193-7/+4
| * | Fix compilation with Rust 1.56.Nick Mathewson2022-05-171-3/+2
| * | DirMgr: Remove blocking_error return path.Nick Mathewson2022-05-172-53/+29
| * | DirMgr: Unify error return pathsNick Mathewson2022-05-173-170/+262
| * | DirMgr: Remove special handling of "changed" booleanNick Mathewson2022-05-172-84/+69
| * | DirMgr: Start refactoring error handling.Nick Mathewson2022-05-172-3/+96
| * | 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-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