Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 4.84.8 | Marcel Holtmann | 2008-09-29 | 2 | -1/+7 |
| | |||||
* | The usage of libhal is no longer required | Marcel Holtmann | 2008-09-29 | 3 | -27/+3 |
| | |||||
* | Simplify includes of HAL plugin | Marcel Holtmann | 2008-09-29 | 1 | -4/+1 |
| | |||||
* | Fix retrieving of formfactor value | Marcel Holtmann | 2008-09-29 | 1 | -39/+46 |
| | |||||
* | Update library version | Marcel Holtmann | 2008-09-29 | 1 | -1/+1 |
| | |||||
* | Improve reading of local and remote extended features | Marcel Holtmann | 2008-09-29 | 2 | -19/+33 |
| | |||||
* | Handle specific NULL pointer cases for features requests | Marcel Holtmann | 2008-09-29 | 1 | -8/+24 |
| | |||||
* | Allow binding of HAL driver to an adapter | Marcel Holtmann | 2008-09-29 | 1 | -1/+6 |
| | |||||
* | Use global DBusConnection instead of request specific one | Johan Hedberg | 2008-09-28 | 1 | -1/+2 |
| | | | | | | The browse request will not have a DBusConnection associated with it when the browsing was started due to a remotely initated pairing attempt so it's safer to use a global DBusConnection pointer instead. | ||||
* | Merge branch 'master' of ssh://master.kernel.org/pub/scm/bluetooth/bluez | Marcel Holtmann | 2008-09-28 | 1 | -1/+1 |
|\ | |||||
| * | Fix potential NULL pointer dereference | Johan Hedberg | 2008-09-27 | 1 | -1/+1 |
| | | |||||
* | | Add additional record range for the iPhone | Marcel Holtmann | 2008-09-28 | 1 | -2/+3 |
| | | |||||
* | | List device and node objects | Marcel Holtmann | 2008-09-28 | 1 | -3/+35 |
|/ | |||||
* | Release 4.74.7 | Marcel Holtmann | 2008-09-26 | 2 | -1/+10 |
| | |||||
* | Disable HAL plugin for now | Marcel Holtmann | 2008-09-26 | 1 | -0/+4 |
| | |||||
* | Don't do bonding_process_complete upon link_key_notify | Johan Hedberg | 2008-09-26 | 5 | -11/+75 |
| | |||||
* | Only create D-Bus client listener if there is a client | Johan Hedberg | 2008-09-25 | 1 | -4/+7 |
| | |||||
* | Move more pairing and discovery initiation logic into device.c | Johan Hedberg | 2008-09-25 | 3 | -25/+24 |
| | |||||
* | Get rid of an unnecessary variable | Johan Hedberg | 2008-09-25 | 1 | -2/+1 |
| | |||||
* | Fix another memory leak | Johan Hedberg | 2008-09-25 | 1 | -1/+4 |
| | |||||
* | Fix memory leak | Johan Hedberg | 2008-09-25 | 1 | -1/+3 |
| | |||||
* | Do service discovery also for pairings initiated from the other side | Johan Hedberg | 2008-09-25 | 3 | -44/+65 |
| | |||||
* | Implement first part of CancelDeviceCreation | Johan Hedberg | 2008-09-25 | 2 | -14/+68 |
| | | | | Currently only canceling of CreatePairedDevice is supported | ||||
* | Clean up authentication and service discovery initiation code | Johan Hedberg | 2008-09-25 | 2 | -31/+44 |
| | |||||
* | Code cleanup | Johan Hedberg | 2008-09-25 | 2 | -7/+5 |
| | |||||
* | device_browse should fail if there's a SDP discovery already active | Johan Hedberg | 2008-09-24 | 1 | -0/+4 |
| | |||||
* | Remove old code of CreateBonding. | Luiz Augusto von Dentz | 2008-09-24 | 1 | -8/+2 |
| | |||||
* | Restore 'on' mode on the first time adapter comes up and is on OffMode = DevDown | Luiz Augusto von Dentz | 2008-09-24 | 1 | -3/+15 |
| | |||||
* | Fix crashes with suspend/resume | Marcel Holtmann | 2008-09-25 | 1 | -2/+17 |
| | |||||
* | Use a common timeout for hci commands | Johan Hedberg | 2008-09-23 | 3 | -31/+39 |
| | |||||
* | Merge branch 'for-upstream' of git://gitorious.org/bluez/vudentzs-clone | Marcel Holtmann | 2008-09-24 | 3 | -17/+155 |
|\ | |||||
| * | Introduce RequestSession and ReleaseSession. | Luiz Augusto von Dentz | 2008-09-23 | 1 | -9/+26 |
| | | |||||
| * | Fix invalid read when passing a path which happens to be freed on destroy ↵ | Luiz Augusto von Dentz | 2008-09-23 | 1 | -1/+3 |
| | | | | | | | | callback function. | ||||
| * | Emit Powered and Discoverable properly when adapter comes up and down. | Luiz Augusto von Dentz | 2008-09-23 | 1 | -0/+30 |
| | | |||||
| * | Emit PropertyChanged for Powered and Discoverable. | Luiz Augusto von Dentz | 2008-09-23 | 1 | -2/+31 |
| | | |||||
| * | Make Powered/Discoverable properties changeable via SetProperty. | Luiz Augusto von Dentz | 2008-09-23 | 1 | -0/+48 |
| | | |||||
| * | Make Powered/Discoverable property available in GetProperty. | Luiz Augusto von Dentz | 2008-09-23 | 1 | -4/+14 |
| | | |||||
| * | Mark RequestMode/ReleaseMode as deprecated. | Luiz Augusto von Dentz | 2008-09-23 | 1 | -2/+4 |
| | | |||||
| * | Fix ReleaseSession documentation. | Luiz Augusto von Dentz | 2008-09-23 | 1 | -1/+1 |
| | | |||||
* | | Add first step for providing HAL plugin | Marcel Holtmann | 2008-09-24 | 4 | -2/+141 |
| | | |||||
* | | Fix include files from adapter.h | Marcel Holtmann | 2008-09-24 | 1 | -1/+4 |
|/ | |||||
* | Add support for Icon property | Marcel Holtmann | 2008-09-23 | 1 | -8/+72 |
| | |||||
* | Add workaround for a broken carkit | Marcel Holtmann | 2008-09-23 | 1 | -0/+7 |
| | |||||
* | Mention the interaction between Powered and Discoverable | Marcel Holtmann | 2008-09-23 | 1 | -0/+4 |
| | |||||
* | Document mode handling changes | Marcel Holtmann | 2008-09-23 | 1 | -3/+39 |
| | |||||
* | Fix OffMode = DevDown race condition. | Luiz Augusto von Dentz | 2008-09-23 | 2 | -14/+8 |
| | |||||
* | Mark ListDevices as deprecated. | Luiz Augusto von Dentz | 2008-09-23 | 1 | -1/+2 |
| | |||||
* | Fix emitting duplicated DeviceCreate/Devices signals. | Luiz Augusto von Dentz | 2008-09-22 | 1 | -9/+0 |
| | |||||
* | Update devices list property when a new device is created/removed. | Luiz Augusto von Dentz | 2008-09-22 | 4 | -2/+28 |
| | |||||
* | Add Devices property to GetProperties. | Luiz Augusto von Dentz | 2008-09-22 | 1 | -0/+13 |
| |