summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-05Add public spice_server_set_tls_options() methodtls-min-versionChristophe Fergeau3-17/+70
2018-04-05reds: Split part of spice_server_set_tls in a helperChristophe Fergeau1-10/+27
2018-04-05reds: Move RedSSLParameters to C fileChristophe Fergeau2-10/+9
2018-04-05Use SSL_CTX_set_min_proto_version with newer opensslChristophe Fergeau2-5/+24
2018-03-19video-stream: Improve RedUpgradeItem documentationFrediano Ziglio1-2/+2
2018-03-19Use --enable-extra-checks option provided by spice-commonFrediano Ziglio5-13/+6
2018-03-14valgrind: Ignore some library leaksFrediano Ziglio1-0/+19
2018-03-14test-listen: Increase failure timeoutFrediano Ziglio1-1/+1
2018-03-14ci: Add glib-networking packageFrediano Ziglio1-1/+1
2018-03-13video-stream: Document the usage of RedUpgradeItem structureFrediano Ziglio1-0/+2
2018-03-13test-listen: Fix some use after freeFrediano Ziglio1-2/+2
2018-03-13Rename stream-device.[ch] to red-stream-device.[ch]Eduardo Lima (Etrunko)4-6/+4
2018-03-13test-listen: Add Unix socket testChristophe Fergeau3-4/+41
2018-03-13test-listen: Add TLS testChristophe Fergeau1-3/+103
2018-03-13test-listen: Add event loop helpersChristophe Fergeau1-34/+82
2018-03-13test-listen: Add test case for port/address configurationChristophe Fergeau2-0/+191
2018-03-13tests: basic-event-loop: Silence debug messageChristophe Fergeau1-1/+1
2018-03-13build: Bump glib versionChristophe Fergeau1-2/+2
2018-03-13reds: Close sockets when failing to watch themChristophe Fergeau1-13/+21
2018-03-12red-record-qxl: fix clang warningFrediano Ziglio1-1/+1
2018-03-11dcc: Remove unused channel parameterFrediano Ziglio1-5/+2
2018-03-09ci: Fix compiling of some functionsFrediano Ziglio1-1/+1
2018-03-08stream-device: Create channels before first non-main channel connectionFrediano Ziglio4-3/+31
2018-03-08stream-device: Separate declaration in a separate headerFrediano Ziglio5-18/+55
2018-03-07build: Rename spice-server-enums.tmpl.[ch] to spice-server-enums.[ch].tmplEduardo Lima (Etrunko)3-6/+6
2018-03-06test-stream-device: Check we don't read past data messageFrediano Ziglio1-0/+42
2018-03-06stream-device: Do not read past data messageFrediano Ziglio1-1/+1
2018-03-06stream-device: Workaround Qemu bug closing deviceFrediano Ziglio1-1/+27
2018-03-06stream-device: Disable guest device on errorsFrediano Ziglio1-0/+18
2018-03-06stream-device: Implement properly device reset on open/closeFrediano Ziglio2-38/+85
2018-02-28build: Update spice-common submoduleFrediano Ziglio1-0/+0
2018-02-27test-stream-device: Test batched multiple messagesFrediano Ziglio1-0/+36
2018-02-27test-stream-device: Better Qemu emulation for data readingFrediano Ziglio1-2/+41
2018-02-16stream-device: Implement mouse movementFrediano Ziglio1-1/+37
2018-02-16stream-device: handle cursor from deviceFrediano Ziglio1-7/+160
2018-02-16stream-device: Avoid device to get stuck if multiple messages are batchedFrediano Ziglio1-5/+24
2018-02-12reds: Disable TLS 1.0Frediano Ziglio1-2/+2
2018-02-09Add mention of fall-through commentsChristophe de Dinechin1-0/+5
2018-02-09Add mention of header guardsChristophe de Dinechin1-0/+19
2018-02-08style: Update style to include some C++ elementFrediano Ziglio1-0/+52
2018-02-07Fix indentation in macro exampleChristophe de Dinechin1-1/+1
2018-02-07Fix grammatical errorChristophe de Dinechin1-1/+2
2018-02-07Update copyright dateChristophe de Dinechin1-1/+1
2018-01-31utils: Avoid possible unaligned accessFrediano Ziglio1-7/+7
2018-01-31red-common: Avoid some not used warning using clangFrediano Ziglio1-5/+8
2018-01-31sound: Avoid cast that could cause alignment problemsFrediano Ziglio1-3/+3
2018-01-31Avoid some alignment warnings using clangFrediano Ziglio4-8/+11
2018-01-31tests: Avoid some possible not initialized warning from ClangFrediano Ziglio2-2/+2
2018-01-31replay: Do not use obsolete set_mm_time callbackFrediano Ziglio1-5/+0
2018-01-31char-device: Avoid to use unaligned memoryFrediano Ziglio1-11/+13