Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix network plugin to reflect the api documentation. | Luiz Augusto von Dentz | 2008-07-28 | 3 | -161/+181 |
* | Adding adapter_get_address. | Alok Barsode | 2008-07-28 | 9 | -22/+46 |
* | Adding adapter_get_path. | Alok Barsode | 2008-07-28 | 4 | -30/+80 |
* | Adding adapter_get_dev_id. | Alok Barsode | 2008-07-28 | 6 | -32/+71 |
* | Adding adapter_create. | Alok Barsode | 2008-07-28 | 3 | -17/+27 |
* | Adding {driver, priv} list to btd_device and adding | Alok Barsode | 2008-07-28 | 6 | -28/+64 |
* | Cleanup network manager. | Luiz Augusto von Dentz | 2008-07-28 | 7 | -1062/+126 |
* | Cleanup input manager. | Luiz Augusto von Dentz | 2008-07-28 | 5 | -864/+114 |
* | Adding sdp_record list as parameter to probe. | Alok Barsode | 2008-07-28 | 7 | -28/+105 |
* | Adding store_record, fetch_record and delete_record. | Alok Barsode | 2008-07-28 | 2 | -0/+81 |
* | Cleanup adapter startup. | Luiz Augusto von Dentz | 2008-07-28 | 7 | -656/+571 |
* | Remove eglib. | Luiz Augusto von Dentz | 2008-07-28 | 9 | -2516/+1 |
* | Prevent loading devices from store when they are already loaded. | Luiz Augusto von Dentz | 2008-07-28 | 1 | -0/+4 |
* | Remove get_device_name and set_device_name functions. | Luiz Augusto von Dentz | 2008-07-28 | 3 | -75/+58 |
* | Remove unused code. | Luiz Augusto von Dentz | 2008-07-28 | 3 | -169/+12 |
* | Integrate struct hci_dev into struct adapter. | Luiz Augusto von Dentz | 2008-07-28 | 5 | -114/+60 |
* | Remove legacy code. | Luiz Augusto von Dentz | 2008-07-28 | 1 | -28/+0 |
* | Only look for removed uuid when doing a browse. | Luiz Augusto von Dentz | 2008-07-28 | 1 | -4/+3 |
* | Move adapter initialization code from dbus-hci.c to manager.c. | Luiz Augusto von Dentz | 2008-07-28 | 6 | -424/+426 |
* | Renaming device to btd_device and making the | Alok Barsode | 2008-07-28 | 12 | -135/+137 |
* | Moving struct device to device.c | Alok Barsode | 2008-07-28 | 2 | -19/+19 |
* | Adding device_get_auth. | Alok Barsode | 2008-07-28 | 3 | -1/+7 |
* | Adding device_set_auth. | Alok Barsode | 2008-07-28 | 3 | -1/+10 |
* | Adding device_set_cap. | Alok Barsode | 2008-07-28 | 3 | -1/+10 |
* | Adding device_set_temporary. | Alok Barsode | 2008-07-28 | 4 | -6/+15 |
* | Adding device_is_temporary. | Alok Barsode | 2008-07-28 | 4 | -6/+12 |
* | Adding device_is_busy. | Alok Barsode | 2008-07-28 | 3 | -1/+7 |
* | Adding device_set_agent. | Alok Barsode | 2008-07-28 | 4 | -4/+17 |
* | Adding device_get_agent. | Alok Barsode | 2008-07-28 | 5 | -20/+54 |
* | Adding device_get_path. | Alok Barsode | 2008-07-28 | 6 | -17/+62 |
* | Adding device_get_address. | Alok Barsode | 2008-07-28 | 4 | -8/+27 |
* | Adding device_get_adapter. | Alok Barsode | 2008-07-28 | 4 | -4/+15 |
* | Cleanup device.c and move adapter initialization to manager.c. | Luiz Augusto von Dentz | 2008-07-28 | 3 | -681/+678 |
* | Remove dbus-error.c dbus-error.h | Luiz Augusto von Dentz | 2008-07-28 | 7 | -139/+17 |
* | Remove dbus-sdp.c and dbus-sdp.h. | Luiz Augusto von Dentz | 2008-07-28 | 6 | -1171/+37 |
* | Cleanup dbus-database.c. | Luiz Augusto von Dentz | 2008-07-28 | 2 | -162/+0 |
* | Remove pending disconnect from adapter.c. | Luiz Augusto von Dentz | 2008-07-28 | 3 | -84/+0 |
* | Further cleanups to dbus-hci.c. | Luiz Augusto von Dentz | 2008-07-28 | 1 | -87/+5 |
* | Further cleanups to device.c. | Luiz Augusto von Dentz | 2008-07-28 | 1 | -12/+1 |
* | Further cleanup adapter.c | Luiz Augusto von Dentz | 2008-07-28 | 1 | -235/+2 |
* | Remove deprecated object paths and files. | Luiz Augusto von Dentz | 2008-07-28 | 13 | -1825/+7 |
* | Remove BASE_PATH define. | Luiz Augusto von Dentz | 2008-07-28 | 6 | -73/+11 |
* | Cleanup dbus-hci.c and make hcid to only register adapters on /hciX. | Luiz Augusto von Dentz | 2008-07-28 | 3 | -252/+82 |
* | Cleanup hci adapter. | Luiz Augusto von Dentz | 2008-07-28 | 1 | -2400/+23 |
* | Cleanup hci manager. | Luiz Augusto von Dentz | 2008-07-28 | 1 | -312/+11 |
* | Add two additional company identifiers | Marcel Holtmann | 2008-07-27 | 1 | -0/+4 |
* | Compile against included Bluetooth library | Marcel Holtmann | 2008-07-26 | 2 | -8/+3 |
* | Import bluez-utils-3.36 revision history | Marcel Holtmann | 2008-07-26 | 305 | -352/+105184 |
|\ | |||||
| * | Update changelog and bump version numberutils-3.36 | Marcel Holtmann | 2008-07-11 | 2 | -1/+15 |
| * | Add the TI copyright note | Marcel Holtmann | 2008-07-11 | 1 | -0/+1 |