summaryrefslogtreecommitdiff
path: root/server/dispatcher.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-30Convert Dispatcher and MainDispatcher to GObjectsJonathon Jongsma1-51/+183
2015-11-23dispatcher: Remove unused dispatcher_read_messagePavel Grunt1-13/+0
2015-11-09dispatcher: remove receive_data and send_data functionsMarc-André Lureau1-3/+3
2015-10-22server: remove worker thread creation from dispatcherMarc-André Lureau1-0/+13
2015-08-20server/dispatcher: add extra_dispatcher, hack for red_recordAlon Levy1-0/+10
2012-04-25Don't do arithmetic on void * type, use uint8_t insteadDaniel P. Berrange1-6/+6
2012-03-25Use the spice-common logging functionsMarc-André Lureau1-18/+16
2012-03-25Use the spice-common submoduleMarc-André Lureau1-2/+23
2012-02-14Remove extra '\n' from red_printf() callsDan McGee1-6/+6
2012-01-13Add missing includes of config.hDaniel P. Berrange1-0/+1
2011-11-08server/dispatcher: add dispatcher_register_async_done_callbackAlon Levy1-2/+13
2011-11-08introduce DISPATCHER_{NONE,ACK,ASYNC}Alon Levy1-5/+7
2011-11-08server: introduce dispatcherAlon Levy1-0/+248