summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'streamprefs-test' into 'main'eta2022-05-231-0/+77
|\ \ \ \ | |/ / / |/| | |
| * | | add unit tests for arti_client::StreamPrefsmichael mccune2022-05-231-0/+77
|/ / /
* | | Merge branch 'channel' into 'main'Ian Jackson2022-05-235-75/+569
|\ \ \
| * | | 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-235-75/+326
|/ / /
* | | Update Gitlab CI config for Gitlab 14.10eta2022-05-231-1/+3
* | | Merge branch 'update-async-compression' into 'main'eta2022-05-231-8/+8
|\ \ \ | |/ / |/| |
| * | async-compression v0.3.12 -> v0.3.14Jim Newsome2022-05-201-8/+8
|/ /
* | Merge branch 'cert_dl_recovery_v3' into 'main'eta2022-05-197-246/+632
|\ \
| * | 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-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