Age | Commit message (Expand) | Author | Files | Lines |
2013-11-15 | mcp_account_storage_commit: guarantee that we commit one at a timeaccount-rework-27727-round3 | Simon McVittie | 4 | -78/+36 |
2013-11-15 | mcd_storage_commit: rely on never being called with account == NULL | Simon McVittie | 1 | -19/+7 |
2013-11-15 | McdAccountManager: commit accounts one at a time | Simon McVittie | 2 | -71/+17 |
2013-11-15 | McdAccountManager: remove unused timed account storage commit | Simon McVittie | 1 | -22/+0 |
2013-11-15 | delete_async: being asked to delete a nonexistent account is an error | Simon McVittie | 2 | -15/+4 |
2013-11-15 | mcd_storage_delete_account: don't tolerate deletion of unknown accounts | Simon McVittie | 1 | -7/+1 |
2013-11-15 | McdStorage: don't forget accounts until the McpAccountStorage says so | Simon McVittie | 1 | -4/+0 |
2013-11-15 | McdAccount: don't delete from storage if already deleted | Simon McVittie | 1 | -1/+2 |
2013-11-15 | deleted_cb: correct a debug message | Simon McVittie | 1 | -1/+1 |
2013-11-15 | McdAccountManagerDefault: get/set/commit on a missing account is an error | Simon McVittie | 1 | -16/+25 |
2013-11-15 | McdAccountManagerDefault: don't pass "absent" accounts up to MC | Simon McVittie | 1 | -1/+4 |
2013-11-15 | McdAccountManagerDefault: track whether saving is needed correctly | Simon McVittie | 2 | -16/+29 |
2013-11-15 | McdAccountManagerDefault: don't try to save "absent" accounts | Simon McVittie | 1 | -0/+5 |
2013-11-15 | dbus-account-plugin: fail tests on various invalid method calls | Simon McVittie | 1 | -16/+16 |
2013-11-15 | dbus-account-plugin: fail tests if fake accounts service misbehaves | Simon McVittie | 1 | -3/+5 |
2013-11-15 | mcpa_unescape_variant_from_keyfile: inline implementationaccount-rework-27727-round2 | Simon McVittie | 1 | -10/+2 |
2013-11-15 | McdStorage: delete_cb: improve clarity with a temporary variable | Simon McVittie | 1 | -2/+3 |
2013-11-15 | update_storage: re-indent | Simon McVittie | 1 | -33/+27 |
2013-11-15 | mcd_storage_get_accounts: use (transfer none) | Simon McVittie | 2 | -4/+2 |
2013-11-15 | mcd_storage_load: convert while loop into for loop | Simon McVittie | 1 | -4/+1 |
2013-11-15 | created_cb: don't leak error | Simon McVittie | 1 | -0/+1 |
2013-11-15 | mc-debug-server: don't try to cope gracefully with a bad D-Bus connection | Simon McVittie | 1 | -28/+6 |
2013-11-15 | McpAccountStorage: more, and more informative, debug messages | Simon McVittie | 1 | -8/+28 |
2013-11-15 | mcp_account_storage_delete_async: be cancellable, at least in theory | Simon McVittie | 6 | -4/+12 |
2013-11-15 | McpAccountStorage: update documentation for delete_async | Simon McVittie | 1 | -1/+2 |
2013-11-15 | McpAccountStorage: override neither or both of delete_async, delete_finish | Simon McVittie | 1 | -0/+3 |
2013-11-15 | McpAccountStorage: overriding get_* and list is mandatory | Simon McVittie | 1 | -35/+4 |
2013-11-14 | McdAccountManager: ignore altered-one, deleted, toggled from wrong pluginaccount-rework-27727 | Simon McVittie | 1 | -1/+39 |
2013-11-14 | McdAccount: have a ref to the storage plugin from construct time onwards | Simon McVittie | 5 | -119/+98 |
2013-11-14 | McdStorage: when acting on one account, only store it in its plugin | Simon McVittie | 1 | -27/+41 |
2013-11-14 | mcp_account_storage_get: replace with get_attribute, get_parameter | Simon McVittie | 10 | -642/+300 |
2013-11-14 | dbus-account-plugin: update internal cache correctly | Simon McVittie | 1 | -0/+1 |
2013-11-14 | mcp_account_manager_unescape_variant_from_keyfile: add | Simon McVittie | 4 | -0/+71 |
2013-11-14 | Thread expected GVariant types through to mcd_storage_get_* | Simon McVittie | 7 | -33/+82 |
2013-11-14 | mcp_account_storage_set_*: return whether anything changed | Simon McVittie | 6 | -105/+204 |
2013-11-14 | McdStorage: remove "owns" method | Simon McVittie | 4 | -80/+4 |
2013-11-14 | Make mcp_account_storage_create() mandatory | Simon McVittie | 6 | -67/+127 |
2013-11-13 | Make account deletion async (sort of), and imply a selective commit | Simon McVittie | 7 | -216/+275 |
2013-11-13 | Call set_attribute, set_parameter to delete them | Simon McVittie | 5 | -78/+63 |
2013-11-13 | McdAccountManager: don't double-delete accounts from storage | Simon McVittie | 1 | -5/+0 |
2013-11-13 | Add some missing test coverage: IdentifyAccount failing hard | Simon McVittie | 2 | -10/+39 |
2013-11-13 | McdStorage: adjust IdentifyAccount error behaviour | Simon McVittie | 1 | -5/+14 |
2013-11-13 | mc-debug-server: don't exit when disconnected from system bus | Simon McVittie | 1 | -0/+14 |
2013-11-13 | mcd_account_delete: convert into mcd_account_delete_async | Simon McVittie | 3 | -39/+77 |
2013-11-13 | mcd_account_delete: be primarily responsible for emitting Removed | Simon McVittie | 1 | -12/+9 |
2013-11-13 | mcd_storage_dup_attributes: remove | Simon McVittie | 2 | -37/+0 |
2013-11-13 | mcp_account_manager_list_keys: remove | Simon McVittie | 4 | -58/+0 |
2013-11-13 | Remove unused code | Xavier Claessens | 4 | -220/+0 |
2013-11-13 | McpAccountStorage: have a default implementation for every method | Simon McVittie | 1 | -38/+123 |
2013-11-13 | mcp_account_storage_emit_created: fix doc-comment | Simon McVittie | 1 | -1/+1 |