Commit Graph

  • b7553d5f41
    [clang-tidy] disable cppcoreguidelines-no-malloc,hicpp-no-malloc akallabeth 2024-09-09 17:42:15 +0200
  • edf6ab89f7
    [warnings] fix dead store akallabeth 2024-09-09 17:40:50 +0200
  • 674e84cbf3
    [channels,location] fix cast warning akallabeth 2024-09-09 15:14:26 +0200
  • c1918ac189
    [winpr,wlog] fix cast warning akallabeth 2024-09-09 15:14:10 +0200
  • 529ce7534b
    [cmake,compiler] disable -Wswitch-enum warning akallabeth 2024-09-09 15:10:33 +0200
  • 189abc73f3
    [client,sdl] fix missing field initializer warnings akallabeth 2024-09-09 15:08:17 +0200
  • 3ab6d2f918
    [proxy,modules] fix unchecked return akallabeth 2024-09-09 15:05:36 +0200
  • a085b0d228
    [winpr,comm] fix compiler warnings akallabeth 2024-09-09 14:59:09 +0200
  • ba7465abf5
    Merge pull request #10585 from akallabeth/x11-clip-cache-fix akallabeth 2024-09-10 14:31:25 +0200
  • 64438a4028
    Merge pull request #10584 from akallabeth/client-minimize-shortcut akallabeth 2024-09-10 14:26:36 +0200
  • fcdd03a020
    [client,x11] fix clipboard cache #10585 akallabeth 2024-09-10 13:24:50 +0200
  • 2a641aa834
    [client,sdl3] update to new API #10584 akallabeth 2024-09-10 12:43:34 +0200
  • 215f798665
    [client,x11] add minimize shortcut akallabeth 2024-09-10 11:52:15 +0200
  • d93d9765b3
    [client,sdl] add minimize shortcut akallabeth 2024-09-10 12:03:37 +0200
  • f891bd3646
    [docs] add doxygen comments for 3.0 API #10582 akallabeth 2024-09-09 10:11:21 +0200
  • 801c825e2b
    update-doxyfile akallabeth 2024-09-09 11:33:10 +0200
  • 0147ba2bd2
    Merge 3b252960ac into 86bfade4dc #9493 kevin147147 2024-09-10 09:29:40 +0800
  • 86bfade4dc
    Merge pull request #10579 from akallabeth/transport_cb_doc Martin Fleisz 2024-09-09 14:15:15 +0200
  • 4253426e48
    [core,transport] follow up to #10576 #10579 akallabeth 2024-09-09 13:43:03 +0200
  • cec6fef1de
    Merge pull request #10575 from akallabeth/ffmpeg-detect-update akallabeth 2024-09-09 12:59:15 +0200
  • 3fa3772038
    Merge pull request #10577 from akallabeth/scale-desktop akallabeth 2024-09-09 12:58:26 +0200
  • 306af4070c
    [client,common] properly abort on invalid scale-desktop #10577 akallabeth 2024-09-09 12:37:07 +0200
  • a92a13d74c
    Merge pull request #10576 from llyzs/fix_ssl_cb Martin Fleisz 2024-09-09 12:33:58 +0200
  • 52ee2e4668
    [cmake] unify ffmpeg and swscale detection #10575 akallabeth 2024-09-09 12:20:06 +0200
  • 0bbf0b6e80
    [ci] add avformat to dependencies akallabeth 2024-09-09 11:59:33 +0200
  • 929e4bdf8d [core,transport] fix ssl info callback function signature and some warnings. #10576 Vic Lee 2024-09-09 17:42:14 +0800
  • e23115c54f
    [codec,dsp] fix and simplify avcodec version check akallabeth 2024-09-09 11:22:56 +0200
  • 9738fc40f3
    Merge pull request #10548 from akallabeth/serial-port akallabeth 2024-09-09 09:41:12 +0200
  • d1490e3c12
    [packaging,nightly] add avformat to dependencies akallabeth 2024-09-09 09:37:46 +0200
  • 073426d4c1
    [cmake,ffmpeg] update CMake detection script #10574 akallabeth 2024-09-06 09:41:06 +0200
  • 02d9d56536
    Merge pull request #10563 from llyzs/transport_io akallabeth 2024-09-06 15:18:20 +0200
  • 6a64fe121b
    Merge pull request #10569 from akallabeth/fprintf-void akallabeth 2024-09-06 10:44:32 +0200
  • b6f094da4e
    Merge pull request #10570 from akallabeth/rdpgfx-debug David Fort 2024-09-06 10:42:40 +0200
  • db8e340604
    [rdpgfx,client] debug caps version as string #10570 akallabeth 2024-09-06 08:42:47 +0200
  • fbd9aae501
    Merge pull request #10567 from akallabeth/client-common-improve akallabeth 2024-09-06 09:24:59 +0200
  • 97a9f3238f
    [clang-tidy] disable cppcoreguidelines-interfaces-global-init #10569 akallabeth 2024-09-06 09:22:28 +0200
  • 082c46ba64
    [proxy,modules] require C++ 17 akallabeth 2024-09-06 09:19:13 +0200
  • 2170cc65e3
    [warnings] cast return of fprintf (void) akallabeth 2024-09-06 08:56:12 +0200
  • 1e1e9a445b
    [utils,gfx] add rdpgfx_caps_version_str #10567 akallabeth 2024-09-06 08:37:52 +0200
  • b26ab2f069
    [client,common] extended parser akallabeth 2024-09-05 16:08:38 +0200
  • 8b3724920d Merge branch 'master' of https://github.com/cumt2010/FreeRDP axi 2024-09-06 10:18:52 +0800
  • 590fbcf005
    Merge pull request #10564 from hardening/sdl3_fix akallabeth 2024-09-05 21:51:44 +0200
  • 749023bacb
    Merge pull request #10555 from akallabeth/cast-fix-tls akallabeth 2024-09-05 17:18:27 +0200
  • ae05778644 [core,transport] add new transport io layer design and support custom socket. #10563 Vic Lee 2024-09-05 20:59:21 +0800
  • 3a9a820092 sdl3: fix build with last version of SDL3 #10564 David Fort 2024-09-05 14:48:40 +0200
  • d0cfd3b502
    Merge pull request #10561 from akallabeth/clang-tidy-macro David Fort 2024-09-05 09:25:53 +0200
  • ec26c8c168
    [clang-tidy] disable bugprone-macro-parentheses #10561 akallabeth 2024-09-05 08:43:20 +0200
  • 7d48aee829
    Merge pull request #10556 from akallabeth/stream-api-improve akallabeth 2024-09-05 08:40:15 +0200
  • 8fd724b7b6
    Merge pull request #10560 from akallabeth/warn-fix akallabeth 2024-09-05 08:39:53 +0200
  • c670eda6eb
    Merge pull request #10559 from akallabeth/clip-endian akallabeth 2024-09-04 22:24:55 +0200
  • b9202bd0b1 [clang-tidy] disable cert-dcl50-cpp #10560 akallabeth 2024-09-04 22:20:59 +0200
  • e3f94e6622 nodiscard akallabeth 2024-09-04 22:17:35 +0200
  • 64a0d87c98 fix missing prototype akallabeth 2024-09-04 22:15:38 +0200
  • 798421e883 fix missing static for functions akallabeth 2024-09-04 22:12:32 +0200
  • 9ae37b094f fix implicit widening of multiplication result akallabeth 2024-09-04 22:01:09 +0200
  • 8b92e17e60 modernize includes akallabeth 2024-09-04 22:00:12 +0200
  • b980bf2e14
    [winpr,clipboard] use endian safe bitmap read/write #10559 akallabeth 2024-09-04 21:33:56 +0200
  • 6a1c3b4545
    [function pointer] use macro for GetProcAddress #10555 akallabeth 2024-09-04 19:02:51 +0200
  • 889ae65a1f
    [warnings] add WINPR_CAST_CONST_PTR_AWAY akallabeth 2024-09-04 19:40:48 +0200
  • 245afb706c
    [function pointers] unify casts with macro akallabeth 2024-09-04 15:26:38 +0200
  • 1a9766e190
    [warnings] fix function pointer casts akallabeth 2024-09-04 13:21:47 +0200
  • 9776cc109e
    [crypto,tls] simplify function pointer cast akallabeth 2024-09-04 12:32:46 +0200
  • a82821b756
    [winpr,stream] fix return value #10556 akallabeth 2024-09-04 13:15:19 +0200
  • d959121b2f
    [winpr,stream] add returning stream read/peek akallabeth 2024-09-04 13:08:29 +0200
  • 9c6126c470
    [winpr,comm] build generic serial-port support #10548 akallabeth 2024-09-03 21:31:09 +0200
  • e37dffaca4
    [crypto,tls] disable linter warning akallabeth 2024-09-04 11:26:13 +0200
  • 0eb0cff367
    [winpr,utils] fix integer size warnings akallabeth 2024-09-04 11:03:20 +0200
  • 5aff241096
    Merge pull request #10554 from akallabeth/tidy-silence akallabeth 2024-09-04 10:35:22 +0200
  • 9df86daf28
    [winpr,comm] add missing includes #10554 akallabeth 2024-09-04 10:12:16 +0200
  • 5e123735fa
    [warnings] fixed sign-compare akallabeth 2024-09-04 09:55:55 +0200
  • 3eb905cfb1
    Merge pull request #10553 from akallabeth/tables-fn-fix akallabeth 2024-09-04 10:13:02 +0200
  • b6e72c7674
    Merge pull request #10551 from akallabeth/arch-fixes akallabeth 2024-09-04 09:56:35 +0200
  • 2fc791fe9b [client,X11] fix shadowed variable akallabeth 2024-09-04 09:45:00 +0200
  • 3e933203e2 [crypto,tls] fix bad-function-cast akallabeth 2024-09-04 09:41:53 +0200
  • ff62730419
    [channels] fix function pointer casts #10553 akallabeth 2024-09-03 11:23:02 +0200
  • c851dfcb7f
    Merge pull request #10546 from akallabeth/sign-compare-fix akallabeth 2024-09-04 09:11:50 +0200
  • ebbfe598dc
    [winpr,utils] unify bitmap reading #10551 akallabeth 2024-09-03 22:03:32 +0200
  • c5f346488f
    [crypto,tls] revert const argument akallabeth 2024-09-03 21:40:41 +0200
  • d8d25a79e4 clang-tidy: don't enforce one declaration by line #10552 David Fort 2024-09-04 09:02:12 +0200
  • f3673a3751 clang-tidy: remove the init-variables rule David Fort 2024-09-04 08:44:07 +0200
  • 16d6c3b795
    [clang-tidy] disable modernize-return-braced-init-list #10546 akallabeth 2024-09-03 17:40:20 +0200
  • 9a027833b9
    [warnings] fix misplaced widening cast akallabeth 2024-09-03 17:38:36 +0200
  • fe6d861a5c
    [channels] fix VCAPITYPE for all channel entry points akallabeth 2024-09-03 16:29:16 +0200
  • 491c884c7a
    [cmake] remove casts from tables.c akallabeth 2024-09-03 11:57:40 +0200
  • b77d6e8550
    [channels] fix function pointer casts akallabeth 2024-09-03 11:23:02 +0200
  • f3d84d4557
    [warnings] use ARRAYSIZE macro akallabeth 2024-09-03 12:31:24 +0200
  • baa70d1ab6
    [warnings] fix compare integers of different signs akallabeth 2024-09-03 14:38:45 +0200
  • cbeded839d
    Merge pull request #10545 from akallabeth/warn-cleanups akallabeth 2024-09-03 13:22:40 +0200
  • a89aefa8d4
    [winpr,smartcard] disable linter warnings #10545 akallabeth 2024-09-03 12:45:51 +0200
  • 734d4ce43e
    [rdtk] fix integer cast warnings akallabeth 2024-09-03 12:45:35 +0200
  • ca5a8e0625
    [ci,clang-tidy] disable cppcoreguidelines-macro-to-enum akallabeth 2024-09-03 12:53:50 +0200
  • 42b078a59d
    [emu,scard] smartcard emulation cleanup akallabeth 2024-09-03 12:11:35 +0200
  • 5a4a1a40ad
    fix declaration and implementation parameter names akallabeth 2024-09-03 11:04:32 +0200
  • f7fd817d1c
    [warnings] fix redundant casting akallabeth 2024-09-03 10:38:12 +0200
  • 72ae7fb54f
    [nolint] add cert-dcl37-c,cert-dcl51-cpp akallabeth 2024-09-03 10:30:30 +0200
  • af97e71dab core, channels: client-side remote credential guard #10538 David Fort 2024-02-15 10:27:11 +0100
  • 852e0c1450
    [common,assistance] fix shadowed variable akallabeth 2024-09-03 10:23:38 +0200
  • cbae4155fb
    [client,SDL] delete unused copy & move constructors akallabeth 2024-09-03 10:20:16 +0200
  • 96bdd58226
    Merge pull request #10544 from akallabeth/double-fixes akallabeth 2024-09-03 08:55:13 +0200
  • 89fb16c857 [build] drop some warnings with fallthrough David Fort 2023-12-26 21:29:53 +0100