summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Bump minimal-versions in CI to new MSRV (1.85)Nick Mathewson2025-08-051-1/+1
| * | | | | | Remove a now-needless doc comment.Nick Mathewson2025-08-051-2/+0
| * | | | | | Bump to hex-literal 1.0Nick Mathewson2025-08-0515-17/+17
| * | | | | | Set MSRV to 1.85.Nick Mathewson2025-08-0563-63/+63
* | | | | | | Merge branch 'semver' into 'main'Nick Mathewson2025-08-054-12/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove semver.md files, post-release.Ian Jackson2025-08-054-12/+0
* | | | | | | | Merge branch 'windows_warnings' into 'main'opara2025-08-055-0/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix Windows compile warningsTobias Stoeckmann2025-08-055-0/+10
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'unbounded-streams' into 'main'Nick Mathewson2025-08-056-15/+73
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | tor-proto: make stream recv queues unbounded if "flowctl-cc" enabledSteven Engler2025-08-055-15/+54
| * | | | | | | tor-async-utils: impl `SinkTrySend` for `mpsc::UnboundedSender`Steven Engler2025-08-051-0/+19
|/ / / / / / /
* | | | | | | Merge branch 'use-cc' into 'main'Nick Mathewson2025-08-054-51/+30
|\ \ \ \ \ \ \
| * | | | | | | arti: add experimental "flowctl-cc" featureSteven Engler2025-08-041-1/+4
| * | | | | | | arti-client: add experimental "flowctl-cc" featureSteven Engler2025-08-041-0/+2
| * | | | | | | tor-proto: use congestion control when "flowctl-cc" is enabledSteven Engler2025-08-042-50/+24
| |/ / / / / /
* | | | | | | Merge branch 'conflux-tunnel-v1' into 'main'David Goulet2025-08-0544-1814/+2721
|\ \ \ \ \ \ \
| * | | | | | | circmgr: Feature gate multi path tunnel with conflux flagDavid Goulet2025-08-054-7/+16
| * | | | | | | test: Fix build issues likely due to past rebase conflictsDavid Goulet2025-08-051-1/+2
| * | | | | | | Revert "circmgr: Feature-gate all the onion service tunnel types."Gabriela Moldovan2025-08-052-22/+2
| * | | | | | | circmgr: Feature-gate all the onion service tunnel types.Gabriela Moldovan2025-08-052-2/+22
| * | | | | | | proto: Deferred fmtGabriela Moldovan2025-08-052-4/+3
| * | | | | | | hsservice: Do not send the REND1 to the virtual hop.Gabriela Moldovan2025-08-051-2/+5
| * | | | | | | Do not fully-qualify Sync.Gabriela Moldovan2025-08-053-15/+15
| * | | | | | | proto: Fix infinite recursion in ClientTunnel::extend().Gabriela Moldovan2025-08-051-2/+2
| * | | | | | | conflux: Adjust docs and fix doc links.Gabriela Moldovan2025-08-0510-34/+36
| * | | | | | | circmgr: Fix hs-service feature gatingGabriela Moldovan2025-08-051-1/+1
| * | | | | | | arti-client: Resolve XXX to make CI run.Gabriela Moldovan2025-08-051-23/+26
| * | | | | | | proto: abolish path_ref() in favor of all_paths().Gabriela Moldovan2025-08-058-59/+67
| * | | | | | | hsservice, hsclient: Enable tor-circmgr/send-control-msg too.Gabriela Moldovan2025-08-052-2/+2
| * | | | | | | proto: Use UserMsgHandler instead of MsgHandler throughout.Gabriela Moldovan2025-08-051-8/+8
| * | | | | | | proto: Make UserMsgHandler pub if send-control-msg is enabled.Gabriela Moldovan2025-08-051-0/+1
| * | | | | | | circmgr: Feature-gate ServiceOnionServiceIntroTunnel to fix compile errors.Gabriela Moldovan2025-08-051-0/+1
| * | | | | | | circmgr: Feature-gate send_raw_msg.Gabriela Moldovan2025-08-051-0/+1
| * | | | | | | circmgr: Gate tor_proto::handshake usage behind hs-common.Gabriela Moldovan2025-08-051-1/+6
| * | | | | | | proto, circmgr: Fix feature-gating.Gabriela Moldovan2025-08-053-3/+5
| * | | | | | | proto: Feature-gate UserMsgHandler.Gabriela Moldovan2025-08-051-1/+3
| * | | | | | | circmgr: Fully-qualify types in macro.Gabriela Moldovan2025-08-051-4/+2
| * | | | | | | circmgr: Add back cognitive_complexity allows.Gabriela Moldovan2025-08-052-0/+2
| * | | | | | | proto: Return a more specific error message from allow_stream_requests.Gabriela Moldovan2025-08-052-5/+8
| * | | | | | | proto: Set is_multi_path = true in the tests.Gabriela Moldovan2025-08-051-6/+14
| * | | | | | | proto: Avoid using as_single_circ() in the conflux tests (fmt).Gabriela Moldovan2025-08-051-5/+1
| * | | | | | | proto: Avoid using as_single_circ() in the conflux tests.Gabriela Moldovan2025-08-051-3/+2
| * | | | | | | circmgr: Fix unit testsDavid Goulet2025-08-052-15/+15
| * | | | | | | proto: Fix the tunnel/circuit.rs unit testsDavid Goulet2025-08-052-80/+122
| * | | | | | | proto: Remove todo!() from StreamTarget::protocol_error()David Goulet2025-08-051-1/+1
| * | | | | | | arti-client: Use the new Tunnel interfaceDavid Goulet2025-08-053-29/+37
| * | | | | | | dirmgr: Rename circuit to tunnelDavid Goulet2025-08-051-3/+3
| * | | | | | | tunnel: Implement start_conversation() for all tunnel typesDavid Goulet2025-08-059-167/+178
| * | | | | | | hs: Use the new Tunnel interface for onion serviceDavid Goulet2025-08-0514-230/+392
| * | | | | | | dirclient: Use the new Tunnel interface (fmt).Gabriela Moldovan2025-08-051-1/+3