summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-21agent: Simplify DBusConnection object handlingAndrzej Kaczmarek1-4/+0
2012-09-21manager: Simplify DBusConnection object handlingAndrzej Kaczmarek1-2/+2
2012-09-21core: Make D-Bus connection valid for entire bluetoothd lifetimeAndrzej Kaczmarek1-6/+8
2012-09-21Rename get_dbus_connection to btd_get_dbus_connectionAndrzej Kaczmarek1-1/+1
2012-09-03core: Add D-Bus disconnect function for easier detectionJohan Hedberg1-0/+8
2012-07-10Move mgmtops to the core daemonJohan Hedberg1-2/+7
2012-05-29build: Remove dependency on libcap-ngMarcel Holtmann1-13/+0
2012-04-23core: Remove DiscoverSchedulerInterval option from main.confLuiz Augusto von Dentz1-10/+0
2012-03-28Add support for setting VID source in DeviceID from config fileSzymon Janc1-2/+17
2012-03-28Parse config DeviceID string on bluetoothd startupSzymon Janc1-3/+17
2012-03-26GATT: Rename AttributeServer switchChen Ganir1-2/+2
2012-03-15Remove leftover code of main_opts operationChan-yeol Park1-3/+0
2011-12-30attrib-server: Initial steps towards multi-adapter GATT server supportSantiago Carot-Nemesio1-8/+0
2011-10-28main: Use glib signal handlerDaniel Wagner1-18/+79
2011-10-05Add automatic connect timeout config optionClaudio Takahasi1-0/+12
2011-08-30Print an error message if g_dbus_setup_bus fails.Burt Silverman1-0/+1
2011-08-22Remove EnableLE option from the user-spaceClaudio Takahasi1-7/+0
2011-07-14Move attrib server init/exit declaration to hcid.hClaudio Takahasi1-1/+0
2011-05-15Remove unnecessary headers from main.cClaudio Takahasi1-4/+1
2011-05-15Remove unused "scan" variable from main_optsClaudio Takahasi1-1/+0
2011-03-15Use new UUID functions in GATTElvis Pfützenreuter1-0/+1
2010-11-28Remove unused includesJohan Hedberg1-2/+0
2010-11-11Add a new configuration option to disable Low Energy supportClaudio Takahasi1-0/+7
2010-10-27Add -p and -P command line options for controlling plugin selectionJohan Hedberg1-1/+7
2010-10-26Move HCID_DEFAULT_DISCOVERABLE_TIMEOUT declaration to main.cClaudio Takahasi1-1/+3
2010-10-26Move expand_name to adapter.cClaudio Takahasi1-58/+0
2010-10-26Simplify D-Bus connection handling and move it to main.cJohan Hedberg1-3/+45
2010-10-26Remove useless hcid_dbus_unregister functionJohan Hedberg1-2/+0
2010-10-26Rename dbus-hci.c event.c and use btd_event_ prefix for itJohan Hedberg1-1/+1
2010-08-24Add AttributeServer optionVinicius Costa Gomes1-3/+15
2010-08-09Add attribute server databaseClaudio Takahasi1-0/+4
2010-07-12Remove double g_option_context_free() callMarcel Holtmann1-2/+0
2010-07-12Rename --nodaemon option into --nodetachMarcel Holtmann1-4/+4
2010-07-12Add support for printing daemon versionMarcel Holtmann1-0/+10
2010-06-29Fix some code style issuesLuiz Augusto von Dentz1-1/+2
2010-06-12Store debug keys in runtime memoryJohan Hedberg1-0/+7
2010-06-08Fix regression with debug via SIGUSR2Gustavo F. Padovan1-0/+8
2010-05-21Move debug() to DBG()Gustavo F. Padovan1-18/+18
2010-05-21Move logging.{c,h} to log.{c,h}Gustavo F. Padovan1-1/+1
2010-05-21Add dynamic debug featureGustavo F. Padovan1-19/+17
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-10-02Some coding style updates for capabilities patchMarcel Holtmann1-3/+5
2009-10-02Drop Posix CapabilitiesSteve Grubb1-0/+11
2009-08-01Cache service class updates during bootupAlok Barsode1-2/+0
2009-07-29Add skeleton for RFKILL supportMarcel Holtmann1-0/+4
2009-07-22Remove the service_classes_callback mechanismAlok Barsode1-45/+1
2009-06-11Add udev mode to bluetoothdBastien Nocera1-4/+59
2009-05-10Add NameResolving option to main.confIlya Rubtsov1-0/+8
2009-05-08Change var name inqmode to discov_interval to be more suggestive.Luiz Augusto von Dentz1-2/+2
2009-05-06Fix service class update when adapter is DOWNJohan Hedberg1-3/+0