summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-06test-listen: Add ipv4/ipv6-only testslistenChristophe Fergeau1-0/+64
2018-03-06get test case to workChristophe Fergeau1-4/+4
2018-03-06test-listen: Add test for spice_server_add_listen APIChristophe Fergeau1-0/+139
2018-03-06Remove spice_printerr("")Christophe Fergeau4-7/+7
2018-03-06FIXMEsChristophe Fergeau1-0/+6
2018-03-06reds: Add spice_server_add_listenChristophe Fergeau4-26/+99
2018-03-06reds: Remove RedsState::{secure_,}listen_socketChristophe Fergeau2-35/+34
2018-03-06reds: Add Reds::use_tlsChristophe Fergeau2-1/+3
2018-03-06reds: Add reds_register_socket() helperChristophe Fergeau1-12/+23
2018-03-06Add debug assertChristophe Fergeau1-0/+3
2018-03-06test-listen: Add Unix socket testChristophe Fergeau3-4/+41
2018-03-06test-listen: Add TLS testChristophe Fergeau1-3/+103
2018-03-06test-listen: Add event loop helpersChristophe Fergeau1-34/+86
2018-03-06test-listen: Add connection attempt to non-open portChristophe Fergeau1-3/+43
2018-03-06test-listen: Add test case port/address configurationChristophe Fergeau2-0/+147
2018-03-06tests: basic-event-loop: Silence debug messageChristophe Fergeau1-1/+1
2018-03-06build: Bump glib versionChristophe Fergeau1-2/+2
2018-03-06reds: Close sockets when failing to watch themChristophe Fergeau1-0/+5
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
2018-01-30reds: Remove stream watch handling link in a single placeFrediano Ziglio1-2/+1
2018-01-30stream-channel: Tell client we are just streaming dataFrediano Ziglio1-0/+7
2018-01-30red-stream: Handle reading of 0 bytes in red_stream_async_readFrediano Ziglio1-4/+4
2018-01-30lz4-encoder: Remove useless header includeFrediano Ziglio1-1/+0
2018-01-29dcc-send: Avoid to use unaligned memoryFrediano Ziglio1-4/+6
2018-01-29lz4-encoder: Use GUINT32_TO_BE instead of htonlFrediano Ziglio1-1/+1
2018-01-29utils: Use const for rgb32_data_has_alpha data argumentFrediano Ziglio2-4/+5
2018-01-16tests: Remove test-just-sockets-no-sslFrediano Ziglio3-37/+0
2018-01-16red-stream: Remove AsyncRead::streamFrediano Ziglio1-14/+12
2018-01-16red-stream: Reuse red_stream_disable_writev functionFrediano Ziglio1-3/+1
2018-01-16basic-event-loop: Document why code does not use default GLib contextFrediano Ziglio1-0/+3
2018-01-15Minor compatibility with FreeBSD systemFrediano Ziglio5-3/+14