summaryrefslogtreecommitdiff
path: root/server/reds.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-15char-device: Remove RedCharDeviceClass::{un, }ref_msg_to_clientChristophe Fergeau1-14/+0
2016-04-15char-device: Replace RedCharDeviceMsgToClient with PipeItemChristophe Fergeau1-8/+8
2016-04-15reds: Derive VDIPortReadBuf from PipeItemChristophe Fergeau1-36/+38
2016-04-11char-device: Fix el6 compilationChristophe Fergeau1-1/+0
2016-04-07Move RedCharDeviceCallbacks into RedCharDeviceClassChristophe Fergeau1-20/+15
2016-04-06reds: Make VDIPortState a GObjectChristophe Fergeau1-89/+159
2016-04-06Rename VDIPortState to RedCharDeviceVDIPortJonathon Jongsma1-213/+213
2016-04-05gobject: Add g_type_init() for older glibsChristophe Fergeau1-0/+3
2016-04-02reds: Prepare to make VDIPortState a GObjectChristophe Fergeau1-195/+200
2016-04-02reds: Make VDIPortState private to reds.cChristophe Fergeau1-58/+111
2016-04-01Rename some missing names related to RedCharDeviceFrediano Ziglio1-1/+1
2016-04-01Rename SpiceCharDeviceCallbacks to RedCharDeviceCallbacksFrediano Ziglio1-1/+1
2016-04-01Rename RedCharDevice functionsJonathon Jongsma1-58/+58
2016-04-01Rename SpiceCharDeviceState to RedCharDeviceJonathon Jongsma1-17/+17
2016-04-01Rename SpiceCharDeviceWriteBuffer to RedCharDeviceWriteBufferJonathon Jongsma1-2/+2
2016-04-01Rename SpiceCharDeviceMsgToClient to RedCharDeviceMsgToClientJonathon Jongsma1-6/+6
2016-03-24server: More clearly identify channels that support multiple clientsFrancois Gouget1-10/+9
2016-03-24remove unused reds_set_mm_timeFrediano Ziglio1-10/+0
2016-03-23use constructor/destructor macrosFrediano Ziglio1-6/+1
2016-03-23Remove last usage of global 'reds' variableJonathon Jongsma1-108/+84
2016-03-21Remove dependency of vdi_port_read_buf_process on RedsStateChristophe Fergeau1-7/+17
2016-03-21agent: Sync AgentMsgFilter state upon agent connectionChristophe Fergeau1-2/+8
2016-03-21Revert "fix regression due to callback called earlier"Christophe Fergeau1-6/+12
2016-03-17Use QXLInstance instead of QXLState in red_qxl_*Christophe Fergeau1-42/+45
2016-03-11Remove spice_server_set_keepalive_timeoutChristophe Fergeau1-7/+0
2016-03-11Always enable TCP keepaliveChristophe Fergeau1-14/+26
2016-03-09Replace RedsPrivate::mig_wait_disconnect_clients with a GListChristophe Fergeau1-28/+7
2016-03-09Replace RedsPrivate::char_devs_state with a GListChristophe Fergeau1-31/+10
2016-03-09Introduce spice_char_device_get_interface()Christophe Fergeau1-3/+3
2016-03-05Store reference to RedsState in QXLStateJonathon Jongsma1-1/+1
2016-03-04use QXLState instead of RedDispatcherFrediano Ziglio1-42/+38
2016-03-04rename red-dispatcher.* files to red-qxl.*Frediano Ziglio1-1/+1
2016-03-04rename red_dispatcher_ functions to red_qxl_Frediano Ziglio1-16/+16
2016-03-03Introduce reds_core_timer_*Christophe Fergeau1-0/+43
2016-03-03Introduce reds_core_watch_*Christophe Fergeau1-15/+51
2016-02-23use G_N_ELEMENTS instead of manually compute array sizeFrediano Ziglio1-1/+1
2016-02-23constify some global variablesFrediano Ziglio1-2/+2
2016-02-19fix regression due to callback called earlierFrediano Ziglio1-12/+6
2016-02-17reds: remove unneeded variableFrediano Ziglio1-3/+1
2016-02-16Remove redundant argument to vdi_port_read_buf_processChristophe Fergeau1-4/+4
2016-02-16Remove use of global 'reds' from AgentMsgFilterJonathon Jongsma1-4/+10
2016-02-16Remove use of global 'reds' from sound.cJonathon Jongsma1-2/+2
2016-02-16Remove global main_dispatcher variableJonathon Jongsma1-1/+6
2016-02-16Add RedsState reference to RedsStreamJonathon Jongsma1-1/+1
2016-02-16Remove global 'dispatchers', 'num_active_workers' variablesFrediano Ziglio1-4/+85
2016-02-16move red_dispatcher_on_vm_stop and red_dispatcher_on_vm_start to RedsStateFrediano Ziglio1-4/+31
2016-02-16use list in RedsState for ic_change and sv_changeFrediano Ziglio1-2/+28
2016-02-16keep dispatcher list in RedsStateFrediano Ziglio1-4/+11
2016-02-16move calc_compression_level to redsFrediano Ziglio1-0/+12
2016-02-16remove num_active_workersFrediano Ziglio1-2/+1