summaryrefslogtreecommitdiff
path: root/server/main-channel.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Remove red_channel_set_data()Christophe Fergeau1-1/+1
2016-03-10Rename red_channel_pipe_item_init to pipe_item_initChristophe Fergeau1-17/+9
2016-03-03Make use of the new reds_core_timer_* APIChristophe Fergeau1-7/+5
2016-02-23constify some global variablesFrediano Ziglio1-1/+1
2016-02-20fix possible core calling timer callbackFrediano Ziglio1-1/+1
2016-02-16Remove global main_dispatcher variableJonathon Jongsma1-1/+2
2016-02-16Add red_channel_get_server()Jonathon Jongsma1-1/+1
2016-02-15Add RedsState arg to all stat functionsJonathon Jongsma1-1/+1
2016-02-12MainChannel: don't use global 'reds' variableJonathon Jongsma1-21/+22
2016-02-12Store a reference to RedsState in Channel base classJonathon Jongsma1-1/+2
2016-02-11Add RedsState arg to red_on_main_agent_tokens()Jonathon Jongsma1-1/+1
2016-02-11Move 'core' into RedsState structJonathon Jongsma1-6/+7
2016-02-01Move vdagent to RedsState structJonathon Jongsma1-1/+1
2016-01-28main_channel_init() -> main_channel_new()Jonathon Jongsma1-1/+1
2016-01-20Change some functions to take RedsState argJonathon Jongsma1-1/+1
2016-01-20Change some functions to take RedsState argJonathon Jongsma1-5/+5
2016-01-19reds_num_of_channels() -> reds_get_n_channels()Jonathon Jongsma1-1/+1
2016-01-19Change some functions to take RedsState argJonathon Jongsma1-6/+6
2016-01-11channel: add interface parameters to SpiceCoreInterfaceInternalFrediano Ziglio1-1/+1
2015-12-14server: Add time constants to go with spice_get_monotonic_time_ms()Francois Gouget1-3/+3
2015-12-11server: Rename red_get_monotonic_time() to spice_get_monotonic_time_ns()Francois Gouget1-1/+1
2015-12-10server: Remove an unneeded time.h include directiveFrancois Gouget1-1/+0
2015-12-08server: Use g_get_monotonic_time() to get the time in microsecondsFrancois Gouget1-6/+2
2015-12-03server: rename filesFrediano Ziglio1-0/+1345