| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | dircommon: Port to use derive_deftly(TorConfig) | Nick Mathewson | 2026-02-17 | 1 | -39/+20 |
| | | | | | | Some of the behaviors of the existing types here are nonstandard; I've kept them and documented them, to avoid breaking compatibility. | ||||
| * | tor-dircommon: De-duplicate example from AuthorityContact | Clara Engler | 2026-01-22 | 1 | -35/+0 |
| | | |||||
| * | tor-dircommon: Fix clippy warning | Clara Engler | 2026-01-22 | 1 | -1/+1 |
| | | |||||
| * | tor-dircommon: Remove legacy authority syntax | Clara Engler | 2026-01-22 | 1 | -136/+16 |
| | | | | | | | Because arti 2.0 is pending, it is good to get rid of technical debt, such as the legacy syntax for specifying directory authorities, which had been replaced by prop330 a few months ago. | ||||
| * | tor-dircommon: Document prop330 syntax better | Clara Engler | 2026-01-22 | 1 | -0/+35 |
| | | | | | | This commit adds more documentation/examples for the prop330 syntax for specifying directory authorities. | ||||
| * | Fix name of clippy lint to unchecked_time_subtraction (2) | Ian Jackson | 2025-11-06 | 1 | -1/+1 |
| | | | | | Run maint/add_warning | ||||
| * | tor-dircommon: Add TODO to DirTolerance::Default | Clara Engler | 2025-10-30 | 1 | -0/+2 |
| | | |||||
| * | tor-dircommon: Add prop330 unit tests | Clara Engler | 2025-09-16 | 1 | -0/+34 |
| | | |||||
| * | tor-dircommon: Derive default authority contacts | Clara Engler | 2025-09-16 | 1 | -1/+1 |
| | | |||||
| * | tor-dircommon: Backwards compatibility for auths | Clara Engler | 2025-09-16 | 1 | -5/+119 |
| | | |||||
| * | tor-dircommon: Implement proposal 330 | Clara Engler | 2025-09-16 | 1 | -19/+14 |
| | | | | | | | | This commit implements proposal 330 in the context of `tor-dircommon`, by replacing the single `Authority` structure used in a list context by a single structure called `AuthorityContacts` which contains all v3idents, upload, download, and vote endpoints in one central place. | ||||
| * | Move `FallbackDir` into `tor-dircommon` | Clara Engler | 2025-09-11 | 1 | -5/+3 |
| | | |||||
| * | tor-dircommon: Replace amplify via getset | Clara Engler | 2025-09-11 | 1 | -9/+11 |
| | | | | | See !3200 | ||||
| * | tor-dircommon: Use amplify and getters for config | Clara Engler | 2025-09-09 | 1 | -18/+18 |
| | | |||||
| * | tor-dircommon: Make config non_exhaustive | Clara Engler | 2025-09-09 | 1 | -0/+3 |
| | | |||||
| * | Move `DirTolerance` into `tor-dircommon` | Clara Engler | 2025-09-09 | 1 | -0/+63 |
| | | | | | | This commit moves the `DirTolerance` structure from `tor-dirmgr` into `tor-dircommon`. | ||||
| * | Move `DownloadSchedule` into `tor-dircommon` | Clara Engler | 2025-09-08 | 1 | -1/+103 |
| | | | | | | This commit moves the `DowenloadSchedule` related types from `tor-dirmgr` into `tor-dircommon`. | ||||
| * | Move `NetworkStatus` to `tor-dircommon` | Clara Engler | 2025-09-08 | 1 | -0/+87 |
| This commit moves `NetworkStatus` from `tor-dirmgr::config` to `tor-dircommon::config` in order to start the work on a common place for configuration options shared by both directory implementations. | |||||
