summaryrefslogtreecommitdiff
path: root/crates/tor-netdir
Commit message (Expand)AuthorAgeFilesLines
...
| * deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* | Bump the minor version, for crates with breaking changes.Gabriela Moldovan2024-03-041-2/+2
* | Bump patchlevel of pre-1.0.0 crates with new APIs.Gabriela Moldovan2024-03-041-2/+2
* | Bump patchlevel of crates with functional changes.Gabriela Moldovan2024-03-041-2/+2
|/
* tor-netdir: Remove signature dependency.Gabriela Moldovan2024-02-281-1/+0
* Upgrade to latest signature.Gabriela Moldovan2024-02-281-1/+1
* Note a calculation we can clean up after doing spec work.Nick Mathewson2024-02-201-1/+3
* Add caveats on is_flagged_guard, and note possible deprecationNick Mathewson2024-02-201-1/+15
* Add and use "UncheckedRelay::is_suitable_as_guard"Nick Mathewson2024-02-201-0/+5
* Only pick Fast relays as introduction points.Nick Mathewson2024-02-201-1/+1
* Require that guards are Fast and Stable.Nick Mathewson2024-02-201-0/+5
* netdir: Add Relay::is_flagged_{fast,stable} methods.Nick Mathewson2024-02-122-0/+15
* Merge branch 'delete-semvers' into 'main'Ian Jackson2024-02-051-6/+0
|\
| * Remove all semver.md files to start a fresh release roundIan Jackson2024-02-051-6/+0
* | Bump minor versionsIan Jackson2024-02-051-8/+8
|/
* Merge branch 'ipt_parameters' into 'main'Nick Mathewson2024-01-312-4/+5
|\
| * Rename parameters for intro-point lifetime to match the spec.Nick Mathewson2024-01-311-4/+4
| * Rename our aliases for hs_intro_*_lifetime.Nick Mathewson2024-01-252-2/+3
* | Upgrade to strum 0.26Nick Mathewson2024-01-301-1/+1
|/
* tor-netdir: Add a unit test for HsDirParams::offset_within_srv_period.Gabriela Moldovan2024-01-241-0/+37
* tor-hsservice: Make offset_within_srv_period() work with timestamps from newe...Gabriela Moldovan2024-01-241-4/+4
* tor-netdir: Make hs_dirs_{upload, download} take separate args instead of tuple.Gabriela Moldovan2024-01-242-2/+6
* tor-netdir, tor-hscrypto: Add function for computing SRV period offset.Gabriela Moldovan2024-01-243-4/+24
* tor-netdir: Simplify `hs_dirs_upload` by only returning the `Relay`.Gabriela Moldovan2024-01-242-21/+16
* tor-netdir: Make hs_all_time_periods return HsDirParams.Gabriela Moldovan2024-01-242-3/+4
* Mark lower-level hs-service features non-experimentalNick Mathewson2024-01-231-2/+3
* netdir: Make hs_dirs_upload() yield &HsDirParams.Nick Mathewson2024-01-232-2/+4
* Expose HsDirParams, and give it accessors.Nick Mathewson2024-01-232-2/+24
* hsservice: Make HsDirParams include the SRV lifespan.Nick Mathewson2024-01-232-11/+16
* netdir: Only choose Stable relays as introduction points.Nick Mathewson2024-01-161-3/+1
* netdir: flag every testnet relay as Fast and StableNick Mathewson2024-01-161-1/+5
* netdir: Downgrade a TODO in a deprecated, unused function.Nick Mathewson2024-01-141-1/+5
* netdir: Make TODOs on is_hs_intro_point refer to #1240Nick Mathewson2024-01-141-3/+3
* netdir: Downgrade or remove several "TODO HSS" comments.Nick Mathewson2024-01-141-7/+5
* netdir: Explain why there is no HsRend WeightRule.Nick Mathewson2024-01-141-1/+5
* Followup patchlevel bumpsNick Mathewson2024-01-091-1/+1
* Followup minor version bumps.Nick Mathewson2024-01-091-1/+1
* Patchlevel version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-1/+1
* Breaking version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-7/+7
* clippy: Add an allow to work around a clippy bugIan Jackson2024-01-021-0/+3
* Two more patchlevel bumpsNick Mathewson2023-12-041-1/+1
* Bump minor versions in preparation for releaseNick Mathewson2023-12-041-7/+7
* Bump patchlevel versions in preparation for releaseNick Mathewson2023-12-041-2/+2
* In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* Improve documentation in/around DosParams extensionNick Mathewson2023-11-201-6/+13
* Upgrade to itertools 0.12.0Nick Mathewson2023-11-151-1/+1
* Patch version bumps in crates without breaking changesNick Mathewson2023-10-311-5/+5
* Minor version bumps in crates with breaking changes.Nick Mathewson2023-10-311-1/+1
* tor-hsservice: Rewrite map() as a for-loop (fmt).Gabriela Moldovan2023-10-031-1/+2
* tor-netdir: Fix broken condition.Gabriela Moldovan2023-10-031-4/+5