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