summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | _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-044-26/+133
* | mcp_account_storage_get_flags: addSimon McVittie2014-02-044-0/+127
* | Require account plugins to provide the ability to list parametersSimon McVittie2014-02-046-7/+317
* | Merge branch 'telepathy-mission-control-5.16'Simon McVittie2014-02-030-0/+0
|\ \ | |/
| * codegen: avoid generating more than one thing in the same commandSimon McVittie2014-02-031-3/+21
* | 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-0336-6380/+1
* | Remove A.I.ExternalPasswordStorage, CM.I.AccountStorageSimon McVittie2014-02-039-512/+2
* | codegen: avoid generating more than one thing in the same commandSimon McVittie2014-02-031-3/+21
* | Merge branch 'account-rework-27727-round4'Simon McVittie2014-01-3031-2686/+2341
|\ \
| * | McpParameterFlags, McpAttributeFlags: move to the right headerSimon McVittie2014-01-292-8/+10
| * | Test that we add types to accounts' parameters when setSimon McVittie2014-01-291-3/+75
| * | McdAccountManagerDefault: opportunistically save parameters' typesSimon McVittie2014-01-292-21/+10
| * | Only exercise old avatar storage locations in 5-12 and 5-14 testsSimon McVittie2014-01-293-23/+33
| * | Chop up the increasingly inaccurately-named default-keyring-storage testSimon McVittie2014-01-294-266/+340
| * | McdAccount: improve debug output for account validitySimon McVittie2014-01-291-0/+33
| * | Add dedicated tests for keyfile-based storageSimon McVittie2014-01-295-54/+213
| * | Define MCP_API_VERSION_5_18, so implementations can use #ifdefSimon McVittie2014-01-292-0/+17
| * | Make MCP_API_VERSION less misleadingSimon McVittie2014-01-291-1/+1
| * | _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-296-101/+98
| * | Remove MCP_ACCOUNT_STORAGE_PLUGIN_PRIO_KEYRINGXavier Claessens2014-01-291-1/+0
| * | mcp_account_storage_commit: guarantee that we commit one at a timeSimon McVittie2014-01-294-78/+36
| * | 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-292-15/+4
| * | 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
| * | McdAccountManagerDefault: don't pass "absent" accounts up to MCSimon McVittie2014-01-291-1/+4
| * | McdAccountManagerDefault: track whether saving is needed correctlySimon McVittie2014-01-292-16/+29
| * | McdAccountManagerDefault: don't try to save "absent" accountsSimon McVittie2014-01-291-0/+5
| * | dbus-account-plugin: fail tests on various invalid method callsSimon McVittie2014-01-291-16/+16
| * | dbus-account-plugin: fail tests if fake accounts service misbehavesSimon McVittie2014-01-291-3/+5
| * | mcpa_unescape_variant_from_keyfile: inline implementationSimon McVittie2014-01-291-10/+2
| * | McdStorage: delete_cb: improve clarity with a temporary variableSimon McVittie2014-01-291-2/+3
| * | update_storage: re-indentSimon McVittie2014-01-291-33/+27
| * | mcd_storage_get_accounts: use (transfer none)Simon McVittie2014-01-292-4/+2
| * | mcd_storage_load: convert while loop into for loopSimon McVittie2014-01-291-4/+1
| * | created_cb: don't leak errorSimon McVittie2014-01-291-0/+1
| * | mc-debug-server: don't try to cope gracefully with a bad D-Bus connectionSimon McVittie2014-01-291-28/+6
| * | McpAccountStorage: more, and more informative, debug messagesSimon McVittie2014-01-291-7/+27