mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[PR #20] [MERGED] Epoll #237
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#237
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feschber/lan-mouse/pull/20
Author: @feschber
Created: 9/15/2023
Status: ✅ Merged
Merged: 9/19/2023
Merged by: @feschber
Base:
main← Head:epoll📝 Commits (10+)
8750a5dbreak everythingb0432e4unbreak some thingsb106e4dadd proper loggercbe3075fix warningsa280a50improved error handling7df3adbimplement epolled51ad5fix warningac2cf3dAdd frontend abstraction6f9216badd frontend config optionba271fdbasic cli frontend📊 Changes
24 files changed (+2438 additions, -950 deletions)
View changed files
📝
Cargo.lock(+654 -28)📝
Cargo.toml(+10 -3)📝
config.toml(+7 -9)➕
deny.toml(+272 -0)📝
src/backend/consumer/libei.rs(+13 -4)📝
src/backend/consumer/windows.rs(+37 -28)📝
src/backend/consumer/wlroots.rs(+119 -106)📝
src/backend/consumer/x11.rs(+32 -24)📝
src/backend/consumer/xdg_desktop_portal.rs(+10 -4)📝
src/backend/producer/wayland.rs(+295 -170)📝
src/backend/producer/windows.rs(+52 -5)📝
src/backend/producer/x11.rs(+52 -6)📝
src/client.rs(+150 -66)📝
src/config.rs(+64 -11)📝
src/consumer.rs(+80 -57)📝
src/dns.rs(+4 -22)📝
src/event.rs(+45 -3)📝
src/event/server.rs(+243 -131)➕
src/frontend.rs(+115 -0)➕
src/frontend/cli.rs(+85 -0)...and 4 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.