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