summaryrefslogtreecommitdiff
path: root/crates/tor-netdir
Commit message (Expand)AuthorAgeFilesLines
...
* Fix warnings and errors from edition 2024.Nick Mathewson2025-08-071-28/+20
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-075-30/+31
* Merge branch 'prop362-fixups' into 'main'wesleyac2025-08-051-0/+24
|\
| * tor-hsservice: Time out RendRequests in PoW queue.Wesley Aptekar-Cassels2025-08-051-1/+0
| * tor-hsservice: Add consensus params for Prop 362.Wesley Aptekar-Cassels2025-08-051-0/+25
* | Bump to hex-literal 1.0Nick Mathewson2025-08-051-1/+1
* | Set MSRV to 1.85.Nick Mathewson2025-08-051-1/+1
|/
* Merge branch 'fix_rustdoc_nightly' into 'main'Nick Mathewson2025-08-052-1/+5
|\
| * Fix errors from rustdoc nightly.Nick Mathewson2025-08-052-1/+5
* | Bump version of tor-basic-utilsIan Jackson2025-08-051-1/+1
* | Version bumps for 1.4.6Ian Jackson2025-08-051-10/+10
|/
* Merge branch 'prop360-combined' into 'main'Nick Mathewson2025-07-101-0/+10
|\
| * Suggestions from @gabi-250 on prop360 implementation.Nick Mathewson2025-07-101-1/+1
| * netdir: new parameters from prop360.Nick Mathewson2025-07-101-0/+10
* | Typo fixes (automatic and hand-verified)Nick Mathewson2025-07-092-2/+2
|/
* Bump all the unstable tor- and arti- crates to 0.32.0.Gabriela Moldovan2025-07-071-11/+11
* 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
* | 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
|\