| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | proto: Add channel cell handler | David Goulet | 2025-08-20 | 2 | -0/+562 | |
| * | | | | | | proto: Add message filtering to restricted message sets | David Goulet | 2025-08-20 | 1 | -2/+361 | |
| * | | | | | | proto: Implement a From<std::io::Error> for Error | David Goulet | 2025-08-20 | 1 | -0/+6 | |
| * | | | | | | cell: Add helper functions | David Goulet | 2025-08-20 | 1 | -0/+5 | |
| * | | | | | | proto: Add restricted channel message sets | David Goulet | 2025-08-20 | 2 | -3/+211 | |
| * | | | | | | proto: Add ChannelType enum | David Goulet | 2025-08-20 | 4 | -11/+66 | |
| * | | | | | | chan: Rename channel launch to launch_client | David Goulet | 2025-08-20 | 3 | -3/+4 | |
| * | | | | | | chanmgr: Add KeyMgr to channel builder | David Goulet | 2025-08-20 | 9 | -5/+22 | |
| | |_|/ / / |/| | | | | ||||||
| * | | | | | Document why we are using ring with rustls | Nick Mathewson | 2025-08-19 | 2 | -3/+25 | |
| * | | | | | Add a few unit tests for create_unbootstrapped_async. | Nick Mathewson | 2025-08-19 | 1 | -0/+49 | |
| | |/ / / |/| | | | ||||||
| * | | | | Merge branch 'rename-ns-to-plain' into 'main' | opara | 2025-08-19 | 10 | -53/+64 | |
| |\ \ \ \ | ||||||
| | * | | | | tor-netdoc: Replace "ns" with "plain" for unflavoured consensuses | Ian Jackson | 2025-08-18 | 1 | -1/+3 | |
| | * | | | | tor-netdoc: Provide some compatibility aliases | Ian Jackson | 2025-08-18 | 1 | -0/+13 | |
| | * | | | | tor-netdoc: Rename ns-consensus to plain-consensus | Ian Jackson | 2025-08-18 | 8 | -19/+19 | |
| | * | | | | tor-netdoc: network status: Rename Ns* to Plain* in macro output | Ian Jackson | 2025-08-18 | 3 | -17/+13 | |
| | * | | | | tor-netdoc: network status: Rename NS_* test data consts to PLAIN_* | Ian Jackson | 2025-08-18 | 1 | -4/+4 | |
| | * | | | | tor-netdoc: Rename ConsensusFlavor::Ns to ConsensusFlavor::Plain | Ian Jackson | 2025-08-18 | 4 | -10/+10 | |
| | * | | | | tor-netdoc: netstatus: Replace NSCON with PLAIN in parsing rules | Ian Jackson | 2025-08-18 | 1 | -5/+5 | |
| * | | | | | tor-proto: add comments to `CC_XOFF_CLIENT` | Steven Engler | 2025-08-18 | 1 | -0/+29 | |
| * | | | | | Merge branch 'circ-react-report' into 'main' | opara | 2025-08-18 | 8 | -47/+159 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tor-error: allow only error given to `_report!` macros | Steven Engler | 2025-08-18 | 1 | -0/+25 | |
| | * | | | | | 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 | 54 | -163/+494 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | 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 | 33 | -58/+60 | |
| | * | | | | | 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 | |
| * | | | | | 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 | |
