summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | mc-debug-server.c: use temporary keyring from env, don't create oneSenko Rasic2010-09-141-49/+4
* | added tests/keyring-command helper for creating/destroying test keyringSenko Rasic2010-09-142-0/+176
* | account-store.c: take temporary keyring name from environmentSenko Rasic2010-09-141-0/+35
* | mctest.py: refactored code into new get_fakecm_account() and connect_to_mc() ...Senko Rasic2010-09-141-0/+35
* | mc-debug-server.c: added org.freedesktop.Telepathy.MissionControl5.Regression...Senko Rasic2010-09-141-0/+25
* | return success on writing a param, only flush to store if we did soVivek Dasmohapatra2010-09-141-1/+4
* | Remove old debuggingVivek Dasmohapatra2010-09-141-2/+0
* | Don't call into libaccounts until we've muted its chatty debug outputVivek Dasmohapatra2010-09-141-1/+2
* | Suppress AG debug for ag_manager creationVivek Dasmohapatra2010-09-141-2/+3
* | g_type_init called, some backends need itVivek Dasmohapatra2010-09-141-0/+1
* | Fix delete method for dafault storage backendVivek Dasmohapatra2010-09-141-4/+4
* | Whitespace trivia.Vivek Dasmohapatra2010-09-141-2/+1
* | Update usage/dcstrings.Vivek Dasmohapatra2010-09-141-9/+33
* | Modify op name for account removal.Vivek Dasmohapatra2010-09-141-1/+1
* | Remove some old debuggingVivek Dasmohapatra2010-09-141-4/+0
* | account storage inspectors for default (keyfile + keyring) & libaccounts (SSO)Vivek Dasmohapatra2010-09-146-3/+961
|/
* _mcd_dispatch_operation_run_observers: don't leak the request properties twiceSimon McVittie2010-09-091-2/+4
* Update NEWSSimon McVittie2010-09-091-0/+37
* Merge branch 'clear-pointers'Simon McVittie2010-09-0923-316/+113
|\
| * various shared classes: use tp_clear_object, tp_clear_pointerSimon McVittie2010-09-096-62/+31
| * various dispatch-related classes: use tp_clear_object, tp_clear_pointerSimon McVittie2010-09-097-151/+40
| * various account-related classes: use tp_clear_object, tp_clear_pointerSimon McVittie2010-09-095-75/+24
| * server, test, util: use tp_clear_objectSimon McVittie2010-09-093-19/+13
| * mcp: use tp_clear_object, tp_clear_pointerSimon McVittie2010-09-092-9/+5
|/
* Merge branch 'just-what-are-refs'Simon McVittie2010-09-092-0/+11
|\
| * _mcd_account_proceed_with_request: don't leak the McpRequestSimon McVittie2010-09-091-0/+1
| * McdRequest: take one extra ref when constructed, to match the Proceed() delaySimon McVittie2010-09-091-0/+10
|/
* Merge branch 'easy'Simon McVittie2010-09-081-3/+1
|\
| * McdChannel: remove unused DEPRECATED_PROPERTY_WARNING macroSimon McVittie2010-09-081-3/+0
| * channel_request_proceed: don't crash if already proceedingSimon McVittie2010-09-081-0/+1
|/
* Skip new accounts created after startup that are completely invalidVivek Dasmohapatra2010-09-071-0/+7
* Skip pre-existing accounts which are completely invalid (no manager/protocol)Vivek Dasmohapatra2010-09-071-0/+20
* NULL out the pointers when finalising an McdAccountVivek Dasmohapatra2010-09-071-12/+12
* Delete missioncontrol.log, as well as missioncontrol-*.log, in cleanSimon McVittie2010-09-071-0/+1
* Re-auto-generate mcd-channel.sgmlSimon McVittie2010-09-071-4/+4
* Merge branch 'hints-30000'Simon McVittie2010-09-0727-133/+1231
|\
| * exec-with-log.sh.in: keep a copy of the last log under a predictable nameSimon McVittie2010-09-062-0/+2
| * dispatcher/ensure-rapidly.py: test with all possible event ordersSimon McVittie2010-09-061-5/+27
| * Copy the TpChannel to a proxy McdChannel when setting it upSimon McVittie2010-09-063-8/+62
| * Move SucceededWithChannel and Hints into .FUTURE pseudo-interfacesSimon McVittie2010-09-0618-71/+599
| * Update xml/generic-types.xml for Object_Immutable_Properties_MapSimon McVittie2010-09-062-16/+123
| * Generate src/_gen/interfaces.hSimon McVittie2010-09-061-0/+8
| * no need for free_req_propertiesGuillaume Desmottes2010-09-011-7/+1
| * rename _mcd_channel_dup_properties to _mcd_channel_dup_request_propertiesGuillaume Desmottes2010-09-014-4/+4
| * add 'request-properties' key to Observer_InfoGuillaume Desmottes2010-09-013-1/+24
| * collect_satisfied_requests: return an hash tableGuillaume Desmottes2010-09-012-20/+18
| * _mcd_channel_get_satisfied_requests: return an hash table mapping the path to...Guillaume Desmottes2010-09-014-27/+31
| * mcd-channel: store the channel request object in satisfied_requests instead o...Guillaume Desmottes2010-09-014-27/+40
| * _mcd_channel_dup_properties: add TP_PROP_CHANNEL_REQUEST_REQUEST_METADATAGuillaume Desmottes2010-09-011-0/+10
| * factor out _mcd_channel_dup_propertiesGuillaume Desmottes2010-09-013-18/+35