aboutsummaryrefslogtreecommitdiff
path: root/tor-netdoc
Commit message (Expand)AuthorAgeFilesLines
...
* Prefer "relay" over "router" in docs and APIs.Nick Mathewson2021-05-187-109/+107
* WIP: more builders.Nick Mathewson2021-05-131-2/+1
* Resolve clippy warnings from Rust 1.52.Nick Mathewson2021-05-073-18/+10
* More tests for tor-netdir::weightNick Mathewson2021-05-073-9/+37
* Fix documentation warnings.Nick Mathewson2021-05-051-1/+1
* Add a consensus builder, for testing.Nick Mathewson2021-05-056-9/+679
* Add an authcert builder, for testing.Nick Mathewson2021-05-052-0/+218
* Add a microdesc builder, for testing.Nick Mathewson2021-05-054-0/+281
* 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-277-1/+12
* cargo fix --edition-idiomsNick Mathewson2021-04-261-1/+1
* Major revision on DirMgr logic -- almost a complete rewrite.Nick Mathewson2021-04-131-0/+13
* DirMgr: add text() and texts() functions to ask for document textNick Mathewson2021-03-312-3/+3
* Make ConsensusFlavor a real type.Nick Mathewson2021-03-312-27/+58
* Move RdDigest to routerdesc.rsNick Mathewson2021-03-303-7/+4
* dir: Add server descriptor directory requestDavid Goulet2021-03-301-0/+3
* rs: Add getters to router status objectsDavid Goulet2021-03-301-0/+12
* Make RouterFlags public.Nick Mathewson2021-03-301-4/+11
* Add an accessor for the members of a relay family.Nick Mathewson2021-03-301-0/+6
* Add a missing member documentationNick Mathewson2021-03-301-0/+8
* Add a fuzzer for NsConsensus documentsNick Mathewson2021-03-302-0/+15
* Add a test case for NS consensus parsing.Nick Mathewson2021-03-303-1/+269
* NS consensus documents have signatures on SHA1 hashes, not SHA256.Nick Mathewson2021-03-301-8/+29
* Implement parsing for ns-flavored consensus documents.Nick Mathewson2021-03-303-202/+317
* Make RouterStatus a trait and Consensus into a generic type.Nick Mathewson2021-03-303-55/+132
* Start moving MdConsensus-specific code to a submodule.Nick Mathewson2021-03-302-172/+189
* Resolve rustdoc warnings.Nick Mathewson2021-03-291-3/+3
* Fix a bunch more new clippy lints in Rust 1.51Nick Mathewson2021-03-294-17/+16
* Fix Rust-1.51 clippy warnings about acronyms in camel case.Nick Mathewson2021-03-298-171/+177
* Rename Rsa{Identity,Signature} to fix clippy warning.Nick Mathewson2021-03-295-54/+54
* Add an intern.rs module that I forgot.Nick Mathewson2021-03-291-0/+54
* Use interned PortPolicy objects in RouterDescs too.Nick Mathewson2021-03-291-2/+3
* Netdoc: Add support for interned PortPolicy objects in MicroDescsNick Mathewson2021-03-295-4/+18
* Don't copy exit policies around; instead use Arc.George Kadianakis2021-03-291-6/+7
* Add appropriate categories to some Cargo.toml files.Nick Mathewson2021-03-171-0/+1
* Add the tor project as an author.Nick Mathewson2021-03-171-1/+1
* Add keywords to each Cargo.tomlNick Mathewson2021-03-171-0/+1
* Add a description field to all our Cargo.toml filesNick Mathewson2021-03-171-0/+1
* Give it a homepage everyplace.Nick Mathewson2021-03-171-0/+1
* Bump dependencies with "cargo upgrade"Nick Mathewson2021-03-061-3/+3
* Update to latest futures, once_cellNick Mathewson2021-02-231-1/+1
* Update some dependencies.Nick Mathewson2021-02-191-1/+1
* Add support to override network parameters in the configuration.Nick Mathewson2021-02-162-2/+18
* Detect consensuses that are signed by the wrong authorities.Nick Mathewson2021-01-251-8/+5
* Function to see whether the authorities on a netstatus are correct.Nick Mathewson2021-01-251-0/+48
* Upgrade a few more dependencies.Nick Mathewson2021-01-131-1/+1
* cargo upgrade.Nick Mathewson2020-12-301-1/+1