Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix device driver callbacks to not take driver pointer. | Luiz Augusto von Dentz | 2008-08-13 | 1 | -25/+51 |
| | |||||
* | Make network plugin to register adapter drivers. | Luiz Augusto von Dentz | 2008-08-12 | 3 | -340/+266 |
| | |||||
* | Add 30s timeout to setup connection phase | Marcel Holtmann | 2008-08-08 | 1 | -0/+12 |
| | |||||
* | Introduce driver.c and driver.h files. | Luiz Augusto von Dentz | 2008-08-05 | 1 | -0/+1 |
| | |||||
* | Make use of peer_free instead of g_free. | 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 | 3 | -3/+3 |
| | |||||
* | 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 | 1 | -1/+1 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Adding {driver, priv} list to btd_device and adding | Alok Barsode | 2008-07-28 | 1 | -6/+12 |
| | | | | | | driver as parameter to probe and remove. Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Cleanup network manager. | Luiz Augusto von Dentz | 2008-07-28 | 7 | -1062/+126 |
| | |||||
* | 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 | -3/+2 |
| | |||||
* | Fix authorization mechanism for 3.x. | Luiz Augusto von Dentz | 2008-06-17 | 1 | -1/+1 |
| | |||||
* | Remove calls to RequestAuthorization. | Luiz Augusto von Dentz | 2008-06-16 | 1 | -98/+2 |
| | |||||
* | 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 | -0/+43 |
| | |||||
* | Use DBG in plugin to show function names | Marcel Holtmann | 2008-06-08 | 1 | -2/+2 |
| | |||||
* | Move some D-Bus helpers around | Marcel Holtmann | 2008-06-07 | 2 | -0/+4 |
| | |||||
* | Use g_dbus_emit_signal for sending D-Bus signals | Marcel Holtmann | 2008-06-07 | 3 | -7/+7 |
| | |||||
* | Remove use of dbus_connection_get_object_user_data from network. | Luiz Augusto von Dentz | 2008-06-06 | 1 | -6/+15 |
| | |||||
* | Fix the last remains of sending helpers | Marcel Holtmann | 2008-06-06 | 1 | -1/+3 |
| | |||||
* | Update autoconf/automake options | Marcel Holtmann | 2008-06-03 | 1 | -1/+1 |
| | |||||
* | Fixes missing parts of network which didn't use libgdbus. | Luiz Augusto von Dentz | 2008-06-03 | 2 | -106/+120 |
| | |||||
* | Register network service as network driver | Marcel Holtmann | 2008-05-29 | 1 | -17/+28 |
| | |||||
* | Convert network connection handling to gdbus API | Marcel Holtmann | 2008-05-27 | 1 | -173/+121 |
| | |||||
* | Convert network manager interface to use gdbus API | Marcel Holtmann | 2008-05-27 | 3 | -227/+155 |
| | |||||
* | Fix issues with missing include for PATH_MAXutils-3.32 | Marcel Holtmann | 2008-05-20 | 3 | -0/+3 |
| | |||||
* | Use g_key_file_get_string_list instead of g_key_file_get_string | Johan Hedberg | 2008-05-16 | 1 | -8/+11 |
| | |||||
* | Make network service to use bt_l2cap_listen. | Luiz Augusto von Dentz | 2008-05-16 | 1 | -91/+15 |
| | |||||
* | Make bt_io_callback_t to take both source and destination. | Luiz Augusto von Dentz | 2008-05-14 | 1 | -1/+2 |
| | |||||
* | 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 | -3/+3 |
| | |||||
* | Move D-Bus watch functions into libgdbus | Marcel Holtmann | 2008-05-08 | 5 | -6/+4 |
| | |||||
* | 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 |
| | |||||
* | Fix dbus internals calls. | Luiz Augusto von Dentz | 2008-05-07 | 1 | -144/+19 |
| | |||||
* | Make bt_l2cap_connect to take mtu as paramter. | Luiz Augusto von Dentz | 2008-05-07 | 1 | -92/+19 |
| | |||||
* | Fix bug that prevent bnep interfaces to come up on reconnection. | Luiz Augusto von Dentz | 2008-05-06 | 3 | -30/+36 |
| | |||||
* | Add some useful info calls for debugging. | Luiz Augusto von Dentz | 2008-05-06 | 1 | -4/+6 |
| | |||||
* | Check trusted device list before request authorization | Claudio Takahasi | 2008-05-02 | 1 | -2/+4 |
| | |||||
* | Moving authorization code to dbus-service.c | Claudio Takahasi | 2008-05-01 | 2 | -6/+4 |
| | |||||
* | fixed build warnings | Claudio Takahasi | 2008-05-01 | 1 | -1/+2 |
| | |||||
* | fixed service authorization | Claudio Takahasi | 2008-05-01 | 1 | -0/+13 |
| | |||||
* | network: cleanup | Claudio Takahasi | 2008-04-29 | 1 | -171/+222 |
| | |||||
* | network: Use new Authorization API | Claudio Takahasi | 2008-04-14 | 1 | -27/+64 |
| | |||||
* | network: fixes a memory leak when reading the Disable config option. | Vinicius Gomes | 2008-04-11 | 1 | -1/+2 |
| | |||||
* | network: removing some blocking dbus calls from manager.c | Vinicius Gomes | 2008-03-27 | 1 | -56/+3 |
| | |||||
* | network: missing static modifier | Claudio Takahasi | 2008-03-26 | 1 | -4/+2 |
| |