summaryrefslogtreecommitdiff
path: root/gtk/spice-channel-priv.h
AgeCommit message (Expand)AuthorFilesLines
2012-03-25build-sys: move codegen & proto to spice-commonMarc-André Lureau1-4/+3
2012-03-16build: fix build with glib < 2.32Marc-André Lureau1-1/+2
2012-03-15use common submoduleMarc-André Lureau1-3/+2
2012-03-14Remove deprecation warningsMarc-André Lureau1-1/+1
2012-02-20usbredir: make channel lifetime equal to session lifetimeHans de Goede1-0/+1
2012-01-17spice-channel: Allow calling spice_msg_out_send from any contextHans de Goede1-1/+1
2012-01-12Make g_coroutine_condition_wait() cancellableMarc-André Lureau1-1/+1
2012-01-12Create a GCoroutine, get rid of wait_queueMarc-André Lureau1-2/+1
2012-01-11Add support for SPICE_COMMON_CAP_MINI_HEADERYonit Halperin1-3/+11
2012-01-08Implement SPICE_MSG_WAIT_FOR_CHANNELSMarc-André Lureau1-0/+1
2011-12-22spice-channel: Allow spice_msg_out_send to be called from multiple threadsHans de Goede1-0/+3
2011-12-19Add channel_reset methodMarc-André Lureau1-0/+2
2011-12-16spice-channel: replace the xmit buf by a queue of SpiceOutMsg-sHans de Goede1-3/+1
2011-12-14spice-channel: cleanup, get rid of wait_interruptible variableHans de Goede1-1/+0
2011-11-23Do not send specific messages in read-onlyMarc-André Lureau1-0/+1
2011-11-23Check if msg are permitted to be sent in read-onlyMarc-André Lureau1-0/+1
2011-07-18build: fix introspection warningsMarc-André Lureau1-27/+27
2011-07-02spice-channel: add property total-bytes-readAlon Levy1-0/+2
2011-05-23s/interruptable/interruptibleChristophe Fergeau1-1/+1
2011-05-16build: fix build with latest mingwMarc-André Lureau1-0/+1
2011-02-19gtk: add spice_channel_read_sasl()Marc-André Lureau1-0/+15
2011-02-19gtk: add spice_channel_set_common_capability()Marc-André Lureau1-0/+1
2011-01-25gtk: move channel verification parameter to sessionMarc-André Lureau1-2/+0
2011-01-25gtk: make use of common/ssl_verify.cMarc-André Lureau1-0/+2
2011-01-24gtk: add channel certificate 'verify' propertyMarc-André Lureau1-0/+1
2011-01-21gtk: add spice_channel_swap(), swap connection detailsMarc-André Lureau1-0/+1
2011-01-21gtk: use a callback to handle spice_channel_recv_msg()Marc-André Lureau1-0/+4
2011-01-21gtk: add channel_up() helper and SPICE_CHANNEL_STATE_MIGRATINGMarc-André Lureau1-0/+2
2011-01-21gtk: order to clarify what is swapped on migrationMarc-André Lureau1-4/+7
2011-01-21gtk: add private get_channel_{id,type}Marc-André Lureau1-0/+3
2011-01-14gtk: TLS add hostname verificationMarc-André Lureau1-0/+1
2011-01-12gtk: simplify debugging of coroutine-related pathMarc-André Lureau1-0/+8
2011-01-12gtk: handle MIGRATE_SWITCH_HOSTMarc-André Lureau1-1/+3
2010-12-22gtk: add private spice_channel_get_session()Marc-André Lureau1-0/+2
2010-12-05gtk: WIP handle disconnect with coroutinesMarc-André Lureau1-1/+0
2010-12-05gtk: WIP add the support for system -> coroutine writeMarc-André Lureau1-0/+10
2010-12-05gtk: WIP spice-channel documentationMarc-André Lureau1-0/+1
2010-12-05gtk: WIP enable TLS connection with coroutinesMarc-André Lureau1-2/+0
2010-12-05gtk: WIP use coroutines in spice-channelMarc-André Lureau1-1/+6
2010-12-05gtk: WIP use coroutines and GSocket to connectMarc-André Lureau1-0/+4
2010-11-24gtk: read remote capsMarc-André Lureau1-1/+3
2010-11-24gtk: add a couple of new TODOMarc-André Lureau1-0/+2
2010-11-24gtk: add SPICE_MSG_DISCONNECTING handlerMarc-André Lureau1-0/+1
2010-11-24gtk: add missing copyright headersMarc-André Lureau1-0/+21
2010-11-24gtk: send the channel capsMarc-André Lureau1-0/+3
2010-11-24gtk: adapted to be a working C libraryMarc-André Lureau1-0/+4
2010-11-24gtk: remove spice-eventMarc-André Lureau1-1/+2
2010-11-24gtk: make spice_msg_out privateMarc-André Lureau1-0/+8
2010-11-24gtk: GObject Introspection supportMarc-André Lureau1-0/+21
2010-11-23sound: add recording [not finished yet]Gerd Hoffmann1-1/+0