summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-29McdAccount: have a ref to the storage plugin from construct time onwardsSimon McVittie5-119/+98
2014-01-29McdStorage: when acting on one account, only store it in its pluginSimon McVittie1-27/+41
2014-01-29mcp_account_storage_get: replace with get_attribute, get_parameterSimon McVittie3-312/+83
2014-01-29mcp_account_manager_unescape_variant_from_keyfile: addSimon McVittie1-0/+32
2014-01-29Thread expected GVariant types through to mcd_storage_get_*Simon McVittie7-33/+82
2014-01-29mcp_account_storage_set_*: return whether anything changedSimon McVittie2-77/+121
2014-01-29McdStorage: remove "owns" methodSimon McVittie1-11/+4
2014-01-29Make mcp_account_storage_create() mandatorySimon McVittie4-67/+93
2014-01-29Make account deletion async (sort of), and imply a selective commitSimon McVittie3-86/+103
2014-01-29Call set_attribute, set_parameter to delete themSimon McVittie2-36/+6
2014-01-29McdAccountManager: don't double-delete accounts from storageSimon McVittie1-5/+0
2014-01-29McdStorage: adjust IdentifyAccount error behaviourSimon McVittie1-5/+14
2014-01-29fixup!Simon McVittie1-1/+1
2014-01-29mcd_account_delete: convert into mcd_account_delete_asyncSimon McVittie3-39/+77
2014-01-29mcd_account_delete: be primarily responsible for emitting RemovedSimon McVittie1-12/+9
2014-01-29mcd_storage_dup_attributes: removeSimon McVittie2-37/+0
2014-01-29mcp_account_manager_list_keys: removeSimon McVittie1-29/+0
2014-01-29Remove unused codeXavier Claessens1-76/+0
2014-01-29Remove mcp_account_storage_set()Simon McVittie2-32/+7
2014-01-29McpAccountStorage: merge commit and commit_one into one functionSimon McVittie2-3/+3
2014-01-29Remove all notion of secret parameterXavier Claessens4-88/+7
2014-01-29McdAccountManager: separate setup lock for AM from lock for new accountsSimon McVittie1-34/+76
2014-01-29Comment that the first bus name we take is an initialization mutexSimon McVittie1-0/+4
2014-01-29Merge branch 'telepathy-mission-control-5.16'Simon McVittie2-1/+5
2014-01-22Release inhibitor on sleep and shutdown.Michael Kuhn1-0/+4
2014-01-22Prevent assert for offline accounts with power savingJohn Brooks1-3/+3
2014-01-07Prevent assert for offline accounts with power savingJohn Brooks1-3/+3
2014-01-07Remove BypassObservers supportSimon McVittie4-68/+2