summaryrefslogtreecommitdiffstats
path: root/server/red_channel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* server/red_channel: add red_channel_send_message_pendingAlon Levy2011-03-021-0/+5
* server/red_channel: add red_channel_all_blockedAlon Levy2011-03-021-0/+10
* server/red_channel (all): add red_channel_get_headerAlon Levy2011-03-021-0/+5
* server/red_channel: add red_channel_get_first_socketAlon Levy2011-03-021-0/+8
* server/red_channel (+): remove red_channel_add_bufAlon Levy2011-03-021-6/+1
* server/red_channel (all): add red_channel_get_streamAlon Levy2011-03-021-0/+6
* server/red_channel (all): handle MIGRATE_DATA and MIGRATE_FLUSH_DATAAlon Levy2011-03-021-3/+37
* server/red_channel (all): add red_channel_get_marshallerAlon Levy2011-03-021-0/+4
* server/red_channel: move SET_ACK to red_channelAlon Levy2011-03-021-0/+27
* server/red_channel: add more ack apiAlon Levy2011-03-021-0/+10
* server/red_channel (all): makes red_channel_reset_send_data privateAlon Levy2011-03-021-16/+33
* server/red_channe: make hold_item take a channel argAlon Levy2011-03-021-1/+1
* server: rename s/peer/streamMarc-André Lureau2011-02-281-24/+24
* server: use the new reds_stream_{read,write}Marc-André Lureau2011-02-281-3/+7
* server: use reds_{link,stream}_free()Marc-André Lureau2011-02-271-2/+1