summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare release 5.5.0telepathy-mission-control-5.5.0Simon McVittie2010-05-262-2/+4
* Update NEWSSimon McVittie2010-05-261-0/+13
* Enable ERROR_CFLAGS in every Makefile.am that compiles CSimon McVittie2010-05-268-0/+14
* Include "plugin-loader.h" where neededSimon McVittie2010-05-262-0/+2
* McdAccountManager: delete unused variableSimon McVittie2010-05-261-1/+0
* libmcclient/mc-dispatch-operation.c: add missing header for tp_g_hash_table_u...Simon McVittie2010-05-261-0/+1
* configure.ac: remove alleged AM_CFLAGS that were never actually used for anyt...Simon McVittie2010-05-261-3/+0
* Now that GModule is mandatory, just include it in GLIB_LIBSSimon McVittie2010-05-262-7/+2
* Only install libmcclient.pc if we'll be installing libmcclientSimon McVittie2010-05-261-2/+2
* Merge branch 'plugin-doc-minimal'Simon McVittie2010-05-2614-19/+213
|\
| * Makefile.am: when doing `make maintainer-upload-release`, upload MCP docsSimon McVittie2010-05-261-0/+5
| * Move MCP_PLUGIN_REF_NTH_OBJECT_SYMBOL, mcp_plugin_ref_nth_object to loader.hSimon McVittie2010-05-262-9/+5
| * Add infrastructure for documentation completeness checking, but leave it disa...Simon McVittie2010-05-261-0/+49
| * Add gtk-doc infrastructure for mission-control-pluginsSimon McVittie2010-05-265-1/+145
| * mission-control-plugins: use an internal macro that won't confuse gtk-docSimon McVittie2010-05-268-9/+9
* | Merge branch 'will-this-release-ever-happen'Simon McVittie2010-05-265-5/+34
|\ \ | |/ |/|
| * McProfile: don't dereference a NULL pointer and crash on malformed profilesSimon McVittie2010-05-261-3/+7
| * Make it more obvious that g_key_file_get_keys() returning NULL is handledSimon McVittie2010-05-262-2/+12
| * mcp-account-diversion demo plugin: also guard against an error return hereSimon McVittie2010-05-261-0/+3
| * Default account storage plugin: guard against g_key_file_get_keys returning NULLSimon McVittie2010-05-261-0/+12
|/
* Merge branch 'telepathy-mission-control-5.4'Simon McVittie2010-05-261-0/+16
|\
| * Nano versionSimon McVittie2010-05-262-1/+6
| * Prepare version 5.4.2telepathy-mission-control-5.4.2Simon McVittie2010-05-262-3/+14
| * Coverity 7707 REVERSE_INULL two gchar ** deref'd w/o check in set_paramVivek Dasmohapatra2010-05-261-15/+20
| * Coverity 21106 RESOURCE_LEAK in dispatch_operation_claimVivek Dasmohapatra2010-05-261-3/+7
| * Merge branch '54-unsafe-param-reuse' into telepathy-mission-control-5.4Simon McVittie2010-05-264-20/+177
| |\
* | | Remove protocol-copying code that was duplicated from telepathy-glibSimon McVittie2010-05-263-76/+4
* | | Merge branch '54-unsafe-param-reuse' into unsafe-param-reuseSimon McVittie2010-05-264-17/+172
|\ \ \ | | |/ | |/|
| * | _mcd_account_dup_parameters: don't assume that borrowed parameters remain validSimon McVittie2010-05-261-7/+16
| * | _mcd_account_set_parameters: don't assume that borrowed parameters remain validSimon McVittie2010-05-261-4/+9
| * | mcd_account_check_parameters: don't assume that borrowed parameters remain validSimon McVittie2010-05-261-6/+18
| * | _mcd_account_migrate_secrets: don't assume that a borrowed string remains validSimon McVittie2010-05-261-3/+5
| * | _mcd_manager_dup_protocol, _mcd_manager_protocol_free: addSimon McVittie2010-05-263-0/+129
| |/
* | Remove the independent keyring pluginVivek Dasmohapatra2010-05-263-646/+0
* | Remove references to/use of keyring plugin from account managerVivek Dasmohapatra2010-05-261-12/+0
* | Move keyring support from independent plugin to keyfile plugin.Vivek Dasmohapatra2010-05-262-5/+366
* | Coverity 7707 REVERSE_INULL two gchar ** deref'd w/o check in set_paramVivek Dasmohapatra2010-05-261-15/+20
* | Coverity 11054 UNUSED_VALUE DBusConnection pointer in register_dbus_serviceVivek Dasmohapatra2010-05-261-2/+0
* | Coverity 11729 DEADCODE - message cannot be NULL after g_return_if_fail c...Vivek Dasmohapatra2010-05-261-1/+1
* | Coverity 21104 REVERSE_INULL make mc_param_type consume NULL safelyVivek Dasmohapatra2010-05-261-0/+1
* | Coverity 21106 RESOURCE_LEAK in dispatch_operation_claimVivek Dasmohapatra2010-05-261-3/+7
* | Merge branch 'build'Simon McVittie2010-05-2614-896/+66
|\ \
| * | Only install documentation for the old libraries if plugins are enabledSimon McVittie2010-05-261-1/+5
| * | Always check for GModule, which we need for the new plugin API tooSimon McVittie2010-05-261-7/+3
| * | Always build examples: they're not installed, and cheap to compileSimon McVittie2010-05-262-19/+1
| * | Always build tests; remove --disable-tests optionSimon McVittie2010-05-262-19/+0
| * | Remove obsolete datadir_expanded check from configure.acSimon McVittie2010-05-261-11/+0
| * | fd.o #26634: remove obsolete utility for migration from Mission Control 4Simon McVittie2010-05-264-793/+1
| * | Explicitly disable MCD plugins when doing distcheckSimon McVittie2010-05-261-1/+4
| * | Update READMESimon McVittie2010-05-261-20/+20