summaryrefslogtreecommitdiffstats
path: root/hcid/plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-291-190/+0
|
* Don't try to load plugins if no directory is specifiedMarcel Holtmann2008-07-111-0/+3
|
* Fix memory leakMarcel Holtmann2008-07-111-1/+3
|
* Don't use lib prefix for pluginsMarcel Holtmann2008-06-301-1/+1
|
* Implement support for disabling specific plugins from loadingJohan Hedberg2008-05-161-1/+35
|
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-081-2/+0
|
* Moving authorization code to dbus-service.cClaudio Takahasi2008-05-011-113/+3
|
* fixed service authorizationClaudio Takahasi2008-05-011-7/+5
|
* eglib: fixing the plugin loading when using the eglib.Vinicius Gomes2008-04-171-3/+3
|
* Plugin auth cancel: call device's agent when it is availableClaudio Takahasi2008-04-111-2/+19
|
* Plugin auth: use device's agent when it is availableClaudio Takahasi2008-04-111-2/+4
|
* Added new function for plugin authorizationClaudio Takahasi2008-04-091-0/+98
|
* 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 ↵Luiz Augusto von Dentz2008-03-251-30/+30
| | | | configured directory is invalid.
* 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