summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-08fixup! Use RedChannelClient instead of RedClient in CharDevice::send_tokens_t...char-device-newChristophe Fergeau1-1/+1
2019-02-08Use RedChannelClient instead of RedClient in CharDevice::send_tokens_to_clientChristophe Fergeau3-7/+6
2019-02-08Kill CharDevice::send_msg_to_clientChristophe Fergeau6-55/+2
2019-02-08Simplify CharDevice::send_msg_to_client()Christophe Fergeau6-15/+13
2019-02-08reds: Fix function name in commentChristophe Fergeau1-1/+1
2019-02-08fixup! Simplify sending of agent dataChristophe Fergeau3-24/+19
2019-02-08Simplify sending of agent dataChristophe Fergeau3-56/+12
2019-02-08Simplify remove_client implementationsChristophe Fergeau3-18/+3
2019-02-08add assertionsChristophe Fergeau3-0/+3
2019-02-08Pass RedChannelClient to CharDevice::remove_clientChristophe Fergeau6-10/+11
2019-02-08Store RedChannelClient in RedCharDeviceClientChristophe Fergeau5-8/+12
2019-02-08Revert "char-device: Remove CharDevice::remove_client()"Christophe Fergeau6-7/+52
2019-02-08char-device: Remove CharDevice::remove_client()Christophe Fergeau6-52/+7
2019-02-08smartcard: Improve on_message_from_device readabilityChristophe Fergeau1-8/+5
2019-02-08smartcard: Rework smartcard_get_vsc_msg_item a bitChristophe Fergeau1-10/+7
2019-02-08smartcard: Remove redundant test in smartcard_char_device_on_message_from_dev...Christophe Fergeau1-1/+1
2019-02-08smartcard: Remove unused smartcard_get_vsc_msg_item argumentChristophe Fergeau1-5/+3
2019-02-08char-device: Make send_tokens_to_client() optionalChristophe Fergeau4-26/+4
2019-02-08doc: Document G_MESSAGES_DEBUG useChristophe Fergeau1-0/+10
2019-02-08Update usage of GObject private structuresEduardo Lima (Etrunko)12-96/+36
2019-02-07ssl: Dump OpenSSL error stack on errorsChristophe Fergeau4-6/+32
2019-02-05memslot: Fix off-by-one error in group/slot boundary checkChristophe Fergeau2-2/+32
2019-02-05build-sys: Raise glib requirement to 2.38Christophe Fergeau1-2/+2
2019-02-04red-stream-device: Constify stream_device_get_device_display_info resultFrediano Ziglio3-3/+3
2019-02-01meson: Use underscorify() instead of split()Eduardo Lima (Etrunko)1-2/+1
2019-02-01m4: Remove repeated warnings suppressionEduardo Lima (Etrunko)1-3/+0
2019-01-31event-loop: Port to WindowsFrediano Ziglio1-0/+5
2019-01-31replay: Port to WindowsFrediano Ziglio1-2/+9
2019-01-31test-listen: Exclude Unix sockets part under WindowsFrediano Ziglio1-0/+10
2019-01-31reds: Explicitly include inttypes.hFrediano Ziglio1-0/+1
2019-01-31windows: Do not include headers not available on WindowsFrediano Ziglio12-11/+32
2019-01-31red-qxl: Use proper formatting string for size_tFrediano Ziglio1-1/+2
2019-01-30display-channel: Remove unused includesFrediano Ziglio2-10/+1
2019-01-30red-stream-device: Fix "make syntax-check"Frediano Ziglio1-3/+3
2019-01-30image-encoders: Initialize Zlib lazilyFrediano Ziglio1-8/+11
2019-01-30smartcard: do not keep weak ref when device is NULLUri Lublin1-2/+4
2019-01-29Send the graphics device info from streaming agent to the vd_agentLukáš Hrázký3-2/+86
2019-01-29Receive the GraphicsDeviceInfo message from the streaming agentLukáš Hrázký4-3/+88
2019-01-29Send the graphics device info to the vd_agentLukáš Hrázký7-2/+94
2019-01-28QXL interface: improve the spice_qxl_set_device_info documentationLukáš Hrázký1-10/+22
2019-01-26QXL interface: deprecate spice_qxl_set_max_monitorsLukáš Hrázký2-2/+3
2019-01-26QXL interface: add a function to identify monitors in the guestLukáš Hrázký3-0/+95
2019-01-23red-worker: Remove obsolete type definitionFrediano Ziglio1-1/+0
2019-01-23ci: Remove dependencies from copr buildFrediano Ziglio1-3/+6
2019-01-23Trace streaming device data using recorderFrediano Ziglio2-0/+11
2019-01-23Allows to enable recorder integrationFrediano Ziglio3-0/+6
2019-01-23Update spice-common submoduleFrediano Ziglio1-0/+0
2019-01-17Reuse SPICE_UPCAST instead of SPICE_CONTAINEROF where possibleFrediano Ziglio3-22/+24
2019-01-15sasl: Simplify red_stream_write_u32_le call with '0' serveroutlenChristophe Fergeau1-1/+1
2019-01-08red-replay-qxl: Use PRIxPTR constant for string formattingFrediano Ziglio1-1/+1