summaryrefslogtreecommitdiff
path: root/server/main_dispatcher.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-29decouple disconnection of the main channel from client destructionYonit Halperin1-0/+37
2013-07-29main_dispatcher: add ref count protection to RedClient instancesYonit Halperin1-2/+4
2013-05-17server/dispatchers: initialize stack to 0 for valgrindAlon Levy1-1/+1
2013-05-08reds: move handle_channel_event logic from main_dispatcher to redsYonit Halperin1-4/+1
2013-04-22reds: support mm_time latency adjustmentsYonit Halperin1-0/+32
2012-08-27seamless migration: migration completion on the destination sideYonit Halperin1-0/+32
2012-02-15server, separate SpiceChannelEventInfo from RedStreamAlon Levy1-0/+3
2012-01-13Add missing includes of config.hDaniel P. Berrange1-0/+1
2012-01-13Remove unused assert.h includeDaniel P. Berrange1-1/+0
2011-11-08server: introduce dispatcherAlon Levy1-75/+27
2011-10-31[0.8 branch] server: add main_dispatcherAlon Levy1-0/+145