summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src
Commit message (Expand)AuthorAgeFilesLines
...
* netdoc: Outline some basic types for encoding HsDescs.Nick Mathewson2023-01-063-0/+235
* netdoc: note some changes we will have to make to srvNick Mathewson2023-01-061-0/+6
* Merge branch 'test-lints' into 'main'eta2023-01-0617-0/+137
|\
| * test lint blocks: Add many many automaticallyIan Jackson2022-12-1216-0/+129
| * test lint blocks: Do some semi-manuallyIan Jackson2022-12-121-0/+8
* | Use parse_rfc3339() in the tor-netdoc crateNeel Chauhan2022-12-162-4/+5
* | Tackling issue #663 (Use humantime in tests)coral2022-12-121-1/+1
|/
* Merge branch 'more_netdoc_tests' into 'main'Ian Jackson2022-11-291-6/+73
|\
| * 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
* | Fix a couple of rustdoc issues.Nick Mathewson2022-11-181-2/+2
* | Fix a bunch of "needless borrow" warnings on nightlyNick Mathewson2022-11-181-1/+1
|/
* Merge branch 'real_netdoc_pos' into 'main'Ian Jackson2022-11-162-21/+15
|\
| * Replace `Option<Pos>` with `Pos` in `ParseError`.Nick Mathewson2022-11-152-21/+15
* | Remove a `TODO pt-client` in netdoc.Nick Mathewson2022-11-151-2/+0
|/
* Resolve a dead-code warning.Nick Mathewson2022-11-151-0/+1
* netdoc: Allow empty lines at the end of a router descriptor.Nick Mathewson2022-11-152-3/+34
* tor-netdoc: Add a new ErrorKind for EmptyLine.Nick Mathewson2022-11-152-1/+7
* 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