summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mention isolation is an advanced topic and most usage don't require implement...trinity-1686a2022-05-241-0/+3
| * | | add example for Isolationtrinity-1686a2022-05-231-0/+195
* | | | Merge branch 'bug482' into 'main'eta2022-05-242-29/+133
|\ \ \ \
| * | | | DirMgr: Stop load-from-cache process when there is no change.Nick Mathewson2022-05-242-29/+133
| |/ / /
* | | / Allow use of RetainMut, since we do not require Rust 1.61 yet.Nick Mathewson2022-05-241-0/+2
| |_|/ |/| |
* | | Use serde attrs instead of manual implsNick Mathewson2022-05-242-28/+14
* | | Apply fs-mistrust to logfile directories.Nick Mathewson2022-05-244-7/+46
* | | Make fs-mistrust configurable from the top level.Nick Mathewson2022-05-247-56/+120
* | | Write custom serde impls for Trusted{User,Group}Nick Mathewson2022-05-243-11/+322
* | | Add serde derives for MistrustBuilder.Nick Mathewson2022-05-243-0/+17
* | | fs-mistrust: Add Group and User types.Nick Mathewson2022-05-244-24/+196
* | | 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