| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | tor-config: Support functions for tracking ignored config keys | Ian Jackson | 2022-05-24 | 3 | -0/+181 | |
| | * | | | Split TorClientConfig out of ArtiConfig, and Resolvable trait | Ian Jackson | 2022-05-24 | 8 | -51/+117 | |
| | * | | | tor-config: Introduce Builder trait and ConfigReolveError | Ian Jackson | 2022-05-24 | 2 | -5/+60 | |
| | * | | | arti tests: Introduce bld_tor variable | Ian Jackson | 2022-05-24 | 1 | -22/+19 | |
| | * | | | tor-config: Add a lint allow | Ian Jackson | 2022-05-24 | 1 | -0/+1 | |
| * | | | | Merge branch 'no-disable-arti-permission-checks' into 'main' | Nick Mathewson | 2022-05-25 | 3 | -7/+19 | |
| |\ \ \ \ | |_|_|/ |/| | | | ||||||
| | * | | | fs-mistrust: allow symlinks to have any permissions | Alex Xu (Hello71) | 2022-05-25 | 2 | -1/+12 | |
| | * | | | ci: set umask instead of ARTI_FS_DISABLE_PERMISSION_CHECKS | Alex Xu (Hello71) | 2022-05-25 | 1 | -6/+7 | |
| * | | | | Merge branch 'no_nochange' into 'main' | Ian Jackson | 2022-05-25 | 3 | -72/+25 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | DirMgr:: Remove Error::NoChange as redundant. | Nick Mathewson | 2022-05-25 | 3 | -72/+25 | |
| * | | | | Merge branch 'bug475' into 'main' | Ian Jackson | 2022-05-25 | 1 | -1/+6 | |
| |\ \ \ \ | ||||||
| | * | | | | ConfigurationSources: Allow config files to be world-readable. | Nick Mathewson | 2022-05-24 | 1 | -1/+6 | |
| * | | | | | Merge branch 'support_policy' into 'main' | Nick Mathewson | 2022-05-25 | 1 | -0/+172 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Apply clarifications to SupportPolicy.md from @Diziet | Ian Jackson | 2022-05-24 | 1 | -3/+3 | |
| | * | | | | | Clarify which releases get advisories. | Nick Mathewson | 2022-05-20 | 1 | -0/+2 | |
| | * | | | | | SupportPolicy: Add tiers, clarify what "support" means. | Nick Mathewson | 2022-05-20 | 1 | -18/+102 | |
| | * | | | | | Initial draft policy on supported platforms and dependencies | Nick Mathewson | 2022-05-18 | 1 | -0/+86 | |
| * | | | | | | Merge branch 'socks-errors' into 'main' | Nick Mathewson | 2022-05-25 | 1 | -48/+67 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | reply socks error on more codepath | trinity-1686a | 2022-05-25 | 1 | -48/+67 | |
| | | |_|_|/ | |/| | | | ||||||
| * / | | | | Typo fixes (automated with "typos"). | Nick Mathewson | 2022-05-24 | 2 | -5/+5 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'isolation-example' into 'main' | Nick Mathewson | 2022-05-24 | 1 | -0/+198 | |
| |\ \ \ \ | ||||||
| | * | | | | mention isolation is an advanced topic and most usage don't require implement... | trinity-1686a | 2022-05-24 | 1 | -0/+3 | |
| | * | | | | add example for Isolation | trinity-1686a | 2022-05-23 | 1 | -0/+195 | |
| * | | | | | Merge branch 'bug482' into 'main' | eta | 2022-05-24 | 2 | -29/+133 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | 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 | |
