| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-netdoc: Fix typo in testdata-live-download and RELAY_* constants | Ian Jackson | 2026-07-30 | 1 | -1/+1 |
| | | | | | | I still had the previously downloaded full consensus locally, so running testdata-live-download fixed the Rust file. | ||||
| * | tor-netdoc testdata-live: Abolish selected_relays.rs | Ian Jackson | 2026-07-27 | 1 | -16/+0 |
| | | | | | | This is no longer used. Get rid of the code which generates it, and the generated file. | ||||
| * | tor-netdoc testdata-live-download: Generate generated_consts.rs | Ian Jackson | 2026-07-27 | 1 | -1/+65 |
| | | | | | | | | | | | | | This is the code for the new approach. It's kind of ad-hoc but also much less deep than the previous macrology. And, run the script to see the output. Currently that file isn't used. For now we leave the shell script code for generating selected_relays.rs in testdata-live-download. The new code for generated_consts.rs is very different, so it's clearer to split the changes up this way. | ||||
| * | tor-netdoc testdata-live: Add a comment about running without download | Ian Jackson | 2026-07-27 | 1 | -0/+4 |
| | | |||||
| * | tor-netdoc testdata-live: Fail if curl fails | Ian Jackson | 2026-07-27 | 1 | -1/+1 |
| | | |||||
| * | tor-netdoc testdata-live: Write out a selected_relays.rs file | Ian Jackson | 2026-07-23 | 1 | -0/+17 |
| | | | | | | | | We could use build.rs for this, but since we have a script already, this seems better. The meaning of this file will become clear shortly. | ||||
| * | tor-netdoc testdata-live: Clarify what should be committed | Ian Jackson | 2026-07-22 | 1 | -2/+4 |
| | | |||||
| * | tor-netdoc testdata-live: Save selected routers' descriptors | Ian Jackson | 2026-07-22 | 1 | -0/+29 |
| | | |||||
| * | tor-netdoc testdata-live: Split off selected routers' routerstatus entries | Ian Jackson | 2026-07-22 | 1 | -1/+5 |
| | | | | | | This will be convenient for saving their descriptors, and may be useful for other purposes too. | ||||
| * | tor-netdoc testdata-live: Document the contents of testdata-live/ | Ian Jackson | 2026-07-22 | 1 | -0/+7 |
| | | |||||
| * | tor-netdoc testdata-live: Report URLs we are downloading to stderr | Ian Jackson | 2026-07-22 | 1 | -0/+1 |
| | | |||||
| * | tor-netdoc testdata-live: Do not re-download already-fetched inputs | Ian Jackson | 2026-07-22 | 1 | -1/+6 |
| | | | | | We don't fetch files to the names we commit. | ||||
| * | tor-netdoc testdata-live: Add http:// to URLs | Ian Jackson | 2026-07-21 | 1 | -1/+1 |
| | | | | | curl infers this, but we should include it. | ||||
| * | tor-netdoc testdata-live: Break out run-curl function | Ian Jackson | 2026-07-21 | 1 | -1/+7 |
| | | |||||
| * | tor-netdoc tests: Test roundtrip of subset of live data | Ian Jackson | 2026-07-15 | 1 | -0/+5 |
| | | | | | With facility to test roundtrip of whole consensus. | ||||
| * | tor-netdoc tests: Provide new testdata-live-download script | Ian Jackson | 2026-07-15 | 1 | -0/+74 |
| I have confimed the consent of the operators of the relays listed in the script. The rationale for using .entire.FOO filenames for the curl outputs will become clear shortly. | |||||
