summaryrefslogtreecommitdiff
path: root/src/manager.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-05adapter: Convert adapter_get_address into simple getterSzymon Janc1-4/+1
2012-10-04core: Use DBus.Properties on Manager interfaceLucas De Marchi1-56/+25
2012-09-25core: Add cleanup function for external profilesJohan Hedberg1-0/+2
2012-09-25core: Add external profile registration callbacksJohan Hedberg1-0/+9
2012-09-21adapter: Simplify DBusConnection object handlingAndrzej Kaczmarek1-1/+1
2012-09-21manager: Simplify DBusConnection object handlingAndrzej Kaczmarek1-20/+18
2012-09-21dbus-common: Remove conn parameter from emit_array_property_changedAndrzej Kaczmarek1-2/+1
2012-09-03core: replace NULL by dbus invalid argumentsChan-yeol Park1-1/+1
2012-07-04manager: remove deprecated ListAdapters() methodGustavo Padovan1-33/+0
2012-07-04manager: remove unused manager_add_adapter()Gustavo Padovan1-12/+0
2012-06-27Fix GDBus flags after conversion to macrosLucas De Marchi1-1/+1
2012-05-17Do not set signature and reply in GDBus tablesLucas De Marchi1-8/+8
2012-05-17Convert GDBus methods to use macro helpersLucas De Marchi1-9/+21
2012-05-17Constify GDBus signal tablesLucas De Marchi1-1/+1
2012-05-17Constify GDBus method tablesLucas De Marchi1-1/+1
2012-03-28Add support for setting VID source in DeviceID from config fileSzymon Janc1-1/+3
2012-03-28Set DeviceID when registering adapter not when sdp server is startingSzymon Janc1-11/+4
2012-02-22core: Fix initial adapter stateJohan Hedberg1-2/+2
2012-01-02manager: Fix removing adapter from list upon initialization failureJohan Hedberg1-0/+1
2011-07-26Fix possible invalid read/free on manager.cLuiz Augusto von Dentz1-2/+8
2011-07-05Fix possible invalid read/free when using g_slist_free_fullLuiz Augusto von Dentz1-1/+4
2011-07-04Allow building with GLib 2.16 for nowMarcel Holtmann1-0/+3
2011-06-30Make use of g_slist_free_full when elements are dynamically-allocatedLuiz Augusto von Dentz1-2/+1
2011-06-15Re-add manager_get_default_adapter()Bastien Nocera1-0/+5
2010-12-20Get rid of unnecessary manager_stop_adapter functionJohan Hedberg1-13/+0
2010-12-19Get rid of unused btd_manager_set_offline functionJohan Hedberg1-14/+0
2010-12-19Get rid of unnecessary manager_get_default_adapter functionJohan Hedberg1-5/+0
2010-12-19Get rid of unnecessary manager_find_adapter_by_path functionJohan Hedberg1-20/+0
2010-12-19Get rid of unnecessary manager_find_adapter_by_address functionJohan Hedberg1-26/+5
2010-12-19Add manager_foreach_adapter()Johan Hedberg1-0/+5
2010-12-19Remove unnecessary empty lineJohan Hedberg1-1/+0
2010-12-18Refactor adapter initialization and power controlJohan Hedberg1-54/+49
2010-12-14Add btd_error_no_such_adapter()Gustavo F. Padovan1-10/+3
2010-12-13Refactor class of device (and related values) handling to adapter_opsJohan Hedberg1-5/+11
2010-12-07Create btd_error_invalid_args()Gustavo F. Padovan1-7/+0
2010-11-28Remove unused includesJohan Hedberg1-2/+0
2010-11-04Remove redundant tracking of ignored adaptersJohan Hedberg1-1/+1
2010-10-23Fix crash in Manager.GetPropertiesTommi Keisala1-1/+2
2010-08-09Fix append_variant_array() to take a number of elementsVinicius Costa Gomes1-2/+3
2010-07-13Make FindAdapter() accept lower-case hex addressesElvis Pfützenreuter1-1/+1
2010-05-26Coding style cleanupJohan Hedberg1-8/+9
2010-05-21Move logging.{c,h} to log.{c,h}Gustavo F. Padovan1-1/+1
2010-04-28Update service class on adapter-by-adapter basisElvis Pfutzenreuter1-14/+2
2010-02-12Deprecate the ListAdapters() method on ManagerGustavo F. Padovan1-1/+2
2010-01-07Update Nokia copyrightsJohan Hedberg1-1/+1
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-10-26Some coding style fixes and removed unused function.Claudio Takahasi1-1/+1
2009-08-15Implement Class of Device cache for async behaviour.Alok Barsode1-11/+0
2009-07-31Add functions for RFKILL and offline modeJohan Hedberg1-0/+14
2009-07-22Remove the service_classes_callback mechanismAlok Barsode1-15/+9