aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2010-10-27Add -p and -P command line options for controlling plugin selectionJohan Hedberg
2010-10-26Move HCID_DEFAULT_DISCOVERABLE_TIMEOUT declaration to main.cClaudio Takahasi
2010-10-26Move expand_name to adapter.cClaudio Takahasi
2010-10-26Simplify D-Bus connection handling and move it to main.cJohan Hedberg
2010-10-26Remove useless hcid_dbus_unregister functionJohan Hedberg
2010-10-26Rename dbus-hci.c event.c and use btd_event_ prefix for itJohan Hedberg
2010-08-24Add AttributeServer optionVinicius Costa Gomes
2010-08-09Add attribute server databaseClaudio Takahasi
2010-07-12Remove double g_option_context_free() callMarcel Holtmann
2010-07-12Rename --nodaemon option into --nodetachMarcel Holtmann
2010-07-12Add support for printing daemon versionMarcel Holtmann
2010-06-29Fix some code style issuesLuiz Augusto von Dentz
2010-06-12Store debug keys in runtime memoryJohan Hedberg
2010-06-08Fix regression with debug via SIGUSR2Gustavo F. Padovan
2010-05-21Move debug() to DBG()Gustavo F. Padovan
2010-05-21Move logging.{c,h} to log.{c,h}Gustavo F. Padovan
2010-05-21Add dynamic debug featureGustavo F. Padovan
2010-01-01Update copyright informationMarcel Holtmann
2009-10-02Some coding style updates for capabilities patchMarcel Holtmann
2009-10-02Drop Posix CapabilitiesSteve Grubb
2009-08-01Cache service class updates during bootupAlok Barsode
2009-07-29Add skeleton for RFKILL supportMarcel Holtmann
2009-07-22Remove the service_classes_callback mechanismAlok Barsode
2009-06-11Add udev mode to bluetoothdBastien Nocera
2009-05-10Add NameResolving option to main.confIlya Rubtsov
2009-05-08Change var name inqmode to discov_interval to be more suggestive.Luiz Augusto von Dentz
2009-05-06Fix service class update when adapter is DOWNJohan Hedberg
2009-05-06Remove unnecessary "starting" variableJohan Hedberg
2009-05-04Add missing signal.h includeJohan Hedberg
2009-05-03Moving adapter_ops registration to adapter.c.Alok Barsode
2009-04-28Adding btd_register_adapter_ops framework.Alok Barsode
2009-04-28Moving all adapter initialization code to hciops plugin.Alok Barsode
2009-04-28Initializing hciops plugin. Adding IO event handing.Alok Barsode
2009-04-27Using device_event to register and setup already known devices.Alok Barsode
2009-04-27Modifying device_devreg_setup. Check if device is up in device_devreg_setup i...Alok Barsode
2009-04-27exporting device_event().Alok Barsode
2009-04-01Fix dead assignment.Luiz Augusto von Dentz
2009-04-01Fix null dereference in src/main.cGustavo F. Padovan
2009-03-24Fix local class of device race conditions upon bluetoothd startupJohan Hedberg
2009-03-24Only update service classes to specified adapterJohan Hedberg
2009-03-14Adding version check for plugins.Alok Barsode
2009-02-25Fix uninitialized memory warningJohan Hedberg
2009-02-25Fix strncpy length parameters to avoid non-nul-terminated stringsJohan Hedberg
2009-02-24Fix valgrind unaddressable bytes complaintJohan Hedberg
2009-02-23Add missing hci_close_dev callJohan Hedberg
2009-01-13Make the ReverseServiceDiscovery option more visibleJohan Hedberg
2009-01-13Coding style fixesJohan Hedberg
2009-01-13Add ReverseServiceDiscovery config optionJohan Hedberg
2009-01-01Update copyright informationMarcel Holtmann
2008-12-22Cleanup adapters on exit.Luiz Augusto von Dentz