summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* account: Fix property nameHEADmasterFlorian Müllner2019-12-191-1/+1
* McdAccount: Fix memory leak in get_parameter_of_known_type()Alexander Akulich2019-07-071-0/+6
* Fix autoconnection of accounts with always_dispatch=trueMartin Klapetek2019-07-071-1/+1
* Merge branch 'telepathy-mission-control-5.16'George Kiagiadakis2017-01-286-33/+34
|\
| * Fix string max size calculation.Tiago Salem Herrmann2017-01-281-1/+1
| * dispatcher_delegate_channels: initialize amSimon McVittie2016-09-021-1/+1
| * fix memory leaks: dbus_g_method_get_sender returns a copySimon McVittie2016-09-022-7/+9
| * Don't initialize function pointers with G_TYPE_INVALIDTing-Wei Lan2016-07-033-3/+3
| * connectivity-monitor.c: fix unused variable warning when compiling without nm...George Kiagiadakis2016-07-011-14/+18
| * libnm-glib is deprecated and may not be available.Diane Trout2016-06-291-9/+4
| * mcd-connection: use tp_asv_new() properlySteffen Kieß2014-08-251-1/+1
| * mcd_account_delete: make sure that the account stays aliveGuillaume Desmottes2014-06-111-0/+5
* | Merge branch 'telepathy-mission-control-5.16'Guillaume Desmottes2014-06-101-4/+26
|\ \ | |/
| * mcd-account: unregister the account once we're done deleting itGuillaume Desmottes2014-06-101-4/+26
| * codegen: avoid generating more than one thing in the same commandSimon McVittie2014-02-031-3/+21
* | mcd-storage: actually remove deleted accountsGuillaume Desmottes2014-06-091-2/+6
* | Zero-initialize McdLoadAccountsDataSimon McVittie2014-03-191-1/+1
* | McdAccount: Set "account-path-suffix" parameter on CMs that support itXavier Claessens2014-02-171-0/+10
* | McdStorage: watch and proxy plugins' change-notification signalsSimon McVittie2014-02-062-119/+206
* | McdAccountManager: if an account is async-added during setup, wait for itSimon McVittie2014-02-061-0/+10
* | McdAccountManager: ref the objects in McdLoadAccountsDataSimon McVittie2014-02-061-3/+7
* | mcd_keyfile_get_variant: add support for int16, uint16Simon McVittie2014-02-061-0/+45
* | mcd_storage_maybe_migrate_parameters: fix error handlingSimon McVittie2014-02-061-5/+1
* | Opportunistically migrate accounts from untyped to typed ParametersSimon McVittie2014-02-043-3/+161
* | _mcd_account_reconnect: if the account isn't valid, just disconnectSimon McVittie2014-02-041-20/+16
* | _mcd_account_dup_parameters: try to get parameters' types from backendSimon McVittie2014-02-043-25/+132
* | mcp_account_storage_get_flags: addSimon McVittie2014-02-041-0/+8
* | Require account plugins to provide the ability to list parametersSimon McVittie2014-02-042-0/+105
* | mcd_account_check_validity, mcd_account_check_parameters: be synchronousSimon McVittie2014-02-033-121/+63
* | Simplify the account connection pipeline, and make it privateSimon McVittie2014-02-032-12/+6
* | Squash mcd-account-connection.c into mcd-account.cSimon McVittie2014-02-034-152/+118
* | mcd_account_dup_protocol: factor outSimon McVittie2014-02-031-17/+34
* | mcd_account_get_parameter: take a TpConnectionManagerParamSimon McVittie2014-02-032-18/+12
* | Remove code-generation machinerySimon McVittie2014-02-0310-162/+1
* | Remove A.I.ExternalPasswordStorage, CM.I.AccountStorageSimon McVittie2014-02-034-319/+0
* | codegen: avoid generating more than one thing in the same commandSimon McVittie2014-02-031-3/+21
* | McdAccountManagerDefault: opportunistically save parameters' typesSimon McVittie2014-01-291-17/+6
* | McdAccount: improve debug output for account validitySimon McVittie2014-01-291-0/+33
* | _mcd_account_manager_setup: simplify a loopSimon McVittie2014-01-291-3/+2
* | Be consistent in the constness of arguments in storage virtual methodsXavier Claessens2014-01-292-8/+8
* | mcp_account_storage_commit: guarantee that we commit one at a timeSimon McVittie2014-01-291-40/+28
* | mcd_storage_commit: rely on never being called with account == NULLSimon McVittie2014-01-291-19/+7
* | McdAccountManager: commit accounts one at a timeSimon McVittie2014-01-292-71/+17
* | McdAccountManager: remove unused timed account storage commitSimon McVittie2014-01-291-22/+0
* | delete_async: being asked to delete a nonexistent account is an errorSimon McVittie2014-01-291-7/+2
* | mcd_storage_delete_account: don't tolerate deletion of unknown accountsSimon McVittie2014-01-291-7/+1
* | McdStorage: don't forget accounts until the McpAccountStorage says soSimon McVittie2014-01-291-4/+0
* | McdAccount: don't delete from storage if already deletedSimon McVittie2014-01-291-1/+2
* | deleted_cb: correct a debug messageSimon McVittie2014-01-291-1/+1
* | McdAccountManagerDefault: get/set/commit on a missing account is an errorSimon McVittie2014-01-291-16/+25