aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/routerdesc.rs
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Replace usage of KeyUnknownCert::check_key.Nick Mathewson2023-05-161-2/+2
* netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.Gabriela Moldovan2023-05-101-1/+1
* Merge branch 'doc-iter' into 'main'Nick Mathewson2023-02-171-14/+14
|\
| * tor-netdoc: Remove many needless calls to .iter() and .into_iter()Ian Jackson2023-02-151-5/+5
| * tor-netdoc: Replace use of PauseAt::new_pred()Ian Jackson2023-02-151-9/+9
* | Expire routerdescs as soon as any of their expiries expireIan Jackson2023-02-151-1/+1
|/
* Merge branch 'authcert_bug' into 'main'eta2023-02-071-8/+15
|\
| * netdoc: Require that unrecognized tokens be handled explicitly.Nick Mathewson2023-02-031-0/+7
| * netdoc: Switch SectionRules building to use a Buidler pattern.Nick Mathewson2023-02-031-8/+8
* | netdoc: Use Signature::from to construct ed25519 sigs.Nick Mathewson2023-02-071-3/+4
|/
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Merge branch 'test-lints' into 'main'eta2023-01-061-0/+8
|\
| * test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* | Tackling issue #663 (Use humantime in tests)coral2022-12-121-1/+1
|/
* netdoc: Add a test for routerdesc family parsing.Nick Mathewson2022-11-171-0/+9
* netdoc: Correct and test some tricky routerdesc errorsNick Mathewson2022-11-171-2/+31
* netdoc: Add tests for routerdesc accessors.Nick Mathewson2022-11-171-1/+31
* Netdoc: use a different desc in tests.Nick Mathewson2022-11-171-4/+3
* Remove a `TODO pt-client` in netdoc.Nick Mathewson2022-11-151-2/+0
* netdoc: Allow empty lines at the end of a router descriptor.Nick Mathewson2022-11-151-3/+10
* RouterDesc: Add an or_ports method.Nick Mathewson2022-11-101-0/+9
* tor-netdoc: RouterDesc: Add published accessorIan Jackson2022-11-041-0/+5
* 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
* Make RouterDesc implement Clone and Debug.Nick Mathewson2022-09-261-0/+1
* add feature annotation to fields made visible through visible::StructFieldstrinity-1686a2022-08-241-0/+18
* change usage of PublicKey to Ed25519 in tor-certtrinity-1686a2022-07-231-4/+8
* change check_key to take a Option<&_> instead of &Option<_>trinity-1686a2022-07-231-2/+2
* tor-proto: split and elaborate tor_bytes::Error instancesNick Mathewson2022-06-231-5/+15
* Resolve the new `derive_partial_eq_without_eq` lint.Nick Mathewson2022-05-231-1/+1
* netdoc: add a new type for NicknamesNick Mathewson2022-05-091-6/+3
* tor-netdoc: Conditionally expose document fields.Nick Mathewson2022-03-311-0/+5
* Canonicalize and intern protover lines on descriptorsNick Mathewson2022-03-111-6/+8
* Canonicalize and intern family representations to save memory.Nick Mathewson2022-03-111-4/+16
* Refactor tor_netdoc::ErrorNick Mathewson2022-02-141-32/+50
* tor-netdoc: Change an XXX to a TODO.Nick Mathewson2021-12-201-1/+4
* tor-netdoc: Use a more correct error typeNick Mathewson2021-12-201-1/+1
* Remove an XXXX about ed25519 signatures.Nick Mathewson2021-12-201-2/+0
* Run "cargo update" to get latest versions.Nick Mathewson2021-11-291-0/+1
* tor-netdoc: Put the "routerdesc" document type behind a feature.Nick Mathewson2021-11-121-0/+5
* derive 'Default' where possibleDaniel Eades2021-09-111-10/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-9/+10
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+888