summaryrefslogtreecommitdiffstats
path: root/server/main_channel.c
Commit message (Expand)AuthorAgeFilesLines
...
* server: registering RedChannel in reds, instead of ChannelYonit Halperin2011-08-231-65/+42
* server/red_channel.c: pack all channel callbacks to ChannelCbsYonit Halperin2011-08-231-10/+14
* server/red_channel: introduce client ring in RedChannelAlon Levy2011-08-231-5/+3
* server/main_channel: support multiple clientsAlon Levy2011-08-231-156/+198
* server/main_channel: move connection_id from redsAlon Levy2011-08-231-3/+19
* server/main_channel: move ping here from reds.Alon Levy2011-08-231-8/+54
* server/main_channel: move latency and bitrate to channel clientAlon Levy2011-08-231-20/+34
* server: Add RedClientAlon Levy2011-08-231-4/+10
* server/main_channel+reds: make main_channel_init return MainChannelClientAlon Levy2011-08-231-14/+13
* server/main_channel: use MainChannel in sigAlon Levy2011-08-231-72/+52
* server: move pipe from RedChannel to RedChannelClientAlon Levy2011-08-231-71/+104
* server/red_channel (all): introduce RedChannelClientAlon Levy2011-08-231-38/+44
* move get_time_stamp to main_channel.cChristophe Fergeau2011-05-031-0/+7
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-0/+3
* server: remove extra arg in reds_on_main_agent_start callChristophe Fergeau2011-05-021-1/+1
* server/red_channel: add red_channel_get_first_socketAlon Levy2011-03-021-4/+5
* server/red_channel (all): handle MIGRATE_DATA and MIGRATE_FLUSH_DATAAlon Levy2011-03-021-11/+34
* server/red_channel (all): add red_channel_get_marshallerAlon Levy2011-03-021-50/+43
* server/red_channel (all): makes red_channel_reset_send_data privateAlon Levy2011-03-021-1/+0
* server/red_channe: make hold_item take a channel argAlon Levy2011-03-021-1/+1
* server: rename s/peer/streamMarc-André Lureau2011-02-281-6/+6
* server: s/RedsStreamContext/RedsStreamMarc-André Lureau2011-02-271-1/+1
* server/red_channel: reflect SpiceDataHeader fields in handle_parsed_procAlon Levy2011-02-071-1/+1
* server/red_channel: add red_channel_pipe_add_pushAlon Levy2011-02-071-15/+15
* server/red_channel: add hold_item (from red_worker)Alon Levy2011-02-071-0/+5
* server/main_channel: use red_channel (most code is pipe send/marshall separat...Alon Levy2011-01-151-337/+441
* server/reds: s/reds_push_migrate_data_item/reds_marshall_migrate_data_item/Alon Levy2011-01-131-1/+1
* server: split main_channel from redsAlon Levy2011-01-131-0/+745