summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | tor-dirmgr/lib.rs: move DirMgr::load_documents_into to DocQueryeta2022-05-103-56/+59
* | | Merge branch 'fix-coverage-ci' into 'main'eta2022-05-101-0/+3
|\ \ \
| * | | Disable fs-mistrust in coverage CI.Nick Mathewson2022-05-101-0/+3
| |/ /
* | | Merge branch 'excise-husky' into 'main'Nick Mathewson2022-05-106-27/+7
|\ \ \ | |/ / |/| |
| * | Remove cargo-husky, and replace with manual instructionseta2022-05-106-27/+7
|/ /
* | Merge branch 'tinystr_nicknames' into 'main'eta2022-05-108-11/+122
|\ \
| * | netdoc: add a new type for NicknamesNick Mathewson2022-05-098-11/+122
|/ /
* | Merge branch 'use-fs-mistrust'Nick Mathewson2022-05-0923-154/+515
|\ \
| * | Loosen checking for readable files within target directories.Nick Mathewson2022-05-092-14/+30
| * | Add a CLI option to disable FS permission checks.Nick Mathewson2022-05-091-1/+10
| * | Remove "Mistrust" from the public API of arti-client.Nick Mathewson2022-05-094-16/+37
| * | arti: use fs-mistrust to validate configuration file locations.Nick Mathewson2022-05-096-13/+31
| * | arti-client: Configure and use fs-mistrust.Nick Mathewson2022-05-096-8/+72
| * | Update tor-dirmgr to use fs-mistrust.Nick Mathewson2022-05-097-86/+116
| * | tor-persist: Use fs-mistrust to verify state file permissions.Nick Mathewson2022-05-094-35/+55
| * | Add new FsPermissions ErrorKind.Nick Mathewson2022-05-091-0/+9
| * | fs-mistrust: add various methods.Nick Mathewson2022-05-092-7/+174
| * | Derive Clone and Debug for CheckedDir.Nick Mathewson2022-05-051-0/+1
| * | gitlab-ci: Disable fs mistrust in integration testNick Mathewson2022-05-051-0/+3
* | | Merge branch 'netparams' into 'main'Nick Mathewson2022-05-092-3/+3
|\ \ \
| * | | NetParams: Document its role as a validated config parameterIan Jackson2022-05-092-3/+3
|/ / /
* | | Merge branch 'coverage-weekly' into 'main'Ian Jackson2022-05-065-34/+80
|\ \ \
| * | | only deploy pages on maintrinity-1686a2022-05-051-1/+1
| * | | use true instead of /bin/truetrinity-1686a2022-05-051-2/+2
| * | | add schedulable job to generate aggregated coveragetrinity-1686a2022-05-051-6/+45
| * | | generate aggregated coverage reportstrinity-1686a2022-05-052-13/+20
| * | | chutney test stop network when arti died or did not starttrinity-1686a2022-05-052-15/+15
* | | | A few small changelog style edits.arti-v0.3.0Nick Mathewson2022-05-061-6/+6
* | | | Merge remote-tracking branch 'origin/mr/491'Nick Mathewson2022-05-061-2/+2
|\ \ \ \
| * | | | CHANGELOG.md: resolve minor typoseta2022-05-061-2/+2
* | | | | Clear semver_status now that 0.3.0 is coming out.Nick Mathewson2022-05-061-72/+1
* | | | | Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-0634-218/+218
* | | | | Change safelog version to 0.1.0.Nick Mathewson2022-05-064-4/+4
* | | | | Update README.md files (automated).Nick Mathewson2022-05-0610-16/+307
|/ / / /
* | | | CHANGELOG.md: light reformatting.Nick Mathewson2022-05-061-14/+0
* | | | Finish the CHANGELOG.md for 0.3.0Nick Mathewson2022-05-061-24/+53
* | | | Merge branch 'derive-builder-fork' into 'main'Nick Mathewson2022-05-069-32/+35
|\ \ \ \
| * | | | Switch to derive_builder_arti_forkIan Jackson2022-05-069-32/+35
* | | | | Merge branch 'safelogging' into 'main'Nick Mathewson2022-05-0614-7/+799
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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-066-3/+11
| * | | | Implement a safe-logging facility.Nick Mathewson2022-05-067-0/+723
|/ / / /
* | | | Merge branch 'typos-20220504' into 'main'eta2022-05-054-6/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix typos (using the typos-cli tool).Nick Mathewson2022-05-044-6/+6
* | | | Merge branch 'config-serde' into 'main'Nick Mathewson2022-05-0514-103/+63
|\ \ \ \ | |_|/ / |/| | |
| * | | semver notes: Fix a missing parenIan Jackson2022-05-051-1/+1
| * | | semver note about serde attribute changesIan Jackson2022-05-051-0/+2
| * | | config derive attrs: Make builders serde, and validated structs notIan Jackson2022-05-0511-98/+56