summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | serde attributes: A tiny bit of reorderingIan Jackson2022-05-052-3/+3
| * | | Make LogRotation SerializeIan Jackson2022-05-051-1/+1
|/ / /
* / / Start drafting a changelog for 0.3.0Nick Mathewson2022-05-041-0/+109
|/ /
* | Run "cargo update" in preparation for a release... next week?Nick Mathewson2022-05-041-133/+133
* | Merge branch 'socket-addr-list-builder' into 'main'Ian Jackson2022-05-0411-53/+136
|\ \
| * | list_builder: Add some xrefs about macro_rules limitationsIan Jackson2022-05-041-0/+8
| * | Fix typoNick Mathewson2022-05-041-1/+1
| * | FallbackDir: Use VecBuilder for orportsIan Jackson2022-05-047-37/+47
| * | FallbackDir: Do orport validation after autogenerated buildIan Jackson2022-05-041-5/+11
| * | FallbackDir: Do not consider defaulted-empty orport list to be validIan Jackson2022-05-041-7/+5
| * | list_builder: Update semver noteIan Jackson2022-05-041-1/+2
| * | list_builder: Provide VecBuilderIan Jackson2022-05-041-0/+41
| * | list_builder: Use Educe to derive DefaultIan Jackson2022-05-044-1/+5
| * | list_builder: Make helper capable of handling genericsIan Jackson2022-05-041-3/+15
| * | list_builder: Actually honour attributesIan Jackson2022-05-041-1/+4
* | | Merge branch 'guard-restriction-list' into 'main'Nick Mathewson2022-05-044-39/+57
|\ \ \
| * | | GuardUsage: restrictions Add semver noteIan Jackson2022-05-041-0/+1
| * | | GuardUsage: restrictions: Use list builderIan Jackson2022-05-043-39/+56
| |/ /
* | | Merge branch 'locked' into 'main'Nick Mathewson2022-05-041-1/+1
|\ \ \ | |/ / |/| |
| * | CI: Check that the lockfile is up to date.Ian Jackson2022-05-041-1/+1
* | | Merge branch 'list-builder-rework' into 'main'Ian Jackson2022-05-0414-183/+358
|\ \ \ | |/ / |/| |
| * | tor-dirmgr: make DownloadScheduleBuilder publicIan Jackson2022-05-041-1/+1
| * | Fix typosNick Mathewson2022-05-041-2/+2
| * | Change builder list APIIan Jackson2022-05-0412-172/+341
| * | Introduce ThingListBuilder::default_listIan Jackson2022-05-041-5/+8
| * | Add dependency on paste crateIan Jackson2022-05-043-0/+3
| * | Rename NetworkConfig.fallback_cachesIan Jackson2022-05-041-8/+8
* | | Merge branch 'fix-config-version' into 'main'Nick Mathewson2022-05-041-1/+1
|\| |
| * | Fix config versionIan Jackson2022-05-041-1/+1
|/ /
* | Merge branch 'path' into 'main'Ian Jackson2022-05-035-14/+214
|\ \
| * | CfgPath: Test serialisation round-trip with a binary formatIan Jackson2022-05-033-0/+38
| * | CfgPath: Make it SerializeIan Jackson2022-05-031-5/+69
| * | CfgPath: Overhaul APIIan Jackson2022-05-034-8/+94
| * | CfgPath: Change deserialisaation of Literal variantIan Jackson2022-05-031-5/+17
| * | config: Enable "toml" featureIan Jackson2022-05-031-1/+1
* | | Merge branch 'fs-mistrust-v2' into 'main'Nick Mathewson2022-05-0311-0/+2676
|\ \ \
| * | | fs-mistrust: write a lot about TOCTOU issues.Nick Mathewson2022-05-034-22/+70
| * | | fs-mistrust: Rename SecureDir to CheckedDir.Nick Mathewson2022-05-033-24/+24
| * | | fs-mistrust: Add a dangerously_trust_everyone method.Nick Mathewson2022-05-032-1/+59
| * | | fs-mistrust: split check_one into two functions.Nick Mathewson2022-05-031-46/+64
| * | | fs-mistrust: Make self-named groups trusted by default.Nick Mathewson2022-05-031-23/+32
| * | | Work around CI config weirdness.Nick Mathewson2022-05-031-0/+5
| * | | fs-mistrust: Add code to make a self-named group "trusted".Nick Mathewson2022-05-034-0/+237
| * | | fs-mistrust: refactor ResolvePath to avoid temporary changes.Nick Mathewson2022-05-031-36/+31
| * | | fs-mistrust: clarify and test behavior for ".." past the fs root.Nick Mathewson2022-05-031-1/+31
| * | | Add a must_use (suggested by @diziet).Nick Mathewson2022-05-031-0/+1
| * | | fs-mistrust: more examples, documentation.Nick Mathewson2022-05-033-6/+113
| * | | Add a SecureDir API for checked access to directoriesNick Mathewson2022-05-034-3/+266
| * | | Add functionality to inspect directory content permissionsNick Mathewson2022-05-036-29/+134
| * | | By default, forbid special files.Nick Mathewson2022-05-032-17/+40