Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove driver.c driver.h and remove workaround for to force a symbol resolution. | Luiz Augusto von Dentz | 2008-08-18 | 3 | -5/+3 |
| | |||||
* | Fix device driver callbacks to not take driver pointer. | Luiz Augusto von Dentz | 2008-08-13 | 1 | -21/+28 |
| | |||||
* | Introduce driver.c and driver.h files. | Luiz Augusto von Dentz | 2008-08-05 | 1 | -0/+1 |
| | |||||
* | Move error helpers to bluetoothd source | Marcel Holtmann | 2008-08-04 | 1 | -2/+1 |
| | |||||
* | Move create_errno_message to appropiate place | Marcel Holtmann | 2008-08-04 | 1 | -0/+6 |
| | |||||
* | Fix warnings. | Luiz Augusto von Dentz | 2008-08-04 | 1 | -3/+3 |
| | |||||
* | Remove device on free. | Luiz Augusto von Dentz | 2008-07-30 | 1 | -0/+1 |
| | |||||
* | Fix possible unassigned variable. | Luiz Augusto von Dentz | 2008-07-30 | 1 | -1/+1 |
| | |||||
* | Move hcid to src directory and rename it to bluetoothd | Marcel Holtmann | 2008-07-29 | 2 | -3/+3 |
| | |||||
* | Fix input to reflect API documentation. | Luiz Augusto von Dentz | 2008-07-28 | 3 | -317/+404 |
| | |||||
* | Adding adapter_get_address. | Alok Barsode | 2008-07-28 | 1 | -2/+2 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Adding {driver, priv} list to btd_device and adding | Alok Barsode | 2008-07-28 | 1 | -4/+8 |
| | | | | | | driver as parameter to probe and remove. Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | 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 | 1 | -1/+1 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Renaming device to btd_device and making the | Alok Barsode | 2008-07-28 | 1 | -4/+6 |
| | | | | | | necessary changes in plugins. Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Fixed missing include | Claudio Takahasi | 2008-06-30 | 1 | -0/+1 |
| | |||||
* | Don't use lib prefix for plugins | Marcel Holtmann | 2008-06-30 | 1 | -5/+4 |
| | |||||
* | Fix authorization mechanism for 3.x. | Luiz Augusto von Dentz | 2008-06-17 | 1 | -1/+1 |
| | |||||
* | Update probe/remove callback and implement serial API | Marcel Holtmann | 2008-06-08 | 1 | -7/+7 |
| | |||||
* | Update plugin interface registration | Marcel Holtmann | 2008-06-08 | 1 | -2/+6 |
| | |||||
* | Use DBG in plugin to show function names | Marcel Holtmann | 2008-06-08 | 1 | -2/+2 |
| | |||||
* | Use g_dbus_emit_signal for sending D-Bus signals | Marcel Holtmann | 2008-06-07 | 2 | -9/+9 |
| | |||||
* | Update autoconf/automake options | Marcel Holtmann | 2008-06-03 | 1 | -1/+1 |
| | |||||
* | Remove CancelConnect implementation | Marcel Holtmann | 2008-05-29 | 1 | -10/+3 |
| | |||||
* | Add missing method skeletons | Marcel Holtmann | 2008-05-29 | 1 | -2/+19 |
| | |||||
* | Add input interface driver handlers | Marcel Holtmann | 2008-05-29 | 1 | -9/+50 |
| | |||||
* | input: removed old authorization method | Claudio Takahasi | 2008-05-28 | 3 | -89/+4 |
| | |||||
* | Fix some handling of error cases | Marcel Holtmann | 2008-05-27 | 1 | -22/+25 |
| | |||||
* | Added missing braces | Cidorvan Leite | 2008-05-27 | 1 | -1/+2 |
| | |||||
* | Fix user data issue when removing device | Marcel Holtmann | 2008-05-27 | 1 | -23/+34 |
| | |||||
* | Don't forget user data on interface registration | Marcel Holtmann | 2008-05-27 | 1 | -1/+1 |
| | |||||
* | Convert the input device handling to gdbus API | Marcel Holtmann | 2008-05-27 | 2 | -123/+77 |
| | |||||
* | Use message sending helpers | Marcel Holtmann | 2008-05-27 | 2 | -19/+7 |
| | |||||
* | Convert input manager to use gdbus API | Marcel Holtmann | 2008-05-27 | 1 | -56/+63 |
| | |||||
* | Use EACCES instead of ENOKEY | Marcel Holtmann | 2008-05-16 | 1 | -1/+1 |
| | |||||
* | Fix wrong usage of non const bdaddr_t | Marcel Holtmann | 2008-05-15 | 3 | -6/+6 |
| | |||||
* | Removed casts from user data | Cidorvan Leite | 2008-05-15 | 1 | -2/+4 |
| | |||||
* | Input listen clean up | Cidorvan Leite | 2008-05-15 | 1 | -66/+19 |
| | |||||
* | Add sample for input.conf file | Marcel Holtmann | 2008-05-15 | 2 | -1/+10 |
| | |||||
* | Fix key file handling if config file doesn't exist | Marcel Holtmann | 2008-05-15 | 1 | -1/+2 |
| | |||||
* | Make bt_io_callback_t to take both source and destination. | Luiz Augusto von Dentz | 2008-05-14 | 2 | -5/+11 |
| | |||||
* | Add support for IdleTimeout config option | Marcel Holtmann | 2008-05-14 | 4 | -12/+54 |
| | |||||
* | Use -no-undefined for linking plugins | Marcel Holtmann | 2008-05-09 | 1 | -1/+2 |
| | |||||
* | Move D-Bus object and interface helpers into libgdbus | Marcel Holtmann | 2008-05-08 | 3 | -4/+3 |
| | |||||
* | Move D-Bus watch functions into libgdbus | Marcel Holtmann | 2008-05-08 | 5 | -7/+6 |
| | |||||
* | Removed function not used. | Cidorvan Leite | 2008-05-08 | 2 | -66/+0 |
| | |||||
* | Register service and UUIDs in one step | Marcel Holtmann | 2008-05-08 | 1 | -5/+1 |
| | |||||
* | Remove service daemon activation handling | Marcel Holtmann | 2008-05-08 | 1 | -2/+6 |
| | |||||
* | Make bt_l2cap_connect to take mtu as paramter. | Luiz Augusto von Dentz | 2008-05-07 | 2 | -5/+5 |
| | |||||
* | Fix possible double free in case of connecting to interrupt psm fails. | Luiz Augusto von Dentz | 2008-05-05 | 1 | -2/+3 |
| |