summaryrefslogtreecommitdiffstats
path: root/gtk/channel-base.c
Commit message (Expand)AuthorAgeFilesLines
* Move gtk/ -> src/Marc-André Lureau2015-06-081-284/+0
* Make sure config.h is included first in all .c filesChristophe Fergeau2014-03-131-0/+2
* channel: add spice_vmc_write_async()Marc-André Lureau2014-02-211-0/+48
* channel: unref incoming migrate dataMarc-André Lureau2013-09-131-3/+6
* gtk: simplify spice_channel_recv_msgMarc-André Lureau2013-09-131-0/+1
* channel: add spice_channel_set_handlers()Marc-André Lureau2013-09-131-0/+39
* Revert "tmp: debug MIGRATE_DATA"Marc-André Lureau2013-08-281-15/+0
* tmp: debug MIGRATE_DATAAlon Levy2013-08-281-0/+15
* channel_base: exit handle_migrate when expecting MIGRATE_DATA and receiving s...Yonit Halperin2013-04-091-2/+4
* channel: Introduce CHANNEL_DEBUG for channel debug logsChristophe Fergeau2012-09-121-9/+8
* seamless migration: transfer pending msgs to the destination, instead of send...Yonit Halperin2012-08-281-4/+8
* channel-base: remove bad check of SpiceMsgWaitForChannels validityYonit Halperin2012-08-281-3/+0
* Fix compilation on mingw/windowsMarc-André Lureau2012-01-151-3/+3
* Log if condition wait got cancelledMarc-André Lureau2012-01-121-2/+4
* Make g_coroutine_condition_wait() cancellableMarc-André Lureau2012-01-121-1/+2
* Add support for SPICE_COMMON_CAP_MINI_HEADERYonit Halperin2012-01-111-4/+8
* Implement SPICE_MSG_WAIT_FOR_CHANNELSMarc-André Lureau2012-01-081-3/+36
* spice_msg_out[_send_internal]: Take ownership of the passed SpiceMsgOutHans de Goede2011-12-161-4/+0
* build: fix introspection warningsMarc-André Lureau2011-07-181-17/+17
* gtk: don't attempt to dereference NULL pointerChristophe Fergeau2011-03-231-2/+4
* gtk: handle seamless migrationsMarc-André Lureau2011-01-211-2/+41
* gtk: add some DEBUG related to migrationMarc-André Lureau2011-01-111-3/+3
* gtk: hide unwanted public symbolsMarc-André Lureau2010-12-061-0/+6
* gtk: WIP spice-channel documentationMarc-André Lureau2010-12-051-2/+8
* build: re-enable -Wflags, and fix a few warningsMarc-André Lureau2010-11-251-5/+4
* gtk: add a couple of new TODOMarc-André Lureau2010-11-241-0/+16
* gtk: add SPICE_MSG_DISCONNECTING handlerMarc-André Lureau2010-11-241-0/+9
* gtk: add missing copyright headersMarc-André Lureau2010-11-241-0/+17
* gtk: add a flag to turn debug off, SPICE_DEBUG=1 to overrideMarc-André Lureau2010-11-241-1/+1
* gtk: use g_log functions instead of fprintf and custom handlerMarc-André Lureau2010-11-241-1/+1
* rename spice_msg get/put functions to ref/unrefGerd Hoffmann2010-11-231-2/+2
* Add glib objects + gtk widgets for spice.Gerd Hoffmann2010-11-231-0/+59