summaryrefslogtreecommitdiff
path: root/gtk/spice-channel.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-08Move gtk/ -> src/Marc-André Lureau1-2960/+0
2015-04-14channel: HUP is not an error conditionMarc-André Lureau1-2/+2
2015-04-14channel: reset c->has_error when connectedMarc-André Lureau1-2/+1
2015-02-18channel: remove unused ChannelClass::channel_disconnect()Marc-André Lureau1-19/+0
2015-02-18channel: set c->has_error to finish coroutineMarc-André Lureau1-1/+1
2015-02-18Call channel_reset() directly when finishing coroutineMarc-André Lureau1-1/+1
2015-02-18channel: reset migration state when calling channel_reset()Marc-André Lureau1-5/+4
2015-02-18channel: use exisiting reconnection code when switchingMarc-André Lureau1-2/+2
2015-02-18channel: reset channel state to unconnectedMarc-André Lureau1-1/+2
2015-02-18channel: remove useless preconditionMarc-André Lureau1-1/+0
2015-02-18channel: emit close event when coroutine has finishedMarc-André Lureau1-3/+4
2015-01-27channel: reset connection state on errorMarc-André Lureau1-0/+1
2015-01-27channel: reset tls state when client calls connectMarc-André Lureau1-5/+7
2015-01-27channel: delay event report to after coroutine exitMarc-André Lureau1-19/+22
2014-12-16channel: clear channel error after auth errorMarc-André Lureau1-1/+3
2014-12-16channel: throw auth error when coroutine endsMarc-André Lureau1-3/+4
2014-12-16channel: introduce SPICE_CHANNEL_STATE_RECONNECTINGMarc-André Lureau1-11/+8
2014-12-16channel: do not enter channel iterate on early errorMarc-André Lureau1-15/+17
2014-12-16channel: factorize failed authenticationMarc-André Lureau1-29/+33
2014-12-01channel: deprecate spice_channel_destroy()Marc-André Lureau1-1/+5
2014-12-01session: remove channels on disconnectMarc-André Lureau1-4/+1
2014-12-01session: add and use internal accessorsMarc-André Lureau1-3/+3
2014-11-24migration: delay switch host reconnectMarc-André Lureau1-0/+6
2014-11-21migration: don't check socket errorMarc-André Lureau1-0/+4
2014-11-21migration: improve debug logMarc-André Lureau1-0/+2
2014-11-21migration: set connecting state before fd requestMarc-André Lureau1-5/+8
2014-11-21migration: fail with client provided fdMarc-André Lureau1-0/+4
2014-11-21migration: add a few more pre-conditions in migration codeMarc-André Lureau1-0/+3
2014-10-31Drop glib < 2.28 supportChristophe Fergeau1-17/+0
2014-10-10Add support to handle username when connecting with SASLFabiano Fidêncio1-5/+42
2014-09-18Don't report IO error on clean guest shutdownChristophe Fergeau1-5/+12
2014-07-23Don't use _GET_PRIVATE all the timeFabiano Fidêncio1-12/+18
2014-07-23Prefer using g_malloc0()/g_free()Fabiano Fidêncio1-10/+10
2014-06-10Remove coroutine trampolinesMarc-André Lureau1-42/+19
2014-04-02Make phodav an optional external dependencyMarc-André Lureau1-0/+4
2014-03-25Advertise SASL cap from clientChristophe Fergeau1-0/+3
2014-03-19Add webdav channelMarc-André Lureau1-0/+6
2014-03-13sasl: Rework memory handling in spice_channel_perform_auth_sasl()Christophe Fergeau1-10/+11
2014-03-13Make sure config.h is included first in all .c filesChristophe Fergeau1-0/+2
2014-02-21channel: add spice_channel_get_error()Marc-André Lureau1-3/+27
2014-02-21channel: talk to giostream instead of gsocketMarc-André Lureau1-14/+39
2014-02-21channel: simplify has error codeMarc-André Lureau1-17/+11
2014-02-21openssl: learn to handle a new kind of BIO based on GIOStreamMarc-André Lureau1-1/+1
2013-12-12Use TLS version 1.0 or betterDavid Jaša1-1/+6
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