summaryrefslogtreecommitdiffstats
path: root/server/main_dispatcher.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing license headersChristophe Fergeau2015-10-191-0/+17
* decouple disconnection of the main channel from client destructionYonit Halperin2013-07-291-0/+37
* main_dispatcher: add ref count protection to RedClient instancesYonit Halperin2013-07-291-2/+4
* server/dispatchers: initialize stack to 0 for valgrindAlon Levy2013-05-171-1/+1
* reds: move handle_channel_event logic from main_dispatcher to redsYonit Halperin2013-05-081-4/+1
* reds: support mm_time latency adjustmentsYonit Halperin2013-04-221-0/+32
* seamless migration: migration completion on the destination sideYonit Halperin2012-08-271-0/+32
* server, separate SpiceChannelEventInfo from RedStreamAlon Levy2012-02-151-0/+3
* Add missing includes of config.hDaniel P. Berrange2012-01-131-0/+1
* Remove unused assert.h includeDaniel P. Berrange2012-01-131-1/+0
* server: introduce dispatcherAlon Levy2011-11-081-75/+27
* [0.8 branch] server: add main_dispatcherAlon Levy2011-10-311-0/+145