summaryrefslogtreecommitdiffstats
path: root/server/red_channel.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* server: handling semi-seamless migration in the target sideYonit Halperin2011-11-021-1/+14
* server: set & test channel capabilities in red_channelYonit Halperin2011-11-021-11/+83
* red_channel: Fix msg buf memleak on parser errorHans de Goede2011-08-251-0/+1
* server/snd_worker.c: add red_channel_client_destroy_dummyAlon Levy2011-08-231-15/+21
* server/red_channel: release channel allocated message bufferAlon Levy2011-08-231-0/+1
* server: registering RedChannel in reds, instead of ChannelYonit Halperin2011-08-231-140/+138
* server/red_channel.c inroducing client_cbsYonit Halperin2011-08-231-2/+51
* server/red_channel.c: pack all channel callbacks to ChannelCbsYonit Halperin2011-08-231-51/+32
* server/red_channel: introduce client ring in RedChannelAlon Levy2011-08-231-45/+193
* server/red_channel: add pipe_size helpersAlon Levy2011-08-231-0/+15
* server/red_worker: multiple client support - base splitAlon Levy2011-08-231-12/+0
* server/red_tunnel_worker: trivial multi client supportAlon Levy2011-08-231-5/+0
* server/red_channel: introduce pipes functionsAlon Levy2011-08-231-4/+55
* server/red_channel: ignore error if already shutdownAlon Levy2011-08-231-0/+3
* server/main_channel: move latency and bitrate to channel clientAlon Levy2011-08-231-0/+5
* server: Add RedClientAlon Levy2011-08-231-8/+87
* server/red_client: clear pipe on disconnectAlon Levy2011-08-231-1/+1
* server/red_channel: workaround for fast client disconnect bug (TODO - real fix)Alon Levy2011-08-231-0/+5
* server/main_channel: use MainChannel in sigAlon Levy2011-08-231-2/+2
* server: move pipe from RedChannel to RedChannelClientAlon Levy2011-08-231-59/+90
* server/red_channel (all): introduce RedChannelClientAlon Levy2011-08-231-222/+405
* server/red_channel: renames to use _proc postfix consistentlyAlon Levy2011-08-231-6/+6
* add missing staticChristophe Fergeau2011-05-031-5/+5
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-0/+3
* Revert "server/red_channel: red_channel_event: push on blocked"Marc-André Lureau2011-03-031-6/+1
* server/red_channel: move out_bytes_counter from Outgoing to RedChannelAlon Levy2011-03-021-2/+10
* server/red_channel: split Incoming/Outgoing to callback and stateAlon Levy2011-03-021-31/+34
* server/red_channel: no opaque in red_channel_peer_on_*_errorAlon Levy2011-03-021-8/+4
* server/red_channel: add red_channel_disconnect, use in red_workerAlon Levy2011-03-021-0/+9
* server/red_channel: reset send_data.item to NULL after releaseAlon Levy2011-03-021-0/+1
* server/red_channel: add red_channel_{,no_}item_being_sentAlon Levy2011-03-021-2/+13