Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix fallouts due to GDBusWatchFunction changes | Marcel Holtmann | 2008-10-17 | 1 | -1/+1 |
| | |||||
* | Fix remaining places to use dict_append_entry too | Johan Hedberg | 2008-10-16 | 1 | -12/+7 |
| | |||||
* | Make device driver probe calls take UUID's instead of full records | Johan Hedberg | 2008-10-09 | 1 | -6/+17 |
| | | | | | 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. | ||||
* | Fix invalid read when passing a path which happens to be freed on destroy ↵ | Luiz Augusto von Dentz | 2008-09-23 | 1 | -1/+3 |
| | | | | callback function. | ||||
* | Redefining device_get_address to take bdaddr_t as parameter. | Alok Barsode | 2008-09-08 | 1 | -1/+1 |
| | |||||
* | Redefining adapter_get_address to take bdaddr_t as parameter. | Alok Barsode | 2008-09-08 | 1 | -3/+2 |
| | |||||
* | Fix distribution includes | Marcel Holtmann | 2008-09-06 | 1 | -1/+1 |
| | |||||
* | Fix D-Bus API for serial and network plugins | Marcel Holtmann | 2008-09-06 | 1 | -2/+2 |
| | |||||
* | Remove old serial test script | Marcel Holtmann | 2008-09-06 | 1 | -40/+0 |
| | |||||
* | Fix org.bluez.Serial interface | Marcel Holtmann | 2008-09-06 | 1 | -1/+1 |
| | |||||
* | Fix D-Bus connection init | Marcel Holtmann | 2008-09-06 | 1 | -1/+2 |
| | |||||
* | Serial: Missing DBusConnection unref | Claudio Takahasi | 2008-09-05 | 1 | -7/+8 |
| | |||||
* | Renaming struct adapter to struct btd_adapter. | Alok Barsode | 2008-09-04 | 1 | -3/+3 |
| | |||||
* | Fixing serial plugin. | Alok Barsode | 2008-09-03 | 1 | -1/+1 |
| | |||||
* | Fixing some invalid reads when removing multiple adapters. | Vinicius Costa Gomes | 2008-08-25 | 1 | -0/+2 |
| | |||||
* | Remove driver.c driver.h and remove workaround for to force a symbol resolution. | Luiz Augusto von Dentz | 2008-08-18 | 1 | -1/+0 |
| | |||||
* | Fix device driver callbacks to not take driver pointer. | Luiz Augusto von Dentz | 2008-08-13 | 1 | -17/+24 |
| | |||||
* | Make serial plugin to register adapter drivers. | Luiz Augusto von Dentz | 2008-08-12 | 5 | -1046/+1205 |
| | |||||
* | Introduce driver.c and driver.h files. | Luiz Augusto von Dentz | 2008-08-05 | 1 | -0/+1 |
| | |||||
* | Fix possible check for not assigned devnode. | 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 |
| | |||||
* | Cleanup serial manager. | Luiz Augusto von Dentz | 2008-07-28 | 4 | -1194/+409 |
| | |||||
* | 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 | -2/+4 |
| | | | | | | driver as parameter to probe and remove. Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | 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 | -7/+10 |
| | | | | | | 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 | -2/+2 |
| | |||||
* | Remove empty line | Marcel Holtmann | 2008-06-08 | 1 | -1/+0 |
| | |||||
* | Update probe/remove callback and implement serial API | Marcel Holtmann | 2008-06-08 | 3 | -22/+48 |
| | |||||
* | Update plugin interface registration | Marcel Holtmann | 2008-06-08 | 1 | -4/+8 |
| | |||||
* | Use DBG in plugin to show function names | Marcel Holtmann | 2008-06-08 | 1 | -2/+2 |
| | |||||
* | Fix up the serial UUIDs | Marcel Holtmann | 2008-06-08 | 1 | -1/+4 |
| | |||||
* | Move some D-Bus helpers around | Marcel Holtmann | 2008-06-07 | 3 | -2/+5 |
| | |||||
* | Use g_dbus_emit_signal for sending D-Bus signals | Marcel Holtmann | 2008-06-07 | 2 | -8/+8 |
| | |||||
* | Fix invalid read and get rid of using object path user data | Marcel Holtmann | 2008-06-07 | 1 | -61/+74 |
| | |||||
* | Fix the last remains of sending helpers | Marcel Holtmann | 2008-06-06 | 1 | -2/+4 |
| | |||||
* | Update autoconf/automake options | Marcel Holtmann | 2008-06-03 | 1 | -1/+1 |
| | |||||
* | Fix manager unregistration | Marcel Holtmann | 2008-06-03 | 1 | -8/+2 |
| | |||||
* | Only unregister the manager path | Marcel Holtmann | 2008-06-03 | 1 | -14/+2 |
| | |||||
* | Use proper unregister method for the serial proxy | Marcel Holtmann | 2008-06-03 | 1 | -1/+1 |
| | |||||
* | Replace destroy method with proper unregister version | Marcel Holtmann | 2008-06-03 | 1 | -1/+1 |
| | |||||
* | Make serial to use libgdbus functions. | Luiz Augusto von Dentz | 2008-06-03 | 2 | -246/+201 |
| | |||||
* | Change name_listener API to libgdbus watch API | Johan Hedberg | 2008-05-29 | 2 | -32/+25 |
| | |||||
* | Handle the service UUID mapping via device driver | Marcel Holtmann | 2008-05-29 | 1 | -5/+0 |
| | |||||
* | Add basic D-Bus skeleton | Marcel Holtmann | 2008-05-28 | 1 | -3/+38 |
| | |||||
* | Add first skeletion of device driver integration | Marcel Holtmann | 2008-05-28 | 1 | -0/+25 |
| | |||||
* | Use guint identifier for all name_listener operations | Johan Hedberg | 2008-05-27 | 2 | -9/+10 |
| | |||||
* | Fix memory leak on proxy disable and some code cleanups. | Luiz Augusto von Dentz | 2008-05-22 | 1 | -58/+46 |
| | |||||
* | Fix issues with missing include for PATH_MAXutils-3.32 | Marcel Holtmann | 2008-05-20 | 1 | -0/+1 |
| |