summaryrefslogtreecommitdiff
path: root/crates/tor-netdir/src
Commit message (Expand)AuthorAgeFilesLines
...
| * netdir: new parameters from prop360.Nick Mathewson2025-07-101-0/+10
* | Typo fixes (automatic and hand-verified)Nick Mathewson2025-07-092-2/+2
|/
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* NetParameters::saturating_update: log when a value is out of rangeJim Newsome2025-06-231-1/+71
* Log unrecognized net paramsJim Newsome2025-06-231-1/+4
* Merge branch 'hs-interval-min' into 'main'Nick Mathewson2025-06-101-1/+1
|\
| * tor-netdir: decrease minimum hsdir_interval from 30 to 5Jim Newsome2025-06-101-1/+1
* | proto: Move NegotiatedHopSettings to a higher levelNick Mathewson2025-06-101-0/+10
|/
* NetDir::pick_n_relays: avoid some unwarranted warningsJim Newsome2025-06-051-3/+4
* netdir, relay-selection: require Fast and Stable for rendpoints.Nick Mathewson2025-05-201-1/+3
* hs: Prevent a client from using a `MiddleOnly` relay for onion servicesNeel Chauhan2025-05-202-6/+10
* netdir: fix warning about an opportunity to use saturating_subNick Mathewson2025-05-151-5/+1
* tor-netdir: Warn on one more case of insufficient itemsNick Mathewson2025-04-291-1/+12
* tor-netdir: test for rand 0.9.1 behavior instead of 0.9.0Nick Mathewson2025-04-291-3/+9
* Merge branch 'todos-msrv' into 'main'Jim Newsome2025-04-241-3/+0
|\
| * tor-netdir: remove lint allow as per TODOhashcatHitman2025-04-161-3/+0
* | Rename recommended_protocols to protocol_statuses.Nick Mathewson2025-04-162-4/+4
* | netdir: Add a recommended_protocols() to NetDirProviderNick Mathewson2025-04-162-0/+19
* | dirmgr, netdir: Store protocol requirments as soon as they are validated.Nick Mathewson2025-04-161-0/+4
* | Fix another miscapitalized "MicroDesc"Nick Mathewson2025-04-161-1/+1
|/
* 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