summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'tls12' into 'main'Nick Mathewson2025-12-101-1/+0
|\ \ \ \ \
| * | | | | arti: remove 'rustls/tls12' featureSteven Engler2025-12-091-1/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'ticket1599_01' into 'main'David Goulet2025-12-1013-242/+261
|\ \ \ \ \
| * | | | | proto: Add an immediate order for client CircuitEvent orderingDavid Goulet2025-12-101-4/+7
| * | | | | proto: Rename CircuitAction and cie to CircuitEventDavid Goulet2025-12-102-75/+67
| * | | | | proto: #[macro_use] be gone!Gabriela Moldovan2025-12-104-2/+4
| * | | | | proto: Rename Circuit{Action/Event}::Shutdown to ProtoViolationDavid Goulet2025-12-103-11/+12
| * | | | | proto: Add TODO in client reactor for bad cellDavid Goulet2025-12-101-0/+6
| * | | | | proto: Move relay specific unit test to relay moduleDavid Goulet2025-12-102-25/+41
| * | | | | proto: Relay circuit reactor now handles AnyChanMsgDavid Goulet2025-12-103-12/+14
| * | | | | proto: Make ClientCircChanMsg pub(super)David Goulet2025-12-101-1/+1
| * | | | | proto: Move unit tests and minor fixDavid Goulet2025-12-103-24/+23
| * | | | | proto: Client circuit reactor now handles AnyChanMsgDavid Goulet2025-12-109-34/+51
| * | | | | proto: Move RelayCircChanMsg into relay moduleDavid Goulet2025-12-105-27/+29
| * | | | | proto: Move ClientCircChanMsg into client moduleDavid Goulet2025-12-107-34/+39
| * | | | | proto: Remove unused restricted channel msg setDavid Goulet2025-12-101-26/+0
|/ / / / /
* | | | | Merge branch 'relay-bin-4' into 'main'David Goulet2025-12-103-0/+8
|\ \ \ \ \
| * | | | | arti-relay: install default ring crypto providerSteven Engler2025-12-093-0/+8
| |/ / / /
* | | | | Merge branch 'enc-derive' into 'main'Ian Jackson2025-12-1015-179/+1414
|\ \ \ \ \
| * | | | | tor-netdoc encode: Fix typos in multiplicity check method docsIan Jackson2025-12-101-4/+4
| * | | | | tor-netdoc encode: Enhance explanation of DeterminedMultiplicitySelectorIan Jackson2025-12-101-0/+3
| * | | | | tor-netdoc encode multiplicity: Fix wrong trait refIan Jackson2025-12-101-1/+1
| * | | | | tor-netdoc encode multiplicity: Add a note about omission of intro itemsIan Jackson2025-12-101-1/+1
| * | | | | tor-netdoc Linkify three more typesIan Jackson2025-12-101-1/+1
| * | | | | tor-netdoc Fix docs typoIan Jackson2025-12-101-1/+1
| * | | | | tor-netdoc: Add two TODOs re trait namingIan Jackson2025-12-102-0/+4
| * | | | | tor-netdoc README: Overview of the traitsIan Jackson2025-12-101-0/+38
| * | | | | tor-netdoc README: Replace structure sectionIan Jackson2025-12-101-8/+11
| * | | | | tor-netdoc README: fix description overviewIan Jackson2025-12-101-4/+3
| * | | | | tor-netdoc README: fix spec refIan Jackson2025-12-101-1/+1
| * | | | | tor-netdoc README: fix terminologyIan Jackson2025-12-101-1/+1
| * | | | | tor-netdoc: semver.md: Document new facilitiesIan Jackson2025-12-101-0/+1
| * | | | | tor-netdoc: Apply encoding derive to SharedRandStatusIan Jackson2025-12-101-2/+3
| * | | | | tor-netdoc: test2: check round-trip encodingIan Jackson2025-12-101-29/+162
| * | | | | tor-netdoc: test2: implement encoding traits for all test typesIan Jackson2025-12-102-20/+59
| * | | | | tor-netdoc: derive netdoc encoding traitsIan Jackson2025-12-104-0/+487
| * | | | | tor-netdoc: debug: Add a placeholder debug print to all the other derivesIan Jackson2025-12-102-0/+36
| * | | | | tor-netdoc: parse2: debug: Explain why we use io::stderr()Ian Jackson2025-12-101-0/+2
| * | | | | tor-netdoc: parse2: debug: Fix an error messageIan Jackson2025-12-101-1/+1
| * | | | | tor-netdoc: parse2: debug: Fix scoping of netdoc_parseable_derive_debugIan Jackson2025-12-102-1/+2
| * | | | | tor-netdoc: derive: F_KEYWORD_REPORT: put concat on the outsideIan Jackson2025-12-101-2/+2
| * | | | | tor-netdoc: derive_common: Break out docs for attrs in flattenIan Jackson2025-12-102-8/+13
| * | | | | tor-netdoc: derive_common: Break out field ordering checkIan Jackson2025-12-102-16/+18
| * | | | | tor-netdoc: derive_common: Break out item field type definitionsIan Jackson2025-12-102-6/+6
| * | | | | tor-netdoc: derive_common: Break out main field type definitionsIan Jackson2025-12-102-12/+11
| * | | | | tor-netdoc: derive_common: Break out F_KEYWORD_*, F_FLATTEN, F_NORMALIan Jackson2025-12-102-34/+33
| * | | | | tor-netdoc: Introduce new derive_common Rust module with d-d modulesIan Jackson2025-12-102-0/+68
| * | | | | tor-netdoc: parse2: Rename NetdocParseableCommon d-d moduleIan Jackson2025-12-101-3/+3
| * | | | | tor-netdoc: Break out netdoc_ordering_check into new derive_common.rsIan Jackson2025-12-103-34/+38
| * | | | | tor-netdoc: Drop the allow(unused)Ian Jackson2025-12-101-1/+0