summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | tor-dirmgr/state.rs: take an object to get a netdir, not a netdireta2022-05-102-12/+29
| * | tor-dirmgr/state.rs: remove GetConsensusState::bodge_neweta2022-05-102-43/+36
| * | tor-dirmgr/state.rs: remove WriteNetDir, use filters directlyeta2022-05-101-97/+79
| * | tor-dirmgr/state.rs: use the NetDirChange API instead of WriteNetDireta2022-05-103-260/+179
| * | tor-dirmgr/state.rs: add new NetDirChange API, consume iteta2022-05-102-3/+97
| * | tor-dirmgr/state.rs: feed through additional parameters, use themeta2022-05-103-242/+223
| * | tor-rtcompat: make CompoundRuntime handle SleepProviders properlyeta2022-05-101-0/+11
| * | tor-dirmgr/state.rs: refactor GetConsensusState::neweta2022-05-103-220/+285
| * | tor-dirmgr: move DirState to state.rseta2022-05-103-78/+80
| * | tor-dirmgr/bootstrap.rs: refactor fetch_singleeta2022-05-101-31/+34
| * | tor-dirmgr: make note_request_* functions standaloneeta2022-05-102-72/+80
| * | tor-dirmgr/bootstrap.rs: refactor query_into_requests, make it usedeta2022-05-102-60/+56
| * | tor-dirmgr: move query_into_requests into bootstrap.rseta2022-05-102-44/+71
| * | tor-dirmgr/bootstrap.rs: refactor load_all -> load_documents_from_storeeta2022-05-103-15/+29
| * | tor-dirmgr/storage.rs: impl Store for Box<dyn Store>eta2022-05-101-0/+87
| * | tor-dirmgr/lib.rs: move DirMgr::load_documents_into to DocQueryeta2022-05-103-56/+59
* | | Remove cargo-husky, and replace with manual instructionseta2022-05-101-8/+0
|/ /
* | netdoc: add a new type for NicknamesNick Mathewson2022-05-096-11/+96
* | Merge branch 'use-fs-mistrust'Nick Mathewson2022-05-0920-154/+492
|\ \
| * | 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-093-15/+35
| * | arti: use fs-mistrust to validate configuration file locations.Nick Mathewson2022-05-094-13/+29
| * | arti-client: Configure and use fs-mistrust.Nick Mathewson2022-05-094-8/+63
| * | Update tor-dirmgr to use fs-mistrust.Nick Mathewson2022-05-096-86/+115
| * | tor-persist: Use fs-mistrust to verify state file permissions.Nick Mathewson2022-05-093-35/+51
| * | 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
* | | 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