[PR #20] [MERGED] Epoll #237

Closed
opened 2026-05-05 22:14:50 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: mainHead: epoll


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/feschber/lan-mouse/pull/20 **Author:** [@feschber](https://github.com/feschber) **Created:** 9/15/2023 **Status:** ✅ Merged **Merged:** 9/19/2023 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `epoll` --- ### 📝 Commits (10+) - [`8750a5d`](https://github.com/feschber/lan-mouse/commit/8750a5db99674b2a5ce49f020117ee67052b883e) break everything - [`b0432e4`](https://github.com/feschber/lan-mouse/commit/b0432e43eb902e04d3958896b51661ba0312c8f2) unbreak some things - [`b106e4d`](https://github.com/feschber/lan-mouse/commit/b106e4df1e58aebf1ab29415ed337343c67f9a4b) add proper logger - [`cbe3075`](https://github.com/feschber/lan-mouse/commit/cbe307575dfd9b4cfe19b24e6a7e574360678836) fix warnings - [`a280a50`](https://github.com/feschber/lan-mouse/commit/a280a5052e3d679bd06282e9a68cd20db57a7047) improved error handling - [`7df3adb`](https://github.com/feschber/lan-mouse/commit/7df3adb3c66888aa93e07ff87a3fd92038732c94) implement epoll - [`ed51ad5`](https://github.com/feschber/lan-mouse/commit/ed51ad539690c9617f971ea5aeb574b6c9ff7935) fix warning - [`ac2cf3d`](https://github.com/feschber/lan-mouse/commit/ac2cf3d3e4d9f423b15f0342bfe3216fb8465c37) Add frontend abstraction - [`6f9216b`](https://github.com/feschber/lan-mouse/commit/6f9216bd5a01e1e6bd9d6d05d166a605220433fe) add frontend config option - [`ba271fd`](https://github.com/feschber/lan-mouse/commit/ba271fd59261557b2e82922f0859003c9f423943) basic cli frontend ### 📊 Changes **24 files changed** (+2438 additions, -950 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 22:14:50 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/lan-mouse#237
No description provided.