summaryrefslogtreecommitdiff
path: root/gtk/spice-channel.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-27Add spice_channel_string_to_type to map filesHans de Goede1-0/+18
2013-04-11session: enforce secure channelsMarc-André Lureau1-1/+1
2013-04-11Add function to return Spice channel type from stringMarc-André Lureau1-13/+27
2013-04-11Add function to return list of supported channelsMarc-André Lureau1-0/+20
2013-04-11channel: try TLS only onceMarc-André Lureau1-1/+1
2013-03-27Keep GSocketConnection around after initial connectChristophe Fergeau1-2/+7
2013-03-11spice-channel: Do not segfault fault if peer_msg was a NULL pointerDunrong Huang1-5/+7
2013-02-20channel: swap tls status during seamless migrationMarc-André Lureau1-0/+1
2013-01-11spice-channel: fix state condition check in flush()Marc-André Lureau1-1/+1
2013-01-11spice-channel: plug a channel ref leakMarc-André Lureau1-0/+1
2012-12-27Fix switching to TLS regression0.15.3Marc-André Lureau1-15/+12
2012-12-17channel: switch to protocol 1 on error during link-timeMarc-André Lureau1-24/+37
2012-12-14spice-channel: remove unnecessary g_socket_close()Marc-André Lureau1-1/+0
2012-12-14spice-channel: plug a small memory leakMarc-André Lureau1-1/+4
2012-12-10glib-compat: add g_slist_free_fullUri Lublin1-0/+1
2012-12-05channel: rely on couroutine instead of channel stateMarc-André Lureau1-25/+9
2012-12-05Add a port channelMarc-André Lureau1-0/+4
2012-12-05channel: add flush_async()Marc-André Lureau1-0/+100
2012-11-30channel: make spice_msg_out_send() slightly easier to readMarc-André Lureau1-7/+9
2012-11-22channel: learn to load certificate from memoryMarc-André Lureau1-8/+61
2012-10-19channel: improve debugging messageMarc-André Lureau1-1/+1
2012-10-08Set channel state before calling channel_resetHans de Goede1-1/+1
2012-09-12channel: Introduce CHANNEL_DEBUG for channel debug logsChristophe Fergeau1-58/+58
2012-08-28migration: copy enable-smartcard/audio/usbredir state to the migrated sessionYonit Halperin1-9/+3
2012-08-28seamless migration: don't reset messages data when swapping channelsYonit Halperin1-5/+7
2012-08-28seamless migration: src and dest servers handshakeYonit Halperin1-0/+17
2012-07-16spice_channel_connect() success if state >= CONNECTINGMarc-André Lureau1-1/+1
2012-06-11Deprecate spice_channel_set_capability()Marc-André Lureau1-1/+1
2012-06-11Allow to disable specific capabilities at runtimeMarc-André Lureau1-5/+7
2012-06-11spice_channel_coroutine: fix function exit in error pathChristophe Fergeau1-1/+1
2012-06-11spice_channel_coroutine: emit signals in all error casesChristophe Fergeau1-0/+4
2012-06-10Emit SPICE_CHANNEL_ERROR_TLS when certificate can't be foundChristophe Fergeau1-3/+4
2012-05-17Fix not setting channel specific capabilities upon channel resetYonit Halperin1-2/+17
2012-04-23setsockopt: check for ENOTSUP only if definedUri Lublin1-1/+5
2012-04-06Fix crash when closing while recordingMarc-André Lureau1-2/+2
2012-03-20doc: gtk-doc cleanupMarc-André Lureau1-2/+2
2012-03-16build: fix build with glib < 2.32Marc-André Lureau1-10/+10
2012-03-15Fix incorrect array size checkMarc-André Lureau1-1/+1
2012-03-14Remove deprecation warningsMarc-André Lureau1-10/+12
2012-03-13Avoid 'goto' jumping over variable initializationDaniel P. Berrange1-1/+2
2012-03-13Fix const-correctness of functions & add explicit castsDaniel P. Berrange1-1/+1
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