Commit Graph

  • 614c3b9dc7
    Merge 2be62d4a89 into 8d46de743e #10629 akallabeth 2024-09-18 22:04:49 +0200
  • 3943bdc387
    Merge 1d5180eb63 into 8d46de743e #10630 akallabeth 2024-09-18 21:33:46 +0200
  • d411e9a39d
    Merge 564656166e into 8d46de743e #10639 akallabeth 2024-09-18 19:31:31 +0000
  • 564656166e
    [locale,keyboard] add unit tests for functions #10639 akallabeth 2024-09-18 20:26:48 +0200
  • 7de9662e65
    Merge 6737f86108 into 8d46de743e #10635 akallabeth 2024-09-18 19:28:18 +0000
  • 6737f86108
    [core,client] add argument checks & assertions #10635 akallabeth 2024-09-17 17:11:26 +0200
  • e3c75d9d06
    [va_list] initialize with ={0}; akallabeth 2024-09-17 16:56:03 +0200
  • 8d46de743e
    Merge pull request #10638 from akallabeth/tidy-branch-clone master akallabeth 2024-09-18 21:22:13 +0200
  • 7ae1f07aa8
    [locale,keyboard] fix missing input validation akallabeth 2024-09-18 21:15:45 +0200
  • afde8e779b
    [locale,keyboard] fix loading of keyboard locales akallabeth 2024-09-18 20:07:36 +0200
  • 37271d01fa
    Merge pull request #10634 from akallabeth/warn-fixes-cov David Fort 2024-09-18 21:13:58 +0200
  • 98f2f69f60
    [clang-tidy] deactivate bugprone-branch-clone check #10638 Armin Novak 2024-09-18 16:14:55 +0200
  • b87c3d062a
    Merge 87ed2a2ada into 33a7bee4f9 #10623 akallabeth 2024-09-18 15:47:31 +0200
  • 5956d54c19
    Merge c7c84682e1 into 33a7bee4f9 #10637 akallabeth 2024-09-18 15:42:50 +0200
  • 33a7bee4f9
    Merge pull request #10617 from akallabeth/sdl-scope-guard Martin Fleisz 2024-09-18 15:41:22 +0200
  • c7c84682e1
    [warnings] fix mismatched-dealloc #10637 Armin Novak 2024-09-18 15:26:31 +0200
  • 87ed2a2ada
    [winpr,stream] Add Stream_BufferAs macro #10623 Armin Novak 2024-09-18 13:39:41 +0200
  • 7d0fdf57ca
    [winpr,stream] add missing casts to reduce warnings akallabeth 2024-09-17 17:23:05 +0200
  • b4755a58dc
    [utils,smartcard] return after free #10634 Armin Novak 2024-09-18 14:28:14 +0200
  • c16e5ffcc2
    Merge pull request #10631 from akallabeth/warn-fixes-cov Martin Fleisz 2024-09-18 14:16:10 +0200
  • fbbda2259d
    [clang-tidy] deactivate cppcoreguidelines-pro-type-reinterpret-cast #10631 Armin Novak 2024-09-18 13:09:59 +0200
  • fdd8a5cedd
    [codec,progressive] fix result cast in progressive_rfx_srl_read Armin Novak 2024-09-18 11:36:17 +0200
  • 3905ef0b01
    [client,sdl] split sdl_client_thread_run #10617 Armin Novak 2024-09-18 12:54:34 +0200
  • 8ef4b2aefa
    [client,SDL] move thread cleanup to own function akallabeth 2024-09-17 09:06:22 +0200
  • b7601ec755
    [client,SDL] remove goto usage, replace with RAII akallabeth 2024-09-16 22:48:54 +0200
  • ed2c5e9a5b
    [client,sdl] add scope guard akallabeth 2024-09-16 22:37:13 +0200
  • 769b225278
    [utils,smartcard] fix size checks Armin Novak 2024-09-18 11:34:20 +0200
  • bed6e7968e
    [winpr,utils] fix plausibility checks in IniFile_Load_File Armin Novak 2024-09-18 11:31:45 +0200
  • 65f6541f67
    [server,proxy] fix plausibility checks in pf_config_get_uint32 Armin Novak 2024-09-18 11:29:11 +0200
  • 7b8ddb89c7
    [codec,planar] fix parameter type of functions Armin Novak 2024-09-18 11:27:30 +0200
  • d55dfa316f
    [server,proxy] fix unchecked return Armin Novak 2024-09-18 11:25:49 +0200
  • 58ea63fd84
    [winpr,path] fix comparison of unsigned < 0 Armin Novak 2024-09-18 11:24:52 +0200
  • deec4df8c0
    [proxy,module] move list in dyn-channel-dump instead of copy Armin Novak 2024-09-18 11:22:43 +0200
  • 1d5180eb63
    [compiler] disable C++ warnings #10630 Armin Novak 2024-09-18 11:41:50 +0200
  • cc3644b8ae
    [client,sdl] update for SDL3 API changes, use constexpr Armin Novak 2024-09-18 11:05:18 +0200
  • ed05b6aa19
    [cmake] disable -Wdisabled-macro-expansion Armin Novak 2024-09-18 10:54:06 +0200
  • 4f3f28963a
    [build,c++] add CXXCompilerFlags to set warnings Armin Novak 2024-09-18 10:11:45 +0200
  • 2be62d4a89
    [client,X11] Fix RAILS modal dialog handling #10629 Armin Novak 2024-09-16 09:20:35 +0200
  • e6b4bb0e76
    Merge pull request #10627 from llyzs/rpc Martin Fleisz 2024-09-18 09:58:07 +0200
  • e2fbab750b
    Merge pull request #10625 from akallabeth/bsd-fix akallabeth 2024-09-18 09:45:23 +0200
  • 5f37b54847 [core,gateway] migrate rpc gateway to use new transport layer. #10627 Vic Lee 2024-09-18 15:39:34 +0800
  • b738cf01b9
    Merge pull request #10626 from akallabeth/mac-bundle-fix akallabeth 2024-09-17 21:13:49 +0200
  • b62249402a [build,mac] require cJSON #10626 akallabeth 2024-09-17 20:23:11 +0200
  • 347ac5a941
    [winpr,library] implement GetModuleFileNameA #10625 akallabeth 2024-09-17 17:43:21 +0200
  • 4d8a3a22e2
    Merge pull request #10622 from akallabeth/warn-fx akallabeth 2024-09-17 17:13:33 +0200
  • 586f40631f
    [warnings] fix shorten-64-to-32 #10622 akallabeth 2024-09-17 13:19:31 +0200
  • 6fb3120c0b
    [clang-tidy] disable modernize-avoid-c-arrays akallabeth 2024-09-17 13:43:02 +0200
  • accb4eae75
    Merge pull request #10621 from akallabeth/warn-fx akallabeth 2024-09-17 13:24:00 +0200
  • 9278a0adb8
    [clang-tidy] fix typo in deactivated check #10621 akallabeth 2024-09-17 12:57:59 +0200
  • 0e97a51181
    [build,mac] disable CHANNEL_RDPEAR akallabeth 2024-09-17 12:46:53 +0200
  • 618e02a65e
    [cmake] fix SWScale library variable name akallabeth 2024-09-17 12:39:48 +0200
  • 7f52be7d75
    [codec,dsp] fix build WITH_FAAC akallabeth 2024-09-17 12:13:53 +0200
  • b388739a0c
    [build,mac] fix ignore paths akallabeth 2024-09-17 12:07:48 +0200
  • 328b7433a4
    [server,proxy] fix unchecked return values akallabeth 2024-09-17 11:57:50 +0200
  • 84c7fbe922
    Merge pull request #10620 from akallabeth/clang-tidy-refine akallabeth 2024-09-17 12:24:58 +0200
  • b66bc796f4
    Merge pull request #10612 from hardening/sdl3_fix akallabeth 2024-09-17 12:09:25 +0200
  • d3f284505d
    Merge pull request #10618 from akallabeth/proxy-nonblock-fix Martin Fleisz 2024-09-17 11:57:21 +0200
  • 5281b7a320
    [clang-tidy] disable cppcoreguidelines-pro-bounds-pointer-arithmetic #10620 akallabeth 2024-09-17 11:38:29 +0200
  • 688f450fc2 SDL3 client: improve the treatment of clipboard data requests #10612 David Fort 2024-09-16 10:30:11 +0200
  • 6c05b54e4f
    Merge pull request #10619 from akallabeth/clang-tidy-refine David Fort 2024-09-17 11:12:24 +0200
  • cd70c73e39
    Merge pull request #10615 from akallabeth/asn1-int Martin Fleisz 2024-09-17 11:08:53 +0200
  • a3b658f677
    [clang-tidy] deactivate some C++ checks not fitting #10619 akallabeth 2024-09-17 10:46:21 +0200
  • c7efbf5b8e
    [core,proxy] fix nonblocking BIO reads #10618 akallabeth 2024-09-17 10:26:55 +0200
  • ca260e13bb
    [winpr,asn1] fix sign extraction for ASN1 integer #10615 akallabeth 2024-09-16 17:17:14 +0200
  • 6c88d89566
    Merge pull request #10616 from hardening/rail_text_scale akallabeth 2024-09-16 19:56:30 +0200
  • 8cc9e5f4e9 rails: add missing functions client implementation #10616 David Fort 2024-09-16 17:56:05 +0200
  • 8e1a2e3645
    Merge pull request #10610 from akallabeth/vcapitype akallabeth 2024-09-16 15:35:17 +0200
  • f2e90eca34
    [windows,32bit] fix VCAPITYPE consistency #10610 akallabeth 2024-09-16 14:11:39 +0200
  • 073f1ee642
    Merge pull request #10609 from akallabeth/warn akallabeth 2024-09-16 12:03:31 +0200
  • befa4233ad
    [warnings] fixed bugprone-not-null-terminated-result #10609 akallabeth 2024-09-16 07:24:32 +0200
  • a19305569d
    [assert] fix ULONG_MAX use akallabeth 2024-09-16 06:45:05 +0200
  • bb242b9a89
    [return checks] fix use of WaitForSingleObject akallabeth 2024-09-16 05:06:07 +0200
  • 965d231e49
    [return checks] fix use of CloseHandle akallabeth 2024-09-16 04:58:36 +0200
  • cd18dea174
    [return checks] fix use of unicode functions akallabeth 2024-09-16 05:14:10 +0200
  • f655843260
    [return checks] fix use of rdpSettings getter/setter akallabeth 2024-09-16 05:18:43 +0200
  • c0d06c782b
    [return checks] fix missing checks akallabeth 2024-09-16 05:16:18 +0200
  • 07ea37d1d7
    [return checks] fix use of CommandLineParseArgumentsA akallabeth 2024-09-16 05:19:49 +0200
  • 4c8f6383ae
    [return checks] fix use of freerdp_interruptible_getc akallabeth 2024-09-16 05:11:01 +0200
  • 4d2197eab0
    [return checks] fix use of TerminateThread akallabeth 2024-09-16 05:08:35 +0200
  • 94020c183c
    [return checks] fix use of ResetEvent akallabeth 2024-09-16 04:53:18 +0200
  • 7c8c14294f
    [return checks] fix use of ReleaseMutex akallabeth 2024-09-16 05:47:55 +0200
  • 7d67b8e204
    [return checks] fix use of SetEvent akallabeth 2024-09-16 04:50:45 +0200
  • efa5815319
    Merge 497a75dd1b into 80e0c68dca #10465 akallabeth 2024-09-16 11:07:21 +0800
  • 80e0c68dca
    Merge pull request #10608 from akallabeth/warn akallabeth 2024-09-15 20:39:38 +0200
  • 0d5bc92a2b
    [warnings] fix apple iOS/macos #10608 akallabeth 2024-09-15 10:39:55 +0200
  • 869bfd5e86
    [client,android] mark includes SYSTEM akallabeth 2024-09-15 10:27:47 +0200
  • 039e24bf48
    Merge pull request #10607 from akallabeth/warn akallabeth 2024-09-15 10:43:54 +0200
  • 0de75b305c
    [warnings] fix unchecked return #10607 akallabeth 2024-09-15 10:19:56 +0200
  • 1bd6d70057
    [warnings] fix some warnings on mac os akallabeth 2024-09-15 10:03:36 +0200
  • a4a7019f97
    [channels,rdpdr] fix uninitialized warnings akallabeth 2024-09-15 09:58:27 +0200
  • f7726ed7b6
    [server,shadow] improve command line error logging akallabeth 2024-09-15 09:21:08 +0200
  • ba41d5e532
    [warnings] fix unchecked return akallabeth 2024-09-15 08:43:31 +0200
  • 687f946999
    [channels,rdpear] fix length checks for 32bit size_t akallabeth 2024-09-15 07:29:46 +0200
  • f1be630637
    [server,proxy] fix unchecked return akallabeth 2024-09-15 07:26:33 +0200
  • 8a3f2be769
    [rdtk] improve rdtk_font_load_descriptor_file akallabeth 2024-09-15 07:26:02 +0200
  • ca1791cfe8
    Merge pull request #10606 from akallabeth/warn-fix akallabeth 2024-09-14 21:44:34 +0200
  • 8b6091a007
    [winpr,wtsapi] improve API usage #10606 akallabeth 2024-09-14 21:07:03 +0200
  • a1cef8dd85
    [warnings] silence and fix unused results akallabeth 2024-09-14 20:55:48 +0200
  • 65de25205b
    [winpr,env] add missing WINPR_ATTR_MALLOC akallabeth 2024-09-14 20:42:07 +0200
  • 9cfd748b63
    [core,nla] nla_read_TSRemoteGuardPackageCred akallabeth 2024-09-14 20:35:28 +0200