summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-11configure: Check whether use GTLsgtlsPavel Grunt1-0/+7
2015-02-06webdav: fix checking for shared directory propertyMarc-André Lureau1-1/+1
2015-02-06Don't build libspice-client-gtk if configured --without-gtkBenjamin Gilbert4-11/+32
2015-02-06Update git submoduleChristophe Fergeau1-0/+0
2015-01-29Don't set SpiceSession::cmain twice during migrationChristophe Fergeau1-2/+1
2015-01-29Remove runtime warning when setting a NULL shared-dirChristophe Fergeau1-1/+0
2015-01-29webdav: Cope with NULL SpiceSession::shared-dirChristophe Fergeau2-2/+11
2015-01-29display: Fix 'exisiting' typo in debug logChristophe Fergeau1-1/+1
2015-01-29display: s/dropin/dropping in debug messageChristophe Fergeau1-1/+1
2015-01-29session: Add more debugging logsChristophe Fergeau1-5/+14
2015-01-29display: Improve DisplayChannel::num_drops_on_arive nameChristophe Fergeau2-6/+6
2015-01-29Use macro to swap data in spice_session_start_migrating()Christophe Fergeau1-16/+14
2015-01-29desktop-integration: check owner of bus namePavel Grunt1-0/+7
2015-01-27spicy: deal with spice+unix:// URIMarc-André Lureau1-5/+11
2015-01-27session: teach spice_uri_create() about UNIX pathMarc-André Lureau1-1/+3
2015-01-27session: prettify query parametersMarc-André Lureau1-2/+2
2015-01-27session: return allocated string from spice_uri_create()Marc-André Lureau1-14/+17
2015-01-27session: parse spice+unix:// URIMarc-André Lureau1-1/+11
2015-01-27session: connect to UNIX pathMarc-André Lureau1-16/+40
2015-01-27session: add unix-path propertyMarc-André Lureau1-1/+34
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é Lureau2-20/+24
2015-01-23spice-widget: Don't return early from focus_in_event when widget is not realizedPavel Grunt1-4/+3
2015-01-16session: Improved docs for spice_session_connect()Zeeshan Ali (Khattak)1-1/+9
2015-01-08inputs: Correct documentation of scancode argumentsBenjamin Gilbert1-5/+8
2015-01-06README: update gstreamer infoFabiano Fidêncio1-2/+2
2015-01-06nsis: drop gst-0.10 in favour of gst-1.0Fabiano Fidêncio1-64/+53
2015-01-06audio: drop gst-0.10 in favour of gst-1.0Fabiano Fidêncio3-66/+7
2014-12-22usbredir: prevent crash when calling without hostMarc-André Lureau1-0/+3
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é Lureau2-11/+9
2014-12-16channel: do not enter channel iterate on early errorMarc-André Lureau1-15/+17
2014-12-16channel: factorize failed authenticationMarc-André Lureau2-29/+34
2014-12-16session: keep main channel on reconnectMarc-André Lureau1-13/+17
2014-12-11Prepare 0.27 releaseMarc-André Lureau1-0/+19
2014-12-11docs: improvements for 0.27 releaseMarc-André Lureau2-1/+2
2014-12-06build-sys: update git.mkMarc-André Lureau1-22/+122
2014-12-03Fix build for glib < 2.32Marc-André Lureau1-1/+1
2014-12-02Add LZ4 compression algorithm support.Javier Celaya4-0/+19
2014-12-01usb: keep USB context alive as long as channels existMarc-André Lureau1-0/+8
2014-12-01usb: return early if channel is not usbMarc-André Lureau1-9/+12
2014-12-01session: disconnect in idleMarc-André Lureau1-28/+46
2014-12-01session: keep a reference on disconnectMarc-André Lureau1-0/+2
2014-12-01session: remove sticky disconnecting flagMarc-André Lureau1-4/+3
2014-12-01channel: deprecate spice_channel_destroy()Marc-André Lureau3-6/+11
2014-12-01display: don't reschedule stream if disconnected from sessionMarc-André Lureau1-2/+3
2014-12-01session: remove channels on disconnectMarc-André Lureau3-10/+12
2014-12-01session: move SpiceSessionPrivate out of headersMarc-André Lureau2-82/+84