summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-06-10Merge branch 'telepathy-mission-control-5.16'HEADmasterGuillaume 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
2014-01-29McdAccountManagerDefault: don't pass "absent" accounts up to MCSimon McVittie1-1/+4
2014-01-29McdAccountManagerDefault: track whether saving is needed correctlySimon McVittie2-16/+29
2014-01-29McdAccountManagerDefault: don't try to save "absent" accountsSimon McVittie1-0/+5
2014-01-29mcpa_unescape_variant_from_keyfile: inline implementationSimon McVittie1-10/+2
2014-01-29McdStorage: delete_cb: improve clarity with a temporary variableSimon McVittie1-2/+3
2014-01-29update_storage: re-indentSimon McVittie1-33/+27
2014-01-29mcd_storage_get_accounts: use (transfer none)Simon McVittie2-4/+2
2014-01-29mcd_storage_load: convert while loop into for loopSimon McVittie1-4/+1
2014-01-29created_cb: don't leak errorSimon McVittie1-0/+1
2014-01-29mcp_account_storage_delete_async: be cancellable, at least in theorySimon McVittie2-2/+3
2014-01-29McdAccountManager: ignore altered-one, deleted, toggled from wrong pluginSimon McVittie1-1/+39
2014-01-29fixup!Simon McVittie1-1/+1