summaryrefslogtreecommitdiff
path: root/gtk/channel-main.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-28Fix a bunch of gtkdoc/giscan warningsMarc-André Lureau1-2/+4
2013-01-18channel-main: Fix monitors_align to not shuffle monitor orderHans de Goede1-9/+24
2013-01-18channel-main: Add support for VD_AGENT_CAP_SPARSE_MONITORS_CONFIG (rhbz#881072)Hans de Goede1-6/+14
2013-01-12file-xfer: always take error if set in xfer_read_cb()Marc-André Lureau1-1/+1
2013-01-12file-xfer: use file_xfer_..() prefix for all internal copy functionsMarc-André Lureau1-60/+39
2013-01-12file-xfer: move file_close_cb() above all to ease readingMarc-André Lureau1-49/+44
2013-01-12file-xfer: try to report any error from file_info_async_cb()Marc-André Lureau1-41/+32
2013-01-12file-xfer: non-programming errors should be reported in asyncMarc-André Lureau1-2/+10
2013-01-12file-xfer: avoid g_alloca() usage when possibleMarc-André Lureau1-16/+12
2013-01-12file-xfer: disable file-xfer when agent is not connectedDunrong Huang1-0/+4
2013-01-12file-xfer: handling various transfer messages in main channelDunrong Huang1-0/+515
2013-01-09Send monitor config to the agent on spice_main_set_display_enabled (#881072)Hans de Goede1-0/+5
2012-10-19Empty host subject from qemu should only validate hostnameMarc-André Lureau1-0/+4
2012-09-12channel: Introduce CHANNEL_DEBUG for channel debug logsChristophe Fergeau1-7/+7
2012-09-10Fix VD_AGENT_HAS_CAPABILITY useChristophe Fergeau1-8/+8
2012-08-28channel-smartcard: do not attach temporary migration channel to smartcardYonit Halperin1-0/+1
2012-08-28seamless migration: don't reset messages data when swapping channelsYonit Halperin1-1/+3
2012-08-28seamless migration: src and dest servers handshakeYonit Halperin1-17/+135
2012-08-28seamless-migration: update spice-common submoduleYonit Halperin1-3/+3
2012-08-28channel_main: handle SPICE_MSG_AGENT_CONNECTED_TOKENSYonit Halperin1-0/+12
2012-07-16main: send monitor config immediatelyMarc-André Lureau1-3/+6
2012-07-16Implement simple monitors alignmentMarc-André Lureau1-3/+69
2012-07-16Use monitor_id to compute display_idMarc-André Lureau1-2/+2
2012-07-16Document spice_main_send_monitor_config()Marc-André Lureau1-0/+9
2012-07-16Add missing agent cap descriptionMarc-André Lureau1-0/+1
2012-06-28agent: fix mishandling of SPICE_MSG_MAIN_AGENT_TOKENYonit Halperin1-1/+1
2012-05-17main channel: reseting channel capsYonit Halperin1-2/+8
2012-04-24Lower a few warnings when migration failsMarc-André Lureau1-1/+1
2012-04-16Set new cert-subject when switching hostMarc-André Lureau1-3/+6
2012-04-05agent: avoid use of alloca for sending large msgMarc-André Lureau1-20/+53
2012-03-18Notify agent-connected property changeMarc-André Lureau1-2/+12
2012-03-18Improve spice_main_set_display_enabled()Marc-André Lureau1-2/+11
2012-03-18Use given color depth in monitor configurationMarc-André Lureau1-1/+1
2012-03-13Remove arithmetic on void* pointersDaniel P. Berrange1-1/+1
2012-03-13Fix deprecation warning handlingDaniel P. Berrange1-4/+0
2012-03-05Support name & uuidMarc-André Lureau1-0/+27
2012-01-31Do not grab/release the clipboard on guest without clipboard supportMarc-André Lureau1-0/+22
2012-01-24Change the setting of the images cache size and the glz window sizeYonit Halperin1-0/+1
2012-01-12Make g_coroutine_condition_wait() cancellableMarc-André Lureau1-5/+5
2011-12-19Support semi-seamless migrationMarc-André Lureau1-8/+48
2011-12-19main: Handle semi-seamless MIGRATION_BEGINMarc-André Lureau1-8/+23
2011-12-19Add channel_reset methodMarc-André Lureau1-1/+40
2011-12-16spice_msg_out[_send_internal]: Take ownership of the passed SpiceMsgOutHans de Goede1-5/+0
2011-11-23Do not send specific messages in read-onlyMarc-André Lureau1-1/+4
2011-11-09Use correct GLib macrosChristophe Fergeau1-4/+5
2011-11-07Mark deprecated props/signals/functionsMarc-André Lureau1-4/+8
2011-11-07Drop useless memsetMarc-André Lureau1-1/+0
2011-07-18build: fix introspection warningsMarc-André Lureau1-56/+56
2011-07-10gtk/spicy: allow setting color depthMarc-André Lureau1-21/+7
2011-06-22factor base message handling in SpiceChannelChristophe Fergeau1-10/+10