summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | proto: Rename the `tunnel` module to `client` (fmt).Gabriela Moldovan2025-08-1816-46/+46
| * | | | | | proto: Rename the `tunnel` module to `client`.Gabriela Moldovan2025-08-1836-96/+95
| * | | | | | proto: Reorganize relay_tunnel module.Gabriela Moldovan2025-08-184-15/+17
| * | | | | | proto: Add a placeholder for the relay reactor.Gabriela Moldovan2025-08-181-0/+231
| * | | | | | proto: Make unwrap_or_shutdown pub(crate).Gabriela Moldovan2025-08-181-0/+6
| * | | | | | proto: Add a ChannelProvider trait.Gabriela Moldovan2025-08-183-0/+74
| * | | | | | proto: Add a new relay_tunnel module.Gabriela Moldovan2025-08-182-0/+13
| * | | | | | proto: Add an experimental relay feature.Gabriela Moldovan2025-08-151-0/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'fix-nightly-warn' into 'main'Nick Mathewson2025-08-1811-12/+5
|\ \ \ \ \ \
| * | | | | | clippy: fix `clippy::duplicated_attributes` warningsSteven Engler2025-08-117-8/+1
| * | | | | | clippy: fix `clippy::implicit_clone` errorsSteven Engler2025-08-114-4/+4
* | | | | | | Merge branch 'ns-flavour' into 'main'Ian Jackson2025-08-1816-259/+528
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | tor-netdoc: Run rustfmt againIan Jackson2025-08-182-2/+2
| * | | | | tor-netdoc: Downgrade two TODOs re NsSomething -> PlainSomethingIan Jackson2025-08-181-2/+2
| * | | | | tor-netdoc: varieties: Rename per_variety to each_varietyIan Jackson2025-08-183-28/+26
| * | | | | tor-netdoc: varieties: Rename macro definition moduleIan Jackson2025-08-183-6/+5
| * | | | | tor-netdoc: Rename "species" to "variety"Ian Jackson2025-08-186-63/+62
| * | | | | tor-netdoc: varieties: Fix typo on doc commentIan Jackson2025-08-181-1/+1
| * | | | | tor-netdoc: varieties: Fix ns_choose for plainIan Jackson2025-08-181-1/+1
| * | | | | tor-netdoc: rs: Implement orport_addrs in terms of addrsIan Jackson2025-08-181-1/+1
| * | | | | tor-netdoc: Add commentary about namespacingIan Jackson2025-08-183-0/+25
| * | | | | tor-netdoc: Add a TODO comment about possibly changing the structureIan Jackson2025-08-181-0/+3
| * | | | | tor-netdoc: Add comment to ns_export_per_speciesIan Jackson2025-08-182-0/+2
| * | | | | tor-netdoc: Reference parse2/multiplicity.rs.Ian Jackson2025-08-181-1/+2
| * | | | | tor-netdoc: species/variety: Fix typoIan Jackson2025-08-181-1/+1
| * | | | | tor-netdoc: species/variety: Say to rename the macrology fileIan Jackson2025-08-181-0/+1
| * | | | | tor-netdoc: species/variety: Fix a reference to "this module"Ian Jackson2025-08-181-1/+1
| * | | | | tor-netdoc: species/variety: Add a big overview textIan Jackson2025-08-181-0/+51
| * | | | | tor-netdoc: species/variety: Add some cfg's to avoid unused import warningsIan Jackson2025-08-181-0/+3
| * | | | | tor-netdoc: species/variety: Properly add blocking TODOsIan Jackson2025-08-181-1/+2
| * | | | | Revert "tor-netdoc: Link to the generated macro, for one of them (poc)"Ian Jackson2025-08-184-20/+3
| * | | | | tor-netdoc: species: Improve per_species heading, clarificationIan Jackson2025-08-181-1/+1
| * | | | | tor-netdoc: species: Improve per_species headingIan Jackson2025-08-181-1/+4
| * | | | | tor-netdoc: ns_per_species_macros: Add blocking todo for "variety" renameIan Jackson2025-08-181-0/+1
| * | | | | tor-netdoc: ns_per_species_macros: Swap order, make vote optionalIan Jackson2025-08-181-24/+29
| * | | | | tor-netdoc: ns_per_species_macros: Fix some refs to CONSTIan Jackson2025-08-181-2/+2
| * | | | | tor-netdoc: Rename `ns` species ("variety") to `plain`Ian Jackson2025-08-183-22/+26
| * | | | | tor-netdoc: ns_per_species_macros: Add some dividersIan Jackson2025-08-181-0/+8
| * | | | | tor-netdoc: Improved a doc commentIan Jackson2025-08-181-1/+1
| * | | | | tor-netdoc: Link to the generated macro, for one of them (poc)Ian Jackson2025-08-184-3/+20
| * | | | | tor-netdoc: Link to the do_species macrosIan Jackson2025-08-181-1/+4
| * | | | | tor-netdoc: Fix botched formatting.Ian Jackson2025-08-181-1/+1
| * | | | | tor-netdoc: Fix a "flavour" reference that should have been "species"Ian Jackson2025-08-181-1/+1
| * | | | | tor-netdoc: rs: Abolish implement_accessors macro (fmt)Ian Jackson2025-08-181-67/+67
| * | | | | tor-netdoc: rs: Abolish implement_accessors macroIan Jackson2025-08-182-79/+69
| * | | | | tor-netdoc: rs: Move identical text to per_species.rs.Ian Jackson2025-08-184-144/+76
| * | | | | tor-netdoc: rs: Remove some fiddly docs differencesIan Jackson2025-08-182-5/+2
| * | | | | tor-netdoc: rs: Introduce FLAVOR constantIan Jackson2025-08-182-4/+10
| * | | | | tor-netdoc: rs: Swap calling orderIan Jackson2025-08-182-4/+4
| * | | | | tor-netdoc: rs: Introduce and use DOC_DIGEST_LENIan Jackson2025-08-184-6/+12