summaryrefslogtreecommitdiff
path: root/gtk/spice-session.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-27Keep GSocketConnection around after initial connectChristophe Fergeau1-11/+11
2013-03-25session: copy proxy settingMarc-André Lureau1-7/+13
2013-02-28Don't try to call _wocky_http_proxy_get_type with old gioChristophe Fergeau1-0/+2
2013-02-26session: warn on invalid port valueMarc-André Lureau1-4/+12
2013-01-29session: clear SpiceSession:proxy also if SPICE_PROXY is NULLMarc-André Lureau1-3/+5
2013-01-29Add SpiceSession:proxyMarc-André Lureau1-10/+42
2013-01-28proxy: initialize proxy at session construct timeMarc-André Lureau1-17/+23
2013-01-28Fix a bunch of gtkdoc/giscan warningsMarc-André Lureau1-2/+2
2013-01-28session: simplify a little bit open_host_idle_cbMarc-André Lureau1-6/+7
2012-12-27Clean-up idle handler when leaving the open_host_idle()Marc-André Lureau1-6/+4
2012-12-21session: improve open_host() clean-upMarc-André Lureau1-6/+7
2012-12-21session: do not unref() NULL connectionMarc-André Lureau1-2/+2
2012-12-14session: allow to connect via HTTP CONNECT proxyMarc-André Lureau1-56/+134
2012-12-14Add wocky HTTP proxyMarc-André Lureau1-0/+3
2012-11-22Add SpiceSession:ca propertyMarc-André Lureau1-2/+44
2012-10-19Print list of supported channelsMarc-André Lureau1-0/+18
2012-10-08Set channel state before calling channel_resetHans de Goede1-3/+5
2012-09-20Unescape SpiceSession::uri component by componentChristophe Fergeau1-7/+10
2012-09-12channel: Introduce CHANNEL_DEBUG for channel debug logsChristophe Fergeau1-9/+9
2012-08-28migration: copy enable-smartcard/audio/usbredir state to the migrated sessionYonit Halperin1-0/+3
2012-08-28seamless migration: don't reset messages data when swapping channelsYonit Halperin1-3/+10
2012-07-06Add a desktop-integration helper classHans de Goede1-0/+1
2012-05-22session: correctly track main channelMarc-André Lureau1-14/+18
2012-05-17session: correctly set and unset ssl-verify flagsMarc-André Lureau1-2/+6
2012-05-02Fix parsing URI queryMarc-André Lureau1-5/+3
2012-04-24Lower a few warnings when migration failsMarc-André Lureau1-1/+5
2012-04-24Fix multiple problems with URI parsingDaniel P. Berrange1-36/+79
2012-04-16Clear cache and glz dictionnary on switch-hostMarc-André Lureau1-2/+6
2012-03-30session: take pubkey reference in setterMarc-André Lureau1-1/+1
2012-03-30Be more tolerant on NULL arraysMarc-André Lureau1-1/+2
2012-03-25build-sys: move codegen & proto to spice-commonMarc-André Lureau1-5/+3
2012-03-08Update since annotation for some session propertiesMarc-André Lureau1-0/+6
2012-03-05Support name & uuidMarc-André Lureau1-0/+63
2012-02-29Allow open_fd() to be called with -1Marc-André Lureau1-2/+8
2012-02-13Set keepalive on channel socketNicolas Prochazka1-0/+2
2012-01-24Change the setting of the images cache size and the glz window sizeYonit Halperin1-1/+69
2012-01-12Remove the non-interruptible version g_io_wait()Marc-André Lureau1-4/+8
2012-01-12Lower connection error from warning to debug, it's normal to failMarc-André Lureau1-1/+1
2012-01-12Lower our glib requirement to 2.22, as we claimMarc-André Lureau1-0/+1
2012-01-08Implement SPICE_MSG_WAIT_FOR_CHANNELSMarc-André Lureau1-6/+5
2012-01-05spice-session: support uri with colonAlon Levy1-2/+18
2012-01-05spice-session/spice_uri_parse: fail if a key is seen twiceAlon Levy1-3/+12
2011-12-22build: string format fixJani Välimaa1-1/+1
2011-12-19Support semi-seamless migrationMarc-André Lureau1-0/+84
2011-12-09Warn with the connect connect socket errorMarc-André Lureau1-0/+2
2011-11-23Add read-only property on sessionsMarc-André Lureau1-0/+37
2011-11-21Release our keyboard grab when we're going to invoke the usb acl helperHans de Goede1-0/+25
2011-11-16Correct Since tag for SpiceSession:enable-usbredir:Hans de Goede1-1/+1
2011-11-07Remove g_object_{set,get}_data() usageMarc-André Lureau1-52/+4
2011-11-07Drop useless memsetMarc-André Lureau1-1/+0