summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Beta 735.0.beta73Simon McVittie2009-06-021-1/+1
* Merge branch 'get_keyfile'Alberto Mardegan2009-06-022-0/+23
|\
| * Add an API to get the GKeyFile.Alberto Mardegan2009-06-022-0/+23
* | Merge branches 'parallel', 'nickname' and 'connecting'Simon McVittie2009-06-0225-220/+382
|\ \
| * | McdConnection: fetch the initial self-presence on connectionSimon McVittie2009-06-015-72/+107
| * | McdAccount, McdConnection: move responsibility for calling InspectHandles fro...Simon McVittie2009-06-012-40/+38
| * | McdAccount: note that our logic for the nickname is inconsistentSimon McVittie2009-06-011-0/+5
| * | McdAccount, McdConnection: transfer remote nickname changes from C to A via a...Simon McVittie2009-06-013-23/+45
| * | McdAccount: push nickname into McdConnection via a method call rather than a ...Simon McVittie2009-06-013-38/+53
| * | McdConnection: add a "ready" signal, emitted whenever our TpConnection become...Simon McVittie2009-06-013-0/+26
| * | account-manager/nickname.py: exercise picking up nickname setting from the CMSimon McVittie2009-06-011-0/+11
| * | Don't install mission-control.pc unless we're supporting pluginsSimon McVittie2009-06-011-1/+5
| * | .gitignore: ignore /server/mission-control-5 under its new nameSimon McVittie2009-06-011-1/+1
| * | Add a configure option for whether to support pluginsSimon McVittie2009-06-015-23/+71
| * | Change the name of the binary to mission-control-5Simon McVittie2009-06-012-4/+4
| * | Change MC's bus name to end with MissionControl5Simon McVittie2009-06-0110-17/+15
* | | test/twisted: run a larger number of tests in `make check-torture`Simon McVittie2009-06-011-1/+14
|/ /
* | Merge branch 'wait-for-name'Simon McVittie2009-06-013-3/+102
|\ \ | |/ |/|
| * Add a small helper utility to wait for a bus name to appearSimon McVittie2009-05-293-3/+102
|/
* Merge branches 'refdbg-partial', 'refdbg' and 'more-leaks'Simon McVittie2009-05-2914-71/+721
|\
| * Add the ability to run the basic tests repeatedlySimon McVittie2009-05-281-0/+26
| * McdClientProxy: don't leak unique nameSimon McVittie2009-05-281-0/+16
| * Add some more valgrind suppressionsSimon McVittie2009-05-281-0/+51
| * Shut down libdbus in regression-tested build, in an attempt to get cleaner va...Simon McVittie2009-05-281-0/+4
| * dispatcher/approver-fails.py: remove a race conditionSimon McVittie2009-05-281-0/+10
| * lcov.am: wait for a refdbg-valgrind-enabled MC to exit before compiling statsSimon McVittie2009-05-281-0/+2
| * McdDispatcher: don't leak requested McdChannels if they abortSimon McVittie2009-05-281-8/+8
| * mcd-account-requests: assert that the channel will not be leakedSimon McVittie2009-05-281-2/+4
| * Add a regression test for HandleChannels failingSimon McVittie2009-05-282-0/+173
| * Add regression tests for the Approver and Handler returning failureSimon McVittie2009-05-283-0/+265
| * mcd_dispatcher_context_handler_done: remove the check for unhandled channelsSimon McVittie2009-05-281-23/+3
| * McdDispatcher: remove CTXREF09 altogetherSimon McVittie2009-05-281-10/+0
| * Don't ref context (released by mcd_dispatcher_context_handler_done) unless we...Simon McVittie2009-05-281-3/+6
| * McdClientProxy: if NameOwnerChanged is received before GetNameOwner returns, ...Simon McVittie2009-05-281-3/+5
| * McdClientProxy: if set inactive, store the fact that the unique name is known...Simon McVittie2009-05-281-1/+1
| * McdDispatcher: fix the McdDispatcherContext reference-leakSimon McVittie2009-05-281-0/+8
| * McdDispatcher: make more lock pairing more explicitSimon McVittie2009-05-281-0/+7
| * McdDispatcher: move CTXREF09 inside mcd_dispatcher_run_handlersSimon McVittie2009-05-281-2/+3
| * McdDispatcher: make lock-pairing more explicitSimon McVittie2009-05-281-2/+4
| * McdDispatcher: move CTXREF09 into mcd_dispatcher_run_clientsSimon McVittie2009-05-281-3/+3
| * McdDispatcher: fix mis-pairing of ref annotationsSimon McVittie2009-05-281-2/+4
| * McdDispatcher: improve clarity of what happens to initial referencesSimon McVittie2009-05-281-2/+9
| * Temporarily ref dispatcher context around a call into user codeSimon McVittie2009-05-281-0/+2
| * McdDispatcher: debug the initial refs on the McdDispatcherContextSimon McVittie2009-05-281-2/+4
| * McdDispatcherContext: emit CTXREF codes in debug messages when tracking down ...Simon McVittie2009-05-281-22/+37
| * Add a simpler test for dispatching one undispatchable channelSimon McVittie2009-05-282-0/+57
| * McdDispatchOperation: make it clearer that unique_name is not leakedSimon McVittie2009-05-281-1/+1
| * McdDispatchOperation: don't leak lost channels if they have not been signalle...Simon McVittie2009-05-281-0/+10
| * McdDispatchOperation: don't leak lost channels if delaying ChannelLost emissionSimon McVittie2009-05-281-0/+1
| * McdDispatcher: don't leak a ref to the AM when a channel is requested via the CDSimon McVittie2009-05-281-1/+4