summaryrefslogtreecommitdiff
path: root/gtk/spice-channel.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-07sasl: sasl authentication failure results in disconnectionMarc-André Lureau1-2/+1
2012-03-07sasl: lower visibility of normal debug messageMarc-André Lureau1-2/+2
2012-03-06Fix semi-seamless migration handlingMarc-André Lureau1-42/+25
2012-03-05Warn if a message is dropped (before connection or after reset)Marc-André Lureau1-15/+20
2012-02-29Allow open_fd() to be called with -1Marc-André Lureau1-2/+6
2012-02-20usbredir: make channel lifetime equal to session lifetimeHans de Goede1-0/+9
2012-02-13Set keepalive on channel socketNicolas Prochazka1-5/+6
2012-02-12Use an openssl BIO stream using GSocketMarc-André Lureau1-5/+4
2012-02-09Don't warn if setsockopt(TCP_NDELAY) fails with errno==ENOTSUPDaniel P. Berrange1-1/+1
2012-02-03Lower or silence some harmless debug messagesMarc-André Lureau1-3/+3
2012-01-17spice-channel: Allow calling spice_msg_out_send from any contextHans de Goede1-13/+39
2012-01-15Fix compilation on mingw/windowsMarc-André Lureau1-1/+1
2012-01-12Log if condition wait got cancelledMarc-André Lureau1-3/+3
2012-01-12Make g_coroutine_condition_wait() cancellableMarc-André Lureau1-7/+10
2012-01-12Remove the non-interruptible version g_io_wait()Marc-André Lureau1-6/+6
2012-01-12Create a GCoroutine, get rid of wait_queueMarc-André Lureau1-4/+4
2012-01-11migration: swap serials and mini header support when swapping peers.Yonit Halperin1-0/+9
2012-01-11Add support for SPICE_COMMON_CAP_MINI_HEADERYonit Halperin1-34/+158
2012-01-10spice-channel: support SPICE_MSG_LISTYonit Halperin1-1/+5
2012-01-08Implement SPICE_MSG_WAIT_FOR_CHANNELSMarc-André Lureau1-0/+2
2011-12-22spice-channel: Allow spice_msg_out_send to be called from multiple threadsHans de Goede1-4/+34
2011-12-22spice-channel: setsockopt TCP_NODELAYHans de Goede1-2/+9
2011-12-19Support semi-seamless migrationMarc-André Lureau1-8/+22
2011-12-19Add channel_reset methodMarc-André Lureau1-9/+26
2011-12-16spice-channel: cleanup, remove spice_channel_send_msg()Hans de Goede1-19/+4
2011-12-16spice-channel: Move read only check to spice_channel_write_msg()Hans de Goede1-6/+6
2011-12-16spice-channel: Move setting of header->size to spice_channel_write_msg()Hans de Goede1-4/+2
2011-12-16spice-channel: replace the xmit buf by a queue of SpiceOutMsg-sHans de Goede1-70/+33
2011-12-16Make sure spice_channel_iterate_write() always flushes *all* pending writesHans de Goede1-1/+1
2011-12-16spice_msg_out[_send_internal]: Take ownership of the passed SpiceMsgOutHans de Goede1-1/+3
2011-12-14spice-channel: cleanup, get rid of wait_interruptible variableHans de Goede1-8/+1
2011-11-23Do not send specific messages in read-onlyMarc-André Lureau1-1/+7
2011-11-23Check if msg are permitted to be sent in read-onlyMarc-André Lureau1-2/+33
2011-11-05Add session enable-audio propertyMarc-André Lureau1-4/+10
2011-10-19do not segfault if link message header size is set to 0Marc-André Lureau1-0/+5
2011-10-11gtk: channel-event emit an enumMarc-André Lureau1-2/+2
2011-08-30Add an usbredir channelHans de Goede1-1/+14
2011-08-30spice-channel: Reset SPICE_COMMON_CAP_PROTOCOL_AUTH_SELECTION on disconnectHans de Goede1-0/+2
2011-08-17spice-channel: fix writing a byte twice when a write blocksHans de Goede1-0/+1
2011-08-17spice-channel: Fix a possible race triggered by spice_channel_iterate_writeHans de Goede1-2/+27
2011-07-18build: fix introspection warningsMarc-André Lureau1-74/+74
2011-07-15gtk: comment channel_new() returns a weak referenceMarc-André Lureau1-1/+1
2011-07-05gtk: total-read-bytes is ulongMarc-André Lureau1-16/+10
2011-07-03Merge commit 'refs/merge-requests/16' of ssh://gitorious.org/spice-gtk/spice-...Marc-André Lureau1-1/+8
2011-07-02spice-channel: add property total-bytes-readAlon Levy1-0/+14
2011-07-02spice-channel: export spice_channel_type_to_stringAlon Levy1-2/+1
2011-07-01add --smartcard option to spicyChristophe Fergeau1-1/+8
2011-06-23handle smartcard channel in spice_channel_newChristophe Fergeau1-0/+5
2011-06-22improve debug log on coroutine startChristophe Fergeau1-1/+1
2011-06-22factor base message handling in SpiceChannelChristophe Fergeau1-0/+22