summaryrefslogtreecommitdiff
path: root/tor-netdoc/src/doc/netstatus
Commit message (Collapse)AuthorAgeFilesLines
* Fix new(?) rustdoc warningsNick Mathewson2021-06-161-1/+1
|
* Prefer "relay" over "router" in docs and APIs.Nick Mathewson2021-05-183-41/+42
|
* More tests for tor-netdir::weightNick Mathewson2021-05-072-9/+34
|
* Fix documentation warnings.Nick Mathewson2021-05-051-1/+1
|
* Add a consensus builder, for testing.Nick Mathewson2021-05-053-0/+644
|
* Make ConsensusFlavor a real type.Nick Mathewson2021-03-311-5/+7
| | | | Previously we were "stringly typing" this field. Now it's time to stop.
* Move RdDigest to routerdesc.rsNick Mathewson2021-03-301-1/+2
|
* rs: Add getters to router status objectsDavid Goulet2021-03-301-0/+12
| | | | Signed-off-by: David Goulet <[email protected]>
* Add a missing member documentationNick Mathewson2021-03-301-0/+8
|
* Implement parsing for ns-flavored consensus documents.Nick Mathewson2021-03-302-200/+298
|
* Make RouterStatus a trait and Consensus into a generic type.Nick Mathewson2021-03-301-12/+27
| | | | This breaks surprisingly little.
* Start moving MdConsensus-specific code to a submodule.Nick Mathewson2021-03-301-0/+185
This is part of refactoring to handle NsConsensuses.