aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdir/src
Commit message (Expand)AuthorAgeFilesLines
...
* tor-netdoc: RouterStatus: unify `orport_addrs` and `addrs` methodsIan Jackson2025-10-061-2/+2
* tor-linkspec: Change HasAddrs::addrs to return an IteratorIan Jackson2025-10-061-4/+3
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* Merge branch 'xon-xoff-checker' into 'main'David Goulet2025-09-151-0/+33
|\
| * tor-netdir: add flow control parameters to `NetParameters`Steven Engler2025-09-101-0/+33
* | tor-netdir: change default `cc_alg` from 0 to 2Steven Engler2025-09-101-5/+1
|/
* tor-netdir: Removed dependency on `static_assertions`hashcatHitman2025-09-011-2/+1
* tor-netdoc: Apply much rustfmt churnIan Jackson2025-08-263-10/+5
* tor-netdoc: Combine ConsensusRouterStatus and GenericRouterStatusIan Jackson2025-08-263-14/+14
* tor-netdoc: Abolish RouterStatus trait in favour of generic methodsIan Jackson2025-08-261-2/+2
* tor-netdoc: Remove generics from Consensus and its contentsIan Jackson2025-08-263-12/+12
* tor-netdoc: netstatus: Move everything variety-specificIan Jackson2025-08-263-14/+14
* clippy: fix `clippy::duplicated_attributes` warningsSteven Engler2025-08-111-1/+0
* Fix warnings and errors from edition 2024.Nick Mathewson2025-08-071-28/+20
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-074-29/+30
* 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
* Fix errors from rustdoc nightly.Nick Mathewson2025-08-051-1/+1
* 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
|/
* 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