| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | netdoc parse2: Fix Object handling | Ian Jackson | 2025-09-29 | 1 | -0/+1 |
| | | | | | | | | | | | Use the standard multiplicity technique rather than the ad-hoc impl on Option. This allows us to support an ad-hoc parsing function for a field that's `Option`. Disentangle the `label` field attribute, which did both setting the label, and expecting a different parsing approach: replace it with `with`. | ||||
| * | tor-netdoc: parse2: Explicitly define "structural item" | Ian Jackson | 2025-09-02 | 1 | -0/+7 |
| | | |||||
| * | tor-netdoc: parse2: Provide flattening and NetdocParseableFields | Ian Jackson | 2025-09-02 | 1 | -1/+4 |
| | | |||||
| * | tor-netdoc: parse2: More focused tests (success cases) | Ian Jackson | 2025-08-26 | 1 | -0/+3 |
| | | | | | | The netstatus doc poc does test most of the functionality, but I want some tests of edge cases that that misses. | ||||
| * | tor-netdoc: Rerun cargo fmt after rebase | Ian Jackson | 2025-08-14 | 1 | -1/+1 |
| | | |||||
| * | tor-netdoc: parse2: Fix typo in "Naming conventions" doc | Ian Jackson | 2025-08-14 | 1 | -1/+1 |
| | | |||||
| * | tor-netdoc: Proof-of-concept demo of new parser | Ian Jackson | 2025-08-14 | 1 | -0/+2 |
| | | | | | This can parse and validate the signatures on a consensus. | ||||
| * | tor-netdoc: Introduce parse2, new parser | Ian Jackson | 2025-08-14 | 1 | -0/+163 |
| This isn't used anywhere yet. We're going to demonstrate it, and test the demo, in a moment. | |||||
