summaryrefslogtreecommitdiff
path: root/src/mcd-channel.c
Commit message (Expand)AuthorAgeFilesLines
* Treat calls ended locally with No_Answer as missedWill Thompson2010-07-021-1/+2
* Add missing #includesSimon McVittie2010-04-151-0/+1
* moved _mcd_tp_channel_* to a separate fileSenko Rasic2010-04-151-118/+0
* added internal _mcd_channel_details_build_from_tp_chan methodSenko Rasic2010-04-151-15/+39
* McdChannel: keep the most recent time of a group of requests; McdDispatcher: ...Simon McVittie2009-10-201-1/+14
* _mcd_channel_details_free: use g_boxed_free instead of playing with GValuesSimon McVittie2009-10-201-6/+1
* _mcd_channel_details_build_from_list: hoist GType-generating call out of loopSimon McVittie2009-10-201-2/+1
* _mcd_channel_details_build_from_list: be more const-correctSimon McVittie2009-10-201-3/+4
* McdChannel: adapt mcd_channel_should_close to be in terms of TpChannelSimon McVittie2009-10-191-14/+17
* McdChannel: consider MembersChanged(..., ERROR) to indicate a missed call, ev...Simon McVittie2009-09-291-1/+3
* Allow state change from FAILED to ABORTEDAlberto Mardegan2009-09-161-1/+3
* Add MCD_CHANNEL_STATUS_ABORTEDAlberto Mardegan2009-09-161-0/+2
* Factor out identical "should I close it?" logic from _mcd_channel_close, _mcd...Simon McVittie2009-09-071-32/+24
* _mcd_channel_close: don't close old Tubes channelsSimon McVittie2009-09-071-2/+10
* Don't close Tubes channels if undispatchableSimon McVittie2009-09-071-0/+6
* McdChannel: improve debug when not closing an undispatchable channelSimon McVittie2009-09-071-6/+17
* Detect missed calls correctlyNaveen Verma2009-08-191-8/+16
* McdChannel: remove now-unused close_on_dispose memberSimon McVittie2009-07-011-1/+0
* McdChannel: add _mcd_channel_depart(), which departs with a reason codeSimon McVittie2009-06-301-0/+94
* McdChannel: never implicitly close the channelSimon McVittie2009-06-301-15/+4
* McdChannel: proxy_destroyed: make the debug messages clearer and more informa...Simon McVittie2009-06-301-7/+2
* _mcd_channel_close: if we don't close the channel, make the debug messages ex...Simon McVittie2009-06-301-5/+24
* McdChannel: expose _mcd_channel_close to the rest of MCSimon McVittie2009-06-301-4/+4
* mcd: use telepathy-glib for all standard interfaces, and only generate code f...Simon McVittie2009-06-101-12/+11
* McdChannel: if changing error, don't leak the previous oneSimon McVittie2009-05-271-0/+3
* McdChannel: improve debug when closing channelsSimon McVittie2009-05-251-1/+7
* Merge branch 'channel_error'Alberto Mardegan2009-05-191-1/+10
|\
| * Get errors from the TpProxyAlberto Mardegan2009-05-191-1/+10
* | McdChannel: remove some cruft previously needed for pre-Requests supportSimon McVittie2009-05-181-63/+2
|/
* Merge branch 'internalize'Simon McVittie2009-05-121-1/+0
|\
| * Delete now-empty header filesSimon McVittie2009-05-111-1/+0
* | Catch up with copyright updates on src/Simon McVittie2009-05-081-1/+2
|/
* fd.o #21256: ChannelRequest: add stub Interfaces property and assert that it'...Simon McVittie2009-04-171-0/+15
* fd.o #21169: Update ChannelRequest from telepathy-spec master, and implement itSimon McVittie2009-04-171-0/+19
* McdChannel: use a struct field for the error rather than gluing on qdataSimon McVittie2009-04-151-5/+12
* McdChannel: move unexported stuff to new mcd-channel-priv.hSimon McVittie2009-04-151-1/+3
* mcd-account-requests: move unexported stuff to mcd-account-priv.hSimon McVittie2009-04-151-0/+1
* Remove mcd_channel_get_self_handle (unused)Simon McVittie2009-04-131-18/+0
* McdChannel: add _mcd_channel_undispatchableSimon McVittie2009-04-071-0/+29
* McdChannel: implement ChannelRequest.CancelSimon McVittie2009-04-061-8/+10
* McdAccount: account_request_cancel: move logic of how to cancel into McdChannelSimon McVittie2009-04-061-0/+37
* Merge branch 'requests'Simon McVittie2009-04-061-28/+226
|\
| * McdChannel: implement Proceed()Simon McVittie2009-04-031-7/+36
| * McdChannel: mcd_channel_new_request: add proceeding parameterSimon McVittie2009-04-031-1/+6
| * McdChannel: add new internal constructor _mcd_channel_new_undispatchedSimon McVittie2009-04-031-0/+8
| * McdChannel: Don't let anything outside this library call mcd_channel_set_statusSimon McVittie2009-04-031-4/+4
| * McdChannel: store a weak ref to the McdAccount, not just its pathSimon McVittie2009-04-031-5/+33
| * mcd_channel_new_request: pass use_existing as a parameter rather than changin...Simon McVittie2009-04-031-20/+3
| * McdChannel: export the McdChannel on D-Bus if it represents a ChannelRequestSimon McVittie2009-04-031-6/+39
| * McdChannel: implement a stub version of the ChannelRequest interfaceSimon McVittie2009-04-031-1/+113