deskflow/src/lib
Peter Hutterer 00f53c1aac fix(ei): Drain all events sitting in our pipe
If we're starved for resources, we may end up with more than 64
notifications in our pipe before we get to actually read them.
Those notifications are just that though, so let's drain them.
2025-05-01 10:04:28 +01:00
..
arch chore: ArchNetworkBSD, Use auto where possible 2025-04-28 13:50:43 +01:00
base chore: Silence two compiler signedness warnings 2025-04-30 12:04:43 +01:00
client chore: Client, Use auto where possible 2025-04-28 13:50:43 +01:00
common chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
deskflow fix(daemon): Log responses for 'hello' and 'noop' 2025-04-29 13:13:07 +01:00
gui feat(gui): Retry mechanism for Windows Daemon IPC client 2025-04-29 13:13:07 +01:00
io chore: StreamBuffer, use auto where possible 2025-04-28 13:50:43 +01:00
mt chore: Thread, use auto where possible 2025-04-28 13:50:43 +01:00
net chore: TCPSocketFactory, use auto where possible 2025-04-28 13:50:43 +01:00
platform fix(ei): Drain all events sitting in our pipe 2025-05-01 10:04:28 +01:00
server chore: Server, use auto where possible 2025-04-28 13:50:43 +01:00
CMakeLists.txt refactor: Remove old Windows TCP IPC implementation (replaced by Qt equivalent) 2025-02-28 17:58:16 +00:00
Config.h.in chore: remove unused define HAVE_GMTTIME_R 2025-03-26 09:23:16 +00:00