| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-netdoc: parse2: multiplicity: Remove now-obsolete trait items | Ian Jackson | 2025-08-26 | 1 | -12/+0 |
| | | |||||
| * | tor-netdoc: parse2: Know that we always accumulate into Option<Field> | Ian Jackson | 2025-08-26 | 2 | -2/+2 |
| | | |||||
| * | tor-netdoc: parse2: Always accumulate into Option<Field> (fmt) | Ian Jackson | 2025-08-26 | 1 | -1/+5 |
| | | |||||
| * | tor-netdoc: parse2: Always accumulate into Option<Field> | Ian Jackson | 2025-08-26 | 1 | -13/+22 |
| | | |||||
| * | tor-netdoc: parse2: Break out F_EFFECTIVE_TYPE | Ian Jackson | 2025-08-26 | 1 | -7/+13 |
| | | | | | We're going to want to reuse this. | ||||
| * | tor-netdoc: parse2: Use selector_ rather than open-coding | Ian Jackson | 2025-08-26 | 1 | -1/+1 |
| | | | | | We're going to make this depend on $ftype differently. | ||||
| * | tor-netdoc: parse2: Report subdoc intro item keyword for missing item | Ian Jackson | 2025-08-26 | 3 | -4/+19 |
| | | | | | This corrects the error message. | ||||
| * | tor-netdoc: parse2: More focused tests (error cases) | Ian Jackson | 2025-08-26 | 1 | -0/+84 |
| | | |||||
| * | tor-netdoc: parse2: More focused tests (success cases) | Ian Jackson | 2025-08-26 | 1 | -0/+179 |
| | | | | | | The netstatus doc poc does test most of the functionality, but I want some tests of edge cases that that misses. | ||||
| * | tor-netdoc: parse2: Fix doctype_for_error | Ian Jackson | 2025-08-26 | 1 | -3/+4 |
| | | | | | Actually report the intro item, as the docs state. | ||||
| * | tor-netdoc: Rerun cargo fmt after rebase | Ian Jackson | 2025-08-14 | 1 | -2/+2 |
| | | |||||
| * | tgr-netdoc: Tests of parse2 | Ian Jackson | 2025-08-14 | 2 | -0/+93 |
| | | | | | We parse and verify some network documents from testdata2. | ||||
| * | tor-netdoc: Proof-of-concept demo of new parser | Ian Jackson | 2025-08-14 | 5 | -0/+859 |
| | | | | | This can parse and validate the signatures on a consensus. | ||||
| * | tor-netdoc: Introduce parse2, new parser | Ian Jackson | 2025-08-14 | 11 | -0/+2132 |
| This isn't used anywhere yet. We're going to demonstrate it, and test the demo, in a moment. | |||||
