Skip to content
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

Dev/x11 refactor #421

Merged
merged 3 commits into from
Mar 6, 2025
Merged

Dev/x11 refactor #421

merged 3 commits into from
Mar 6, 2025

Conversation

RileyWen
Copy link
Collaborator

No description provided.

struct X11FdInfo {
int fd;
std::shared_ptr<uvw::tcp_handle> sock;
std::shared_ptr<uvw::tcp_handle> proxy_handle;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

精简,用队列优化block write fd的性能

@L-Xiafeng L-Xiafeng added NewFeatures enhancement New feature or request and removed NewFeatures labels Jan 16, 2025
@L-Xiafeng L-Xiafeng self-requested a review February 23, 2025 14:43
@RileyWen RileyWen force-pushed the dev/x11_refactor branch 2 times, most recently from e39dd71 to 5c8691b Compare March 6, 2025 02:44
Remove useless codes.
Refactor Xauth executing.
Refactor logs.
Fix xauth folder permission error.
Fix bugs.
Add x11 forwarding option for backend.
Add log for where TaskCompletionAckReply is not sent.
Fix bugs and x11 barely runs.
Fix bugs and x11 runs successfully.
Finish coding. Start debugging.
Add subprocess.h.
Improve Xauthority file generation and add deletion for it.
feat: x11 socket listen and x11 forward
Add Xauthority file generation.
Add Display environment variable and import subprocess library.
Merge the proto changes from front end.
@RileyWen RileyWen merged commit b73f0a8 into master Mar 6, 2025
1 check passed
@RileyWen RileyWen deleted the dev/x11_refactor branch March 6, 2025 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants