FreeRDP/client/common
David Fort aebe9742e0 [client,win32] Child session fixes
It seems like WaitFor[Single|Multiple]Object calls aren't reliable on pipes, especially
on the pipe opened for childSession access. The object can be marked as signaled even if
no data is available, making the connection laggy and unresponsive (nearly unusable in some
cases).
This patch works around that by using ReadFileEx() with overlapped instead of simple
ReadFile() and use asynchronous reads.
2024-03-01 09:46:53 +01:00
..
man [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
test [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
client_cliprdr_file.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
client.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
CMakeLists.txt [cmake] simplify manpage generation 2023-12-20 09:21:31 +01:00
cmdline.c [client,win32] Child session fixes 2024-03-01 09:46:53 +01:00
cmdline.h [client,common] fix clipboard command line 2024-01-29 09:23:58 +01:00
file.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
geometry.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
smartcard_cli.c [client,common] print smartcard list info 2023-05-12 08:06:45 +02:00