index
:
spice/spice-gtk
master
client library using glib and gtk (mirrored from https://gitlab.freedesktop.org/spice/spice-gtk)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gtk
/
spice-channel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-08
Move gtk/ -> src/
Marc-André Lureau
1
-2960
/
+0
2015-04-14
channel: HUP is not an error condition
Marc-André Lureau
1
-2
/
+2
2015-04-14
channel: reset c->has_error when connected
Marc-André Lureau
1
-2
/
+1
2015-02-18
channel: remove unused ChannelClass::channel_disconnect()
Marc-André Lureau
1
-19
/
+0
2015-02-18
channel: set c->has_error to finish coroutine
Marc-André Lureau
1
-1
/
+1
2015-02-18
Call channel_reset() directly when finishing coroutine
Marc-André Lureau
1
-1
/
+1
2015-02-18
channel: reset migration state when calling channel_reset()
Marc-André Lureau
1
-5
/
+4
2015-02-18
channel: use exisiting reconnection code when switching
Marc-André Lureau
1
-2
/
+2
2015-02-18
channel: reset channel state to unconnected
Marc-André Lureau
1
-1
/
+2
2015-02-18
channel: remove useless precondition
Marc-André Lureau
1
-1
/
+0
2015-02-18
channel: emit close event when coroutine has finished
Marc-André Lureau
1
-3
/
+4
2015-01-27
channel: reset connection state on error
Marc-André Lureau
1
-0
/
+1
2015-01-27
channel: reset tls state when client calls connect
Marc-André Lureau
1
-5
/
+7
2015-01-27
channel: delay event report to after coroutine exit
Marc-André Lureau
1
-19
/
+22
2014-12-16
channel: clear channel error after auth error
Marc-André Lureau
1
-1
/
+3
2014-12-16
channel: throw auth error when coroutine ends
Marc-André Lureau
1
-3
/
+4
2014-12-16
channel: introduce SPICE_CHANNEL_STATE_RECONNECTING
Marc-André Lureau
1
-11
/
+8
2014-12-16
channel: do not enter channel iterate on early error
Marc-André Lureau
1
-15
/
+17
2014-12-16
channel: factorize failed authentication
Marc-André Lureau
1
-29
/
+33
2014-12-01
channel: deprecate spice_channel_destroy()
Marc-André Lureau
1
-1
/
+5
2014-12-01
session: remove channels on disconnect
Marc-André Lureau
1
-4
/
+1
2014-12-01
session: add and use internal accessors
Marc-André Lureau
1
-3
/
+3
2014-11-24
migration: delay switch host reconnect
Marc-André Lureau
1
-0
/
+6
2014-11-21
migration: don't check socket error
Marc-André Lureau
1
-0
/
+4
2014-11-21
migration: improve debug log
Marc-André Lureau
1
-0
/
+2
2014-11-21
migration: set connecting state before fd request
Marc-André Lureau
1
-5
/
+8
2014-11-21
migration: fail with client provided fd
Marc-André Lureau
1
-0
/
+4
2014-11-21
migration: add a few more pre-conditions in migration code
Marc-André Lureau
1
-0
/
+3
2014-10-31
Drop glib < 2.28 support
Christophe Fergeau
1
-17
/
+0
2014-10-10
Add support to handle username when connecting with SASL
Fabiano Fidêncio
1
-5
/
+42
2014-09-18
Don't report IO error on clean guest shutdown
Christophe Fergeau
1
-5
/
+12
2014-07-23
Don't use _GET_PRIVATE all the time
Fabiano Fidêncio
1
-12
/
+18
2014-07-23
Prefer using g_malloc0()/g_free()
Fabiano Fidêncio
1
-10
/
+10
2014-06-10
Remove coroutine trampolines
Marc-André Lureau
1
-42
/
+19
2014-04-02
Make phodav an optional external dependency
Marc-André Lureau
1
-0
/
+4
2014-03-25
Advertise SASL cap from client
Christophe Fergeau
1
-0
/
+3
2014-03-19
Add webdav channel
Marc-André Lureau
1
-0
/
+6
2014-03-13
sasl: Rework memory handling in spice_channel_perform_auth_sasl()
Christophe Fergeau
1
-10
/
+11
2014-03-13
Make sure config.h is included first in all .c files
Christophe Fergeau
1
-0
/
+2
2014-02-21
channel: add spice_channel_get_error()
Marc-André Lureau
1
-3
/
+27
2014-02-21
channel: talk to giostream instead of gsocket
Marc-André Lureau
1
-14
/
+39
2014-02-21
channel: simplify has error code
Marc-André Lureau
1
-17
/
+11
2014-02-21
openssl: learn to handle a new kind of BIO based on GIOStream
Marc-André Lureau
1
-1
/
+1
2013-12-12
Use TLS version 1.0 or better
David Jaša
1
-1
/
+6
2013-11-22
channel: swap channel GSocketConnection on migration
Marc-André Lureau
1
-0
/
+1
2013-11-21
Fix SASL for mechanism using WANT_CLIENT_FIRST
dietmar@proxmox.com
1
-1
/
+4
2013-11-20
coroutine: error out on OOM or impossible conditions
Marc-André Lureau
1
-8
/
+1
2013-11-20
channel: get rid of connection_id, available from session
Marc-André Lureau
1
-2
/
+1
2013-11-20
channel: remove useless desc != NULL check
Marc-André Lureau
1
-1
/
+1
2013-11-19
Use system-wide trust certificate store
Christophe Fergeau
1
-1
/
+10
[next]