| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | arti-client: add experimental "flowctl-cc" feature | Steven Engler | 2025-08-04 | 1 | -0/+2 | |
| | * | | | | | | | tor-proto: use congestion control when "flowctl-cc" is enabled | Steven Engler | 2025-08-04 | 2 | -50/+24 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge branch 'conflux-tunnel-v1' into 'main' | David Goulet | 2025-08-05 | 44 | -1814/+2721 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | circmgr: Feature gate multi path tunnel with conflux flag | David Goulet | 2025-08-05 | 4 | -7/+16 | |
| | * | | | | | | | test: Fix build issues likely due to past rebase conflicts | David Goulet | 2025-08-05 | 1 | -1/+2 | |
| | * | | | | | | | Revert "circmgr: Feature-gate all the onion service tunnel types." | Gabriela Moldovan | 2025-08-05 | 2 | -22/+2 | |
| | * | | | | | | | circmgr: Feature-gate all the onion service tunnel types. | Gabriela Moldovan | 2025-08-05 | 2 | -2/+22 | |
| | * | | | | | | | proto: Deferred fmt | Gabriela Moldovan | 2025-08-05 | 2 | -4/+3 | |
| | * | | | | | | | hsservice: Do not send the REND1 to the virtual hop. | Gabriela Moldovan | 2025-08-05 | 1 | -2/+5 | |
| | * | | | | | | | Do not fully-qualify Sync. | Gabriela Moldovan | 2025-08-05 | 3 | -15/+15 | |
| | * | | | | | | | proto: Fix infinite recursion in ClientTunnel::extend(). | Gabriela Moldovan | 2025-08-05 | 1 | -2/+2 | |
| | * | | | | | | | conflux: Adjust docs and fix doc links. | Gabriela Moldovan | 2025-08-05 | 10 | -34/+36 | |
| | * | | | | | | | circmgr: Fix hs-service feature gating | Gabriela Moldovan | 2025-08-05 | 1 | -1/+1 | |
| | * | | | | | | | arti-client: Resolve XXX to make CI run. | Gabriela Moldovan | 2025-08-05 | 1 | -23/+26 | |
| | * | | | | | | | proto: abolish path_ref() in favor of all_paths(). | Gabriela Moldovan | 2025-08-05 | 8 | -59/+67 | |
| | * | | | | | | | hsservice, hsclient: Enable tor-circmgr/send-control-msg too. | Gabriela Moldovan | 2025-08-05 | 2 | -2/+2 | |
| | * | | | | | | | proto: Use UserMsgHandler instead of MsgHandler throughout. | Gabriela Moldovan | 2025-08-05 | 1 | -8/+8 | |
| | * | | | | | | | proto: Make UserMsgHandler pub if send-control-msg is enabled. | Gabriela Moldovan | 2025-08-05 | 1 | -0/+1 | |
| | * | | | | | | | circmgr: Feature-gate ServiceOnionServiceIntroTunnel to fix compile errors. | Gabriela Moldovan | 2025-08-05 | 1 | -0/+1 | |
| | * | | | | | | | circmgr: Feature-gate send_raw_msg. | Gabriela Moldovan | 2025-08-05 | 1 | -0/+1 | |
| | * | | | | | | | circmgr: Gate tor_proto::handshake usage behind hs-common. | Gabriela Moldovan | 2025-08-05 | 1 | -1/+6 | |
| | * | | | | | | | proto, circmgr: Fix feature-gating. | Gabriela Moldovan | 2025-08-05 | 3 | -3/+5 | |
| | * | | | | | | | proto: Feature-gate UserMsgHandler. | Gabriela Moldovan | 2025-08-05 | 1 | -1/+3 | |
| | * | | | | | | | circmgr: Fully-qualify types in macro. | Gabriela Moldovan | 2025-08-05 | 1 | -4/+2 | |
| | * | | | | | | | circmgr: Add back cognitive_complexity allows. | Gabriela Moldovan | 2025-08-05 | 2 | -0/+2 | |
| | * | | | | | | | proto: Return a more specific error message from allow_stream_requests. | Gabriela Moldovan | 2025-08-05 | 2 | -5/+8 | |
| | * | | | | | | | proto: Set is_multi_path = true in the tests. | Gabriela Moldovan | 2025-08-05 | 1 | -6/+14 | |
| | * | | | | | | | proto: Avoid using as_single_circ() in the conflux tests (fmt). | Gabriela Moldovan | 2025-08-05 | 1 | -5/+1 | |
| | * | | | | | | | proto: Avoid using as_single_circ() in the conflux tests. | Gabriela Moldovan | 2025-08-05 | 1 | -3/+2 | |
| | * | | | | | | | circmgr: Fix unit tests | David Goulet | 2025-08-05 | 2 | -15/+15 | |
| | * | | | | | | | proto: Fix the tunnel/circuit.rs unit tests | David Goulet | 2025-08-05 | 2 | -80/+122 | |
| | * | | | | | | | proto: Remove todo!() from StreamTarget::protocol_error() | David Goulet | 2025-08-05 | 1 | -1/+1 | |
| | * | | | | | | | arti-client: Use the new Tunnel interface | David Goulet | 2025-08-05 | 3 | -29/+37 | |
| | * | | | | | | | dirmgr: Rename circuit to tunnel | David Goulet | 2025-08-05 | 1 | -3/+3 | |
| | * | | | | | | | tunnel: Implement start_conversation() for all tunnel types | David Goulet | 2025-08-05 | 9 | -167/+178 | |
| | * | | | | | | | hs: Use the new Tunnel interface for onion service | David Goulet | 2025-08-05 | 14 | -230/+392 | |
| | * | | | | | | | dirclient: Use the new Tunnel interface (fmt). | Gabriela Moldovan | 2025-08-05 | 1 | -1/+3 | |
| | * | | | | | | | dirclient: Use the new Tunnel interface | David Goulet | 2025-08-05 | 4 | -20/+29 | |
| | * | | | | | | | circmgr: Return more type specific tunnel | David Goulet | 2025-08-05 | 2 | -8/+12 | |
| | * | | | | | | | tunnel: Implement Buildable for ClientTunnel | David Goulet | 2025-08-05 | 6 | -88/+92 | |
| | * | | | | | | | proto: Change PendingClientCirc to yield back a ClientTunnel | David Goulet | 2025-08-05 | 3 | -27/+28 | |
| | * | | | | | | | circmgr: Major rename for the new Tunnel namespace | David Goulet | 2025-08-05 | 8 | -625/+635 | |
| | * | | | | | | | proto: Add last_hop() to Tunnel interface | David Goulet | 2025-08-05 | 2 | -0/+43 | |
| | * | | | | | | | circmgr: New Tunnel object interface | David Goulet | 2025-08-05 | 5 | -2/+496 | |
| | * | | | | | | | proto: Move ClientCirc stream functions to ClientTunnel | David Goulet | 2025-08-05 | 6 | -483/+456 | |
| | * | | | | | | | proto: Add a new ClientTunnel type | Gabriela Moldovan | 2025-08-05 | 3 | -2/+103 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge branch 'fix_rustdoc_nightly' into 'main' | Nick Mathewson | 2025-08-05 | 14 | -8/+30 | |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | Fix errors from rustdoc nightly. | Nick Mathewson | 2025-08-05 | 14 | -8/+30 | |
| * | | | | | | | Merge branch 'changelog' into 'main'arti-v1.4.6 | Ian Jackson | 2025-08-05 | 3 | -5/+198 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | changelog: Fix a link | Ian Jackson | 2025-08-05 | 1 | -0/+1 | |
