summaryrefslogtreecommitdiff
path: root/src/request.c
Commit message (Expand)AuthorAgeFilesLines
* stop calling tp_dbus_properties_mixin_class_init()nextGuillaume Desmottes2014-05-161-1/+0
* Stop putting TpDBusPropertiesMixinClass in class structsSimon McVittie2014-05-071-12/+4
* Stop using tp_dbus_properties_mixin_iface_init which has been removedSimon McVittie2014-04-081-3/+1
* Remove references to TpDBusDaemonSimon McVittie2014-04-011-5/+7
* McdClientRegistry: stop having a TpDBusDaemonSimon McVittie2014-04-011-1/+2
* Replace dbus_g_method_return_error with g_dbus_method_invocation_return_gerrorSimon McVittie2014-03-271-2/+2
* replace DBusGMethodInvocation with GDBusMethodInvocationSimon McVittie2014-03-271-3/+3
* Merge commit '553acd80fac93fb21c28cb51f00c9c51045c9921' into nextSimon McVittie2014-03-191-1/+0
|\
| * Remove code-generation machinerySimon McVittie2014-02-031-1/+0
* | Re-namespace from im.telepathy1 to im.telepathy.v1Simon McVittie2013-11-121-1/+1
* | SucceededWithChannel is just Succeeded nowSimon McVittie2013-10-041-2/+1
* | Re-namespace remaining o.fd.T names in the actual source codeSimon McVittie2013-10-041-1/+1
|/
* Generally use GVariant, not GHashTable, for channels' propertiesSimon McVittie2012-10-081-2/+27
* Use tp_channel_get_connection instead of tp_channel_borrow_connectionSimon McVittie2012-10-081-1/+1
* Use telepathy-glib meta-headersSimon McVittie2012-05-141-6/+2
* Consistently include config.h in every .c fileSimon McVittie2012-05-081-0/+2
* Use TP_ERROR instead of long-deprecated TP_ERRORSSimon McVittie2012-05-081-2/+2
* Put request paths under /org/fd/T/CDWill Thompson2011-11-101-1/+1
* Remove stale code-gen for stable interfaces.Will Thompson2011-09-011-1/+0
* Catch the case where there's a hole in our logic and an internal request hasn...Vivek Dasmohapatra2011-05-241-0/+9
* Log the actual call to internal request handlingVivek Dasmohapatra2011-05-241-0/+1
* Use clear-handler function in finalize instead of dupping the codeVivek Dasmohapatra2011-04-051-12/+1
* Alter _mcd_request_handle_internally per reviewVivek Dasmohapatra2011-04-051-6/+7
* use tp_clear_pointerVivek Dasmohapatra2011-04-051-4/+1
* Allow requests to be blocked/unblocked on a per-account basisVivek Dasmohapatra2011-04-051-0/+136
* Allow MC to set callbacks for internally generated requestsVivek Dasmohapatra2011-04-051-0/+65
* Update copyright notices, prefer AUTHORS to per-file Contact: entriesVivek Dasmohapatra2011-02-151-5/+2
* Use predefined dbus property constants instead of rolling our own.Vivek Dasmohapatra2011-02-141-5/+6
* Bypass request policy delays for urgent channel requestsVivek Dasmohapatra2011-02-141-0/+6
* Cache the request policy plugins the first time we need themVivek Dasmohapatra2011-02-141-12/+55
* SucceededWithChannel signal is now stableGuillaume Desmottes2010-12-221-2/+1
* ChannelRequest's Hints property is now stableGuillaume Desmottes2010-12-221-9/+1
* Switch from CD.Future, CR.Future to CD.I.Hints, CR.I.Hints from my branchSimon McVittie2010-11-171-7/+15
* src: generate extensions per "class", not per interface, for dispatcher/requestSimon McVittie2010-11-171-1/+1
* _mcd_request_predict_handler: take responsibility for guessing the handlerSimon McVittie2010-09-091-2/+42
* Give each McdRequest a ref to the client registrySimon McVittie2010-09-091-3/+24
* Export McdRequest, not McdChannel, on D-BusSimon McVittie2010-09-091-4/+15
* Inline _mcd_account_proceed_with_request() into its caller, and simplifySimon McVittie2010-09-091-1/+28
* McdRequest: take on responsibility for calling into Client.I.RequestsSimon McVittie2010-09-091-0/+50
* McdRequest: implement the early stages of Proceed()Simon McVittie2010-09-091-6/+30
* Move a stub version of Cancel() to McdRequestSimon McVittie2010-09-091-8/+44
* McdRequest: remove the "completed" signalSimon McVittie2010-09-091-7/+2
* McdRequest: emit succeeded, succeeded-with-channel and failedSimon McVittie2010-09-091-0/+15
* _mcd_request_set_success: take a TpChannel, currently unusedSimon McVittie2010-09-091-1/+4
* Check all references to user action time and update for current telepathy-specSimon McVittie2010-09-091-2/+2
* McdRequest: implement the interfaces and properties of a ChannelRequestSimon McVittie2010-09-091-1/+66
* McdRequest: add Requests and Interfaces propertiesSimon McVittie2010-09-091-1/+26
* various dispatch-related classes: use tp_clear_object, tp_clear_pointerSimon McVittie2010-09-091-12/+2
* McdRequest: take one extra ref when constructed, to match the Proceed() delaySimon McVittie2010-09-091-0/+10
* Move SucceededWithChannel and Hints into .FUTURE pseudo-interfacesSimon McVittie2010-09-061-15/+15