summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 4.74.7Marcel Holtmann2008-09-262-1/+10
* Disable HAL plugin for nowMarcel Holtmann2008-09-261-0/+4
* Don't do bonding_process_complete upon link_key_notifyJohan Hedberg2008-09-265-11/+75
* Only create D-Bus client listener if there is a clientJohan Hedberg2008-09-251-4/+7
* Move more pairing and discovery initiation logic into device.cJohan Hedberg2008-09-253-25/+24
* Get rid of an unnecessary variableJohan Hedberg2008-09-251-2/+1
* Fix another memory leakJohan Hedberg2008-09-251-1/+4
* Fix memory leakJohan Hedberg2008-09-251-1/+3
* Do service discovery also for pairings initiated from the other sideJohan Hedberg2008-09-253-44/+65
* Implement first part of CancelDeviceCreationJohan Hedberg2008-09-252-14/+68
* Clean up authentication and service discovery initiation codeJohan Hedberg2008-09-252-31/+44
* Code cleanupJohan Hedberg2008-09-252-7/+5
* device_browse should fail if there's a SDP discovery already activeJohan Hedberg2008-09-241-0/+4
* Remove old code of CreateBonding.Luiz Augusto von Dentz2008-09-241-8/+2
* Restore 'on' mode on the first time adapter comes up and is on OffMode = DevDownLuiz Augusto von Dentz2008-09-241-3/+15
* Fix crashes with suspend/resumeMarcel Holtmann2008-09-251-2/+17
* Use a common timeout for hci commandsJohan Hedberg2008-09-233-31/+39
* Merge branch 'for-upstream' of git://gitorious.org/bluez/vudentzs-cloneMarcel Holtmann2008-09-243-17/+155
|\
| * Introduce RequestSession and ReleaseSession.Luiz Augusto von Dentz2008-09-231-9/+26
| * Fix invalid read when passing a path which happens to be freed on destroy cal...Luiz Augusto von Dentz2008-09-231-1/+3
| * Emit Powered and Discoverable properly when adapter comes up and down.Luiz Augusto von Dentz2008-09-231-0/+30
| * Emit PropertyChanged for Powered and Discoverable.Luiz Augusto von Dentz2008-09-231-2/+31
| * Make Powered/Discoverable properties changeable via SetProperty.Luiz Augusto von Dentz2008-09-231-0/+48
| * Make Powered/Discoverable property available in GetProperty.Luiz Augusto von Dentz2008-09-231-4/+14
| * Mark RequestMode/ReleaseMode as deprecated.Luiz Augusto von Dentz2008-09-231-2/+4
| * Fix ReleaseSession documentation.Luiz Augusto von Dentz2008-09-231-1/+1
* | Add first step for providing HAL pluginMarcel Holtmann2008-09-244-2/+141
* | Fix include files from adapter.hMarcel Holtmann2008-09-241-1/+4
|/
* Add support for Icon propertyMarcel Holtmann2008-09-231-8/+72
* Add workaround for a broken carkitMarcel Holtmann2008-09-231-0/+7
* Mention the interaction between Powered and DiscoverableMarcel Holtmann2008-09-231-0/+4
* Document mode handling changesMarcel Holtmann2008-09-231-3/+39
* Fix OffMode = DevDown race condition.Luiz Augusto von Dentz2008-09-232-14/+8
* Mark ListDevices as deprecated.Luiz Augusto von Dentz2008-09-231-1/+2
* Fix emitting duplicated DeviceCreate/Devices signals.Luiz Augusto von Dentz2008-09-221-9/+0
* Update devices list property when a new device is created/removed.Luiz Augusto von Dentz2008-09-224-2/+28
* Add Devices property to GetProperties.Luiz Augusto von Dentz2008-09-221-0/+13
* Export list of devices and nodes via propertiesMarcel Holtmann2008-09-162-0/+8
* Add API definition for device nodesMarcel Holtmann2008-09-162-0/+62
* Release 4.64.6Marcel Holtmann2008-09-142-1/+7
* Some coding style updatesMarcel Holtmann2008-09-141-19/+24
* Find device ID from SDP recordsDavid Woodhouse2008-09-143-7/+75
* rename get_record() to find_record_in_list() and move to storage.[ch]David Woodhouse2008-09-143-31/+31
* fix bug that both implementations of record_from_string() sharedDavid Woodhouse2008-09-141-0/+1
* factor out duplicated code into record_from_string()David Woodhouse2008-09-141-27/+24
* move read_records() to storage.c where it belongsDavid Woodhouse2008-09-143-47/+48
* Use strncmp for filtering recordsDavid Woodhouse2008-09-141-1/+1
* split out read_records() function for reading all SDP records for a deviceDavid Woodhouse2008-09-141-10/+19
* Don't bother with the source value for input devicesMarcel Holtmann2008-09-141-2/+1
* Fix storage size for DID valueMarcel Holtmann2008-09-141-1/+1