summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only update service classes to specified adapterJohan Hedberg2009-03-241-0/+4
* Adding version check for plugins.Alok Barsode2009-03-141-1/+1
* Fix uninitialized memory warningJohan Hedberg2009-02-251-0/+1
* Fix strncpy length parameters to avoid non-nul-terminated stringsJohan Hedberg2009-02-251-1/+2
* Fix valgrind unaddressable bytes complaintJohan Hedberg2009-02-241-0/+2
* Add missing hci_close_dev callJohan Hedberg2009-02-231-0/+2
* Make the ReverseServiceDiscovery option more visibleJohan Hedberg2009-01-131-2/+3
* Coding style fixesJohan Hedberg2009-01-131-12/+15
* Add ReverseServiceDiscovery config optionJohan Hedberg2009-01-131-0/+9
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Cleanup adapters on exit.Luiz Augusto von Dentz2008-12-221-7/+11
* Change an unnecessary "else if" to a simple "else"Johan Hedberg2008-12-221-1/+1
* Implement RememberPowered config optionJohan Hedberg2008-12-221-0/+9
* Add configuration option for DeviceID and do some cleanupMarcel Holtmann2008-12-171-15/+17
* Remove redundant empty lineJohan Hedberg2008-12-161-1/+0
* Implement InitiallyPowered config optionJohan Hedberg2008-12-161-0/+11
* Get rid of OffMode and always behave like DevDownJohan Hedberg2008-12-011-13/+0
* Stop the security manager if we do a DEVDOWN in adapter_upJohan Hedberg2008-12-011-1/+4
* Start security manager early to catch all HCI eventsJohan Hedberg2008-12-011-1/+1
* Introduce PairableTimeout Property and fix use of g_timeout_add.Luiz Augusto von Dentz2008-11-271-0/+11
* Use g_clear_error(&err) instead of g_error_free(err); err = NULLJohan Hedberg2008-10-241-12/+6
* Fix OffMode = DevDown race condition.Luiz Augusto von Dentz2008-09-231-11/+0
* Don't print error when device is downMarcel Holtmann2008-09-121-1/+2
* Set default link policy after the page timeoutMarcel Holtmann2008-09-121-5/+5
* Write the default link policy to ensure it is setMarcel Holtmann2008-09-121-0/+6
* Don't fork for device configurationMarcel Holtmann2008-09-111-19/+2
* Move link mode and policy setting before bringing up the deviceMarcel Holtmann2008-09-111-26/+18
* Add extra debug for the forked init and setup functionsMarcel Holtmann2008-09-111-2/+8