aboutsummaryrefslogtreecommitdiff
path: root/xbmc/addons
AgeCommit message (Expand)Author
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
2013-11-14fix: CScraper: check for TiXmlElement NULL return to not pass NULL to StringU...Daniel Scheller
2013-11-14[cstdstring] drops Compare/CompareNoCaseJonathan Marshall
2013-11-14[cstdstring] removes Replace and RemoveJonathan Marshall
2013-11-14[cstdstring] remove Find/ReverseFind and replace with find/rfind or more appr...night199uk
2013-11-14[cstdstring] demise left/right and replace with other optionsnight199uk
2013-11-14[cstdstring] drops Mid(), replacing with substr()night199uk
2013-11-14[cstdstring] demise AppendFormat and replace with StringUtils::Formatnight199uk
2013-11-14[cstdstring] drop ToLower/ToUpper/MakeLower/MakeUpperJonathan Marshall
2013-11-14[cstdstring] removal of Trim/TrimLeft/TrimRightJonathan Marshall
2013-11-14[cstdstring] remove IsEmpty() and replace with empty()night199uk