summaryrefslogtreecommitdiffstats
path: root/server/red_channel.c
Commit message (Expand)AuthorAgeFilesLines
* Silence gcc false positive with -WuninitializedChristophe Fergeau2013-10-281-0/+6
* red_channel: cleanup of red_channel_client blocking methodsYonit Halperin2013-09-261-37/+36
* red_channel: add option to monitor whether a channel client is aliveYonit Halperin2013-08-141-0/+119
* red_channel: add on_input callback for tracing incoming bytesYonit Halperin2013-08-141-0/+7
* 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/+106
* log: improve debug information related to client disconnectionYonit Halperin2013-07-291-3/+6
* red_channel: add ref count to RedClientYonit Halperin2013-07-291-3/+20
* red_channel: prevent adding and pushing pipe items after a channel_client has...Yonit Halperin2013-07-291-6/+24
* server/red_channel: fix unused variableAlon Levy2013-07-281-10/+13
* TIOCOUTQ -> SIOCOUTQ and portability ifdefsNahum Shalman2013-07-221-2/+11
* red_channel: replace RING_FOREACH with RING_FOREACH_SAFE in some placesUri Lublin2013-07-161-4/+4
* Use RING_FOREACH_SAFE in red_channel.c functions which are missing itDavid Gibson2013-07-051-4/+4
* spice: silencing most of the ping/pong loggingYonit Halperin2013-06-241-11/+2
* red_channel: replace an assert upon threads mismatch with a warningYonit Halperin2013-05-241-3/+25
* red_channel: notify and shutdown a channel client when its handle_migrate_dat...Yonit Halperin2013-05-081-2/+5
* red_channel: on migration target, start sending ping messages only after the ...Yonit Halperin2013-05-011-1/+15
* red_channel: stop sending ping messages after migration has completedYonit Halperin2013-05-011-0/+5
* red_channel: fix not handling self pipe items in red_channel_client_release_itemYonit Halperin2013-04-301-0/+3
* red_channel: monitor connection latency using MSG_PINGYonit Halperin2013-04-221-0/+228
* server: freezed->froze, missing whitespace after declarationsAlon Levy2012-08-301-0/+1
* red_channel: set send_data.last_sent_serial in red_channel_client_set_message...Yonit Halperin2012-08-271-0/+1
* red_channel: remove unused migrate flag from RedChannelYonit Halperin2012-08-271-4/+3
* red_channel (dummy): fix not adding dummy RedChannelClient to the clientYonit Halperin2012-08-271-11/+23
* main: send MSG_MIGRATE upon vm migration completionYonit Halperin2012-08-271-1/+1
* red_channel: introduce PIPE_ITEM_TYPE_EMPTY_MSGYonit Halperin2012-08-271-0/+39
* seamless migration: migration completion on the destination sideYonit Halperin2012-08-271-9/+98
* red_channel: handle sending SPICE_MSG_MIGRATEYonit Halperin2012-08-271-4/+34
* red_channel: fix pipe item leakYonit Halperin2012-08-271-0/+1
* red_channel: add red_channel_test_remote_capYonit Halperin2012-08-271-0/+28
* server/red_channel: s/channle/channelAlon Levy2012-06-071-3/+3
* server/red_channel: do not attempt to write if the channel client is disconne...Yonit Halperin2012-05-311-0/+4
* server/red_channel: fix possible access to released channel clientsYonit Halperin2012-05-311-20/+99
* server/red_channel: remove red_channel_client_item_being_sentYonit Halperin2012-05-241-19/+0
* server/red_channel: prevent creating more than one channel client with the sa...Yonit Halperin2012-05-211-4/+46
* Use the spice-common logging functionsMarc-André Lureau2012-03-251-48/+48
* Use the spice-common submoduleMarc-André Lureau2012-03-251-2/+4
* red_channel: remove pre_disconnect hookHans de Goede2012-03-121-3/+0
* red_channel: Use the channel core to remove the stream watch on disconnectHans de Goede2012-03-121-0/+4
* Ensure all members of ChannelCbs and ClientCbs are either assigned or NULLHans de Goede2012-03-101-2/+2
* Use standard IOV_MAX definition where applicableDan McGee2012-02-211-1/+1
* red_worker: reimplement event loop using poll()Dan McGee2012-02-211-0/+3
* Use memcpy call in red_channel_createDan McGee2012-02-211-8/+1
* Cleanup definitions of disconnect methodsDan McGee2012-02-211-2/+0
* server/spicevmc: Don't destroy the rcc twiceHans de Goede2012-02-201-0/+2
* server/red_channel: red_peer_handle_incoming: comment on null checkAlon Levy2012-01-231-0/+2
* server/red_channel: avoid segfault if stream == NULLAlon Levy2012-01-221-0/+4
* server: add support for SPICE_COMMON_CAP_MINI_HEADERYonit Halperin2012-01-121-55/+164
* server: Limit the access to SpiceDataHeader of messages - only via red_channel.Yonit Halperin2012-01-121-9/+25
* server/red_channel: introduce urgent marshallerYonit Halperin2012-01-121-5/+59