Skip to content

feat(dvc): add DVC named pipe proxy support #791

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pacmancoder
Copy link
Contributor

@pacmancoder pacmancoder commented May 16, 2025

This PR adds DVC proxy implementation based on named pipes (currently windows-only), a separate fifio Unix implementation is needed.

How to test:

  • Run IronRDP pipe with NowProto pipe proxy:
    cargo run -p ironrdp-client -- -u <USER> -p <PASS> <IP> --dvc-proxy Devolutions::Now::Agent=now-proto-GLOBAL
  • Run NowDvcApp project from now-proto repo.

image

FFI is not yet implemented in this PR, it will be posted as separate follow-up PR.

@pacmancoder pacmancoder changed the title feat(dvc): add DVC named pipe proxy support [DRAFT] feat(dvc): add DVC named pipe proxy support May 16, 2025
Copy link

github-actions bot commented May 16, 2025

Coverage Report 🤖 ⚙️

Past:
Total lines: 30906
Covered lines: 19780 (64.00%)

New:
Total lines: 31018
Covered lines: 19786 (63.79%)

Diff: -0.21%

[this comment will be updated automatically]

@pacmancoder pacmancoder changed the title [DRAFT] feat(dvc): add DVC named pipe proxy support feat(dvc): add DVC named pipe proxy support May 20, 2025
@pacmancoder pacmancoder requested a review from CBenoit May 20, 2025 15:05
@pacmancoder pacmancoder marked this pull request as ready for review May 20, 2025 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant