summaryrefslogtreecommitdiff
path: root/server/reds.h
AgeCommit message (Expand)AuthorFilesLines
2 daysSend real time to clientHEADmasterFrediano Ziglio1-1/+0
2020-05-01Wrap spice.h in order to do some adjustmentFrediano Ziglio1-1/+1
2020-05-01Use template to make adding timers/watches saferFrediano Ziglio1-3/+13
2020-05-01Declare exported functions as CFrediano Ziglio1-0/+4
2019-10-10event-loop: Change internal core interfaceFrediano Ziglio1-12/+0
2019-07-05reds: Add ability to query the video-codecs currently enabledKevin Pouget1-0/+2
2019-02-12reds: Factor out a function to marshal VDAgentGraphicsDeviceInfo messageFrediano Ziglio1-0/+3
2019-01-31reds: Explicitly include inttypes.hFrediano Ziglio1-0/+1
2019-01-31windows: Do not include headers not available on WindowsFrediano Ziglio1-1/+0
2019-01-29Send the graphics device info to the vd_agentLukáš Hrázký1-0/+1
2019-01-17Reuse SPICE_UPCAST instead of SPICE_CONTAINEROF where possibleFrediano Ziglio1-1/+1
2017-12-12reds: Fix typo in declarationFrediano Ziglio1-1/+1
2017-10-13reds: Remove leak allocating migration stateFrediano Ziglio1-4/+0
2017-09-02Avoid using global variable for channel IDsFrediano Ziglio1-0/+1
2017-08-23reds: use SpiceMouseMode for RedsState::mouse_modeFrediano Ziglio1-1/+1
2017-06-02reds: Constantify agent message parameterPavel Grunt1-1/+2
2017-04-07Change playback_compression to bool typeJonathon Jongsma1-1/+1
2017-03-30Unify header guardsChristophe Fergeau1-3/+3
2017-03-09Use bool rather than int return values when appropriateChristophe Fergeau1-2/+2
2017-03-02record: Allocate recording file globally from reds.cFrediano Ziglio1-0/+5
2016-10-27Remove g_smartcard_channel globalFrediano Ziglio1-0/+1
2016-06-14streaming: Let the administrator pick the video encoder and codecFrancois Gouget1-0/+1
2016-05-25Make some function staticFrediano Ziglio1-5/+0
2016-05-12unify header include orderFrediano Ziglio1-3/+1
2016-05-09Remove unused definitionsFrediano Ziglio1-6/+0
2016-05-09use #include<> style for spice-common header inclusions.Frediano Ziglio1-2/+2
2016-04-27audio: Remove global 'playback_compression' variableChristophe Fergeau1-0/+2
2016-04-27Improve Reds/RedMainChannel interfaceChristophe Fergeau1-2/+1
2016-04-27Add _config_ to SpiceServerConfig accessorsChristophe Fergeau1-1/+1
2016-04-27Use weak gobject ref instead of reds_on_char_device_state_destroyChristophe Fergeau1-1/+0
2016-04-06reds: Move RedsState typedef to red-common.hChristophe Fergeau1-2/+0
2016-04-01Rename SpiceCharDeviceState to RedCharDeviceJonathon Jongsma1-1/+2
2016-03-24remove unused reds_set_mm_timeFrediano Ziglio1-1/+0
2016-03-23Remove last usage of global 'reds' variableJonathon Jongsma1-1/+0
2016-03-04use QXLState instead of RedDispatcherFrediano Ziglio1-7/+4
2016-03-03Introduce reds_core_timer_*Christophe Fergeau1-0/+11
2016-03-03Introduce reds_core_watch_*Christophe Fergeau1-0/+10
2016-02-16Remove global main_dispatcher variableJonathon Jongsma1-0/+2
2016-02-16Remove global 'dispatchers', 'num_active_workers' variablesFrediano Ziglio1-1/+4
2016-02-16move calc_compression_level to redsFrediano Ziglio1-0/+1
2016-02-15Add RedsState arg to all stat functionsJonathon Jongsma1-3/+0
2016-02-11Store 'renderers' as GArray in RedsStateFrediano Ziglio1-3/+2
2016-02-11Add RedsState arg to red_on_main_agent_tokens()Jonathon Jongsma1-1/+1
2016-02-11Move 'core' into RedsState structJonathon Jongsma1-2/+1
2016-02-09Handle GL_SCANOUT messagesMarc-André Lureau1-0/+1
2016-02-09Add new spice-gl stubs APIMarc-André Lureau1-0/+2
2016-02-09Add RedsState arg to reds_handle_channel_event()Jonathon Jongsma1-1/+1
2016-02-04Move agent_mouse to RedsState structJonathon Jongsma1-1/+1
2016-02-04Move streaming_video to RedsState structJonathon Jongsma1-1/+1
2016-02-03Move zlib_glz_state to RedsState structJonathon Jongsma1-1/+1