| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | netdoc: Remove protocol interning. | Nick Mathewson | 2025-12-03 | 1 | -8/+0 |
| | | | | | (It's now done in tor_protover.) | ||||
| * | Move intern from tor-netdir to tor-basic-utils and make it pub | Nick Mathewson | 2025-12-03 | 1 | -1/+1 |
| | | |||||
| * | tor-netdoc: impl parse2 traits for protovers | Ian Jackson | 2025-10-15 | 1 | -1/+1 |
| | | |||||
| * | tor-netdoc: varieties: Rename macro definition module | Ian Jackson | 2025-08-18 | 1 | -1/+1 |
| | | |||||
| * | tor-netdoc: Rename "species" to "variety" | Ian Jackson | 2025-08-18 | 1 | -1/+1 |
| | | |||||
| * | tor-netdoc: Introduce new "species" macrology | Ian Jackson | 2025-08-18 | 1 | -0/+3 |
| | | | | | | This will let us deduplicate a fair amount of code, and also will let us support votes as well as ns and md consensuses. | ||||
| * | Rename onion-* cargo features to hs-* in tor-* crates | Ian Jackson | 2023-02-28 | 1 | -1/+1 |
| | | | | | Fixes #756 | ||||
| * | netdoc: Outline some basic types for encoding HsDescs. | Nick Mathewson | 2023-01-06 | 1 | -0/+2 |
| | | |||||
| * | Canonicalize and intern protover lines on descriptors | Nick Mathewson | 2022-03-11 | 1 | -0/+8 |
| | | | | | | | | | This should save around 1MB per consensus, since every relay has a 'protocols' lines, but there are only a few distinct possibilities for such a line. Closes #385. | ||||
| * | tor-netdoc: Put the "routerdesc" document type behind a feature. | Nick Mathewson | 2021-11-12 | 1 | -0/+9 |
| | | | | | | | | | | | Nothing in arti currently uses this document type. Eventually it will be useful for relays and for bridge clients. I've left the "SHA1 digest of a router descriptor" type available unconditinoally, however, since it does get used in a few places. Part of #125. | ||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 1 | -0/+35 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
