summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'telepathy-glib-0.14'Vivek Dasmohapatra2011-09-071-0/+2
|\
| * Two string members not freed in tp connection destructorVivek Dasmohapatra2011-08-301-0/+3
| * connection: set the self handle to something sane instead of leaving uninitia...Jonny Lamb2011-05-181-0/+4
* | TpConnection: emit contact-list-changed when initial roster is fetchedXavier Claessens2011-08-251-0/+2
* | Version 0.15.5telepathy-glib-0.15.5Will Thompson2011-08-171-12/+12
* | Correctly free a GQueue from disposeXavier Claessens2011-08-171-3/+2
* | Prepare TpContact objects for the ContactListXavier Claessens2011-08-041-0/+49
* | Add TP_CONNECTION_FEATURE_CONTACT_GROUPS to prepare the list of groups on the...Xavier Claessens2011-08-031-0/+182
* | Add new feature TP_CONNECTION_FEATURE_CONTACT_LISTXavier Claessens2011-07-281-1/+104
* | Add tp_connection_get_account to get a TpAccount from a TpConnectionXavier Claessens2011-07-261-0/+44
* | Connection: replace constructor with constructedWill Thompson2011-07-251-9/+7
* | Connection: remove useless debug from constructorWill Thompson2011-07-251-2/+0
* | Connection: remove an obsolete and redundant commentWill Thompson2011-07-251-1/+0
* | Ensure TpConnection always has a factoryXavier Claessens2011-07-201-0/+2
* | Add TpSimpleClientFactoryXavier Claessens2011-07-201-0/+13
* | Remove trailing spaceEmilio Pozuelo Monfort2011-07-061-1/+1
* | fixes : bug#38944 - memory leak in telepathy-glib/connection.cSiraj Razick2011-07-041-0/+3
* | prepare 0.15.1telepathy-glib_0.15.1Guillaume Desmottes2011-05-301-4/+4
* | Merge branch 'balance-feature-36334'Guillaume Desmottes2011-05-301-0/+340
|\ \
| * | fix typo in docGuillaume Desmottes2011-05-301-2/+2
| * | add TpConnection::balance-changed signalGuillaume Desmottes2011-05-271-1/+45
| * | tp_connection_get_balance_cb: complete the operation if we failed to get BalanceGuillaume Desmottes2011-05-271-1/+2
| * | Update balance feature preparation for recent changesEmilio Pozuelo Monfort2011-05-251-30/+18
| * | Merge remote-tracking branch 'danni/balance-feature-36334' into balance-featu...Emilio Pozuelo Monfort2011-05-171-0/+307
| |\ \
| | * | Add support for retrieving Conn.I.BalanceDanielle Madeley2011-05-121-0/+307
| | |/
* | | connection: set the self handle to something sane instead of leaving uninitia...Jonny Lamb2011-05-181-0/+4
|/ /
* | list_features: no need to check if the dep array has already be initGuillaume Desmottes2011-05-121-6/+3
* | Add TpProxyFeature.prepare_before_signalling_connected_asyncGuillaume Desmottes2011-05-121-1/+30
* | connection: factor out signal_connectedGuillaume Desmottes2011-05-121-15/+21
* | connection: use prepare_async instead of start_preparingGuillaume Desmottes2011-05-121-10/+17
* | connection: simplify contact info preparationGuillaume Desmottes2011-05-121-2/+5
* | connection: simplify avatars requirements preparationGuillaume Desmottes2011-05-121-3/+5
* | connection: simplify capabilities preparationGuillaume Desmottes2011-05-121-26/+7
* | connection: fail preparing TP_CONNECTION_FEATURE_CAPABILITIES if Requests is ...Guillaume Desmottes2011-05-121-5/+1
|/
* Refactor tp_proxy_add_interfaces out from TpConn introspectionOlli Salli2011-04-111-18/+7
* Avoid the goto in _tp_connection_got_propertiesOlli Salli2011-04-111-25/+46
* connection.c: Remove stale commentOlli Salli2011-04-111-4/+0
* TpConnection: Use fast-path also for CONNECTED reintrospectionOlli Salli2011-04-111-7/+27
* TpConnection: Use GetAll return for initial introspectionOlli Salli2011-04-111-9/+53
* connection.c: Update copyrightOlli Salli2011-04-111-2/+2
* TpConnection: Demote the current introspection path to a slow-pathOlli Salli2011-04-111-13/+27
* tp_connection_got_interfaces_cb: Refactor out introspection queuing loopOlli Salli2011-04-111-23/+28
* prepare 0.13.16Guillaume Desmottes2011-03-071-5/+5
* Add an invert parameter to binding functionsDanielle Madeley2011-03-011-3/+7
* Add GBinding utilities for connection-status on TpAccount and TpConnectionDanielle Madeley2011-02-281-0/+37
* Added connection manager and protocol properties to TpConnectionMorten Mjelva2011-02-251-0/+82
* Fix a load of broken documentation cross-referencesWill Thompson2011-02-021-1/+1
* Prepare version 0.13.9telepathy-glib-0.13.9Simon McVittie2010-12-101-2/+2
* Add TpConnection:self-contact, and a convenience "C binding" for itSimon McVittie2010-12-091-0/+53
* TpConnection: make a TpContact for the self-handle while preparing CONNECTEDSimon McVittie2010-12-091-13/+101