akallabeth
4cd680c9fc
Merge pull request #10712 from akallabeth/file-handle-fixes
...
[winpr,file] make handle creators return const
2024-10-07 11:26:26 +02:00
akallabeth
7e8c374fe2
[winpr,file] make handle creators return const
...
* let the file handle creators return const HANDLE_CREATOR
* for comm port use winpr_definition_add(-DWINPR_HAVE_SERIAL_SUPPORT) to
have the definition visible at correct scope
* create namedPipeClient.h for handle creator function declaration
2024-10-07 10:15:34 +02:00
akallabeth
326fb337ef
Merge pull request #10292 from oleg0421/rdpecam_client_mjpeg_support
...
[channel,rdpecam] MJPEG input format support
2024-10-07 09:45:56 +02:00
David Fort
35df9e95ad
sdl3: fix build with last SDL_ttf
2024-10-07 09:42:47 +02:00
oleg0421
4797609b80
[channel,rdpecam] MJPEG input format support
2024-10-05 17:32:43 -07:00
akallabeth
48eb68b53b
Merge pull request #10707 from akallabeth/alsa-mic-fix
...
Alsa mic fix
2024-10-04 21:20:15 +02:00
akallabeth
8ea903091b
[winpr,platform] disable GCC pragma
...
GCC does not support -Wtautological-constant-out-of-range-compare
2024-10-04 16:12:03 +02:00
akallabeth
cf46f341f6
[channels,audin] fix alsa backend
...
* Fix wrong variable passed to receive
* Improve logging/error handling
2024-10-04 16:11:53 +02:00
akallabeth
f4cac29f3c
[channels,audin] fix string to int conversion
...
use strtoul for unsigned values
2024-10-04 12:05:10 +02:00
akallabeth
140fe9c50f
[clang-tidy] disable readability-misleading-indentation
...
this only triggers because of some #ifdef and some of our macros. As all
the code is clang-formatted anyway the warning is useless.
2024-10-03 21:21:46 +02:00
akallabeth
f00d9c45e0
[warnings] fix integer narrowing
...
fix function freerdp_tls_write_all
2024-10-03 21:21:46 +02:00
akallabeth
503b9f0bb7
[warnings] fix integer narrowing
2024-10-03 21:21:45 +02:00
akallabeth
4fc2e1bb3e
[warnings] fix integer narrowing
2024-10-03 21:21:44 +02:00
akallabeth
4b5274c34f
[warnings] fix integer narrowing
2024-10-03 21:21:44 +02:00
akallabeth
04bd097455
[warnings] fix integer narrowing
2024-10-03 21:21:43 +02:00
akallabeth
544c6ddce6
[warnings] fix integer narrowing
2024-10-03 21:21:42 +02:00
akallabeth
53497a572d
[warnings] fix integer narrowing
2024-10-03 21:21:42 +02:00
akallabeth
57ed259be2
[warnings] fix integer narrowing
2024-10-03 21:21:41 +02:00
akallabeth
b19dcf8d68
[warnings] fix integer narrowing
2024-10-03 21:21:41 +02:00
akallabeth
eceab9aedb
[warnings] fix integer narrowing
2024-10-03 21:21:40 +02:00
akallabeth
704597937d
[warnings] fix integer narrowing
2024-10-03 21:21:39 +02:00
akallabeth
efeac25fa9
[warnings] fix integer narrowing
2024-10-03 21:21:38 +02:00
akallabeth
cdb25ea11b
[warnings] fix integer narrowing
2024-10-03 21:21:38 +02:00
akallabeth
08afc250a3
[warnings] fix integer narrowing
2024-10-03 21:21:36 +02:00
akallabeth
40ba7aa03a
[warnings] fix integer narrowing
2024-10-03 21:21:36 +02:00
akallabeth
429474cd0f
[warnings] fix integer narrowing
2024-10-03 21:21:35 +02:00
akallabeth
5e6d0a4183
[warnings] fix integer narrowing
2024-10-03 21:21:35 +02:00
akallabeth
eea56dcf60
[warnings] fix integer narrowing
2024-10-03 21:21:34 +02:00
akallabeth
69b9f81c29
[warnings] fix integer narrowing
2024-10-03 21:21:33 +02:00
akallabeth
afc4f9b92a
[warnings] fix integer narrowing
2024-10-03 21:21:33 +02:00
akallabeth
142d112eee
[warnings] fix integer narrowing
2024-10-03 21:21:32 +02:00
akallabeth
83921b0f67
[warnings] fix integer narrowing
2024-10-03 21:21:32 +02:00
akallabeth
42d66eaebe
[warnings] fix integer narrowing
2024-10-03 21:21:31 +02:00
akallabeth
f9bfaba0d2
[warnings] fix integer narrowing
2024-10-03 21:21:30 +02:00
akallabeth
e878927cd7
[warnings] fix integer narrowing
2024-10-03 21:21:29 +02:00
akallabeth
2e23ddfc1c
[warnings] fix integer narrowing
2024-10-03 21:21:27 +02:00
akallabeth
fe8e1950aa
[warnings] fix integer narrowing
2024-10-03 21:21:21 +02:00
akallabeth
6c8c67b385
Merge pull request #10677 from akallabeth/int-narrow
...
Int narrow
2024-10-03 21:17:56 +02:00
akallabeth
e14b7a1f29
[crypto,cert] cleanup cert chain duplication/cleanup
2024-10-03 20:35:39 +02:00
akallabeth
830f208ec4
[cyrpto,x509] delete unused function
2024-10-03 19:36:47 +02:00
akallabeth
ac1a922774
[common,settings] annotate freerdp_settings_set_value_for_name
...
we cast a SSIZE_T to the required enum value. Since we do not know the
enum contains any value at all it might lead to compiler/analyzer
warning us about that. Silence the warning as we can not avoid it.
2024-10-03 18:59:20 +02:00
akallabeth
31570e31e1
[crypto] fix integer narrowing
2024-10-03 18:59:18 +02:00
akallabeth
46c1ae145c
[crypto,certificate] fix integer narrowing
2024-10-03 18:59:16 +02:00
akallabeth
a54a602dcc
[crypto,certificate] fix stackof handling
2024-10-03 18:59:14 +02:00
akallabeth
315f793078
[common,settings] fix integer narrowing
2024-10-03 18:59:11 +02:00
akallabeth
2c7ca7f4b2
[rdtk] fix integer narrow
2024-10-03 18:59:08 +02:00
akallabeth
911ed13efc
[channels,rdpei] fix integer narrow
2024-10-03 18:59:05 +02:00
akallabeth
15141385f6
[client,x11] fix integer narrow
2024-10-03 18:59:03 +02:00
akallabeth
7037a8a846
[client,sample] fix integer narrow
2024-10-03 18:59:01 +02:00
akallabeth
6c25607c76
[client,common] fix integer narrow
2024-10-03 18:58:58 +02:00