summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | | fs-mistrust: make Mistrust have a corresponding Builder type.Nick Mathewson2022-05-2413-157/+221
* | | | fs-mistrust: rename fieldsNick Mathewson2022-05-242-15/+15
| |/ / |/| |
* | | Merge branch 'upgrades-20220523' into 'main'Ian Jackson2022-05-242-2/+2
|\ \ \
| * | | Update to newer sanitize-filename and tinystr.Nick Mathewson2022-05-232-2/+2
| |/ /
* | | Resolve the new `derive_partial_eq_without_eq` lint.Nick Mathewson2022-05-2312-14/+14
* | | Suppress clippy warnings in tor-basic-utils.Nick Mathewson2022-05-232-0/+2
|/ /
* | Merge branch 'remove_dbgs' into 'main'Nick Mathewson2022-05-232-5/+3
|\ \
| * | Add a couple of "pub use" to make nightly rustdoc pass.Nick Mathewson2022-05-201-0/+3
| * | Remove dbg!()s in tor-configNick Mathewson2022-05-201-5/+0
* | | Merge branch 'update-min-async-compression' into 'main'eta2022-05-231-1/+1
|\ \ \
| * | | 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