summaryrefslogtreecommitdiff
path: root/tor-netdoc
Commit message (Expand)AuthorAgeFilesLines
...
* Pare down and sort dependenciesNick Mathewson2020-09-091-4/+4
* New "linkspec" module to encapsulate info needed to connect/extend.Nick Mathewson2020-09-081-0/+8
* Start on accessors for relay weight.Nick Mathewson2020-09-081-1/+25
* Refactor timerangebound to unwrap bounds earlier.Nick Mathewson2020-09-083-6/+3
* Bugfix: parse ed25519 ids right in mdsNick Mathewson2020-09-081-2/+2
* Netdir: a few more accessorsNick Mathewson2020-09-081-1/+1
* netdoc: add a few accessorsNick Mathewson2020-09-072-2/+42
* Fix clippy warnings; improve key type for consensus.Nick Mathewson2020-09-072-2/+2
* netdoc: ignore bad entries in families.Nick Mathewson2020-09-071-0/+4
* Start on a 'netdir' crate to wrap netdoc.Nick Mathewson2020-09-072-2/+19
* Make MDConsensus also follow the checkable pattern.Nick Mathewson2020-09-031-14/+92
* Port authcert to use tor_checkable.Nick Mathewson2020-09-034-28/+55
* Migrate certificate and routerdesc checking to tor-checkableNick Mathewson2020-09-034-80/+106
* Run cargo-upgrade.Nick Mathewson2020-08-281-2/+2
* netdoc: Parser for microdesc consensus documentsNick Mathewson2020-08-277-0/+1375
* netdoc: parse multiple authcerts from a string.Nick Mathewson2020-08-272-0/+42
* netdoc: add a check_len method for B64Nick Mathewson2020-08-261-0/+11
* Add a B16 argument type, to mirror B64.Nick Mathewson2020-07-201-0/+29
* More parsing for fingerprints, including non-spaced fingerprints.Nick Mathewson2020-07-201-4/+22
* tor-netdoc: Make SectionRules derive Clone.Nick Mathewson2020-07-201-0/+1
* Update to latest packages; ed25519 now needs signature crate traits.Nick Mathewson2020-07-202-2/+4
* Run cargo fix --edition-idiomsNick Mathewson2020-06-261-1/+1
* Run "cargo update".Nick Mathewson2020-06-211-2/+2
* Use "cargo upgrade" from cargo-edit to list current versionsNick Mathewson2020-06-121-7/+7
* Mark a variable unusedNick Mathewson2020-06-121-1/+1
* Add documentation for authcert parsing.Nick Mathewson2020-06-112-2/+22
* update to use latest rust-crypto traits and modulesNick Mathewson2020-06-102-7/+7
* Add a couple of commits missing from previous.Nick Mathewson2020-06-092-0/+6
* netdoc: initial implementation of authority certs.Nick Mathewson2020-06-092-0/+242
* netdoc: note a forward-compatibility issue with RSA signatures.Nick Mathewson2020-06-092-0/+2
* netdoc: when parsing from a string, detect extra tokensNick Mathewson2020-06-093-4/+15
* Netdoc: allow parsing multiple routerdescs from a string.Nick Mathewson2020-06-095-30/+182
* netdoc: report microdesc errors at correct offsets.Nick Mathewson2020-06-091-2/+5
* netdoc: fix microdesc digest calculation at last.Nick Mathewson2020-06-092-13/+21
* Add a "first_item" entry for Section.Nick Mathewson2020-06-091-2/+19
* Add a "last_item" entry for Section.Nick Mathewson2020-06-091-1/+20
* netdoc: recover from microdesc parsing errorsNick Mathewson2020-06-082-3/+56
* netdoc: add an iterator that can parse annotated microdescsNick Mathewson2020-06-072-1/+127
* Implement parsing for microdescriptor annotationsNick Mathewson2020-06-062-4/+53
* netdoc: fix behavior when using a fancy closure with PauseAt.Nick Mathewson2020-06-061-14/+54
* netdoc: add annotation fields for microdescriptorsNick Mathewson2020-06-061-1/+8
* note that microdescriptor sha256 calculation is wrongNick Mathewson2020-06-031-0/+2
* Restore a pause_at() method, but for NetDocReader.Nick Mathewson2020-06-032-4/+24
* Remove the Pausable trait as busted.Nick Mathewson2020-06-032-41/+14
* netdoc: Refactor iteration over tokens.Nick Mathewson2020-06-034-22/+52
* Netdoc: tweak definition for keywords to accommodate annotationsNick Mathewson2020-05-274-7/+23
* netdoc: exit an object if we encounter non-base64.Nick Mathewson2020-05-201-0/+24
* netdoc: tokenizer should always consume bytes if they exist.Nick Mathewson2020-05-201-7/+14
* netdoc: Teach tokenizer about annotations.Nick Mathewson2020-05-192-11/+27
* netdoc: Add convenience methods for pausing iteratorsNick Mathewson2020-05-192-11/+39