summaryrefslogtreecommitdiff
path: root/gtk/spice-channel.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-22channel: swap channel GSocketConnection on migrationMarc-André Lureau1-0/+1
2013-11-21Fix SASL for mechanism using WANT_CLIENT_FIRSTdietmar@proxmox.com1-1/+4
2013-11-20coroutine: error out on OOM or impossible conditionsMarc-André Lureau1-8/+1
2013-11-20channel: get rid of connection_id, available from sessionMarc-André Lureau1-2/+1
2013-11-20channel: remove useless desc != NULL checkMarc-André Lureau1-1/+1
2013-11-19Use system-wide trust certificate storeChristophe Fergeau1-1/+10
2013-11-18Check coroutine_init() return valueChristophe Fergeau1-1/+8
2013-10-16sasl: Fix crash when ending a SASL sessionChristophe Fergeau1-1/+1
2013-10-10Fix switch to old SPICE protocolChristophe Fergeau1-14/+8
2013-10-10Reenable call to switch_protocol() on protocol version mismatchesChristophe Fergeau1-2/+2
2013-09-30spice-channel: Fix usbredir being broken since commit 159c6ebfHans de Goede1-0/+1
2013-09-13gtk: simplify spice_channel_recv_msgMarc-André Lureau1-35/+15
2013-09-13gtk: use slices for frequently allocated objectsMarc-André Lureau1-4/+4
2013-09-13channel: do not reenter the mainloop at every iterationMarc-André Lureau1-31/+28
2013-09-13channel: add SPICE_DISABLE_CHANNELSMarc-André Lureau1-0/+7
2013-09-13channels: use spice_channel_set_handlers()Marc-André Lureau1-12/+6
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