summaryrefslogtreecommitdiffstats
path: root/server/red_dispatcher.c
Commit message (Expand)AuthorAgeFilesLines
* server: remove OpenGLMarc-André Lureau2015-11-211-6/+0
* red_dispatcher: Remove unused signal.h includePavel Grunt2015-11-091-1/+0
* server: create display and cursor channels in RedWorker constructorMarc-André Lureau2015-11-091-52/+22
* worker: remove need for WorkerInitDataMarc-André Lureau2015-10-261-70/+5
* worker: access dispatcher pending field using helper functionsMarc-André Lureau2015-10-261-6/+22
* reduce locking time in async_command_allocFrediano Ziglio2015-10-231-1/+2
* dispatcher: style updateMarc-André Lureau2015-10-231-1/+1
* server: remove worker thread creation from dispatcherMarc-André Lureau2015-10-221-18/+3
* worker: use GOnce to surround some global init in dispatcherMarc-André Lureau2015-10-191-3/+7
* display: Advertise preferred compression capChristophe Fergeau2015-09-241-0/+1
* server: remove hardcoded RED_MAX_RENDERERSMarc-André Lureau2015-09-011-2/+2
* Adjust to new SpiceImageCompress nameChristophe Fergeau2015-07-291-2/+2
* server: spice_debug() messages don't need a trailing '\n'.Francois Gouget2015-07-201-1/+1
* Use image compress constants from spice-protocolJavier Celaya2015-06-301-1/+1
* server: allows to set maximum monitorsFrediano Ziglio2015-06-261-0/+10
* Remove duplicate streaming enumerationJonathon Jongsma2015-06-151-2/+2
* server: Remove an unused structure.Francois Gouget2015-06-091-10/+0
* Remove guest side video time-stampingMarc-André Lureau2014-11-271-9/+0
* dispatcher: lower a monitor-config warning to a debug levelMarc-André Lureau2014-09-081-2/+2
* server: set dispatcher before calling attache_workerMarc-André Lureau2013-10-071-5/+7
* server: move bit set/clear utilities out of red_worker.hAlon Levy2013-08-141-1/+3
* server/dispatchers: initialize stack to 0 for valgrindAlon Levy2013-05-171-4/+4
* server: Add public spice_qxl_driver_unload methodHans de Goede2013-04-241-0/+15
* red_worker: support SPICE_MSGC_DISPLAY_STREAM_REPORTYonit Halperin2013-04-221-0/+1
* server: red_dispatcher: check major/minor of qxl for client_monitors_configUri Lublin2012-10-241-14/+7
* server/red_dispatcher: client_monitors_config supportAlon Levy2012-09-131-0/+49
* server/red_dispatcher: change a printerr to debugAlon Levy2012-09-121-1/+1
* spice_server_vm_start/stop: notify red_dispatcher on vm start/stopYonit Halperin2012-08-271-0/+22
* server: add monitors_config supportAlon Levy2012-07-221-0/+25
* Use the spice-common logging functionsMarc-André Lureau2012-03-251-22/+15
* Use the spice-common submoduleMarc-André Lureau2012-03-251-1/+2
* Ensure all members of ChannelCbs and ClientCbs are either assigned or NULLHans de Goede2012-03-101-1/+1
* server/red_worker: pass remote caps to display/cursor red_channel_client'sYonit Halperin2012-01-121-0/+16
* server/red_worker: reuse dispatcherAlon Levy2011-11-081-211/+276
* server/red_dispatcher: remove semicolon from DBG_ASYNCAlon Levy2011-11-071-1/+1
* server: add prefix argument to red_printf_debugAlon Levy2011-11-071-5/+12
* server/red_dispatcher: support concurrent asyncsAlon Levy2011-11-071-61/+56
* fix inverted memset parametersChristophe Fergeau2011-08-251-1/+1
* server: registering RedChannel in reds, instead of ChannelYonit Halperin2011-08-231-64/+99
* server: Add RedClientAlon Levy2011-08-231-2/+35
* server/red_dispatcher: fix wrong resolution set for tabletAlon Levy2011-07-311-4/+4
* server: add QXLWorker.flush_surfaces_async for S3/S4 supportAlon Levy2011-07-201-0/+20
* server: add async io supportAlon Levy2011-07-201-40/+215
* server: api: add spice_qxl_* calls based on QXLWorker contentsAlon Levy2011-07-201-32/+191
* add missing staticChristophe Fergeau2011-05-031-2/+3
* s/USE_OGL/USE_OPENGLChristophe Fergeau2011-05-031-5/+5
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-0/+3
* autotools: correctly build canvas-related codeChristophe Fergeau2011-05-031-2/+2
* use foo(void) instead of foo() in prototypesChristophe Fergeau2011-05-021-7/+7
* server: rename s/peer/streamMarc-André Lureau2011-02-281-4/+4