summaryrefslogtreecommitdiff
path: root/crates/tor-dircommon/src
Commit message (Expand)AuthorAgeFilesLines
* tor-checkable: TimeRangeBound: Rename extend_tolerance to extend_end_boundIan Jackson2026-07-231-1/+1
* tor-checkable: TimeRangeBound: Rename extend_pre_tolerance to extend_start_boundIan Jackson2026-07-231-1/+1
* Use new TimeRangeBound name throughout the treeIan Jackson2026-07-161-3/+3
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-151-1/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-094-0/+4
* dd(TorConfig): change the order of default vs magicNick Mathewson2026-05-271-2/+2
* dircommon: Port to use derive_deftly(TorConfig)Nick Mathewson2026-02-174-119/+65
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* tor-dircommon: De-duplicate example from AuthorityContactClara Engler2026-01-221-35/+0
* tor-dircommon: Fix clippy warningClara Engler2026-01-221-1/+1
* tor-dircommon: Remove legacy authority syntaxClara Engler2026-01-222-149/+16
* tor-dircommon: Document prop330 syntax betterClara Engler2026-01-221-0/+35
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-064-4/+4
* tor-dircommon: Add TODO to DirTolerance::DefaultClara Engler2025-10-301-0/+2
* tor-linkspec: Change HasAddrs::addrs to return an IteratorIan Jackson2025-10-061-2/+2
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* tor-dircommon: Add prop330 unit testsClara Engler2025-09-162-0/+77
* tor-dircommon: Derive default authority contactsClara Engler2025-09-161-1/+1
* tor-dircommon: Backwards compatibility for authsClara Engler2025-09-162-5/+132
* tor-dircommon: Implement proposal 330Clara Engler2025-09-162-206/+114
* Move `FallbackDir` into `tor-dircommon`Clara Engler2025-09-113-5/+163
* tor-dircommon: Replace amplify via getsetClara Engler2025-09-111-9/+11
* tor-dircommon: Use amplify and getters for configClara Engler2025-09-091-18/+18
* tor-dircommon: Make config non_exhaustiveClara Engler2025-09-091-0/+3
* Move `DirTolerance` into `tor-dircommon`Clara Engler2025-09-091-0/+63
* Move `DownloadSchedule` into `tor-dircommon`Clara Engler2025-09-083-1/+260
* Move `NetworkStatus` to `tor-dircommon`Clara Engler2025-09-082-0/+88
* tor-dircommon: Add dirports field to authorityClara Engler2025-09-021-16/+91
* tor-dircommon: Initial commitClara Engler2025-09-022-0/+192