summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-19Exclude a warning causing new compiler to failFrediano Ziglio2-0/+2
2022-07-19Update spice-common submoduleFrediano Ziglio1-0/+0
2022-07-19Fix std::array<> has initializer but incomplete typeMarc-André Lureau2-0/+3
2022-03-24ci: Workaround a bug in Fedora 35 mingw64-make scriptFrediano Ziglio1-1/+1
2022-03-24ci: Set WINEPATH before executing tests for WindowsFrediano Ziglio1-0/+1
2022-03-23ci: Exclude a system leak in Fedora 35Frediano Ziglio1-0/+11
2022-03-23ci: centos: run on centos stream 8 image from quay.ioUri Lublin1-1/+1
2022-03-23Fix build with gstreamer 1.20.xAntonio Larrosa2-0/+5
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 McRae2-0/+3
2021-11-11test-leaks: fix the test with OpenSSL3Simon Chopin2-0/+6
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
2021-08-04red-parse-qxl: Use a base reference class for RedCursorCmdFrediano Ziglio12-97/+54
2021-08-04utils: Add a base light class for reference countingFrediano Ziglio1-0/+62
2021-06-14build: Remove some useless file from Meson distributionFrediano Ziglio1-0/+20
2021-06-14build: Improve Meson distribution fileFrediano Ziglio2-1/+19
2021-06-14Update spice-common submoduleFrediano Ziglio1-0/+0
2021-06-14build: Add missing file to Autoconf distributionFrediano Ziglio1-0/+1
2021-06-14sound: Use SpiceAudioDataMode type for audio modeFrediano Ziglio1-25/+28
2021-06-04cursor-channel-client: Remove unused variableFrediano Ziglio1-4/+0
2021-06-01red-worker: Limit visibilityFrediano Ziglio1-2/+2
2021-06-01red-worker: Associate message structure and numbersFrediano Ziglio3-140/+139
2021-06-01red-worker: Reduce casts needed in dispatcher handlersFrediano Ziglio1-228/+200