summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tor-config: Support functions for tracking ignored config keysIan Jackson2022-05-243-0/+181
| * | | Split TorClientConfig out of ArtiConfig, and Resolvable traitIan Jackson2022-05-248-51/+117
| * | | tor-config: Introduce Builder trait and ConfigReolveErrorIan Jackson2022-05-242-5/+60
| * | | arti tests: Introduce bld_tor variableIan Jackson2022-05-241-22/+19
| * | | tor-config: Add a lint allowIan Jackson2022-05-241-0/+1
* | | | Merge branch 'no-disable-arti-permission-checks' into 'main'Nick Mathewson2022-05-253-7/+19
|\ \ \ \ | |_|_|/ |/| | |
| * | | fs-mistrust: allow symlinks to have any permissionsAlex Xu (Hello71)2022-05-252-1/+12
| * | | ci: set umask instead of ARTI_FS_DISABLE_PERMISSION_CHECKSAlex Xu (Hello71)2022-05-251-6/+7
* | | | Merge branch 'no_nochange' into 'main'Ian Jackson2022-05-253-72/+25
|\ \ \ \ | |/ / / |/| | |
| * | | DirMgr:: Remove Error::NoChange as redundant.Nick Mathewson2022-05-253-72/+25
* | | | Merge branch 'bug475' into 'main'Ian Jackson2022-05-251-1/+6
|\ \ \ \
| * | | | ConfigurationSources: Allow config files to be world-readable.Nick Mathewson2022-05-241-1/+6
* | | | | Merge branch 'support_policy' into 'main'Nick Mathewson2022-05-251-0/+172
|\ \ \ \ \
| * | | | | Apply clarifications to SupportPolicy.md from @DizietIan Jackson2022-05-241-3/+3
| * | | | | Clarify which releases get advisories.Nick Mathewson2022-05-201-0/+2
| * | | | | SupportPolicy: Add tiers, clarify what "support" means.Nick Mathewson2022-05-201-18/+102
| * | | | | Initial draft policy on supported platforms and dependenciesNick Mathewson2022-05-181-0/+86
* | | | | | Merge branch 'socks-errors' into 'main'Nick Mathewson2022-05-251-48/+67
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | reply socks error on more codepathtrinity-1686a2022-05-251-48/+67
| | |_|_|/ | |/| | |
* / | | | Typo fixes (automated with "typos").Nick Mathewson2022-05-242-5/+5
|/ / / /
* | | | Merge branch 'isolation-example' into 'main'Nick Mathewson2022-05-241-0/+198
|\ \ \ \
| * | | | 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
* | | | | Run "cargo update" in preparation for the next release.Nick Mathewson2022-05-241-62/+48
* | | | | Start work on a changelog for 0.4.0Nick Mathewson2022-05-241-0/+81
| |_|_|/ |/| | |
* | | | Merge branch 'configurable-mistrust' into 'main'Nick Mathewson2022-05-2422-228/+887
|\ \ \ \ | |_|_|/ |/| | |
| * | | 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