| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | misc: cleanup now that `_report!` macros support fields | Steven Engler | 2025-08-18 | 4 | -7/+5 | |
| | * | | | | | | | tor-proto: report tunnel/channel id as a field | Steven Engler | 2025-08-18 | 2 | -4/+4 | |
| | * | | | | | | | arti: log errors using `tor_error::ErrorReport` | Steven Engler | 2025-08-18 | 1 | -1/+14 | |
| | * | | | | | | | arti: log error fields last | Steven Engler | 2025-08-18 | 2 | -0/+99 | |
| | * | | | | | | | tor-error: update `_report!` macros to support tracing fields | Steven Engler | 2025-08-18 | 1 | -38/+15 | |
| * | | | | | | | | Merge branch 'document-max-mem-overhead' into 'main' | Nick Mathewson | 2025-08-18 | 1 | -4/+8 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Add a disclaimer that not all memory usage is tracked | Nick Mathewson | 2025-08-18 | 1 | -0/+3 | |
| | * | | | | | | | Light reformatting on system.memory documentation. | Nick Mathewson | 2025-08-18 | 1 | -4/+5 | |
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'relay-reactor-placeholder' into 'main' | David Goulet | 2025-08-18 | 57 | -166/+497 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | proto: Reformat a paragraph in the README. | Gabriela Moldovan | 2025-08-18 | 1 | -5/+5 | |
| | * | | | | | | | proto: Update README with new DataStream path. | Gabriela Moldovan | 2025-08-18 | 1 | -1/+1 | |
| | * | | | | | | | proto: Fix tests post-crate reorg (fmt). | Gabriela Moldovan | 2025-08-18 | 2 | -2/+2 | |
| | * | | | | | | | proto: Fix tests post-crate reorg. | Gabriela Moldovan | 2025-08-18 | 2 | -2/+2 | |
| | * | | | | | | | proto: Avoid calling the relay reactor a tunnel reactor. | Gabriela Moldovan | 2025-08-18 | 1 | -3/+3 | |
| | * | | | | | | | proto: Move the `stream` module under `client` (fmt). | Gabriela Moldovan | 2025-08-18 | 9 | -21/+23 | |
| | * | | | | | | | proto: Move the `stream` module under `client` (breaking). | Gabriela Moldovan | 2025-08-18 | 36 | -61/+63 | |
| | * | | | | | | | proto: Rename the `tunnel` module to `client` (fmt). | Gabriela Moldovan | 2025-08-18 | 16 | -46/+46 | |
| | * | | | | | | | proto: Rename the `tunnel` module to `client`. | Gabriela Moldovan | 2025-08-18 | 36 | -96/+95 | |
| | * | | | | | | | proto: Reorganize relay_tunnel module. | Gabriela Moldovan | 2025-08-18 | 4 | -15/+17 | |
| | * | | | | | | | proto: Add a placeholder for the relay reactor. | Gabriela Moldovan | 2025-08-18 | 1 | -0/+231 | |
| | * | | | | | | | proto: Make unwrap_or_shutdown pub(crate). | Gabriela Moldovan | 2025-08-18 | 1 | -0/+6 | |
| | * | | | | | | | proto: Add a ChannelProvider trait. | Gabriela Moldovan | 2025-08-18 | 3 | -0/+74 | |
| | * | | | | | | | proto: Add a new relay_tunnel module. | Gabriela Moldovan | 2025-08-18 | 2 | -0/+13 | |
| | * | | | | | | | proto: Add an experimental relay feature. | Gabriela Moldovan | 2025-08-15 | 1 | -0/+2 | |
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'fix-nightly-warn' into 'main' | Nick Mathewson | 2025-08-18 | 11 | -12/+5 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | clippy: fix `clippy::duplicated_attributes` warnings | Steven Engler | 2025-08-11 | 7 | -8/+1 | |
| | * | | | | | | | clippy: fix `clippy::implicit_clone` errors | Steven Engler | 2025-08-11 | 4 | -4/+4 | |
| * | | | | | | | | Merge branch 'ns-flavour' into 'main' | Ian Jackson | 2025-08-18 | 16 | -259/+528 | |
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | | | ||||||
| | * | | | | | | tor-netdoc: Run rustfmt again | Ian Jackson | 2025-08-18 | 2 | -2/+2 | |
| | * | | | | | | tor-netdoc: Downgrade two TODOs re NsSomething -> PlainSomething | Ian Jackson | 2025-08-18 | 1 | -2/+2 | |
| | * | | | | | | tor-netdoc: varieties: Rename per_variety to each_variety | Ian Jackson | 2025-08-18 | 3 | -28/+26 | |
| | * | | | | | | tor-netdoc: varieties: Rename macro definition module | Ian Jackson | 2025-08-18 | 3 | -6/+5 | |
| | * | | | | | | tor-netdoc: Rename "species" to "variety" | Ian Jackson | 2025-08-18 | 6 | -63/+62 | |
| | * | | | | | | tor-netdoc: varieties: Fix typo on doc comment | Ian Jackson | 2025-08-18 | 1 | -1/+1 | |
| | * | | | | | | tor-netdoc: varieties: Fix ns_choose for plain | Ian Jackson | 2025-08-18 | 1 | -1/+1 | |
| | * | | | | | | tor-netdoc: rs: Implement orport_addrs in terms of addrs | Ian Jackson | 2025-08-18 | 1 | -1/+1 | |
| | * | | | | | | tor-netdoc: Add commentary about namespacing | Ian Jackson | 2025-08-18 | 3 | -0/+25 | |
| | * | | | | | | tor-netdoc: Add a TODO comment about possibly changing the structure | Ian Jackson | 2025-08-18 | 1 | -0/+3 | |
| | * | | | | | | tor-netdoc: Add comment to ns_export_per_species | Ian Jackson | 2025-08-18 | 2 | -0/+2 | |
| | * | | | | | | tor-netdoc: Reference parse2/multiplicity.rs. | Ian Jackson | 2025-08-18 | 1 | -1/+2 | |
| | * | | | | | | tor-netdoc: species/variety: Fix typo | Ian Jackson | 2025-08-18 | 1 | -1/+1 | |
| | * | | | | | | tor-netdoc: species/variety: Say to rename the macrology file | Ian Jackson | 2025-08-18 | 1 | -0/+1 | |
| | * | | | | | | tor-netdoc: species/variety: Fix a reference to "this module" | Ian Jackson | 2025-08-18 | 1 | -1/+1 | |
| | * | | | | | | tor-netdoc: species/variety: Add a big overview text | Ian Jackson | 2025-08-18 | 1 | -0/+51 | |
| | * | | | | | | tor-netdoc: species/variety: Add some cfg's to avoid unused import warnings | Ian Jackson | 2025-08-18 | 1 | -0/+3 | |
| | * | | | | | | tor-netdoc: species/variety: Properly add blocking TODOs | Ian Jackson | 2025-08-18 | 1 | -1/+2 | |
| | * | | | | | | Revert "tor-netdoc: Link to the generated macro, for one of them (poc)" | Ian Jackson | 2025-08-18 | 4 | -20/+3 | |
| | * | | | | | | tor-netdoc: species: Improve per_species heading, clarification | Ian Jackson | 2025-08-18 | 1 | -1/+1 | |
| | * | | | | | | tor-netdoc: species: Improve per_species heading | Ian Jackson | 2025-08-18 | 1 | -1/+4 | |
| | * | | | | | | tor-netdoc: ns_per_species_macros: Add blocking todo for "variety" rename | Ian Jackson | 2025-08-18 | 1 | -0/+1 | |
