summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)AuthorFilesLines
2023-11-22test-listen: Use OpenSSL BIO instead of GIO libraryHEADmasterFrediano Ziglio3-84/+62
2023-11-15red-stream: Fix typo in commentFrediano Ziglio1-1/+1
2023-11-15gstreamer-encoder: Use an env var to override converter formatVivek Kasireddy1-1/+40
2023-09-17build: Remove support for GStreamer 0.10Frediano Ziglio5-168/+11
2023-05-30ci: Update makecheck-windows job to MesonFrediano Ziglio1-1/+1
2023-05-30smartcard: Fix compiling for Windows platformBiswapriyo Nath1-0/+2
2023-05-26server: add SSL_OP_NO_RENEGOTIATION fallback pathorbea1-0/+4
2023-05-10Update OpenSSL callFrediano Ziglio1-2/+1
2023-05-10ci: Fix compile error using new GStreamer libraryFrediano Ziglio1-0/+8
2023-05-10ci: Fix check-valgrind jobFrediano Ziglio1-0/+12
2022-10-22sound: Fix pointer arithmetic in snd_record_handle_write()Volker Rümelin1-1/+1
2022-08-03test-leaks: Load DH parameters to test this part of codeFrediano Ziglio3-1/+17
2022-08-03Adapt to new OpenSSL with less conditional codeFrediano Ziglio2-71/+57
2022-08-03Fix OpenSSL 3.0 API deprecationsMarc-André Lureau2-13/+91
2022-07-19Generate a random connection ID with g_random_int()Marc-André Lureau1-1/+1
2022-07-19Fix C++ compatibility issueFrediano Ziglio1-1/+7
2022-07-19Fix std::array<> has initializer but incomplete typeMarc-André Lureau2-0/+3
2022-03-23ci: Exclude a system leak in Fedora 35Frediano Ziglio1-0/+11
2022-03-23Fix build with gstreamer 1.20.xAntonio Larrosa1-0/+4
2022-03-21Revert "reds: start QXL devices if VM is running" (fix race)Christian Ehrhardt1-3/+0
2022-01-29ci: Fix compile error using new GStreamer libraryFrediano Ziglio1-1/+1
2022-01-04Report name/uuid and agent connected tokens support.Geoffrey McRae1-0/+2
2021-11-11test-leaks: fix the test with OpenSSL3Simon Chopin1-0/+5
2021-09-28clang-tidy: use C++ castingRosen Penev32-424/+453
2021-08-26Remove useless typedefsFrediano Ziglio7-46/+40
2021-08-26Remove some constant usage, use size from arraysFrediano Ziglio3-7/+7
2021-08-26reds: Use proper maximum constant for time_tFrediano Ziglio1-1/+2
2021-08-26clang-tidy: replace C headers with C++Rosen Penev16-55/+68
2021-08-23several conversions to std::arrayRosen Penev6-44/+32
2021-08-07Remove now useless checkFrediano Ziglio3-13/+0
2021-08-07Allows surfaces to be updated without having to waitFrediano Ziglio6-75/+105
2021-08-07Remove last direct surface IDs usagesFrediano Ziglio6-100/+87
2021-08-07Change validate_surface to return surface pointerFrediano Ziglio3-27/+28
2021-08-07Use directly surface instead of idFrediano Ziglio1-7/+7
2021-08-07Pass surface directly to dcc_push_surface_imageFrediano Ziglio3-13/+9
2021-08-07Pass surface directly to dcc_create_surfaceFrediano Ziglio4-19/+13
2021-08-07New function to pass surface directly to display_channel_drawFrediano Ziglio1-8/+20
2021-08-07Pass surface directly calling display_channel_current_flushFrediano Ziglio3-8/+8
2021-08-07Pass surface directly calling dcc_clear_surface_drawables_from_pipeFrediano Ziglio3-20/+14
2021-08-07Pass surface directly calling draw_depend_on_me and display_channel_destroy_s...Frediano Ziglio1-13/+9
2021-08-07Pass surface directly in is_primary_surfaceFrediano Ziglio3-14/+16
2021-08-07Pass surface directly to display_channel_surface_unrefFrediano Ziglio3-12/+16
2021-08-07Pass surface directly to current_remove_allFrediano Ziglio1-5/+5
2021-08-07Pass surface directly for surface_read_bitsFrediano Ziglio1-3/+2
2021-08-07Use direct pointers for surface and surface dependencies from DrawableFrediano Ziglio5-74/+80
2021-08-04red-parse-qxl: Encapsulate QXL resource managementFrediano Ziglio2-57/+39
2021-08-04red-parse-qxl: Use a base reference class for RedDrawableFrediano Ziglio10-118/+96
2021-08-04red-parse-qxl: Use a base reference class for RedUpdateCmdFrediano Ziglio3-41/+18
2021-08-04red-parse-qxl: Use a base reference class for RedMessageFrediano Ziglio3-41/+18
2021-08-04red-parse-qxl: Use a base reference class for RedSurfaceCmdFrediano Ziglio7-71/+39