summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Use serde attrs instead of manual implsNick Mathewson2022-05-242-28/+14
| * | | | Note that fs-mistrust has broken semver.Nick Mathewson2022-05-241-0/+1
| * | | | 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-244-11/+324
| * | | | Add serde derives for MistrustBuilder.Nick Mathewson2022-05-244-0/+18
| * | | | fs-mistrust: Add Group and User types.Nick Mathewson2022-05-245-24/+197
| * | | | fs-mistrust: make Mistrust have a corresponding Builder type.Nick Mathewson2022-05-2414-157/+222
| * | | | fs-mistrust: rename fieldsNick Mathewson2022-05-242-15/+15
|/ / / /
* | | | Merge branch 'upgrades-20220523' into 'main'Ian Jackson2022-05-243-6/+6
|\ \ \ \
| * | | | Update to newer sanitize-filename and tinystr.Nick Mathewson2022-05-233-6/+6
| |/ / /
* | | | Merge branch 'clippy_pass' into 'main'Ian Jackson2022-05-2414-14/+16
|\ \ \ \ | |/ / / |/| | |
| * | | 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 'check-pid-squashed'Nick Mathewson2022-05-231-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | chutney/teardown: validate that pid is setJim Newsome2022-05-231-1/+1
* | | | 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
* | | | | 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