index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xbmc
/
addons
Age
Commit message (
Expand
)
Author
2014-03-29
[addons] ensure we exit the lock prior to calling PrunePackageCache() as this...
Jonathan Marshall
2014-03-19
Scraper & ScraperUrl: all internal XMLs are UTF-8, don't try any other encoding
Karlson2k
2014-03-15
[addons] ensure we clear the disabled cache when deiniting. fixes #14970
Jonathan Marshall
2014-02-24
Merge pull request #4260 from jmarshallnz/addon_improvements
jmarshallnz
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 enough
Jonathan Marshall
2014-02-23
[addons] add 'Update all' item to the available updates menu
Jonathan 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 afterwards
Jonathan Marshall
2014-02-06
[cosmetics] indenting in CreateTables, remove unnecessary logging
Jonathan Marshall
2014-02-06
[database] adds CreateAnalytics() for creation of indicies, triggers and views
Jonathan Marshall
2014-02-06
[database] introduce CreateDatabase() to the baseclass that calls CreateTable...
Jonathan Marshall
2014-01-31
Merge pull request #4079 from t-nelson/speed_up_repo_update_abort
jmarshallnz
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 parsing
Jonathan 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/IsAddonBroken
Jonathan 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-23
Pivos: Speed up aborting addon repo update job.
Trent Nelson
2014-01-15
Merge pull request #4022 from Karlson2k/fix_curl_encode_mess
jmarshallnz
2014-01-15
CURL: remove Decode() overload; Decode() return new value instead of modifyin...
Karlson2k
2014-01-15
CURL: remove Encode() overload; Encode() return new value instead of modifyin...
Karlson2k
2014-01-14
Scraper::FindMovie: don't use "ToLower" with UTF-8
Karlson2k
2014-01-04
[db] get rid of FormatSQL() and use PrepareSQL() instead
xhaggi
2014-01-04
[PVR] sync xbmc_stream_utils.hpp
Lars Op den Kamp
2013-12-23
Merge pull request #3872 from t-nelson/harden_addon_rollback
Trent Nelson
2013-12-22
Merge pull request #3878 from jmarshallnz/more_dep_checks
jmarshallnz
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-21
RFC: [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: indenting
Jonathan 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 processed
Jonathan Marshall
2013-12-14
removed: member variable already defined in parent class.
WiSo
2013-12-14
changed: function parameter should be passed by reference
WiSo
2013-12-07
[info] Made CGUIInfoManager::Register() return a shared_ptr to the InfoBool o...
Jonathan Marshall
2013-12-05
Add missing includes of "system.h", fixes #14732
Karlson2k
2013-11-30
[addons] don't attempt to auto-update add-ons that don't have dependencies met
Jonathan Marshall
2013-11-30
[addons] don't set dependencies not met when the broken tag is set in the repo
Jonathan Marshall
2013-11-22
fix addon uninstall yesno dialog behaviour
Stefan Saraev
2013-11-18
[addons] fix TranslateSingleString to be more robust to badly formatted strings
Jonathan Marshall
2013-11-16
[date/time] validate strings prior to taking substr()
Jonathan Marshall
[next]