summaryrefslogtreecommitdiff
path: root/crates/tor-netdir
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patchlevel bumps to crates whose dependencies just changed.Nick Mathewson2023-10-021-1/+1
* Minor-version bumps, for crates with breaking changes.Nick Mathewson2023-10-021-2/+2
* Patchlevel bumps, with dependents affected.Nick Mathewson2023-10-021-3/+3
* Trivial version bumps: patchlevel only.Nick Mathewson2023-10-021-1/+1
* arti-client: add exit selection with GeoIP country codeseta2023-09-181-0/+2
* Remove semver.md now that 1.1.8 is out.Nick Mathewson2023-09-051-2/+0
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-8/+8
* Upgrade to visibility 0.1.0Nick Mathewson2023-09-051-1/+1
* hs: Intro point selection: TODO re checking the stable flag (fmt)Ian Jackson2023-08-291-1/+1
* hs: Intro point selection: TODO re checking the stable flagIan Jackson2023-08-291-0/+1
* hs: Intro point selection: Actually call is_hs_intro_point()Ian Jackson2023-08-291-2/+6
* tor-netdir: Add TODO about WeightRole::HsRendIan Jackson2023-08-291-0/+1