summaryrefslogtreecommitdiff
path: root/tor-netdoc/src/doc
Commit message (Expand)AuthorAgeFilesLines
...
* When storing consensuses, index them by the sha3 of the whole file.Nick Mathewson2020-11-231-5/+7
* Initial pass on directory-manager code.Nick Mathewson2020-11-192-1/+7
* Refactor AuthCertKeyIds::cmp().Nick Mathewson2020-11-191-5/+3
* Add support for using fallback directories in path constructionNick Mathewson2020-11-191-1/+14
* Make AuthCertKeyIds sortable.Nick Mathewson2020-11-161-0/+16
* Type and functions for key ID inspection of AuthCert.Nick Mathewson2020-11-162-27/+52
* Have the consensus-parsing code expose the signed piece of the consensus.Nick Mathewson2020-11-161-6/+9
* Add accessors for consensus lifetimes.Nick Mathewson2020-11-141-6/+43
* Remember the position of authcert and microdescsNick Mathewson2020-11-142-12/+63
* netdoc: split off string utilsNick Mathewson2020-11-141-1/+1
* Use Infallible in tor-netdoc.Nick Mathewson2020-11-111-2/+2
* Use bitflags crate to represent RouterFlags.Nick Mathewson2020-11-111-90/+74
* Add a new circuit-manager crate and move path selection there.Nick Mathewson2020-11-021-0/+8
* Remove a bunch of dbg! calls.Nick Mathewson2020-10-261-2/+2
* More documentation in tor-netdoc.Nick Mathewson2020-10-261-0/+4
* Validate master-key-ed25519 field in routerdescsNick Mathewson2020-10-191-1/+14
* netdir: don't use relays with NoEdConsensus flag set.Nick Mathewson2020-10-191-1/+5
* Improvements to Relay type in tor-netdir.Nick Mathewson2020-10-191-4/+3
* Calculate digest correctly when microdesc ends with base64 object.Nick Mathewson2020-10-191-9/+4
* Mark must-resolve XXXX issues with "XXXXM3".Nick Mathewson2020-10-183-4/+4
* Update microdesc parsing: ed25519 keys are no longer optional.Nick Mathewson2020-10-181-10/+8
* Cleanup from prop315 implementation.Nick Mathewson2020-10-162-15/+10
* Implement proposal 315: make various directory fields requiredNick Mathewson2020-10-162-18/+8
* Use Ed25519Identity in microdescriptors.Nick Mathewson2020-10-151-3/+7
* Document remaining private members of tor-netdoc.Nick Mathewson2020-10-104-6/+255
* netdoc: more tests for routerdesc parsingNick Mathewson2020-10-071-3/+105
* A few more tests in tor-netdocNick Mathewson2020-10-072-3/+90
* netdoc: test for signature/key checking funcNick Mathewson2020-10-071-0/+11
* mdconsensus: add tests for a few accessorsNick Mathewson2020-10-061-3/+26
* tests for some failing cases in mdconsensusNick Mathewson2020-10-061-5/+63
* microdesc parsing: tests for bad microdescsNick Mathewson2020-10-021-0/+45
* tests and fixes for md content parsingNick Mathewson2020-10-021-11/+43
* netdoc: remove some outdated/unused stuff.Nick Mathewson2020-10-022-12/+6
* authcert: test error recovery.Nick Mathewson2020-10-021-10/+36
* Netdoc: use a more bulletproof pattern to prevent infinite loopsNick Mathewson2020-10-023-15/+35
* authcert: add tests for several ways certs can fail.Nick Mathewson2020-10-021-1/+38
* authcert: fix an error, and detect mismatched fingerprintsNick Mathewson2020-10-021-4/+14
* improve errors in authcert.rsNick Mathewson2020-10-011-12/+22
* Remove redundant signature check in authcert parsing.Nick Mathewson2020-09-301-4/+0
* Tests and minor debugging in tor_netdoc::types::policyNick Mathewson2020-09-291-2/+5
* Move around the modules inside tor-netdoc.Nick Mathewson2020-09-294-0/+2619