summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | chan: Rename channel launch to launch_clientDavid Goulet2025-08-203-3/+4
| * | | | | | | chanmgr: Add KeyMgr to channel builderDavid Goulet2025-08-2010-5/+23
|/ / / / / / /
* | | | | | | Merge branch 'python-fixes' into 'main'Jim Newsome2025-08-202-5/+5
|\ \ \ \ \ \ \
| * | | | | | | Fix a type warning in postprocess_coverage_htmlNick Mathewson2025-08-191-1/+1
| * | | | | | | Run black to fix check_doc_features format.Nick Mathewson2025-08-191-4/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'document-rustls-provider-choice' into 'main'Nick Mathewson2025-08-202-3/+25
|\ \ \ \ \ \ \
| * | | | | | | Document why we are using ring with rustlsNick Mathewson2025-08-192-3/+25
|/ / / / / / /
* | | | | | | Merge branch 'ticket_2121' into 'main'Nick Mathewson2025-08-191-0/+49
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add a few unit tests for create_unbootstrapped_async.Nick Mathewson2025-08-191-0/+49
|/ / / / / /
* | | | | | Merge branch 'rename-ns-to-plain' into 'main'opara2025-08-1911-54/+69
|\ \ \ \ \ \
| * | | | | | tor-netdoc: network status: fix docs features suppressionsIan Jackson2025-08-181-1/+5
| * | | | | | tor-netdoc: Replace "ns" with "plain" for unflavoured consensusesIan Jackson2025-08-181-1/+3
| * | | | | | tor-netdoc: Provide some compatibility aliasesIan Jackson2025-08-181-0/+13
| * | | | | | tor-netdoc: Rename ns-consensus to plain-consensusIan Jackson2025-08-189-20/+20
| * | | | | | tor-netdoc: network status: Rename Ns* to Plain* in macro outputIan Jackson2025-08-183-17/+13
| * | | | | | tor-netdoc: network status: Rename NS_* test data consts to PLAIN_*Ian Jackson2025-08-181-4/+4
| * | | | | | tor-netdoc: Rename ConsensusFlavor::Ns to ConsensusFlavor::PlainIan Jackson2025-08-184-10/+10
| * | | | | | tor-netdoc: netstatus: Replace NSCON with PLAIN in parsing rulesIan Jackson2025-08-181-5/+5
* | | | | | | Merge branch 'flow-ctrl-note' into 'main'opara2025-08-191-0/+29
|\ \ \ \ \ \ \
| * | | | | | | tor-proto: add comments to `CC_XOFF_CLIENT`Steven Engler2025-08-181-0/+29
|/ / / / / / /
* | | | | | | Merge branch 'circ-react-report' into 'main'opara2025-08-188-47/+159
|\ \ \ \ \ \ \
| * | | | | | | tor-error: allow only error given to `_report!` macrosSteven Engler2025-08-181-0/+25
| * | | | | | | misc: cleanup now that `_report!` macros support fieldsSteven Engler2025-08-184-7/+5
| * | | | | | | tor-proto: report tunnel/channel id as a fieldSteven Engler2025-08-182-4/+4
| * | | | | | | arti: log errors using `tor_error::ErrorReport`Steven Engler2025-08-181-1/+14
| * | | | | | | arti: log error fields lastSteven Engler2025-08-182-0/+99
| * | | | | | | tor-error: update `_report!` macros to support tracing fieldsSteven Engler2025-08-181-38/+15
* | | | | | | | Merge branch 'document-max-mem-overhead' into 'main'Nick Mathewson2025-08-181-4/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Add a disclaimer that not all memory usage is trackedNick Mathewson2025-08-181-0/+3
| * | | | | | | Light reformatting on system.memory documentation.Nick Mathewson2025-08-181-4/+5
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'relay-reactor-placeholder' into 'main'David Goulet2025-08-1857-166/+497
|\ \ \ \ \ \ \
| * | | | | | | proto: Reformat a paragraph in the README.Gabriela Moldovan2025-08-181-5/+5
| * | | | | | | proto: Update README with new DataStream path.Gabriela Moldovan2025-08-181-1/+1
| * | | | | | | proto: Fix tests post-crate reorg (fmt).Gabriela Moldovan2025-08-182-2/+2
| * | | | | | | proto: Fix tests post-crate reorg.Gabriela Moldovan2025-08-182-2/+2
| * | | | | | | proto: Avoid calling the relay reactor a tunnel reactor.Gabriela Moldovan2025-08-181-3/+3
| * | | | | | | proto: Move the `stream` module under `client` (fmt).Gabriela Moldovan2025-08-189-21/+23
| * | | | | | | proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-1836-61/+63
| * | | | | | | 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
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | |