summaryrefslogtreecommitdiff
path: root/src/mcd-handler-map.c
Commit message (Expand)AuthorAgeFilesLines
* fd.o #29022: if a channel can't be handled, dispatch it anyway, to run observersSimon McVittie2011-09-061-0/+3
* McdHandlerMap: add brief documentationSimon McVittie2011-09-061-0/+37
* fd.o #34025 (ish): if we handle a channel internally, record that factSimon McVittie2011-09-061-1/+9
* various dispatch-related classes: use tp_clear_object, tp_clear_pointerSimon McVittie2010-09-091-29/+6
* McdHandlerMap: remember which Handler well-known name is responsible for each...Simon McVittie2010-07-161-3/+34
* Add missing #includesSimon McVittie2010-04-151-1/+3
* McdHandlerMap: perform channel->account lookup internallySenko Rasic2010-04-151-3/+7
* McdHandlerMap: maintain a mapping between handled channels and their account ...Senko Rasic2010-04-151-1/+32
* McdHandlerMap: operate entirely in terms of TpChannelSimon McVittie2009-10-191-8/+4
* McdHandlerMap: operate on TpChannel, not McdChannelSimon McVittie2009-10-191-16/+22
* McdHandlerMap: watch for crashed handlers internally, rather than relying on ...Simon McVittie2009-09-301-7/+49
* McdHandlerMap: have a TpDBusDaemonSimon McVittie2009-09-301-1/+59
* McdHandlerMap: call _mcd_channel_close instead of mcd_mission_abortSimon McVittie2009-06-301-2/+4
* McdHandlerMap: only terminate the channels owned by the crashing handler!Simon McVittie2009-05-271-4/+7
* McdHandlerMap: simplify logic for incrementing handler-process use counterSimon McVittie2009-05-271-9/+5
* McdHandlerMap: correct a commentSimon McVittie2009-05-271-1/+1
* McdHandlerMap: new class tracking the relationship between handlers and channelsSimon McVittie2009-05-261-0/+278