summaryrefslogtreecommitdiff
path: root/crates/tor-netdir
Commit message (Expand)AuthorAgeFilesLines
...
* | Un-pin version of typed-index-collectionsNick Mathewson2025-06-091-3/+1
|/
* NetDir::pick_n_relays: avoid some unwarranted warningsJim Newsome2025-06-051-3/+4
* release: Bump all tor-/arti- crates to 0.31.0.Alexander Hansen Færøy2025-06-051-11/+11
* ./maint/cargo_sort: Run cargo-sort on the entire workspace.Gabriela Moldovan2025-05-271-1/+2
* 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
* All crates: bump rust-version to 1.83.Nick Mathewson2025-05-131-1/+1
* release: Bump all unstable tor/arti crates to 0.30.0Wesley Aptekar-Cassels2025-05-012-13/+11
* 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
* Update rand requirement to 0.9.1Nick Mathewson2025-04-291-1/+1
* Run cargo update.Wesley Aptekar-Cassels2025-04-291-1/+1
* 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-163-5/+5
* | netdir: Add a recommended_protocols() to NetDirProviderNick Mathewson2025-04-163-0/+21
* | 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
|/
* Bump all the unstable tor- and arti- crates to 0.29.0.Gabriela Moldovan2025-03-311-11/+11
* Upgrade strum dependency to 0.27.1.Gabriela Moldovan2025-03-271-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
* | Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
|/
* Remove semver files for 1.4.1Nick Mathewson2025-03-031-1/+0
* Bump minor versions in tor-*, arti-*.Nick Mathewson2025-03-031-11/+11
* Upgrade to derive_more 2Nick Mathewson2025-02-261-1/+1
* netdir: Consider RelayFamilyIds based on family rulesNick Mathewson2025-02-253-12/+29
* 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
* Version bumps to 0.27.0Ian Jackson2025-02-061-11/+11
* 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
* Bump versions of internal arti crates for Arti 1.3.2Nick Mathewson2025-01-071-11/+11
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* Upgrade to itertools 0.14.0Nick Mathewson2025-01-061-1/+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
* Bump all the unstable tor- and arti- crates to 0.25.0.Gabriela Moldovan2024-12-021-11/+11
* tor-netdir: Add timeliness param to wait_for_netdir_to_list.Wesley Aptekar-Cassels2024-11-251-1/+2