aboutsummaryrefslogtreecommitdiff
path: root/tor-netdir/src
Commit message (Expand)AuthorAgeFilesLines
...
* A few more tests for role-based weightingNick Mathewson2020-12-021-0/+36
* Use bwweightscale to avoid miscalculating weights for v2dir relaysNick Mathewson2020-12-021-16/+32
* More tests for weight.rs; find a bug.Nick Mathewson2020-12-021-1/+44
* Add a few easy tests in weights.rsNick Mathewson2020-12-021-1/+55
* a little more refactoring for testabilityNick Mathewson2020-12-021-7/+13
* Clarify DFLT_WEIGHT in weights.rsNick Mathewson2020-12-021-1/+4
* Resolve a couple of TODOs in weight.rsNick Mathewson2020-12-021-3/+4
* weights: refactor a couple of functions to be more testable.Nick Mathewson2020-12-021-5/+14
* Use a slightly prettier syntax in max_weightNick Mathewson2020-12-021-1/+2
* Fix a few comments in weight.rsNick Mathewson2020-12-021-12/+17
* Use a better calculation for deciding if we have enough paths.Nick Mathewson2020-12-021-11/+30
* Implement correct (?) weighting for path selection.Nick Mathewson2020-12-022-66/+379
* Add a function to load a directory from cache.Nick Mathewson2020-11-241-0/+5
* When a consensus has enough descriptors, mark it non-pending.Nick Mathewson2020-11-241-0/+5
* Remove a couple of #[allow]s.Nick Mathewson2020-11-201-1/+0
* Move storage and config logic from netdir to dirmgr.Nick Mathewson2020-11-207-1191/+0
* NetDirConfig: Learn fallback directories from chutney configurations tooNick Mathewson2020-11-202-3/+66
* Missing file: whoopsNick Mathewson2020-11-201-0/+223
* Use a builder pattern for NetDir.Nick Mathewson2020-11-201-7/+1
* Move NetDirConfig into its own module.Nick Mathewson2020-11-201-142/+2
* Move some netdir code into submodules.Nick Mathewson2020-11-203-145/+164
* Initial pass on directory-manager code.Nick Mathewson2020-11-194-54/+125
* Add support for using fallback directories in path constructionNick Mathewson2020-11-192-9/+61
* Netdir: improve representationNick Mathewson2020-11-171-48/+76
* Netdir: add functions to add mds, and list missing mdsNick Mathewson2020-11-171-0/+25
* Netdir: only expose a netdir object if we have enough directory infoNick Mathewson2020-11-172-12/+60
* Include a list of fallback directories in tor-netdirNick Mathewson2020-11-163-0/+879
* Checkpoint work on a sqlite backend.Nick Mathewson2020-11-166-37/+644
* Have the consensus-parsing code expose the signed piece of the consensus.Nick Mathewson2020-11-161-1/+2
* Checkpoint work on making storage backend genericNick Mathewson2020-11-144-53/+187
* netdir: remove interior mutability.Nick Mathewson2020-11-041-15/+17
* Add a new circuit-manager crate and move path selection there.Nick Mathewson2020-11-021-1/+12
* Remove a bunch of dbg! calls.Nick Mathewson2020-10-261-3/+0
* More documentation in tor-netdoc.Nick Mathewson2020-10-261-1/+3
* netdir: don't use relays with NoEdConsensus flag set.Nick Mathewson2020-10-191-1/+1
* Improvements to Relay type in tor-netdir.Nick Mathewson2020-10-191-28/+39
* Cleanup from prop315 implementation.Nick Mathewson2020-10-161-1/+1
* Use Ed25519Identity in microdescriptors.Nick Mathewson2020-10-151-2/+9
* Test the pick_weighted function in tor-netdirNick Mathewson2020-10-101-0/+128
* Remove a couple of allow(unused) notationsNick Mathewson2020-10-091-1/+0
* Move around the modules inside tor-netdoc.Nick Mathewson2020-09-291-3/+3
* Rename remaining get_ accessorsNick Mathewson2020-09-281-18/+18
* Rename some identifiers in tor-linkspec.Nick Mathewson2020-09-281-8/+8
* Rename ExtendTarget to CircTarget.Nick Mathewson2020-09-281-1/+1
* Fix a few clippy issuesNick Mathewson2020-09-271-2/+2
* Document private members in most cratesNick Mathewson2020-09-243-1/+30
* Add documentation for tor-netdir crateNick Mathewson2020-09-133-37/+140
* Make client-demo launch a request to www.torproject.org:80Nick Mathewson2020-09-121-0/+5
* Implement extend2/extended2 handshake.Nick Mathewson2020-09-121-0/+3
* netdir: downgrade a logNick Mathewson2020-09-091-2/+2