summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | fs-mistrust: add various methods.Nick Mathewson2022-05-092-7/+174
| * | Derive Clone and Debug for CheckedDir.Nick Mathewson2022-05-051-0/+1
* | | NetParams: Document its role as a validated config parameterIan Jackson2022-05-092-3/+3
* | | Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-0633-184/+184
* | | Change safelog version to 0.1.0.Nick Mathewson2022-05-064-4/+4
* | | Update README.md files (automated).Nick Mathewson2022-05-0610-16/+307
* | | Merge branch 'derive-builder-fork' into 'main'Nick Mathewson2022-05-068-8/+8
|\ \ \
| * | | Switch to derive_builder_arti_forkIan Jackson2022-05-068-8/+8
* | | | Punctuation fix.eta2022-05-061-1/+1
* | | | Disable safe-logging when logging to console.Nick Mathewson2022-05-061-1/+30
* | | | arti: add support for safe-logging configurationNick Mathewson2022-05-062-3/+35
* | | | Apply `sensitive` in some info-level log messages.Nick Mathewson2022-05-065-3/+8
* | | | Implement a safe-logging facility.Nick Mathewson2022-05-065-0/+656
|/ / /
* | | Merge branch 'typos-20220504' into 'main'eta2022-05-054-6/+6
|\ \ \ | |/ / |/| |
| * | Fix typos (using the typos-cli tool).Nick Mathewson2022-05-044-6/+6
* | | config derive attrs: Make builders serde, and validated structs notIan Jackson2022-05-0511-98/+56
* | | serde attributes: A tiny bit of reorderingIan Jackson2022-05-052-3/+3
* | | Make LogRotation SerializeIan Jackson2022-05-051-1/+1
|/ /
* | Merge branch 'socket-addr-list-builder' into 'main'Ian Jackson2022-05-049-52/+132
|\ \
| * | 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-046-37/+46
| * | 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: Provide VecBuilderIan Jackson2022-05-041-0/+41
| * | list_builder: Use Educe to derive DefaultIan Jackson2022-05-043-1/+4
| * | list_builder: Make helper capable of handling genericsIan Jackson2022-05-041-3/+15
| * | list_builder: Actually honour attributesIan Jackson2022-05-041-1/+4
* | | GuardUsage: restrictions: Use list builderIan Jackson2022-05-043-39/+56
|/ /
* | 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-042-0/+2
* | Rename NetworkConfig.fallback_cachesIan Jackson2022-05-041-8/+8
* | Fix config versionIan Jackson2022-05-041-1/+1
* | Merge branch 'path' into 'main'Ian Jackson2022-05-034-14/+182
|\ \
| * | CfgPath: Test serialisation round-trip with a binary formatIan Jackson2022-05-032-0/+9
| * | CfgPath: Make it SerializeIan Jackson2022-05-031-5/+69
| * | CfgPath: Overhaul APIIan Jackson2022-05-033-8/+91
| * | 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-039-0/+2652
|\ \ \ | |/ / |/| |
| * | 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-033-0/+225