summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | '$' as tag byteNeel Chauhan2025-08-272-2/+2
| * | | Update docsNeel Chauhan2025-08-271-3/+2
| * | | Use a 'G' prefixNeel Chauhan2025-08-272-5/+7
| * | | arti-rpcserver: Check IDs with a tag byte, not a magic lengthNeel Chauhan2025-08-272-7/+11
* | | | proto: Only allow VERSIONS cell for the new handshake stateDavid Goulet2025-08-272-51/+20
|/ / /
* | | Merge branch 'upgrade_deps' into 'main'Alexander Hansen Færøy2025-08-273-3/+8
|\ \ \
| * | | Upgrade ureq dependency to ~3.1.0Nick Mathewson2025-08-261-1/+6
| * | | Update phf dependency to 0.13.1Nick Mathewson2025-08-261-1/+1
| * | | Update base16ct dependency to 0.3.Nick Mathewson2025-08-261-1/+1
* | | | Merge branch 'concrete-accumulator' into 'main'Ian Jackson2025-08-274-34/+323
|\ \ \ \ | |/ / / |/| | |
| * | | tor-netdoc: parse2: multiplicity: Remove now-obsolete trait itemsIan Jackson2025-08-261-12/+0
| * | | tor-netdoc: parse2: Know that we always accumulate into Option<Field>Ian Jackson2025-08-262-2/+2
| * | | tor-netdoc: parse2: Always accumulate into Option<Field> (fmt)Ian Jackson2025-08-261-1/+5
| * | | tor-netdoc: parse2: Always accumulate into Option<Field>Ian Jackson2025-08-261-13/+22
| * | | tor-netdoc: parse2: Break out F_EFFECTIVE_TYPEIan Jackson2025-08-261-7/+13
| * | | tor-netdoc: parse2: Use selector_ rather than open-codingIan Jackson2025-08-261-1/+1
| * | | tor-netdoc: parse2: Report subdoc intro item keyword for missing itemIan Jackson2025-08-263-4/+19
| * | | tor-netdoc: parse2: More focused tests (error cases)Ian Jackson2025-08-261-0/+84
| * | | tor-netdoc: parse2: More focused tests (success cases)Ian Jackson2025-08-262-0/+182
| * | | tor-netdoc: parse2: Fix doctype_for_errorIan Jackson2025-08-261-3/+4
* | | | Merge branch 'windows_warning' into 'main'David Goulet2025-08-261-0/+1
|\ \ \ \
| * | | | tor-config-path: Fix another Windows warningTobias Stoeckmann2025-08-251-0/+1
* | | | | Merge branch 'toml' into 'main'David Goulet2025-08-261-18/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | arti: simplify the `create_state_dir_entry` test helperSteven Engler2025-08-251-18/+7
| |/ / /
* | | | tor-netdoc: No longer impl Sealed for RouterStatus (fmt)Ian Jackson2025-08-261-1/+1
* | | | tor-netdoc: No longer impl Sealed for RouterStatusIan Jackson2025-08-263-4/+2
* | | | tor-netdoc: Soften a TODOIan Jackson2025-08-261-1/+1
* | | | tor-netdoc: Fix typoIan Jackson2025-08-261-1/+1
* | | | tor-netdoc: Change an allow to an expectIan Jackson2025-08-261-1/+1
* | | | tor-netdoc: Fix some visibilitiesIan Jackson2025-08-261-6/+3
* | | | tor-netdoc: Correct the headings of two modulesIan Jackson2025-08-262-2/+2
* | | | tor-netdoc: Apply much rustfmt churnIan Jackson2025-08-269-30/+19
* | | | tor-netdoc: Provide some Vote thingsIan Jackson2025-08-269-95/+109
* | | | tor-netdoc: rs: centralise some includesIan Jackson2025-08-262-13/+8
* | | | tor-netdoc: Introduce experimental ns-vote featureIan Jackson2025-08-267-10/+25
* | | | tor-netdoc: Move all each_variety code to each_flavorIan Jackson2025-08-269-1470/+1470
* | | | tor-netdoc: ns variety: Provide for flavour-only itemsIan Jackson2025-08-2610-26/+141
* | | | tor-netdoc: Fix comments to refer to itemsIan Jackson2025-08-264-4/+4
* | | | tor-netdoc: Fix some out-of-date commentsIan Jackson2025-08-264-4/+4
* | | | tor-netdoc: Add semver notes for these changesIan Jackson2025-08-261-0/+3
* | | | tor-netdoc: Turn ConsensusHeader into VARIETY::HeaderIan Jackson2025-08-264-185/+185
* | | | tor-netdoc: Abolish ParseRouterStatus and make several things not pubIan Jackson2025-08-266-37/+13
* | | | tor-netdoc: De-duplicate RouterStatusBuilder::buildIan Jackson2025-08-264-38/+17
* | | | tor-netdoc: Combine ConsensusRouterStatus and GenericRouterStatusIan Jackson2025-08-2615-106/+82
* | | | tor-netdoc: Abolish RouterStatus trait in favour of generic methodsIan Jackson2025-08-266-26/+12
* | | | tor-netdoc: Remove generics from Consensus and its contentsIan Jackson2025-08-2613-82/+79
* | | | tor-netdoc: No longer try to export trait FromRdStringIan Jackson2025-08-261-1/+0
* | | | tor-netdoc: netstatus: Move GenericRouterStatusIan Jackson2025-08-264-150/+151
* | | | tor-netdoc: netstatus: Move everything variety-specificIan Jackson2025-08-2616-1073/+1101
* | | | tor-netdoc: Make various types all pub(crate)Ian Jackson2025-08-262-25/+25