summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src
Commit message (Expand)AuthorAgeFilesLines
...
* RouterDesc: Add an or_ports method.Nick Mathewson2022-11-101-0/+9
* Merge branch 'store-yak-misc' into 'main'eta2022-11-081-0/+5
|\
| * tor-netdoc: RouterDesc: Add published accessorIan Jackson2022-11-041-0/+5
* | Fix typosDimitris Apostolou2022-11-062-2/+2
|/
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* Fix some rustdoc errors.Nick Mathewson2022-10-131-2/+2
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-51/+1
* netdoc: Add accessors for protocols and ntor key.Nick Mathewson2022-10-041-0/+11
* tor-netdoc: Add relay ID accessors for RouterDesc.Nick Mathewson2022-10-041-7/+26
* Work around a new nightly clippy warningNick Mathewson2022-09-303-17/+22
* Make RouterDesc implement Clone and Debug.Nick Mathewson2022-09-261-0/+1
* add feature annotation to fields made visible through visible::StructFieldstrinity-1686a2022-08-245-0/+69
* add feature annotation not added by doc_auto_cfgtrinity-1686a2022-08-246-1/+7
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* tor-netdoc: NetParams: impl FromIteratorIan Jackson2022-08-161-0/+8
* fix nighly clippytrinity-1686a2022-07-232-6/+2
* change usage of PublicKey to Ed25519 in tor-certtrinity-1686a2022-07-232-9/+11
* change check_key to take a Option<&_> instead of &Option<_>trinity-1686a2022-07-231-2/+2
* Fix clippy needless derefIan Jackson2022-07-061-3/+3
* tor-netdoc: b64 tests: add exhaustive roundtrip testIan Jackson2022-07-061-0/+42
* Bump `base64ct` crate `1.5.0` -> `1.5.1`Arturo Marquez2022-06-271-18/+6
* Merge branch 'clippy' into 'main'Ian Jackson2022-06-241-0/+3
|\
| * Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* | Merge branch 'error_cleanup_2' into 'main'eta2022-06-242-5/+18
|\ \
| * | tor-proto: split and elaborate tor_bytes::Error instancesNick Mathewson2022-06-232-5/+18
| |/
* | base64: Move some tests into a separate function, placating clippyIan Jackson2022-06-231-11/+15
* | base64: Add yet more test casesIan Jackson2022-06-231-0/+17
* | Add some more test cases for base64Arturo Marquez2022-06-221-0/+17
* | Improve base64 testsArturo Marquez2022-06-221-1/+13
* | Add link to upstream issueArturo Marquez2022-06-221-1/+3
* | Replace `base64` crate with `base64ct` crateArturo Marquez2022-06-212-7/+24
|/
* Add a configuration option for reachable_addrsNick Mathewson2022-06-171-0/+8
* NetDoc: Make AddrPortPattern implement serde traitsNick Mathewson2022-06-171-1/+29
* Make AddrPortPattern and friends implement Eq and PartialEqNick Mathewson2022-06-171-2/+2
* Add one more "allow" to tor_netdoc::parse::macros.Nick Mathewson2022-06-151-0/+1
* Netdoc tests: extract decode-base64-ignore-ws code.Nick Mathewson2022-06-071-10/+13
* microdesc: make sure we recover from an error in the final md.Nick Mathewson2022-06-071-1/+7
* netdoc: test case for microdesc with no ed25519 id.Nick Mathewson2022-06-071-0/+1
* netdoc: test a couple of accessors for AuthCert.Nick Mathewson2022-06-071-1/+11
* Netdoc: test enforcement for items that mustn't take objects.Nick Mathewson2022-06-071-0/+6
* netdoc: remove an unused method.Nick Mathewson2022-06-071-12/+0
* netdoc: Test more accessors for tokenized documents.Nick Mathewson2022-06-072-4/+20
* Netdoc: add accessor to error for ParseErrorKindNick Mathewson2022-06-071-0/+5
* netdoc: tests for parsing UnvalidatedEdCert.Nick Mathewson2022-06-071-1/+47
* Tests for netdoc RsaPublic type.Nick Mathewson2022-06-071-2/+37
* Fix a copy-paste error in Ed25519 parsing tests.Nick Mathewson2022-06-011-3/+3
* Add test for parsing bad tor version with too many elements.Nick Mathewson2022-06-011-0/+1
* Add test for mutability of RelayFamily.Nick Mathewson2022-06-011-0/+9
* Tests for tor_netdoc::util::internNick Mathewson2022-06-011-0/+33