aboutsummaryrefslogtreecommitdiff
path: root/tor-netdoc/src
Commit message (Expand)AuthorAgeFilesLines
...
* netdoc: Add a bogus "Extent()" facility to remember where things were.Nick Mathewson2020-11-141-0/+126
* netdoc: split off string utilsNick Mathewson2020-11-143-57/+4
* Use Infallible in tor-netdoc.Nick Mathewson2020-11-111-2/+2
* Mark tor_netdoc::err::Pos as Send and SyncNick Mathewson2020-11-111-0/+9
* 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-269-2/+123
* Use from_bytes name for Ed25519IdentityNick Mathewson2020-10-251-2/+2
* 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-193-23/+43
* Netdoc: validate objects even on unrecognized items.Nick Mathewson2020-10-194-10/+38
* portpolicy: note a spec issueNick Mathewson2020-10-191-1/+2
* Mark must-resolve XXXX issues with "XXXXM3".Nick Mathewson2020-10-186-7/+7
* 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-152-13/+19
* Document remaining private members of tor-netdoc.Nick Mathewson2020-10-105-7/+255
* Document most private items in tor-netdoc.Nick Mathewson2020-10-0910-8/+114
* netdoc: more tests for routerdesc parsingNick Mathewson2020-10-072-5/+107
* 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-063-6/+69
* Tokenize: report accurate positions for more parsing errorsNick Mathewson2020-10-021-2/+18
* 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-025-15/+84
* 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
* netdoc: rename BadVersion to BadTorVersion for clarityNick Mathewson2020-10-012-7/+7
* improve errors in authcert.rsNick Mathewson2020-10-012-12/+30
* Remove redundant signature check in authcert parsing.Nick Mathewson2020-09-301-4/+0
* More tests on parsing, plus remove dead code.Nick Mathewson2020-09-302-20/+56
* Start on some parser backend testsNick Mathewson2020-09-301-0/+77
* tokenize: accept base64 with funny linewraps.Nick Mathewson2020-09-301-3/+3
* More tests for tokenize.rs, with some bugfixesNick Mathewson2020-09-302-47/+192
* Start on some tests for parse::tokenize.rsNick Mathewson2020-09-294-4/+60
* Add tests for macros module in tor-netdoc.Nick Mathewson2020-09-291-4/+57
* Tests and minor debugging in tor_netdoc::types::policyNick Mathewson2020-09-294-23/+250
* More tests for tor_netdoc::typesNick Mathewson2020-09-294-4/+264
* Move around the modules inside tor-netdoc.Nick Mathewson2020-09-2920-337/+346
* Rename remaining get_ accessorsNick Mathewson2020-09-287-130/+124
* tor_cert: rename accessorsNick Mathewson2020-09-283-4/+4
* Rename some identifiers in tor-linkspec.Nick Mathewson2020-09-281-3/+3