summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* attrib-server: Initial steps towards multi-adapter GATT server supportSantiago Carot-Nemesio2011-12-301-8/+0
* main: Use glib signal handlerDaniel Wagner2011-10-281-18/+79
* Add automatic connect timeout config optionClaudio Takahasi2011-10-051-0/+12
* Print an error message if g_dbus_setup_bus fails.Burt Silverman2011-08-301-0/+1
* Remove EnableLE option from the user-spaceClaudio Takahasi2011-08-221-7/+0
* Move attrib server init/exit declaration to hcid.hClaudio Takahasi2011-07-141-1/+0
* Remove unnecessary headers from main.cClaudio Takahasi2011-05-151-4/+1
* Remove unused "scan" variable from main_optsClaudio Takahasi2011-05-151-1/+0
* Use new UUID functions in GATTElvis Pfützenreuter2011-03-151-0/+1
* Remove unused includesJohan Hedberg2010-11-281-2/+0
* Add a new configuration option to disable Low Energy supportClaudio Takahasi2010-11-111-0/+7
* Add -p and -P command line options for controlling plugin selectionJohan Hedberg2010-10-271-1/+7
* Move HCID_DEFAULT_DISCOVERABLE_TIMEOUT declaration to main.cClaudio Takahasi2010-10-261-1/+3
* Move expand_name to adapter.cClaudio Takahasi2010-10-261-58/+0
* Simplify D-Bus connection handling and move it to main.cJohan Hedberg2010-10-261-3/+45
* Remove useless hcid_dbus_unregister functionJohan Hedberg2010-10-261-2/+0
* Rename dbus-hci.c event.c and use btd_event_ prefix for itJohan Hedberg2010-10-261-1/+1
* Add AttributeServer optionVinicius Costa Gomes2010-08-241-3/+15
* Add attribute server databaseClaudio Takahasi2010-08-091-0/+4
* Remove double g_option_context_free() callMarcel Holtmann2010-07-121-2/+0
* Rename --nodaemon option into --nodetachMarcel Holtmann2010-07-121-4/+4
* Add support for printing daemon versionMarcel Holtmann2010-07-121-0/+10
* Fix some code style issuesLuiz Augusto von Dentz2010-06-291-1/+2
* Store debug keys in runtime memoryJohan Hedberg2010-06-121-0/+7
* Fix regression with debug via SIGUSR2Gustavo F. Padovan2010-06-081-0/+8
* Move debug() to DBG()Gustavo F. Padovan2010-05-211-18/+18
* Move logging.{c,h} to log.{c,h}Gustavo F. Padovan2010-05-211-1/+1
* Add dynamic debug featureGustavo F. Padovan2010-05-211-19/+17
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Some coding style updates for capabilities patchMarcel Holtmann2009-10-021-3/+5
* Drop Posix CapabilitiesSteve Grubb2009-10-021-0/+11
* Cache service class updates during bootupAlok Barsode2009-08-011-2/+0
* Add skeleton for RFKILL supportMarcel Holtmann2009-07-291-0/+4
* Remove the service_classes_callback mechanismAlok Barsode2009-07-221-45/+1
* Add udev mode to bluetoothdBastien Nocera2009-06-111-4/+59
* Add NameResolving option to main.confIlya Rubtsov2009-05-101-0/+8
* Change var name inqmode to discov_interval to be more suggestive.Luiz Augusto von Dentz2009-05-081-2/+2
* Fix service class update when adapter is DOWNJohan Hedberg2009-05-061-3/+0
* Remove unnecessary "starting" variableJohan Hedberg2009-05-061-5/+1
* Add missing signal.h includeJohan Hedberg2009-05-041-0/+1
* Moving adapter_ops registration to adapter.c.Alok Barsode2009-05-031-1/+4
* Adding btd_register_adapter_ops framework.Alok Barsode2009-04-281-0/+2
* Moving all adapter initialization code to hciops plugin.Alok Barsode2009-04-281-248/+1
* Initializing hciops plugin. Adding IO event handing.Alok Barsode2009-04-281-121/+1
* Using device_event to register and setup already known devices.Alok Barsode2009-04-271-6/+3
* Modifying device_devreg_setup. Check if device is up in device_devreg_setup i...Alok Barsode2009-04-271-5/+8
* exporting device_event().Alok Barsode2009-04-271-14/+14
* Fix dead assignment.Luiz Augusto von Dentz2009-04-011-1/+0
* Fix null dereference in src/main.cGustavo F. Padovan2009-04-011-1/+1
* Fix local class of device race conditions upon bluetoothd startupJohan Hedberg2009-03-241-14/+9