| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | DirMgr: Stop load-from-cache process when there is no change. | Nick Mathewson | 2022-05-24 | 2 | -29/+133 | |
| | |/ / / / / | ||||||
| * | | | | | | Allow use of RetainMut, since we do not require Rust 1.61 yet. | Nick Mathewson | 2022-05-24 | 1 | -0/+2 | |
| * | | | | | | Run "cargo update" in preparation for the next release. | Nick Mathewson | 2022-05-24 | 1 | -62/+48 | |
| * | | | | | | Start work on a changelog for 0.4.0 | Nick Mathewson | 2022-05-24 | 1 | -0/+81 | |
| | |_|_|/ / |/| | | | | ||||||
| * | | | | | Merge branch 'configurable-mistrust' into 'main' | Nick Mathewson | 2022-05-24 | 22 | -228/+887 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | Use serde attrs instead of manual impls | Nick Mathewson | 2022-05-24 | 2 | -28/+14 | |
| | * | | | | Note that fs-mistrust has broken semver. | Nick Mathewson | 2022-05-24 | 1 | -0/+1 | |
| | * | | | | Apply fs-mistrust to logfile directories. | Nick Mathewson | 2022-05-24 | 4 | -7/+46 | |
| | * | | | | Make fs-mistrust configurable from the top level. | Nick Mathewson | 2022-05-24 | 7 | -56/+120 | |
| | * | | | | Write custom serde impls for Trusted{User,Group} | Nick Mathewson | 2022-05-24 | 4 | -11/+324 | |
| | * | | | | Add serde derives for MistrustBuilder. | Nick Mathewson | 2022-05-24 | 4 | -0/+18 | |
| | * | | | | fs-mistrust: Add Group and User types. | Nick Mathewson | 2022-05-24 | 5 | -24/+197 | |
| | * | | | | fs-mistrust: make Mistrust have a corresponding Builder type. | Nick Mathewson | 2022-05-24 | 14 | -157/+222 | |
| | * | | | | fs-mistrust: rename fields | Nick Mathewson | 2022-05-24 | 2 | -15/+15 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'upgrades-20220523' into 'main' | Ian Jackson | 2022-05-24 | 3 | -6/+6 | |
| |\ \ \ \ | ||||||
| | * | | | | Update to newer sanitize-filename and tinystr. | Nick Mathewson | 2022-05-23 | 3 | -6/+6 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'clippy_pass' into 'main' | Ian Jackson | 2022-05-24 | 14 | -14/+16 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Resolve the new `derive_partial_eq_without_eq` lint. | Nick Mathewson | 2022-05-23 | 12 | -14/+14 | |
| | * | | | Suppress clippy warnings in tor-basic-utils. | Nick Mathewson | 2022-05-23 | 2 | -0/+2 | |
| * | | | | Merge branch 'check-pid-squashed' | Nick Mathewson | 2022-05-23 | 1 | -1/+1 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | chutney/teardown: validate that pid is set | Jim Newsome | 2022-05-23 | 1 | -1/+1 | |
| * | | | | Merge branch 'remove_dbgs' into 'main' | Nick Mathewson | 2022-05-23 | 2 | -5/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | Add a couple of "pub use" to make nightly rustdoc pass. | Nick Mathewson | 2022-05-20 | 1 | -0/+3 | |
| | * | | | | Remove dbg!()s in tor-config | Nick Mathewson | 2022-05-20 | 1 | -5/+0 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'update-min-async-compression' into 'main' | eta | 2022-05-23 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | async-compression minimum version 0.3.5 -> 0.3.14 | Jim Newsome | 2022-05-23 | 1 | -1/+1 | |
| * | | | | | Merge branch 'streamprefs-test' into 'main' | eta | 2022-05-23 | 1 | -0/+77 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | add unit tests for arti_client::StreamPrefs | michael mccune | 2022-05-23 | 1 | -0/+77 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'channel' into 'main' | Ian Jackson | 2022-05-23 | 5 | -75/+569 | |
| |\ \ \ \ | ||||||
| | * | | | | prepare_send_from: clippy: Replace some or_else with or | Ian Jackson | 2022-05-23 | 1 | -2/+2 | |
| | * | | | | prepare_send_from: clippy: Have dprintln explicitly return () | Ian Jackson | 2022-05-23 | 1 | -1/+1 | |
| | * | | | | prepare_send_from: clippy: Avoid a lint | Ian Jackson | 2022-05-23 | 1 | -2/+1 | |
| | * | | | | prepare_send_from: clippy: Add missing docs | Ian Jackson | 2022-05-23 | 1 | -11/+18 | |
| | * | | | | prepare_send_from: clippy: Replace two unwraps | Ian Jackson | 2022-05-23 | 1 | -2/+6 | |
| | * | | | | prepare_send_from: Break out get_output! macro | Ian Jackson | 2022-05-23 | 1 | -2/+11 | |
| | * | | | | prepare_send_from: docs and comments improvements | Ian Jackson | 2022-05-23 | 1 | -13/+115 | |
| | * | | | | prepare_send_from: Add tests | Ian Jackson | 2022-05-23 | 1 | -0/+122 | |
| | * | | | | channel: Provide and use Sink::prepare_send_from | Ian Jackson | 2022-05-23 | 5 | -75/+326 | |
| |/ / / / | ||||||
| * | | | | Update Gitlab CI config for Gitlab 14.10 | eta | 2022-05-23 | 1 | -1/+3 | |
| * | | | | Merge branch 'update-async-compression' into 'main' | eta | 2022-05-23 | 1 | -8/+8 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | async-compression v0.3.12 -> v0.3.14 | Jim Newsome | 2022-05-20 | 1 | -8/+8 | |
| |/ / / | ||||||
| * | | | Merge branch 'cert_dl_recovery_v3' into 'main' | eta | 2022-05-19 | 7 | -246/+632 | |
| |\ \ \ | ||||||
| | * | | | Simplify advance and reset functions with mem::replace. | Nick Mathewson | 2022-05-19 | 1 | -8/+4 | |
| | * | | | Explain why we call update_status unconditionally. | Nick Mathewson | 2022-05-19 | 1 | -0/+3 | |
| | * | | | Remove BootstrapAction::Impossible | Nick Mathewson | 2022-05-19 | 3 | -7/+4 | |
| | * | | | Fix compilation with Rust 1.56. | Nick Mathewson | 2022-05-17 | 1 | -3/+2 | |
| | * | | | DirMgr: Remove blocking_error return path. | Nick Mathewson | 2022-05-17 | 2 | -53/+29 | |
| | * | | | DirMgr: Unify error return paths | Nick Mathewson | 2022-05-17 | 3 | -170/+262 | |
| | * | | | DirMgr: Remove special handling of "changed" boolean | Nick Mathewson | 2022-05-17 | 2 | -84/+69 | |
| | * | | | DirMgr: Start refactoring error handling. | Nick Mathewson | 2022-05-17 | 2 | -3/+96 | |
