akallabeth
|
26003e59cc
|
[va_list] initialize with ={0};
|
2024-09-24 11:06:18 +02:00 |
|
akallabeth
|
239440e28d
|
[warnings] remove or comment unused macros
|
2024-09-20 18:49:38 +02:00 |
|
akallabeth
|
b7601ec755
|
[client,SDL] remove goto usage, replace with RAII
* use std::uniqe_ptr to clean up malloced strings
* use ScopeGuard to run cleanup code whenever the function is exited
|
2024-09-18 11:48:35 +02:00 |
|
akallabeth
|
ceae258e37
|
[warnings] fix clang-tidy issues in clients
|
2024-08-29 15:34:27 +02:00 |
|
akallabeth
|
37008506c2
|
[client,sdl] remove tab from dialog messages
|
2024-08-20 13:31:41 +02:00 |
|
akallabeth
|
39e8c077d4
|
[client,sdl] improve VerifyCertificate message
* Use FreeRDP_CertificateCallbackPreferPEM for callbacks
* Add notBefore and notAfter dates to callback messages
|
2024-08-20 12:42:51 +02:00 |
|
akallabeth
|
b0320d8068
|
[client,SDL] fix autoreconnect
retry on handle check failure, not if WaitForMultipleObjects fails
|
2024-07-18 15:31:24 +02:00 |
|
akallabeth
|
cc038ad89b
|
[client,sdl] merge SDL2 and SDL3 projects
|
2024-05-16 20:34:11 +02:00 |
|