summaryrefslogtreecommitdiff
path: root/crates/tor-netdir/src
Commit message (Expand)AuthorAgeFilesLines
* netdir: Add a (hopefully) temporary workaroundNick Mathewson2025-03-251-3/+27
* netdir: Add a note about using f64Nick Mathewson2025-03-251-0/+8
* netdir: Another test for choose_multiple_weighted.Nick Mathewson2025-03-251-0/+17
* netdir: Warn on unexpected WeightedErrorsNick Mathewson2025-03-251-5/+13
* netdir: add a test to verify weighted samplingNick Mathewson2025-03-251-3/+37
* tor-netdir: Handle InsufficientNonZero error.Nick Mathewson2025-03-201-0/+8
* Merge branch 'named_protovers' into 'main'David Goulet2025-03-201-2/+2
|\
| * Use named subprotocol versions throughout arti.Nick Mathewson2025-03-121-2/+2
* | squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-2/+2
* | squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* | squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
|/
* netdir: Consider RelayFamilyIds based on family rulesNick Mathewson2025-02-252-12/+28
* relay-selection: Add FamilyRules to exclude_relays_in_same_family.Nick Mathewson2025-02-251-0/+63
* netdir: Add client params related to happy families (prop321)Nick Mathewson2025-02-251-0/+10
* fix: fix typosDimitris Apostolou2025-01-301-1/+1
* netdir: Add congestion control consensus parametersDavid Goulet2025-01-161-22/+101
* tor-netdir: Add KIST consensus params.Gabriela Moldovan2025-01-151-0/+26
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* Resolve clippy::empty_line_after_doc_comments warnings.Nick Mathewson2024-12-032-2/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* tor-netdir: Add timeliness param to wait_for_netdir_to_list.Wesley Aptekar-Cassels2024-11-251-1/+2
* Move helpers from tor-hsservice to tor-netdir.Wesley Aptekar-Cassels2024-11-251-1/+79
* tor-netdir: Allow access to the `ConsensusBuilder` when building test netdirs...Gabriela Moldovan2024-09-091-1/+6
* tor-netdir: Allow access to the `ConsensusBuilder` when building test netdirs.Gabriela Moldovan2024-09-092-16/+16
* Fix new "clippy::needless-maybe-sized" warning on nightlyNick Mathewson2024-07-281-1/+1
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Use uXX::MAX in place of std::uXX::MAXNick Mathewson2024-04-221-3/+3
* Merge branch 'vanguard-mgr-sets' into 'main'gabi-2502024-04-101-8/+52
|\
| * tor-netdir: Increase channel size to so set_netidr_and_notify doesn't block.Gabriela Moldovan2024-04-091-1/+1
| * tor-netdir: Implement TestNetDirProvider::events().Gabriela Moldovan2024-04-051-8/+52
* | Doc: tweak documentation on NetDir::id*listed functionsNick Mathewson2024-04-101-10/+9
* | Doc: Add xref from NetDir::by_ids to ids_listed.Nick Mathewson2024-04-101-0/+7
|/
* Fix some rustdoc links and copypaste errors in tor-netdir.Nick Mathewson2024-04-042-5/+9
* tor-netdir: Abolish Relay::has_same_relay_idsIan Jackson2024-04-032-11/+5
* Comment fixes in RelayDetails refactor.Ian Jackson2024-04-031-2/+4
* Move rs_is_dircache to details.rsNick Mathewson2024-03-282-9/+9
* Rename `Relay::same_relay` and make it private.Nick Mathewson2024-03-282-9/+7
* Remove all *Relay is_flagged_guard methods.Nick Mathewson2024-03-282-27/+3
* Remove temporary functions in CheckedRelay.Nick Mathewson2024-03-281-169/+57
* Remove temporary functions in UncheckedRelay.Nick Mathewson2024-03-281-26/+6
* Move most functions from *Relay to *RelayDetailsNick Mathewson2024-03-282-22/+166
* Relocate declarations of *Relay methods to details.rsNick Mathewson2024-03-282-129/+141
* Add low_level_details to {Unchecked,}Relay.Nick Mathewson2024-03-272-0/+66
* tor-netdir: Fix broken links in NetParameters docs.Gabriela Moldovan2024-03-261-3/+3
* tor-netdir: Use IntegerSeconds for the vanguard lifetime params.Gabriela Moldovan2024-03-261-4/+4
* tor-netdir: Use consistent termninology in the vanguard param docs.Gabriela Moldovan2024-03-261-6/+6
* tor-netdir: Fix torspec links in vanguard param docs.Gabriela Moldovan2024-03-261-8/+8
* tor-netdir: Add the vanguard params to NetParameters.Gabriela Moldovan2024-03-261-0/+70
* Run maint/add_warning.Nick Mathewson2024-03-136-0/+6
* netdir: Add additional functionality to SubnetConfigNick Mathewson2024-03-121-1/+62