summaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Add it to the default main.conf file with a proper comment and print a debug message is it's found to be missing.
* Coding style fixesJohan Hedberg2009-01-131-12/+15
|
* Add ReverseServiceDiscovery config optionJohan Hedberg2009-01-131-0/+9
| | | | | This option is solely for qualification since the BITE tester in its grand braindeadness doesn't like use doing reverse SDP.
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
|
* Cleanup adapters on exit.Luiz Augusto von Dentz2008-12-221-7/+11
| | | | | | | When bluetoothd is terminated any remaining registered adapters should be unregistered (including proper D-Bus signal emition) and have their drivers removed. The adapters should also be brought down unless they were already up upon initialization.
* 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
| | | | | | | PairableTimeout work similarly to DiscoverableTimeout where the user application can set the amount of time to stay in Pairable. It also fixes the use of g_timeout_add to g_timeout_add_seconds for both PairableTimeout and DiscoverableTimeout.
* 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
|
* Merge branch 'for-upstream' of git://gitorious.org/bluez/cktakahasis-cloneMarcel Holtmann2008-09-021-250/+54
|\
| * Adapter initialization cleanupClaudio Takahasi2008-09-011-250/+54
| |
* | Update --help textMarcel Holtmann2008-09-021-1/+1
|/
* Make DiscoverDevices to create discover sessions.Luiz Augusto von Dentz2008-08-291-0/+12
|
* Cleanup: Removed set packet type ad voice settingsClaudio Takahasi2008-08-281-19/+10
|
* Storage cleanupClaudio Takahasi2008-08-281-2/+2
|
* Remove unused alloc_device_opts() functionMarcel Holtmann2008-08-271-21/+0
|
* Removed warningsClaudio Takahasi2008-08-261-0/+2
|
* Cleanup: unnecessary includesClaudio Takahasi2008-08-251-1/+0
|
* Set proper default link mode and link policyMarcel Holtmann2008-08-061-0/+7
|
* Remove obsolete security and pairing optionMarcel Holtmann2008-08-051-9/+4
|
* Remove the default PIN code optionMarcel Holtmann2008-08-051-3/+0
|
* Set list separator before loading the config fileMarcel Holtmann2008-08-051-2/+2
|
* Use GLib option parsing instead of getoptMarcel Holtmann2008-08-051-26/+28
|
* Add support for main.conf configuration fileJohan Hedberg2008-08-051-30/+81
|
* Use , instead of ; for list separator in main.confJohan Hedberg2008-08-051-0/+2
|
* Fix bluetoothd usage textMarcel Holtmann2008-08-041-3/+3
|
* Fix usage and syslog prefixMarcel Holtmann2008-08-041-2/+2
|
* Remove SDP server and experimental optionMarcel Holtmann2008-08-041-13/+2
|
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-291-0/+965