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
/
lib
/
addons
/
library.xbmc.addon
/
libXBMC_addon.cpp
Age
Commit message (
Expand
)
Author
2016-09-06
Revert "[addons] move ./xbmc/addons/binary/interfaces one down and remove bin...
Pär Björklund
2016-09-06
[addons] move ./xbmc/addons/binary/interfaces one down and remove binary folder
Alwin Esch
2016-04-02
Add TranslateSpecialPath to libAddon_helper interface
mapfau
2016-03-09
[addon] Move add-on library parts to independent folders (code rework)
Alwin Esch
2016-02-29
[addon] rename add-on include folder to match new style and prevent header #i...
Alwin Esch
2016-02-29
enabled CURL addon access / curl download speed feature / move file flags to ...
mapfau
2016-01-09
added: addon callback for listing a directory
Arne Morten Kvarving
2015-02-17
Revert "[addon] Increase API with change 'char*' return value to 'const char*...
Lars Op den Kamp
2015-02-15
[addon] Increase API with change 'char*' return value to 'const char*' to fix...
AlwinEsch
2015-02-10
Fixed wrong return type
AchimTuran
2014-12-16
Revert "change xbmc/ path to src/ in all files"
Rainer Hochecker
2014-12-15
change xbmc/ path to src/ in all files
Fneufneu
2014-10-16
Reflect int64_t -> size_t changes for "Write()" to Addons
Karlson2k
2014-10-16
Reflect int64_t -> size_t changes for "Read()" to Addons
Karlson2k
2013-08-11
[cosmetic] update copyright headers
Martijn Kaijser
2013-07-09
added callback methods for binary add-ons to get codec id information from XB...
Lars Op den Kamp
2013-06-27
Fix memory leak and a failed ASSERT under win32 Debug build. A string was bei...
Garrett Brown
2013-02-16
addons: Add WakeOnLan function
Christian Fetzer
2013-02-09
[cosmetics] update date in GPL header
Martijn Kaijser
2012-11-10
[pvr] added FreeString()
Lars Op den Kamp
2012-11-10
[pvr] return char* instead of const char* from UnknownToUTF8, GetLocalizedStr...
Lars Op den Kamp
2012-11-10
[pvr] fixed UnknownToUTF8() on the PVR interface. fixes https://github.com/op...
Lars Op den Kamp
2012-09-29
[addons] Added FileExists, StatFile, DeleteFile, CreateDirectory, DirectoryEx...
Christian Fetzer
2012-09-25
[addons] fixed return type of XBMC_get_file_chunk_size (int instead of
Christian Fetzer
2012-09-25
[addons] Removed global variables in addon callback shared libraries
Christian Fetzer
2012-09-18
added CanOpenDirectory() to AddonCallbacksAddon
Lars Op den Kamp
2012-09-18
expose CFile operations to add-ons
Lars Op den Kamp
2012-09-16
[hack] replace pointers to temporaries with a memleak
Kyle Hill
2012-09-05
[pvr] added PVR support to XBMC (taken from https://github.com/opdenkamp/xbmc...
Lars Op den Kamp
2011-01-23
Revert "Merge remote branch 'upstream/master'"
Lars Op den Kamp
2011-01-09
pvr: libXBMC_addon.dll is a C dll and should not use std::string as function ...
Marcel Groothuis
2011-01-04
merge pvr-testing2 svn rev 32591 into trunk
Lars Op den Kamp