summaryrefslogtreecommitdiffstats
path: root/server/main_channel.c
Commit message (Expand)AuthorAgeFilesLines
* 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