Commit Graph

20647 Commits

Author SHA1 Message Date
akallabeth
66e9ebcac8 [build,android] only enable requeired codecs for ffmpeg
the ffmpeg build script now only enables required audio/video codecs to
save some space
2025-02-09 09:45:51 +01:00
akallabeth
04f237ef8c Merge pull request #11145 from akallabeth/order-fix
[core,orders] fix update_read_delta
2025-02-07 21:46:35 +01:00
akallabeth
8b5421f0bf Merge pull request #11144 from fossdd/off_t
[client,common] Avoid use of reserved types
2025-02-07 21:22:30 +01:00
akallabeth
9e7e84c9ff [core,orders] fix update_read_delta 2025-02-07 21:19:55 +01:00
fossdd
38aebbca64 [client,common] Avoid use of reserved types
__off_t is a internal type of glibc and does not exist on other libc's.
2025-02-07 19:12:04 +01:00
akallabeth
5a7d57fa60 Merge pull request #11142 from akallabeth/release-3.11.1
Release 3.11.1
2025-02-07 13:53:16 +01:00
akallabeth
1ea2edca0b start 3.11.2-dev0 cycle 2025-02-07 13:38:22 +01:00
akallabeth
7ea8c274c9 release 3.11.1 2025-02-07 13:37:45 +01:00
akallabeth
d1c2c51e19 changelog 2025-02-07 13:36:55 +01:00
akallabeth
fb759f1168 Merge pull request #11138 from akallabeth/pth-fix
Pth fix
2025-02-07 09:28:31 +01:00
akallabeth
b6ed8c9d93 [winpr,sspi[ fix PTH sspi_FreeAuthIdentity
fix memset of password, adjust length in case PTH was used.
2025-02-07 08:55:13 +01:00
akallabeth
da0229191e [core,nla] fix possible memory leak
when no username is used a NULL identity should be passed. Free up this
identity before setting it NULL
2025-02-07 08:55:09 +01:00
akallabeth
ae3c2ae161 Merge pull request #11136 from akallabeth/regression-fix
[codec,planar] fix graphical glitches
2025-02-06 23:16:16 +01:00
akallabeth
e0f95358c1 [winpr,smartcard] set reader icon length to 0 2025-02-06 21:38:39 +01:00
akallabeth
96331546e6 [codec,planar] fix graphical glitches
patch supplied by @ctrlaltca in #11135
2025-02-06 20:37:28 +01:00
akallabeth
bf89aaf969 Merge pull request #11131 from akallabeth/release-3.11.0
Release 3.11.0
2025-02-06 12:47:36 +01:00
akallabeth
3b9c16fd2a start 3.11.1-dev0 cycle 2025-02-06 11:03:31 +01:00
akallabeth
4312666c8f release 3.11.0 2025-02-06 11:03:29 +01:00
akallabeth
0203f08e35 changelog 2025-02-06 11:03:26 +01:00
akallabeth
e7d50d7a70 [channels,rdpdr] handle NULL in rdpdr equal 2025-02-06 11:03:04 +01:00
akallabeth
f06ac28387 Merge pull request #11130 from akallabeth/cov
[warnings] remove dead code
2025-02-04 15:19:45 +01:00
akallabeth
4538cefd74 [warnings] remove dead code 2025-02-04 14:55:46 +01:00
akallabeth
4490ffe33e Merge pull request #11129 from akallabeth/clean-sweep
[warnings] fix various clang warnings
2025-02-04 14:29:27 +01:00
akallabeth
44f5b6c409 [warnings] fix various clang warnings 2025-02-04 11:22:00 +01:00
akallabeth
f01e6644d9 Merge pull request #11128 from akallabeth/sdl3
Sdl3 clipboard fixes
2025-02-03 15:58:13 +01:00
akallabeth
a0617e20ed [client,sdl] clear cache data only on new contents 2025-02-03 14:56:41 +01:00
akallabeth
9f68ae4f03 update clipboard on sdl thread 2025-02-03 14:37:10 +01:00
akallabeth
cd0752e5eb [client,sdl3] fix locking 2025-02-03 13:54:30 +01:00
akallabeth
80f4118d05 Merge pull request #11126 from i-garrison/client-x11-fix-build-without-xinerama
[client,x11] fix build with Xrandr but without Xinerama enabled
2025-02-02 18:03:49 +01:00
Igor V. Kovalenko
d83d4e75f2 [client,x11] fix build with Xrandr but without Xinerama enabled 2025-02-02 10:01:44 +03:00
akallabeth
c4a94667cf Merge pull request #11124 from akallabeth/warn-fixes-2025-01
[utils,passphrase] fix missing include
2025-01-31 12:57:35 +01:00
akallabeth
046413a8c3 [cmake] fix formatting 2025-01-31 12:29:37 +01:00
akallabeth
0354dd33e1 [utils,passphrase] fix missing include 2025-01-31 12:17:02 +01:00
akallabeth
54f8d64a16 Merge pull request #11123 from akallabeth/workflow-update
[ci,freebsd] update workflow
2025-01-31 12:11:01 +01:00
akallabeth
3aaa52b3f4 [ci,freebsd] update workflow
* use openssl 3.4
* use internal MD4/MD5/RC4
2025-01-31 12:10:10 +01:00
akallabeth
32cbe13f9b Merge pull request #11121 from akallabeth/h264-notest
H264 notest
2025-01-30 12:35:38 +01:00
akallabeth
41d37eb57e [ci,rpm] disable H264 unit tests
fedora and rhel do not have working H264 encoders/decoders in the build
environment
2025-01-30 12:33:07 +01:00
akallabeth
65feb9ecd1 [cmake,tests] add BUILD_TESTING_NO_H264
allow disabling H264 unit tests for package builds. Some distributions
do not ship full implementations for the package builders
2025-01-30 12:32:59 +01:00
akallabeth
9199e4fad6 Merge pull request #11120 from akallabeth/rpm-update
Rpm update
2025-01-30 11:46:39 +01:00
akallabeth
3d66ef5593 [ci,rpm] run cmake test with --output-on-failure 2025-01-30 11:44:00 +01:00
akallabeth
c32f88a866 [codec,openh264] fix library names for openh264
* prefer the full name of a version (e.g. libopenh264.so.2.5.0)
* fall back to the API version name (e.g. libopenh264.so.7)
* at last try the development name (e.g. libopenh264.so)
2025-01-30 11:31:24 +01:00
akallabeth
ceafd94aef [ci,rpm] enable dynamic openh264 support 2025-01-30 11:21:43 +01:00
akallabeth
304dc515ff Merge pull request #11117 from akallabeth/ffmpeg
[codec,h264] ignore EAGAIN for FFMPEG
2025-01-29 10:40:29 +01:00
akallabeth
726add2a98 [codec,h264] ignore EAGAIN for FFMPEG 2025-01-29 09:35:51 +01:00
akallabeth
6c812548b2 Merge pull request #11074 from akallabeth/jpn-kbd
[winpr,input] fix japanese mapping
2025-01-25 09:38:10 +01:00
akallabeth
912d9b8388 Merge pull request #11110 from akallabeth/android-fix
Android fix
2025-01-24 14:07:17 +01:00
akallabeth
600768a637 [client,android] fix crasher bugs 2025-01-23 22:01:18 +01:00
akallabeth
e28302eaab [client,android] enable internal RC4|MD4|MD5 2025-01-23 22:00:53 +01:00
akallabeth
b1eaf5e530 [client,android] udpate manifest 2025-01-23 20:32:29 +01:00
akallabeth
d942f0f096 Merge pull request #11109 from akallabeth/abi-checker
[ci,abi-checker] always use 3.6.0 as base ref
2025-01-23 17:18:40 +01:00