summaryrefslogtreecommitdiffstats
path: root/server/red_channel.c
Commit message (Expand)AuthorAgeFilesLines
* red channel: Remove unused red_channel_apply_clients_dataPavel Grunt2015-11-231-12/+0
* red channel: Remove unused red_channel_push_set_ackPavel Grunt2015-11-231-5/+0
* reuse red_get_monotonic_time functionFrediano Ziglio2015-11-231-10/+3
* server: make cursor channel privateMarc-André Lureau2015-11-031-0/+12
* Replace now() with get_mononotonic_time()Marc-André Lureau2015-10-291-8/+8
* fix spelling mistakes in comments (reseting to resetting & dummym to dummy)snir sheriber2015-10-191-2/+2
* server: small move to red_channelMarc-André Lureau2015-10-151-0/+9
* Use MAX macro to compute the maximum valueFrediano Ziglio2015-08-251-1/+1
* channel: minor simplificationMarc-André Lureau2015-08-111-6/+1
* server: use more const CoreInterfaceMarc-André Lureau2015-08-111-2/+2
* Fix typo in commentFrediano Ziglio2015-06-111-1/+1
* Use MIN macro to compute a minimumFrediano Ziglio2015-06-111-1/+1
* ppc: Fixing endianness for channel messagesChristophe Fergeau2015-04-101-10/+10
* ppc: Fix endianness handling in initial SPICE connectionChristophe Fergeau2015-04-101-0/+1
* Do not perform network tests on UNIX socketMarc-André Lureau2015-01-151-1/+1
* Add const to test_capability first argumentChristophe Fergeau2014-11-241-1/+1
* server: use a warning when disconnecting unresponsive clientMarc-André Lureau2014-05-161-2/+2
* Fix test_capability() typoChristophe Fergeau2014-03-131-7/+7
* Add reds_stream.[ch]Christophe Fergeau2014-01-201-0/+1
* 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