Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integrate sdpd natively into hcid without any library tricks | Marcel Holtmann | 2008-07-29 | 9 | -23/+7 |
* | Remove useless cstate.c file | Marcel Holtmann | 2008-07-29 | 5 | -98/+57 |
* | Fix warning. | Luiz Augusto von Dentz | 2008-07-29 | 1 | -1/+1 |
* | Adding adapter_set_scan_mode and adapter_get_scan_mode. | Alok Barsode | 2008-07-29 | 3 | -11/+26 |
* | Adding adapter_set_discov_timeout and adapter_remove_discov_timeout. | Alok Barsode | 2008-07-29 | 3 | -68/+90 |
* | Adding adapter_free. | Alok Barsode | 2008-07-29 | 3 | -3/+14 |
* | Fix warnings. | Luiz Augusto von Dentz | 2008-07-29 | 1 | -3/+3 |
* | Cleanup audio manager. | Luiz Augusto von Dentz | 2008-07-28 | 10 | -1212/+99 |
* | Fix input to reflect API documentation. | Luiz Augusto von Dentz | 2008-07-28 | 3 | -317/+404 |
* | Check source and destination on service_req_auth. | Luiz Augusto von Dentz | 2008-07-28 | 1 | -0/+3 |
* | Cleanup serial manager. | Luiz Augusto von Dentz | 2008-07-28 | 4 | -1194/+409 |
* | 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 |