aboutsummaryrefslogtreecommitdiff
path: root/tor-netdir/src
Commit message (Expand)AuthorAgeFilesLines
...
* It is not an error to see an unrecognized parameter.Nick Mathewson2021-05-252-56/+45
* Fix clippy warnings by marking types non-exhaustive.Nick Mathewson2021-05-251-1/+3
* Revert change to type of NetParams value.Nick Mathewson2021-05-253-68/+48
* Use macros and types to improve handling of Netdir parameters.Nick Mathewson2021-05-253-262/+258
* More docs on tor-netdir.Nick Mathewson2021-05-241-8/+26
* Make netdir's Relay type derive "Clone".Alexander Færøy2021-05-201-0/+1
* fix a clippy warning about pick_weighted.Nick Mathewson2021-05-191-1/+1
* Prefer "relay" over "node" in most circumstances.Nick Mathewson2021-05-181-14/+14
* Prefer "relay" over "router" in docs and APIs.Nick Mathewson2021-05-182-59/+56
* Add builders for authority and fallback objects.Nick Mathewson2021-05-101-10/+65
* tor_netdir: tests on relay picking and moreNick Mathewson2021-05-102-13/+115
* netdir: Add real tests for frac_for_role().Nick Mathewson2021-05-102-7/+111
* netdir: remove unused From implementation.Nick Mathewson2021-05-101-6/+0
* Add some tests to tor-netdir.Nick Mathewson2021-05-071-0/+138
* More tests for tor-netdir::weightNick Mathewson2021-05-071-0/+86
* Fix documentation warnings.Nick Mathewson2021-05-051-1/+1
* Add trait_duplication_in_bounds warning.Nick Mathewson2021-05-031-0/+1
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-031-0/+1
* Add a few more clippy warningsNick Mathewson2021-05-031-0/+5
* Add some more clippy warnings to our list.Nick Mathewson2021-04-271-1/+6
* Enforce (and obey) clippy lints about exhaustive enums, structs.Nick Mathewson2021-04-273-0/+6
* Upgrade rusqlite; remove needless usage.Nick Mathewson2021-04-051-6/+0
* Use Arc::make_mut() to simplify the code a bitNick Mathewson2021-03-301-19/+0
* Experimental accessor functions for Relay members.Nick Mathewson2021-03-301-0/+26
* Make reasonable set of default fallback directoriesNick Mathewson2021-03-301-3/+0
* Make RouterStatus a trait and Consensus into a generic type.Nick Mathewson2021-03-301-1/+1
* Fix Rust-1.51 clippy warnings about acronyms in camel case.Nick Mathewson2021-03-292-42/+42
* Rename Rsa{Identity,Signature} to fix clippy warning.Nick Mathewson2021-03-292-8/+8
* Don't copy exit policies around; instead use Arc.George Kadianakis2021-03-291-2/+2
* Add a compatibility layer so we can upgrade rand_core.Nick Mathewson2021-03-181-5/+16
* Resolve unwrap() instances in tor-netdir.Nick Mathewson2021-03-163-8/+52
* Add support to override network parameters in the configuration.Nick Mathewson2021-02-162-5/+27
* Apply "deny_unknown_fields" to configuration types.Nick Mathewson2021-02-121-0/+4
* Make authorities and fallbacks configurable.Nick Mathewson2021-02-112-921/+2
* Resolve a few more XXX-A1 comments in dirmgr.Nick Mathewson2021-01-251-0/+5
* Cleanup on DirInfo::circ_params.Nick Mathewson2020-12-221-0/+43
* Implement the "circwindow" and "ExtendByEd25519ID" parametersNick Mathewson2020-12-221-4/+0
* Expose network parameters more sensibly from NetDir.Nick Mathewson2020-12-223-12/+290
* Migrate from lazy_static to once_cell.Nick Mathewson2020-12-221-6/+4
* Check ipv6 exit policies when trying to connect to an ipv6 port specificallyNick Mathewson2020-12-221-2/+5
* Simplification: Every relay is in the same family as itself.Nick Mathewson2020-12-171-0/+5
* Make sure that a circuit doesn't use relays in the same familyLunar2020-12-161-0/+8
* Write a few misc unit testsNick Mathewson2020-12-151-0/+33
* Remember the actual usable ports for an exit after we've built a circuitNick Mathewson2020-12-141-0/+11
* Fix some rustdoc warnings.Nick Mathewson2020-12-091-1/+1
* Use uniform weight all measured weights are zero.Nick Mathewson2020-12-071-9/+13
* Mark some XXXX issues as XXXX-A1.Nick Mathewson2020-12-073-3/+3
* Add a missing documentation comment.Nick Mathewson2020-12-071-0/+1
* Reuse microdescriptors from previous consensusNick Mathewson2020-12-061-1/+4
* Refactor NetDir a little for space savings and updatingNick Mathewson2020-12-061-19/+96