summaryrefslogtreecommitdiff
path: root/plugins/service.c
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when update service record with an invalid XMLSyam Sidhardhan2011-09-181-1/+0
* Fix DBG() calls with bogus messagesAnderson Lizardo2011-02-241-2/+3
* plugins: use btd_error_failed()Gustavo F. Padovan2010-12-141-18/+4
* convert errors to btd_error_does_not_exist()Gustavo F. Padovan2010-12-081-1/+1
* Add btd_error_not_authorized()Gustavo F. Padovan2010-12-071-14/+8
* Add btd_error_does_not_exist()Gustavo F. Padovan2010-12-071-8/+2
* Add btd_error_not_available()Gustavo F. Padovan2010-12-071-13/+3
* Create btd_error_invalid_args()Gustavo F. Padovan2010-12-071-7/+1
* Remove unused includesJohan Hedberg2010-11-281-2/+0
* Fix format string warnings for g_dbus_create_errorJohan Hedberg2010-08-191-3/+3
* Move debug() to DBG()Gustavo F. Padovan2010-05-211-8/+8
* Move logging.{c,h} to log.{c,h}Gustavo F. Padovan2010-05-211-1/+1
* Add check for sdp_record_findLuiz Augusto Von Dentz2010-03-241-0/+2
* Update Nokia copyrightsJohan Hedberg2010-01-071-1/+1
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Fix memory leak.Luiz Augusto von Dentz2009-05-051-0/+2
* Add support for builtin pluginsMarcel Holtmann2009-05-031-1/+1
* Using # operator to stringify plugin name.Alok Barsode2009-04-211-1/+1
* Add priority field to plugin descriptor definition and load plugins in priori...Alok Barsode2009-04-211-1/+2
* Convert some not-so-important info logs to debug logsJohan Hedberg2009-03-241-1/+1
* Adding version check for plugins.Alok Barsode2009-03-141-1/+1
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Remove duplicate (and incorrect) call to adapter_get_addressJohan Hedberg2008-11-111-1/+0
* Check ANY record list in case the record is not present on adapter record list.Luiz Augusto von Dentz2008-11-041-2/+10
* Fix handling of service records on any adapter objectMarcel Holtmann2008-11-011-16/+38
* Add support for service interface on any adapter objectMarcel Holtmann2008-11-011-14/+51
* Remember to remove the name listener in path_unregisterJohan Hedberg2008-10-201-0/+3
* Call exit_callback with correct parameters upon path removalJohan Hedberg2008-10-201-1/+6
* Fix fallouts due to GDBusWatchFunction changesMarcel Holtmann2008-10-171-2/+2
* Now the record list is managed on a per adapter basisVinicius Costa Gomes2008-09-091-64/+84
* Implements the authorization methods on Service pluginVinicius Costa Gomes2008-09-091-7/+205
* Redefining adapter_get_address to take bdaddr_t as parameter.Alok Barsode2008-09-081-2/+2
* Make RequestAuthorization always return a positive reply for nowJohan Hedberg2008-09-051-3/+2
* Renaming struct adapter to struct btd_adapter.Alok Barsode2008-09-041-4/+4
* Fixing service.cAlok Barsode2008-09-031-2/+2
* Release the D-Bus connectionMarcel Holtmann2008-09-031-0/+2
* Make methods related to external services into service plugin.Luiz Augusto von Dentz2008-09-021-0/+569