aboutsummaryrefslogtreecommitdiff
path: root/xbmc/addons
AgeCommit message (Expand)Author
2014-03-29[addons] ensure we exit the lock prior to calling PrunePackageCache() as this...Jonathan Marshall
2014-03-19Scraper & ScraperUrl: all internal XMLs are UTF-8, don't try any other encodingKarlson2k
2014-03-15[addons] ensure we clear the disabled cache when deiniting. fixes #14970Jonathan Marshall
2014-02-24Merge pull request #4260 from jmarshallnz/addon_improvementsjmarshallnz
2014-02-23[addons] ensure we reload the current skin if it's updated via a .zip file. f...Jonathan Marshall
2014-02-23[addons] notifying the user once during repo updates is enoughJonathan Marshall
2014-02-23[addons] add 'Update all' item to the available updates menuJonathan Marshall
2014-02-23[addons] allow GetAllOutdatedAddons to return the local addon versions - usef...Jonathan Marshall
2014-02-06[database] drop old update code from pre-Eden. Minimum versions are video:60,...Jonathan Marshall
2014-02-06[cosmetics] rename GetMinVersion -> GetSchemaVersion to make it clear what it...Jonathan Marshall
2014-02-06[cosmetics] rename UpdateOldVersion to UpdateTables for consistency. Drop unn...Jonathan Marshall
2014-02-06[database] drop analytics prior to UpdateOldVersion, and reinstate afterwardsJonathan Marshall
2014-02-06[cosmetics] indenting in CreateTables, remove unnecessary loggingJonathan Marshall
2014-02-06[database] adds CreateAnalytics() for creation of indicies, triggers and viewsJonathan Marshall
2014-02-06[database] introduce CreateDatabase() to the baseclass that calls CreateTable...Jonathan Marshall
2014-01-31Merge pull request #4079 from t-nelson/speed_up_repo_update_abortjmarshallnz
2014-01-28[addons] group the texture invalidation under a Begin/CommitMultipleExecute t...Jonathan Marshall
2014-01-28[addondb] adds CAddonDatabase::GetAddonVersion() to speed up repository parsingJonathan Marshall
2014-01-28[addons] commit the broken status to the database within a Begin/CommitMultip...Jonathan Marshall
2014-01-28[addons] allow passing a database object into CheckDependencies. Saves many O...Jonathan Marshall
2014-01-28[addondb] use ExecuteQuery() and GetSingleValue() for BreakAddon/IsAddonBrokenJonathan Marshall
2014-01-28[addondb] use a single cartesian join query rather than multiple queries when...Jonathan Marshall
2014-01-28[addondb] move GetAddon(int) version to protected as it's not part of the ext...Jonathan Marshall
2014-01-28[addondb] Search() and GetAddons() could return add-ons other than that with ...Jonathan Marshall
2014-01-28[addonversion] adds empty() member to AddonVersion to save some unneeded stri...Jonathan Marshall
2014-01-23Pivos: Speed up aborting addon repo update job.Trent Nelson
2014-01-15Merge pull request #4022 from Karlson2k/fix_curl_encode_messjmarshallnz
2014-01-15CURL: remove Decode() overload; Decode() return new value instead of modifyin...Karlson2k
2014-01-15CURL: remove Encode() overload; Encode() return new value instead of modifyin...Karlson2k
2014-01-14Scraper::FindMovie: don't use "ToLower" with UTF-8Karlson2k
2014-01-04[db] get rid of FormatSQL() and use PrepareSQL() insteadxhaggi
2014-01-04[PVR] sync xbmc_stream_utils.hppLars Op den Kamp
2013-12-23Merge pull request #3872 from t-nelson/harden_addon_rollbackTrent Nelson
2013-12-22Merge pull request #3878 from jmarshallnz/more_dep_checksjmarshallnz
2013-12-23[ADDONS|SECURITY] Ensure our zip hasn't been tampered with before rollback.Trent Nelson
2013-12-23[addons] Fixes retrieval of addon hashes.Trent Nelson
2013-12-21RFC: [addons] install dependencies prior to installing the real thing. Fixes ...Jonathan Marshall
2013-12-21[repos] process only the most up to date version of add-ons across all reposi...Jonathan Marshall
2013-12-21[repos] cosmetics: indentingJonathan Marshall
2013-12-21[repos] update the broken status only if we don't have a newer add-on install...Jonathan Marshall
2013-12-21[repos] cosmetics: use temporary variable for the add-on being processedJonathan Marshall
2013-12-14removed: member variable already defined in parent class.WiSo
2013-12-14changed: function parameter should be passed by referenceWiSo
2013-12-07[info] Made CGUIInfoManager::Register() return a shared_ptr to the InfoBool o...Jonathan Marshall
2013-12-05Add missing includes of "system.h", fixes #14732Karlson2k
2013-11-30[addons] don't attempt to auto-update add-ons that don't have dependencies metJonathan Marshall
2013-11-30[addons] don't set dependencies not met when the broken tag is set in the repoJonathan Marshall
2013-11-22fix addon uninstall yesno dialog behaviourStefan Saraev
2013-11-18[addons] fix TranslateSingleString to be more robust to badly formatted stringsJonathan Marshall
2013-11-16[date/time] validate strings prior to taking substr()Jonathan Marshall