summaryrefslogtreecommitdiffstats
path: root/server/red_channel.h
Commit message (Expand)AuthorAgeFilesLines
* red channel: Remove unused red_channel_apply_clients_dataPavel Grunt2015-11-231-1/+0
* red channel: Remove unused declaration of red_channel_pipes_removePavel Grunt2015-11-231-2/+0
* red channel: Remove unused red_channel_push_set_ackPavel Grunt2015-11-231-1/+0
* server: Duplicate typedef definitions are not allowed in C99Francois Gouget2015-11-161-1/+0
* server: make more of cursor privateMarc-André Lureau2015-11-031-0/+2
* server: make cursor channel privateMarc-André Lureau2015-11-031-0/+6
* server: small move to red_channelMarc-André Lureau2015-10-151-0/+6
* RedChannel: remove unused BufDescriptor structJonathon Jongsma2015-08-111-5/+0
* server: use more const CoreInterfaceMarc-André Lureau2015-08-111-3/+3
* Add const to test_capability first argumentChristophe Fergeau2014-11-241-1/+1
* Fix test_capability() typoChristophe Fergeau2014-03-131-1/+1
* Add reds_stream.[ch]Christophe Fergeau2014-01-201-1/+1
* red_channel: cleanup of red_channel_client blocking methodsYonit Halperin2013-09-261-8/+14
* red_channel: add option to monitor whether a channel client is aliveYonit Halperin2013-08-141-0/+14
* red_channel: add on_input callback for tracing incoming bytesYonit Halperin2013-08-141-0/+2
* server: s/red_wait_all_sent/red_channel_wait_all_sent/Alon Levy2013-08-141-1/+1
* server: move three functions to red_channelAlon Levy2013-08-141-0/+10
* red_channel: add ref count to RedClientYonit Halperin2013-07-291-2/+15
* red_channel: add spice_channel_client_errorYonit Halperin2013-05-081-0/+11
* red_channel: monitor connection latency using MSG_PINGYonit Halperin2013-04-221-0/+18
* red_channel: remove unused migrate flag from RedChannelYonit Halperin2012-08-271-3/+2
* red_channel (dummy): fix not adding dummy RedChannelClient to the clientYonit Halperin2012-08-271-2/+2
* red_channel: introduce PIPE_ITEM_TYPE_EMPTY_MSGYonit Halperin2012-08-271-0/+4
* seamless migration: migration completion on the destination sideYonit Halperin2012-08-271-2/+26
* red_channel: handle sending SPICE_MSG_MIGRATEYonit Halperin2012-08-271-3/+11
* red_channel: add red_channel_test_remote_capYonit Halperin2012-08-271-0/+4
* server/red_channel: fix possible access to released channel clientsYonit Halperin2012-05-311-0/+5
* server/red_channel: remove red_channel_client_item_being_sentYonit Halperin2012-05-241-9/+0
* Use the spice-common submoduleMarc-André Lureau2012-03-251-4/+5
* red_channel: remove pre_disconnect hookHans de Goede2012-03-121-1/+0
* Use standard IOV_MAX definition where applicableDan McGee2012-02-211-3/+8
* red_worker: reimplement event loop using poll()Dan McGee2012-02-211-0/+1
* server/spicevmc: Don't destroy the rcc twiceHans de Goede2012-02-201-0/+1
* server: add support for SPICE_COMMON_CAP_MINI_HEADERYonit Halperin2012-01-121-4/+31
* server: Limit the access to SpiceDataHeader of messages - only via red_channel.Yonit Halperin2012-01-121-14/+10
* server/red_channel: introduce urgent marshallerYonit Halperin2012-01-121-1/+26
* server: handling semi-seamless migration in the target sideYonit Halperin2011-11-021-2/+4
* server,proto: tell the clients to connect to the migration target before migr...Yonit Halperin2011-11-021-1/+1
* server: set & test channel capabilities in red_channelYonit Halperin2011-11-021-7/+26
* server: fix function prototypesChristophe Fergeau2011-09-051-1/+1
* server/snd_worker.c: add red_channel_client_destroy_dummyAlon Levy2011-08-231-0/+1
* server: registering RedChannel in reds, instead of ChannelYonit Halperin2011-08-231-22/+48
* server/red_channel.c inroducing client_cbsYonit Halperin2011-08-231-0/+28
* server/red_channel.c: pack all channel callbacks to ChannelCbsYonit Halperin2011-08-231-28/+20
* server/red_channel: introduce client ring in RedChannelAlon Levy2011-08-231-6/+11
* server/red_channel: add pipe_size helpersAlon Levy2011-08-231-0/+7
* server/red_worker: multiple client support - base splitAlon Levy2011-08-231-2/+0
* server/red_tunnel_worker: trivial multi client supportAlon Levy2011-08-231-1/+1
* server/red_channel: introduce pipes functionsAlon Levy2011-08-231-4/+14
* server/main_channel: move ping here from reds.Alon Levy2011-08-231-0/+2