summaryrefslogtreecommitdiff
path: root/src/mcd-master.c
Commit message (Expand)AuthorAgeFilesLines
* Remove Conditions interfaceSimon McVittie2013-10-141-1/+0
* McdConnection: use tp_simple_client_factory_ensure_connectionSimon McVittie2013-09-101-1/+1
* Remove the remains of McdTransportPluginSimon McVittie2013-09-041-46/+0
* _mcd_master_account_replace_transport: inline into caller and simplifySimon McVittie2013-09-041-53/+0
* mcd_master_connect_automatic_accounts: move to McdAccountManagerSimon McVittie2013-09-041-21/+0
* McdAccount: respond to connectivity status changesSimon McVittie2013-09-041-108/+0
* Move "waiting for connectivity" functionality into McdAccountSimon McVittie2013-09-041-53/+0
* Put the connectivity monitor in the McdAccountManagerSimon McVittie2013-09-041-1/+2
* Remove the concept of binding accounts to transportsSimon McVittie2013-09-041-13/+7
* McdMaster: remove support for writing account-manager propertySimon McVittie2013-09-031-8/+2
* Remove support for checking conditions on accountsSimon McVittie2013-09-031-27/+6
* mcd_master_create_manager: unvirtualizeSimon McVittie2013-09-031-12/+3
* McdMaster: use modern idiom for privSimon McVittie2013-09-031-28/+21
* McdAccountManager: have a TpSimpleClientFactorySimon McVittie2012-10-081-2/+6
* replace sealed struct members with getters and use TpProtocolSimon McVittie2012-10-081-3/+3
* McdMaster: remove unused variable left over from old-style pluginsSimon McVittie2012-09-071-1/+0
* McdMaster: fail to build if umask() is missingSimon McVittie2012-08-281-0/+6
* McdDispatcher: don't be a McdMissionSimon McVittie2012-05-081-11/+1
* Flatten McdPlugin into McdMasterSimon McVittie2012-05-081-9/+8
* mcd_master_get_dispatcher, mcd_plugin_get_dispatcher: removeSimon McVittie2012-05-081-30/+0
* Remove McdController and inline its shutdown method into McdMasterSimon McVittie2012-05-081-4/+47
* Remove unused support for a magical auto-away flag set by embeddersSimon McVittie2012-05-081-79/+0
* Remove deprecated support for old-style (mcd) pluginsSimon McVittie2012-05-081-95/+0
* Display a string representation of McdTransportStatus in debug messageGuillaume Desmottes2012-02-021-2/+21
* Changes need to cross compile MC for windowsSiraj Razick2011-12-221-0/+4
* Build on systems without gettextAlvaro Soliverez2011-11-211-1/+0
* Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-161-2/+2
* Master: Always bind connection to a transportWill Thompson2011-09-281-2/+1
* Account: add would_like_to_connect method.Will Thompson2011-09-281-7/+1
* Master: instantiate an McdKludgeTransportWill Thompson2011-09-281-0/+3
* Master: poison singleton pointer when disposedWill Thompson2011-09-231-0/+12
* Remove libmcclientWill Thompson2011-09-011-2/+0
* Remove Compat.Profile supportWill Thompson2011-08-311-1/+0
* If there are no transport plugins, the decision always has to be "Yes"Vivek Dasmohapatra2011-07-201-3/+14
* Accounts flagged as always-dispatch don't need a transport.Vivek Dasmohapatra2011-06-081-0/+7
* _mcd_master_account_replace_transport would accept "no connection" as a succe...Vivek Dasmohapatra2011-06-011-24/+29
* _mcd_account_connect_with_auto_presence: take a parameter for user-initiated ...Simon McVittie2011-05-191-2/+2
* Delete mcd_master_add_connection_parameter()Will Thompson2010-10-121-41/+0
* various shared classes: use tp_clear_object, tp_clear_pointerSimon McVittie2010-09-091-11/+3
* Move the plugin loader init in the master to its _init functionVivek Dasmohapatra2010-03-241-5/+5
* Load plugins before any other components are initialised.Vivek Dasmohapatra2010-03-091-3/+5
* Add a simple loader for plugins using mission-control-pluginsSimon McVittie2010-02-011-0/+4
* Rename --enable-plugins (etc.) to --enable-mcd-plugins (etc.)Simon McVittie2010-02-011-15/+15
* McdMaster: remove no-op connect, disconnect methodsSimon McVittie2009-09-161-21/+0
* McdMaster: detach idle/low-memory from McdMission flagsSimon McVittie2009-09-161-86/+49
* McdMaster: if umask is available, create dirs/files with 0700/0600 permissionsSimon McVittie2009-09-071-0/+12
* Rename _mcd_master_account_conditions_satisfied to _mcd_master_account_replac...Simon McVittie2009-08-131-3/+3
* fd.o #22332: libmissioncontrol-server: remove unnecessary gconf dependencySimon McVittie2009-07-011-1/+0
* McdMaster: remove now-unused TransportData typedefSimon McVittie2009-06-251-6/+0
* McdMaster: inline disconnect_account_transportSimon McVittie2009-06-251-33/+22