Skip to content

Add Unix socket path forwarding for -t and -r tunnel options#766

Open
catalinii wants to merge 1 commit into
MisterTea:masterfrom
catalinii:unix-socket-forwarding
Open

Add Unix socket path forwarding for -t and -r tunnel options#766
catalinii wants to merge 1 commit into
MisterTea:masterfrom
catalinii:unix-socket-forwarding

Conversation

@catalinii

Copy link
Copy Markdown
Contributor

Support forwarding Unix domain sockets in addition to TCP ports. Paths starting with '/' are recognized as socket endpoints, enabling combinations like socket-to-socket, socket-to-port, and port-to-socket.

Support forwarding Unix domain sockets in addition to TCP ports.
Paths starting with '/' are recognized as socket endpoints, enabling
combinations like socket-to-socket, socket-to-port, and port-to-socket.
@codecov

codecov Bot commented Jun 18, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 92.98246% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.84%. Comparing base (6368584) to head (0e59126).

Files with missing lines Patch % Lines
src/terminal/TerminalClient.cpp 0.00% 2 Missing ⚠️
src/terminal/forwarding/PortForwardHandler.cpp 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #766      +/-   ##
==========================================
+ Coverage   86.70%   86.84%   +0.13%     
==========================================
  Files          72       72              
  Lines        5460     5510      +50     
  Branches      508      510       +2     
==========================================
+ Hits         4734     4785      +51     
+ Misses        726      725       -1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant