summaryrefslogtreecommitdiff
path: root/src/plugin.c
Commit message (Expand)AuthorAgeFilesLines
* plugin: Treat -ENOTSUP as -ENOSYSLuiz Augusto von Dentz2023-05-151-1/+1
* core: Rename hcid.h to btd.hLuiz Augusto von Dentz2020-10-291-1/+1
* src: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* core: Use local libbluetooth includesMarcel Holtmann2015-02-281-2/+2
* build: Make btio/btio.h include localMarcel Holtmann2014-01-251-1/+1
* core: Use full include path for header filesMarcel Holtmann2014-01-251-4/+4
* plugin: handle ENOSYS as not-supportedDavid Herrmann2013-10-031-3/+10
* core: Get rid of gcharLucas De Marchi2013-05-021-2/+2
* core: Get rid of gintLucas De Marchi2013-05-011-1/+1
* core: Remove DisablePlugins main.conf entryJohan Hedberg2012-12-181-26/+7
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Reorder btio.h includesLucas De Marchi2012-12-051-1/+1
* Use the entire include path for btio.hLucas De Marchi2012-12-051-1/+1
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* plugin: Add debug support for exteranl pluginsMarcel Holtmann2011-08-141-0/+2
* Add -p and -P command line options for controlling plugin selectionJohan Hedberg2010-10-271-36/+57
* Move debug() to DBG()Gustavo F. Padovan2010-05-211-4/+4
* Move logging.{c,h} to log.{c,h}Gustavo F. Padovan2010-05-211-1/+1
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Fix memory leaksSteve Grubb2009-10-021-1/+3
* Trigger builtin plugin loading even if PLUGINDIR is not setMarcel Holtmann2009-08-201-1/+1
* Fix builtin plugin loading when PLUGINDIR is not validMarcel Holtmann2009-08-201-1/+2
* Add more error codes to plugin loadingMarcel Holtmann2009-08-201-4/+8
* Check PLUGINDIR after loading the builtin pluginsMarcel Holtmann2009-08-201-3/+3
* Remove redundant stat() callJohan Hedberg2009-06-291-8/+0
* Add support for builtin pluginsMarcel Holtmann2009-05-031-2/+21
* Add priority field to plugin descriptor definition and load plugins in priori...Alok Barsode2009-04-211-7/+22
* Adding version check for plugins.Alok Barsode2009-03-141-0/+5
* Make a call to BtIO API so its symbols got resolved before plugin have loaded.Luiz Augusto von Dentz2009-02-191-0/+5
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Add header file with prototype declarationsMarcel Holtmann2008-12-231-0/+3
* Use dlopen() directly and don't depend on GModuleMarcel Holtmann2008-10-181-35/+27
* Fix disabled plugins detectionJohan Hedberg2008-08-051-1/+1
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-291-0/+190