summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-22try to understand where the wakeups came fromHEADloopFrediano Ziglio3-5/+76
2023-11-22stats: add statistics for queue timesFrediano Ziglio4-2/+89
2023-11-22syntax-check: Check ENABLE_EXTRA_CHECKS is not used incorrectlyFrediano Ziglio1-0/+8
2023-11-22test-listen: Use OpenSSL BIO instead of GIO libraryFrediano Ziglio4-91/+63
2023-11-15red-stream: Fix typo in commentFrediano Ziglio1-1/+1
2023-11-15gstreamer-encoder: Use an env var to override converter formatVivek Kasireddy2-1/+41
2023-09-17build: Remove support for GStreamer 0.10Frediano Ziglio8-190/+16
2023-05-30ci: Do not deep clone spice-protocol repositoryFrediano Ziglio1-1/+1
2023-05-30ci: Add "setup" subcommand to meson call to avoid warningFrediano Ziglio1-7/+7
2023-05-30ci: Test some more flags for meson-optionsFrediano Ziglio1-1/+1
2023-05-30ci: Update makecheck-windows job to MesonFrediano Ziglio4-6/+9
2023-05-30ci: Update makecheck-centos jobFrediano Ziglio1-8/+8
2023-05-30smartcard: Fix compiling for Windows platformBiswapriyo Nath2-0/+3
2023-05-26server: add SSL_OP_NO_RENEGOTIATION fallback pathorbea1-0/+4
2023-05-11build: Prepare for 0.15.2 releaseFrediano Ziglio3-2/+9
2023-05-11build: Add missing file to distributionFrediano Ziglio2-0/+10
2023-05-10ci: Remove broken OpenSSL configuration to fix makecheck-windows jobFrediano Ziglio1-0/+2
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 Ziglio2-1/+12
2023-05-10ci: Add missing packages for CentOS jobFrediano Ziglio1-1/+1
2023-05-10ci: Fix websocket-autobahn jobFrediano Ziglio1-0/+1
2023-05-10build: Update syntax for Autoconf scriptFrediano Ziglio1-11/+8
2023-05-10syntax-check: Add missing contributor name to AUTHORSFrediano Ziglio1-0/+1
2022-10-22sound: Fix pointer arithmetic in snd_record_handle_write()Volker Rümelin1-1/+1
2022-09-13build: Prepare for 0.15.1 releaseFrediano Ziglio3-2/+17
2022-08-03Temporary workaround issue with gstreamer1-plugins-good packageFrediano Ziglio1-0/+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-19ci: Fix WindowsFrediano Ziglio1-1/+2
2022-07-19Fix C++ compatibility issueFrediano Ziglio1-1/+7
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