Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use correct property types for Device and UUID | Johan Hedberg | 2008-11-22 | 1 | -2/+2 |
| | |||||
* | Make use of g_timeout_add_seconds whenever possible. | Luiz Augusto von Dentz | 2008-11-17 | 1 | -2/+2 |
| | |||||
* | Use g_clear_error(&err) instead of g_error_free(err); err = NULL | Johan Hedberg | 2008-10-24 | 1 | -17/+9 |
| | |||||
* | Rename dbus_connection_emit_property_changed to emit_property_changed | Johan Hedberg | 2008-10-16 | 1 | -24/+18 |
| | |||||
* | Fix remaining places to use dict_append_entry too | Johan Hedberg | 2008-10-16 | 2 | -12/+6 |
| | |||||
* | Make device driver probe calls take UUID's instead of full records | Johan Hedberg | 2008-10-09 | 1 | -8/+7 |
| | | | | | This is preparation for allowing the device object to be correctly set up even when we don't have the full service records but only the remote UUID's. | ||||
* | Remove uninitialized variable compiler warning with some gcc versions | Johan Hedberg | 2008-10-04 | 1 | -7/+11 |
| | |||||
* | Fix uninitialized reply of multiple GetProperties methods | Marcel Holtmann | 2008-10-03 | 1 | -0/+4 |
| | |||||
* | Mark old plugins API as deprecated. | Luiz Augusto von Dentz | 2008-10-02 | 1 | -3/+4 |
| | |||||
* | Add code to emit PropertyChanged on network interface. | Luiz Augusto von Dentz | 2008-10-02 | 1 | -0/+28 |
| | |||||
* | Add property support for network interface. | Luiz Augusto von Dentz | 2008-10-02 | 1 | -0/+48 |
| | |||||
* | Cancels the pending request from agent side when receiving a NoReply | Vinicius Costa Gomes | 2008-09-09 | 1 | -6/+1 |
| | |||||
* | Redefining device_get_address to take bdaddr_t as parameter. | Alok Barsode | 2008-09-08 | 1 | -4/+1 |
| | |||||
* | Redefining adapter_get_address to take bdaddr_t as parameter. | Alok Barsode | 2008-09-08 | 1 | -6/+3 |
| | |||||
* | Fix D-Bus API for serial and network plugins | Marcel Holtmann | 2008-09-06 | 2 | -4/+4 |
| | |||||
* | Fix D-Bus connection init | Marcel Holtmann | 2008-09-06 | 1 | -2/+2 |
| | |||||
* | Network: removed unused function | Claudio Takahasi | 2008-09-05 | 1 | -6/+0 |
| | |||||
* | Network: missing unregister adapter drivers | Claudio Takahasi | 2008-09-05 | 1 | -1/+4 |
| | |||||
* | Network: Missing DBusConnection unref | Claudio Takahasi | 2008-09-05 | 1 | -5/+7 |
| | |||||
* | Network: removed memory leak and moved config file related funcs to manager.c | Claudio Takahasi | 2008-09-04 | 3 | -152/+153 |
| | |||||
* | Renaming struct adapter to struct btd_adapter. | Alok Barsode | 2008-09-04 | 1 | -9/+9 |
| | |||||
* | Network: Removed unused function | Claudio Takahasi | 2008-09-01 | 2 | -21/+0 |
| | |||||
* | Network: Removed old test script | Claudio Takahasi | 2008-09-01 | 2 | -38/+1 |
| | |||||
* | Network: Removed old network API | Claudio Takahasi | 2008-09-01 | 1 | -199/+0 |
| | |||||
* | Network: Minor cleanup | Claudio Takahasi | 2008-09-01 | 6 | -40/+5 |
| | |||||
* | Fixes a free on the wrong structure. | Vinicius Costa Gomes | 2008-08-28 | 1 | -1/+2 |
| | |||||
* | Fixing some invalid reads when removing multiple adapters. | Vinicius Costa Gomes | 2008-08-25 | 1 | -3/+4 |
| | |||||
* | Don't use L2CAP_LM_SECURE and RFCOMM_LM_SECURE for now | Marcel Holtmann | 2008-08-19 | 1 | -2/+3 |
| | |||||
* | Remove driver.c driver.h and remove workaround for to force a symbol resolution. | Luiz Augusto von Dentz | 2008-08-18 | 2 | -4/+4 |
| | |||||
* | Fix unnecessary use of variable. | Luiz Augusto von Dentz | 2008-08-14 | 1 | -4/+3 |
| | |||||
* | Fix warnings on network. | Luiz Augusto von Dentz | 2008-08-14 | 1 | -2/+2 |
| | |||||
* | 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 |
| |