Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move create_errno_message to appropiate place | Marcel Holtmann | 2008-08-04 | 3 | -8/+6 |
* | Remove unused error_canceled function | Marcel Holtmann | 2008-08-04 | 2 | -15/+0 |
* | Move error_not_supported where it is actually used | Marcel Holtmann | 2008-08-04 | 3 | -16/+7 |
* | Move error_failed_errno where it is actually used | Marcel Holtmann | 2008-08-04 | 3 | -16/+8 |
* | Mark SDP and authorization methods as experimental for now | Marcel Holtmann | 2008-08-04 | 1 | -5/+5 |
* | Move hidd pand and dund into compat directory | Marcel Holtmann | 2008-08-04 | 26 | -904/+815 |
* | Re-enable PIE support and enable it by default | Marcel Holtmann | 2008-08-04 | 1 | -2/+2 |
* | Remove unused servicedir definition | Marcel Holtmann | 2008-08-04 | 1 | -4/+2 |
* | Remove SDP server and experimental option | Marcel Holtmann | 2008-08-04 | 4 | -31/+4 |
* | Remove deprecated D-Bus interfaces | Marcel Holtmann | 2008-08-04 | 1 | -9/+0 |
* | Remove the old API documentation | Marcel Holtmann | 2008-08-04 | 2 | -1403/+2 |
* | Rename hcid.8 to bluetoothd.8 | Marcel Holtmann | 2008-08-04 | 1 | -11/+8 |
* | Call bluetoothd instead of hcid | Marcel Holtmann | 2008-08-04 | 1 | -2/+2 |
* | Fix warnings. | Luiz Augusto von Dentz | 2008-08-04 | 2 | -7/+7 |
* | Add basic version of .gitignore file | Marcel Holtmann | 2008-07-31 | 1 | -0/+32 |
* | Remove g_dbus_unregister_all_interfaces function | Marcel Holtmann | 2008-07-31 | 2 | -21/+0 |
* | Make use of peer_free instead of g_free. | Luiz Augusto von Dentz | 2008-07-30 | 1 | -1/+1 |
* | Remove device on free. | Luiz Augusto von Dentz | 2008-07-30 | 1 | -0/+1 |
* | Fix adapter removal. | Luiz Augusto von Dentz | 2008-07-30 | 4 | -53/+51 |
* | Remove use of g_dbus_unregister_all_interfaces. | Luiz Augusto von Dentz | 2008-07-30 | 7 | -64/+110 |
* | Fix possible unassigned variable. | Luiz Augusto von Dentz | 2008-07-30 | 1 | -1/+1 |
* | Fix possible check for not assigned devnode. | Luiz Augusto von Dentz | 2008-07-30 | 1 | -1/+1 |
* | Use configure.ac as it is the preferred name | Marcel Holtmann | 2008-07-29 | 1 | -0/+0 |
* | Fix internal includes for Bluetooth library | Marcel Holtmann | 2008-07-29 | 2 | -7/+7 |
* | Fix problem of missing record on sdp cache which turn to include a NULL point... | Luiz Augusto von Dentz | 2008-07-29 | 1 | -6/+10 |
* | Move hcid to src directory and rename it to bluetoothd | Marcel Holtmann | 2008-07-29 | 66 | -20/+20 |
* | 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 |