summaryrefslogtreecommitdiff
path: root/plugins/service.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-09service: Fix passing stack variable as reference valueLuiz Augusto von Dentz1-8/+2
2012-10-05adapter: Convert adapter_get_address into simple getterSzymon Janc1-39/+18
2012-10-02core: Move sdp_xml_parse_record from service plugin to sdp-xml.cJohan Hedberg1-203/+0
2012-10-02service: Remove extra memory copying from cancel_authorizationSzymon Janc1-5/+0
2012-10-01adapter: Use authorization id for cancellingMikel Astiz1-7/+11
2012-09-21service: Fix DBusMessage leakJohan Hedberg1-3/+2
2012-09-21service: Simplify DBusConnection object handlingAndrzej Kaczmarek1-45/+29
2012-09-03core: replace NULL by dbus invalid argumentsChan-yeol Park1-4/+4
2012-08-17service: Fix reference counting for serv_adapter->adapterJohan Hedberg1-1/+6
2012-05-17Do not set signature and reply in GDBus tablesLucas De Marchi1-5/+5
2012-05-17Convert GDBus methods to use macro helpersLucas De Marchi1-6/+15
2012-05-17Constify GDBus method tablesLucas De Marchi1-1/+1
2011-09-18Fix crash when update service record with an invalid XMLSyam Sidhardhan1-1/+0
2011-02-24Fix DBG() calls with bogus messagesAnderson Lizardo1-2/+3
2010-12-14plugins: use btd_error_failed()Gustavo F. Padovan1-18/+4
2010-12-08convert errors to btd_error_does_not_exist()Gustavo F. Padovan1-1/+1
2010-12-07Add btd_error_not_authorized()Gustavo F. Padovan1-14/+8
2010-12-07Add btd_error_does_not_exist()Gustavo F. Padovan1-8/+2
2010-12-07Add btd_error_not_available()Gustavo F. Padovan1-13/+3
2010-12-07Create btd_error_invalid_args()Gustavo F. Padovan1-7/+1
2010-11-28Remove unused includesJohan Hedberg1-2/+0
2010-08-19Fix format string warnings for g_dbus_create_errorJohan Hedberg1-3/+3
2010-05-21Move debug() to DBG()Gustavo F. Padovan1-8/+8
2010-05-21Move logging.{c,h} to log.{c,h}Gustavo F. Padovan1-1/+1
2010-03-24Add check for sdp_record_findLuiz Augusto Von Dentz1-0/+2
2010-01-07Update Nokia copyrightsJohan Hedberg1-1/+1
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-05-05Fix memory leak.Luiz Augusto von Dentz1-0/+2
2009-05-03Add support for builtin pluginsMarcel Holtmann1-1/+1
2009-04-21Using # operator to stringify plugin name.Alok Barsode1-1/+1
2009-04-21Add priority field to plugin descriptor definition and load plugins in priori...Alok Barsode1-1/+2
2009-03-24Convert some not-so-important info logs to debug logsJohan Hedberg1-1/+1
2009-03-14Adding version check for plugins.Alok Barsode1-1/+1
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-11-11Remove duplicate (and incorrect) call to adapter_get_addressJohan Hedberg1-1/+0
2008-11-04Check ANY record list in case the record is not present on adapter record list.Luiz Augusto von Dentz1-2/+10
2008-11-01Fix handling of service records on any adapter objectMarcel Holtmann1-16/+38
2008-11-01Add support for service interface on any adapter objectMarcel Holtmann1-14/+51
2008-10-20Remember to remove the name listener in path_unregisterJohan Hedberg1-0/+3
2008-10-20Call exit_callback with correct parameters upon path removalJohan Hedberg1-1/+6
2008-10-17Fix fallouts due to GDBusWatchFunction changesMarcel Holtmann1-2/+2
2008-09-09Now the record list is managed on a per adapter basisVinicius Costa Gomes1-64/+84
2008-09-09Implements the authorization methods on Service pluginVinicius Costa Gomes1-7/+205
2008-09-08Redefining adapter_get_address to take bdaddr_t as parameter.Alok Barsode1-2/+2
2008-09-05Make RequestAuthorization always return a positive reply for nowJohan Hedberg1-3/+2
2008-09-04Renaming struct adapter to struct btd_adapter.Alok Barsode1-4/+4
2008-09-03Fixing service.cAlok Barsode1-2/+2
2008-09-03Release the D-Bus connectionMarcel Holtmann1-0/+2
2008-09-02Make methods related to external services into service plugin.Luiz Augusto von Dentz1-0/+569