summaryrefslogtreecommitdiffstats
path: root/hcid/plugin.c
Commit message (Expand)AuthorAgeFilesLines
* Unload plugins which fails to init.Luiz Augusto von Dentz2008-04-011-3/+6
* Make use of g_module_error when a plugin fails to load.Luiz Augusto von Dentz2008-03-271-1/+1
* Fix plugin init to just load .so files and add a stat check.Luiz Augusto von Dentz2008-03-261-1/+14
* Fix g_free that may cause segmentation fault.Luiz Augusto von Dentz2008-03-251-1/+3
* Fix possible memory leak on plugin failure and make plugin_init fail if the c...Luiz Augusto von Dentz2008-03-251-30/+30
* Add plugin loading supportMarcel Holtmann2008-03-111-1/+92
* Add plugin definition structureMarcel Holtmann2008-03-111-0/+2
* Add skeleton for plugin infrastructureMarcel Holtmann2008-03-111-0/+37